summaryrefslogtreecommitdiffstats
path: root/encoder
Commit message (Expand)AuthorAgeFilesLines
* Merge "encoder: Return gracefully from entropy encoding errors" am: 94f5d3f0f...Automerger Merge Worker2020-01-222-38/+29
|\
| * encoder: Return gracefully from entropy encoding errorsChamarthi Kishore2019-12-032-38/+29
* | Merge changes I015ebe03,Idc0b0db5 am: 00fa4b6490 am: 7684b467b4Chamarthi Kishore2019-10-3112-80/+1954
|\|
| * libavc: Handling of Error propagationChamarthi Kishore2019-10-245-86/+212
| * libavc: Add MDCV, CLL, CCV and AVE SEI messagesChamarthi Kishore2019-10-2412-9/+1757
* | Stop using __DATE__/__TIME__ on all builds am: d8383dc45e am: 90ca457b95 am: ...Dan Willemsen2019-08-281-1/+1
|\|
| * Stop using __DATE__/__TIME__ on all buildsDan Willemsen2019-08-281-1/+1
| |\
| | * Stop using __DATE__/__TIME__ on all buildsDan Willemsen2019-08-271-1/+1
* | | libavcenc: Correct placement of sync synchronizeRam Mohan2019-08-071-2/+3
|/ /
* | libavcenc: Fix B frame incomplete subgop issueThomala Srinivas2019-05-103-26/+41
* | Encoder: Increased max supported bitrateHarish Mahendrakar2019-04-151-2/+2
* | Fix Compiler warningsRakesh Kumar2018-08-101-2/+2
|/
* [automerger] Encoder: Return error for odd resolution am: 9fa58d4db3 am: f56e...Akshata Jadhav2018-04-141-0/+18
|\
| * [automerger] Encoder: Return error for odd resolution am: 9fa58d4db3 am: f56e...Android Build Merger (Role)2018-04-141-0/+18
| |\
| | * [automerger] Encoder: Return error for odd resolution am: 9fa58d4db3 am: f56e...Android Build Merger (Role)2018-04-141-0/+18
| | |\
| | | * [automerger] Encoder: Return error for odd resolution am: 9fa58d4db3 am: f56e...Android Build Merger (Role)2018-04-141-0/+18
| | | |\
| | | | * [automerger] Encoder: Return error for odd resolution am: 9fa58d4db3Android Build Merger (Role)2018-04-141-0/+18
| | | | |\
| | | | | * Encoder: Return error for odd resolutionAkshata Jadhav2018-02-281-0/+18
| | | | * | Remove __DATE__/__TIME__ from Android buildsDan Willemsen2015-10-301-0/+7
| | | | * | Encoder added support for VUI paramsHamsalekha S2015-10-095-6/+145
| | | | |/
| | | | * Merge "Encoder: Fixed an issue in handling FPS greater than 60" into mnc-devmarshmallow-devRonghua Wu2015-08-031-2/+10
| | | | |\
| | | | | * Encoder: Fixed an issue in handling FPS greater than 60Harish Mahendrakar2015-08-031-2/+10
| | | | * | Don't use side effects in the macro PUT_BITS_SEV parametersMartin Storsjo2015-07-311-4/+8
| | | | * | Made gops closedHarinarayanan K K2015-07-313-10/+13
| | | | * | Always do recon of 4x4 intra blocksMartin Storsjo2015-07-311-21/+13
| | | | * | Validate the u4_entropy_coding_mode fieldMartin Storsjo2015-07-312-0/+12
| | | | * | Fixed issue in cost computation for BIPRED MEHarinarayanan K K2015-07-311-4/+4
| | | | * | Cabac optimizationsDoney Alex2015-07-313-75/+32
| | | | * | Use INT_MAX as i4_max_sad in ih264e_evaluate_bipredMartin Storsjo2015-07-311-1/+1
| | | | * | Make sure that apv_bufs[0] and u4_is_last always are setMartin Storsjo2015-07-312-2/+12
| | | | * | Check the width/height and adjust level used for RCMartin Storsjo2015-07-311-1/+2
| | | | * | Fixed encode of trailing B framesHarinarayanan K K2015-07-311-0/+80
| | | | * | Remove the now unused stride field from the set dimensions structMartin Storsjo2015-07-312-12/+0
| | | | * | Fixed encode of single frameHarinarayanan K K2015-07-311-1/+1
| | | | * | Don't declare variables after statementsMartin Storsjo2015-07-313-20/+22
| | | | * | Remove double semicolons (empty statements)Martin Storsjo2015-07-311-1/+1
| | | | |/
| | | | * Fix MIPS buildMarco Nelissen2015-06-251-1/+1
| | | | * Don't declare variables after statementsMartin Storsjo2015-06-253-11/+16
| | | | * Reorder code to avoid reading uninitialized dataMartin Storsjo2015-06-251-2/+2
| | | | * Force regenerating the header via i4_gen_header instead of i4_header_modeMartin Storsjo2015-06-252-1/+2
| | | | * Don't use static structs for rc initMartin Storsjo2015-06-2512-13/+13
| | | | * Initialize i4_non_ref_frames_in_stream before encoding SPS/PPSMartin Storsjo2015-06-252-6/+6
| | | | * Allow setting profile IV_PROFILE_MAINMartin Storsjo2015-06-251-1/+2
| | | | * Added check for minimum output buffer size.Harinarayanan K K2015-06-255-4/+17
| | | | * Added code to handle cases with qp less than 10Harinarayanan K K2015-06-252-10/+35
| | | | * Reduced memory requirements.Harinarayanan K K2015-06-257-64/+69
| | | | * Fixed QP lockupsHarinarayanan K K2015-06-252-99/+103
| | | | * Fixed issues with forcing I and IDR frames.Harinarayanan K K2015-06-253-25/+37
| | | | * Fix string handling for generating version stringsMartin Storsjo2015-06-251-14/+5
| | | | * Remove a duplicate headerMartin Storsjo2015-06-251-101/+0