summaryrefslogtreecommitdiffstats
path: root/decoder
Commit message (Expand)AuthorAgeFilesLines
* Decoder: Fixes in handling errors in Mbaff clips.stable/cm-13.0-ZNH2KHarish Mahendrakar2016-12-082-7/+8
* Decoder: Ignore few dpb errorsHarish Mahendrakar2016-12-082-28/+28
* Decoder: Fixes for handling errors in multi-slice MB Aff streamsHarish Mahendrakar2016-11-103-5/+14
* Fix in the case of invalid SPS PPSHarish Mahendrakar2016-11-102-4/+20
* Fixed error concealment when no MBs are decoded in the current picHarish Mahendrakar2016-09-071-0/+3
* Decoder: Initialize first_pb_nal_in_pic for error slicesHarish Mahendrakar2016-08-022-1/+1
* Decoder: Do not conceal slices with invalid SPS/PPSHarish Mahendrakar2016-08-021-2/+5
* Decoder: Fix slice number increment for error clipsHarish Mahendrakar2016-08-024-3/+15
* Fix slice params for interlaced videoHarish Mahendrakar2016-07-072-2/+1
* Decoder: Initialize slice parameters before concealing error MBsHarish Mahendrakar2016-07-073-2/+18
* Decoder: Memset few structures to zero to handle error clipsHarish Mahendrakar2016-07-071-0/+37
* Decoder: Fix for handling invalid intra modeHarish Mahendrakar2016-07-071-0/+2
* Decoder: Set u1_long_term_reference_flag to 0 for error concealmentHarish Mahendrakar2016-07-071-1/+1
* Decoder: Fix stack underflow in CAVLC 4x4 parse functionsHarish Mahendrakar2016-03-011-3/+15
* Ensure ih264d_start_of_pic() is not repeated in ih264d_mark_err_slice_skip()Harish Mahendrakar2016-03-011-3/+6
* Return error when there are more mmco params than allocated sizeNaveen Kumar Ponnusamy2016-01-154-4/+34
|\
| * Return error when there are more mmco params than allocated sizeNaveen Kumar Ponnusamy2016-01-134-4/+34
* | Decoder Update mb count after mb map is set.Harish Mahendrakar2016-01-072-11/+6
|\|
| * Decoder Update mb count after mb map is set.Harish Mahendrakar2016-01-072-11/+6
* | Remove __DATE__/__TIME__ from Android buildsDan Willemsen2015-10-301-0/+7
* | Reconcile branch with master after mass cherrypicksMarco Nelissen2015-10-161-4/+0
* | Decoder: Memset 8 extra bytes at the end of internal bitstream bufferHarish Mahendrakar2015-10-161-0/+5
* | Decoder: Once all the MBs in a picture are decoded ignore remaining bytesHarish Mahendrakar2015-10-162-4/+0
* | Decoder: Exit gracefully in case of allocation failureHarish Mahendrakar2015-10-161-0/+3
* | Decoder: Added a check for unsupported resolutionsHarish Mahendrakar2015-10-131-0/+6
* | Moved check for level after check for resolution change.Hamsalekha S2015-10-091-0/+4
* | Decoder: Fixed an issue in handling flushHarish Mahendrakar2015-09-251-9/+4
* | Decoder: Fixed an out of bound read in intra pred buffersHarish Mahendrakar2015-09-251-3/+20
* | Decoder: Reduced memory requirementsHarish Mahendrakar2015-09-2319-2676/+1305
|/
* Return error in SPS/PPS parsing when extra bytes are read from inputHarish Mahendrakar2015-09-181-2/+13
* Support for level greater than level at init in DecoderHamsalekha S2015-07-314-12/+87
* Decoder: Fixed issues shown by ValgrindHamsalekha S2015-07-312-20/+29
* Don't declare variables after statementsMartin Storsjo2015-06-254-12/+17
* Fix string handling for generating version stringsMartin Storsjo2015-06-251-13/+4
* Remove an unused and unnecessary function prototype and associated defineMartin Storsjo2015-06-251-4/+0
* Remove unnecessary calls to ithread_exitMartin Storsjo2015-06-251-2/+0
* Improved error resilience in decoderHamsalekha S2015-06-257-112/+192
* Moved check for level after check for resolution change.Hamsalekha S2015-06-251-4/+4
* Added support for level 52Hamsalekha S2015-06-251-2/+8
* Remove an empty source fileMartin Storsjo2015-06-031-40/+0
* Multithreading changes and better error resilienceMarco Nelissen2015-06-0329-2212/+1937
* Resolved warnings and fixed alignment of few assembliesHarish Mahendrakar2015-05-051-11/+0
* fix file permissionsLajos Molnar2015-05-0574-0/+0
* Fixed few issues seen in CTS testsHarish Mahendrakar2015-05-051-19/+0
* fix build for generic buildsLajos Molnar2015-04-161-8/+9
* Initial versionHamsalekha S2015-04-0274-0/+60330