summaryrefslogtreecommitdiffstats
path: root/decoder
Commit message (Expand)AuthorAgeFilesLines
* Decoder: Fix allocation for Mbaff weight matrixHamsalekha S2017-07-071-3/+2
* Decoder: Fix in reference list initialization.Hamsalekha S2017-07-071-2/+2
* Decoder: Fixes in accessing mbaff flag in error casesHarish Mahendrakar2017-07-061-4/+4
* Decoder: Fixed error handling for dangling fieldsHarish Mahendrakar2017-05-191-1/+0
* Decoder: Fixed initialization of first_slice_in_picreplicant-6.0-0001Harish Mahendrakar2017-04-054-35/+13
* Decoder: Return correct error code for slice header errorsHarish Mahendrakar2017-04-052-8/+8
* Fix in returning end of bitstream error for MBAFFHarish Mahendrakar2017-04-052-0/+8
* resolve merge conflicts of 3654ad0 to mnc-dr-devMarco Nelissen2017-04-051-0/+9
* Decoder: Initialize default reference buffers for all picturesHarish Mahendrakar2017-04-051-1/+1
* 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-054-108/+78
* Decoder: Treat first slice in a picture as part of new picture alwaysHarish Mahendrakar2017-04-051-19/+5
* Decoder: Fixed an out of bound access while parsing SEIHarish Mahendrakar2017-03-221-1/+1
* Decoder: Initialize ps_cur_slice->u1_mbaff_frame_flag correctly for error casesHarish Mahendrakar2017-03-221-0/+2
* 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