1. 21 Jun, 2016 8 commits
  2. 20 Jun, 2016 3 commits
  3. 18 Jun, 2016 3 commits
    • Harish Mahendrakar's avatar
      Returning error for unsupported resolutions · f9f8d07f
      Harish Mahendrakar authored
      Decoder now returns error for streams greater than 8448x4320
      
      Change-Id: I2cfebf62255d4c6e33b79211fa55af06a097e776
      f9f8d07f
    • Harish Mahendrakar's avatar
      Added memory barrier calls · 031b91dd
      Harish Mahendrakar authored
      On some A72 based devices, data shared between cores was found to be
      inconsistent which was resulting in an infinite loop.
      
      Adding memory barriers before marking a CTB as parsed/processed,
      all the pending memory operations are guaranteed to be completed.
      
      Change-Id: I6e3bb11123a3c12ba7e69c4bfcd38960616f9fb5
      031b91dd
    • Harish Mahendrakar's avatar
      Pad boundary pixels of picture buffers · d1209ac4
      Harish Mahendrakar authored
      One pixel outside the boundary on all sides of picture buffers are initialized to zero
      These pixels were being read in SAO functions but were not used in actual processing
      
      Setting these pixels to zero will supress unitialized read errors in valgrind
      
      Change-Id: Ic39a43ee0a108751fb49718319e408ddc3536008
      d1209ac4
  4. 17 Jun, 2016 12 commits
  5. 16 Jun, 2016 1 commit
  6. 15 Jun, 2016 7 commits
  7. 10 Jun, 2016 1 commit
  8. 04 May, 2016 1 commit
  9. 22 Apr, 2016 3 commits
  10. 21 Apr, 2016 1 commit
    • Stephen Hines's avatar
      Switch libhevc over to using Clang. · 8c5bdca6
      Stephen Hines authored
      Bug: http://b/25132373
      
      This reverts a previous patch that set LOCAL_CLANG := false, and also
      redefines "GCC_ENABLE" to 0, since those intrinsics weren't supported in
      Android's gcc (even though we aren't using AVX anywhere).
      
      Change-Id: Iae686da20f178e87ea0ffea29551adf4414722af
      8c5bdca6