aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-09-27Decoder: Fixes for handling errors in multi-slice MB Aff streamsandroid-6.0.1_r74Harish Mahendrakar
2016-09-27Fix in the case of invalid SPS PPSHarish Mahendrakar
2016-07-21Fixed error concealment when no MBs are decoded in the current picandroid-6.0.1_r70android-6.0.1_r66Harish Mahendrakar
2016-06-23Decoder: Initialize first_pb_nal_in_pic for error slicesandroid-6.0.1_r61android-6.0.1_r60android-6.0.1_r59android-6.0.1_r58Harish Mahendrakar
2016-06-23Decoder: Do not conceal slices with invalid SPS/PPSHarish Mahendrakar
2016-06-23Decoder: Fix slice number increment for error clipsHarish Mahendrakar
2016-05-27Fix slice params for interlaced videoandroid-6.0.1_r52android-6.0.1_r51android-6.0.1_r50android-6.0.1_r49Harish Mahendrakar
2016-05-27Decoder: Set u1_long_term_reference_flag to 0 for error concealmentHarish Mahendrakar
2016-05-27Decoder: Initialize slice parameters before concealing error MBsHarish Mahendrakar
2016-05-27Decoder: Memset few structures to zero to handle error clipsHarish Mahendrakar
2016-05-27Decoder: Fix for handling invalid intra modeHarish Mahendrakar
2016-02-26Decoder: Fix stack underflow in CAVLC 4x4 parse functionsandroid-6.0.1_r46android-6.0.1_r43android-6.0.1_r42android-6.0.1_r41android-6.0.1_r40android-6.0.1_r30Harish Mahendrakar
2016-02-26Ensure ih264d_start_of_pic() is not repeated in ih264d_mark_err_slice_skip()Harish Mahendrakar
2016-01-22Decoder Update mb count after mb map is set.android-6.0.1_r17Harish Mahendrakar
2015-11-03Remove __DATE__/__TIME__ from Android buildsandroid-6.0.1_r9android-6.0.1_r8android-6.0.1_r7android-6.0.1_r3android-6.0.1_r13android-6.0.1_r12android-6.0.1_r11android-6.0.1_r10android-6.0.1_r1android-6.0.0_r41Dan Willemsen
2015-10-16Reconcile branch with master after mass cherrypicksmarshmallow-mr1-devMarco Nelissen
2015-10-16Decoder: Memset 8 extra bytes at the end of internal bitstream bufferHarish Mahendrakar
2015-10-16Decoder: Once all the MBs in a picture are decoded ignore remaining bytesHarish Mahendrakar
2015-10-16Decoder: Exit gracefully in case of allocation failureHarish Mahendrakar
2015-10-13Decoder: Added a check for unsupported resolutionsHarish Mahendrakar
2015-10-09Encoder added support for VUI paramsHamsalekha S
2015-10-09Moved check for level after check for resolution change.Hamsalekha S
2015-10-09Fix a typo in gai4_ih264_max_luma_pic_sizeMartin Storsjo
2015-09-25Decoder: Fixed an issue in handling flushmarshmallow-dr-devHarish Mahendrakar
2015-09-25Decoder: Fixed an out of bound read in intra pred buffersHarish Mahendrakar
2015-09-23Decoder: Reduced memory requirementsHarish Mahendrakar
2015-09-18Return error in SPS/PPS parsing when extra bytes are read from inputHarish Mahendrakar
2015-08-03Merge "Encoder: Fixed an issue in handling FPS greater than 60" into mnc-devmarshmallow-devRonghua Wu
2015-08-03Encoder: Fixed an issue in handling FPS greater than 60Harish Mahendrakar
2015-07-31Support for level greater than level at init in DecoderHamsalekha S
2015-07-31Decoder: Fixed issues shown by ValgrindHamsalekha S
2015-07-31Don't use side effects in the macro PUT_BITS_SEV parametersMartin Storsjo
2015-07-31Made gops closedHarinarayanan K K
2015-07-31Always do recon of 4x4 intra blocksMartin Storsjo
2015-07-31Validate the u4_entropy_coding_mode fieldMartin Storsjo
2015-07-31Fixed issue in cost computation for BIPRED MEHarinarayanan K K
2015-07-31Cabac optimizationsDoney Alex
2015-07-31Use INT_MAX as i4_max_sad in ih264e_evaluate_bipredMartin Storsjo
2015-07-31Make sure that apv_bufs[0] and u4_is_last always are setMartin Storsjo
2015-07-31avcenc: Initialize avg_timeMartin Storsjo
2015-07-31Check the width/height and adjust level used for RCMartin Storsjo
2015-07-31Fixed encode of trailing B framesHarinarayanan K K
2015-07-31Remove the now unused stride field from the set dimensions structMartin Storsjo
2015-07-31Fixed encode of single frameHarinarayanan K K
2015-07-31Don't declare variables after statementsMartin Storsjo
2015-07-31Mark arrays of pointers as constMartin Storsjo
2015-07-31Don't set -mno-avxMartin Storsjo
2015-07-31Remove double semicolons (empty statements)Martin Storsjo
2015-06-25Fix MIPS buildMarco Nelissen
2015-06-25Remove all other thread implementations than pthreadMartin Storsjo