History log of /external/libhevc/decoder/ihevcd_process_slice.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
031b91dde5dd07c15d6401601e47e7c937e79051 20-Jan-2016 Harish Mahendrakar <harish.mahendrakar@ittiam.com> Added memory barrier calls

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
/external/libhevc/decoder/ihevcd_process_slice.c
9663ae211632948494bebd703d4d8f7cb576d7d6 28-Oct-2014 Naveen Kumar Ponnusamy <naveenkumar.p@ittiam.com> Few bug fixes in loop filter

Removed few unused functions
Fixed an issue in 420P output in shared mdoe
Few bug fixes in handling loop filter corner cases in multi-tile multi-slice clips
Renamed few elements in mv_buf_t for consistency

Change-Id: I8d179b9ad3c7ee3ad27972ee02ea2658fd2c3c25
/external/libhevc/decoder/ihevcd_process_slice.c
6c166a9e18156d364d0704fccbd53a7dc022e97d 24-Jun-2014 Naveen Kumar Ponnusamy <naveenkumar.p@ittiam.com> Source files clean up

Cleaned up source files for redundant and inactive #if directives
/external/libhevc/decoder/ihevcd_process_slice.c
707042fda96ebede81408b854385173483798bcd 04-Jun-2014 Harish Mahendrakar <harish.mahendrakar@ittiam.com> Few bug fixes and warnings removed

Added support for returning coded width and height along with display dimensions
Fixed few macros for mips
Removed signed comparison warnings
Removed few files that are not needed
Fixed an issue in handling more than 256 slices in a picture

Bug: 14571712
Change-Id: Ie485aaae3a13744bc9acff8aa699efbbc31f94f1
/external/libhevc/decoder/ihevcd_process_slice.c
0d8951cef4b1a1dbf4ff5ba3e8796cf1d4503098 16-May-2014 Harish Mahendrakar <harish.mahendrakar@ittiam.com> Initial Version of HEVC decoder

Compliant to reference software HM11.0 onwards

Bug: 14571712
Change-Id: I8af25c1221cc6ab70440141c4d9b48c1ac69696a
/external/libhevc/decoder/ihevcd_process_slice.c