summaryrefslogtreecommitdiffstats
path: root/decoder
Commit message (Expand)AuthorAgeFilesLines
...
* 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: Fix initialization of ps_next_dpb during reference list creationHarish Mahendrakar2017-03-221-1/+2
* Decoder: Fix in error concealment in the case of Mbaff clipsHarish Mahendrakar2017-03-221-1/+6
* Decoder: Fix in checking first_mb_in_sliceHarish Mahendrakar2017-03-222-7/+10
* Decoder: Increase memory allocation for weights & offsets for interlaced clipsHarish Mahendrakar2017-03-221-1/+1
* Decoder: Padded gau1_ih264d_top_left_mb_part_indx_mod to avoid an out of boun...Harish Mahendrakar2017-03-221-1/+2
* Decoder: Fix in MB count in MBAff error handlingHarish Mahendrakar2017-03-221-0/+5
* Decoder: Fix in the case of error in the first MB in frame.Harish Mahendrakar2017-03-221-5/+5
* Decoder: Fixed cur_mb_info initialization in error casesHarish Mahendrakar2017-03-221-1/+1
* Decoder: Fixed allocation of ps_dec->ps_nbr_mb_rowHarish Mahendrakar2017-03-221-1/+2
* Decoder: Fix in returning incomplete frame errorHarish Mahendrakar2017-03-221-1/+3
* Decoder: Fix in checking for valid profile flagsHarish Mahendrakar2017-02-072-11/+8
* Decoder: Fixes in handling errors in Mbaff clips.Harish Mahendrakar2016-12-122-7/+8
* Decoder: Ignore few dpb errorsHarish Mahendrakar2016-12-122-28/+28
* Merge tag 'android-6.0.1_r74' into HEADJessica Wagantall2016-11-094-9/+34
|\
| * Decoder: Fixes for handling errors in multi-slice MB Aff streamsHarish Mahendrakar2016-09-273-5/+14
| * Fix in the case of invalid SPS PPSHarish Mahendrakar2016-09-272-4/+20
* | Merge tag 'android-6.0.1_r66' into HEADJessica Wagantall2016-09-071-0/+3
|\|
| * Fixed error concealment when no MBs are decoded in the current picHarish Mahendrakar2016-07-211-0/+3
* | Merge tag 'android-6.0.1_r61' into HEADJessica Wagantall2016-08-024-6/+21
|\|
| * Decoder: Initialize first_pb_nal_in_pic for error slicesHarish Mahendrakar2016-06-232-1/+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-234-3/+15
* | Merge remote-tracking branch 'remotes/android-6.0.1_r52' into HEADJessica Wagantall2016-07-074-3/+57
|\|
| * Fix slice params for interlaced videoHarish Mahendrakar2016-05-272-2/+1
| * Decoder: Set u1_long_term_reference_flag to 0 for error concealmentHarish Mahendrakar2016-05-271-1/+1
| * Decoder: Initialize slice parameters before concealing error MBsHarish Mahendrakar2016-05-273-2/+18
| * Decoder: Memset few structures to zero to handle error clipsHarish Mahendrakar2016-05-271-0/+37
| * Decoder: Fix for handling invalid intra modeHarish Mahendrakar2016-05-271-0/+2
| * Decoder: Fix stack underflow in CAVLC 4x4 parse functionsHarish Mahendrakar2016-02-261-3/+15
| * Ensure ih264d_start_of_pic() is not repeated in ih264d_mark_err_slice_skip()Harish Mahendrakar2016-02-261-3/+6
| * Decoder Update mb count after mb map is set.Harish Mahendrakar2016-01-222-11/+6
| * Remove __DATE__/__TIME__ from Android buildsDan Willemsen2015-11-031-0/+7
* | 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
|/