summaryrefslogtreecommitdiffstats
path: root/decoder
Commit message (Expand)AuthorAgeFilesLines
* Fixed error concealment when no MBs are decoded in the current picstable/cm-13.0-ZNH2KBHarish Mahendrakar2016-09-081-0/+3
* Fix slice params for interlaced videoHarish Mahendrakar2016-07-082-2/+1
* Decoder: Initialize slice parameters before concealing error MBsHarish Mahendrakar2016-07-083-2/+18
* Decoder: Memset few structures to zero to handle error clipsHarish Mahendrakar2016-07-081-0/+37
* Decoder: Fix for handling invalid intra modeHarish Mahendrakar2016-07-081-0/+2
* Decoder: Set u1_long_term_reference_flag to 0 for error concealmentHarish Mahendrakar2016-07-081-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