summaryrefslogtreecommitdiffstats
path: root/decoder/ih264d_api.c
Commit message (Expand)AuthorAgeFilesLines
* Decoder: Fixes an out of bound write in bitstream bufferHarish Mahendrakar2017-04-051-1/+3
* Decoder: Moved end of pic processing to end of decode callHarish Mahendrakar2017-04-051-13/+32
* Call ih264d_deblock_display only for valid process callsHarish Mahendrakar2017-03-221-1/+2
* Decoder: Fixed DoS in header decode when no PPS is presentHarish Mahendrakar2017-03-221-0/+1
* Decoder: Increase memory allocation for weights & offsets for interlaced clipsHarish Mahendrakar2017-03-221-1/+1
* Fix in the case of invalid SPS PPSHarish Mahendrakar2016-09-271-2/+3
* Fixed error concealment when no MBs are decoded in the current picHarish Mahendrakar2016-07-211-0/+3
* Decoder: Initialize first_pb_nal_in_pic for error slicesHarish Mahendrakar2016-06-231-0/+1
* Decoder: Do not conceal slices with invalid SPS/PPSHarish Mahendrakar2016-06-231-2/+5
* Decoder: Fix slice number increment for error clipsHarish Mahendrakar2016-06-231-0/+1
* Fix slice params for interlaced videoHarish Mahendrakar2016-05-271-0/+1
* Decoder: Initialize slice parameters before concealing error MBsHarish Mahendrakar2016-05-271-0/+8
* Decoder: Memset few structures to zero to handle error clipsHarish Mahendrakar2016-05-271-0/+37
* Ensure ih264d_start_of_pic() is not repeated in ih264d_mark_err_slice_skip()Harish Mahendrakar2016-02-261-3/+6
* Remove __DATE__/__TIME__ from Android buildsDan Willemsen2015-11-031-0/+7
* Decoder: Memset 8 extra bytes at the end of internal bitstream bufferHarish Mahendrakar2015-10-161-0/+5
* Decoder: Exit gracefully in case of allocation failureHarish Mahendrakar2015-10-161-0/+3
* Decoder: Fixed an issue in handling flushHarish Mahendrakar2015-09-251-9/+4
* Decoder: Reduced memory requirementsHarish Mahendrakar2015-09-231-1502/+407
* Decoder: Fixed issues shown by ValgrindHamsalekha S2015-07-311-20/+27
* Don't declare variables after statementsMartin Storsjo2015-06-251-4/+4
* Fix string handling for generating version stringsMartin Storsjo2015-06-251-13/+4
* Improved error resilience in decoderHamsalekha S2015-06-251-23/+54
* Multithreading changes and better error resilienceMarco Nelissen2015-06-031-202/+127
* fix file permissionsLajos Molnar2015-05-051-0/+0
* Initial versionHamsalekha S2015-04-021-0/+4680