Skip to content
Snippets Groups Projects
  1. Sep 04, 2024
    • Xin Li's avatar
      Revert "Remove abandoned implementation." · 8a3204f4
      Xin Li authored
      Revert submission 3242160-remove-messaging-package
      
      Reason for revert: Droidmonitor created revert due to b/364617310, b/364626927, b/364617560
      
      Reverted changes: /q/submissionid:3241481-remove-messaging-package
      
      This reverts commit 93b5e637.
      
      Change-Id: I182cbf1758988d9a4950d39354266a5fb3aaabce
      8a3204f4
  2. Aug 26, 2024
  3. May 07, 2021
    • Yuntao Xu's avatar
      Convert jni/Android.mk to Android.bp · e60c3649
      Yuntao Xu authored
      Convert the Make file to a Soong one
      
      Bug: 186641883
      Test: compared the results built by Make and Soong
      Test: TreeHugger
      Change-Id: I81f3acffc8b7157cf3d8a5edfce25ecdbf9ca742
      e60c3649
  4. Feb 13, 2021
  5. Jul 29, 2020
  6. Aug 15, 2019
    • Po-Chien Hsueh's avatar
      Move libgiftranscode.so to /product · 003eb491
      Po-Chien Hsueh authored
      libgiftranscode.so is a jni lib for Messaging app, which is usually
      overridden by proprietary apps on shipping devices. We have moved
      Messaging to /product. Now this CL move libgiftranscode.so too.
      
      Bug: 138282284
      Test: Open gif files with Messaging on aosp_crosshatch
      Change-Id: Ic104ba8ec5c2258a28c8d19151a00f6c601b5f80
      003eb491
  7. Nov 01, 2017
  8. Mar 15, 2017
  9. Jan 13, 2017
    • Tom Taylor's avatar
      32764144 Security Vulnerability - heap buffer overflow in libgiftranscode.so · 6f763fef
      Tom Taylor authored
      in colorMap->Colors[colorIndex]
      
      * No range checking was done on a color index. Add range
      checking and bail if the color index is out of range.
      
      Test: tested sending a large gif that would invoke the GifTranscoder library
      to make the gif smaller.
      
      Bug: 32764144
      Change-Id: I44f36274ec333ae1960fa8fc96b2dbde35fbaa66
      6f763fef
  10. Jan 04, 2017
    • Tom Taylor's avatar
      33388925 Mismatched new vs delete in framesequence library · 837474a3
      Tom Taylor authored
      * The array allocations neglected to include [] so delete, instead
      of delete [] would get called.
      
      * Test
      Manual
      - tested sending a large gif that would invoke the GifTranscoder library
      to make the gif smaller.
      
      Bug: 33388925
      Change-Id: I1e200e470d66ae615ffe9340ff9c049eaa73f63c
      837474a3
  11. Dec 01, 2016
    • Tom Taylor's avatar
      32322450 Security Vulnerability - heap buffer overflow in libgiftranscode.so · bcc1f627
      Tom Taylor authored
      * No range checking was done on the background color index. Add range
      checking and bail if the color index is out of range.
      
      * Test
      Manual
      - tested sending the gif attached in the bug.
      - tested sending a 3.5mb gif to verify the gif transcoding was taking place.
      - tested on arm64, arm, and x86 devices.
      
      Change-Id: Id16ddccf05c8472ddebc1284b2a928dafd1be551
      Fixes: 32322450
      bcc1f627
  12. Nov 30, 2016
    • Tom Taylor's avatar
      32322450 Security Vulnerability - heap buffer overflow in · 0bc4f2ff
      Tom Taylor authored
      libgiftranscode.so
      
      * No range checking was done on the background color index.
      Add range checking and bail if the color index is out of range.
      
      Test: Manual
      - tested sending the gif attached in the bug.
      - tested sending a 3.5mb gif to verify the gif transcoding was
      taking place.
      - tested on arm64, arm, and x86 devices.
      
      Change-Id: I0fd2141436e506a3dc2da04c8ede4701e2a57d19
      0bc4f2ff
  13. May 12, 2016
  14. Mar 22, 2016
  15. Mar 11, 2016
    • Dan Albert's avatar
      Stop targeting Froyo. · 374af0d0
      Dan Albert authored
      Froyo isn't supported any more.
      
      Change-Id: I0008ad0273b2aa31ca523fdedd64437bf76c5cbe
      374af0d0
  16. Aug 24, 2015
  17. Aug 12, 2015
Loading