summaryrefslogtreecommitdiffstats
path: root/encoder
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE Encoder: Fixed adaptive intra refresh.Doney Alex2016-03-121-1/+0
* DO NOT MERGE Encoder: Added support for Constrained intra prediction.Doney Alex2016-03-114-43/+132
* Encoder: Fixed an out of bound write in AIR mapHarish Mahendrakar2016-02-101-1/+1
* Remove __DATE__/__TIME__ from Android buildsDan Willemsen2015-10-271-0/+7
* Encoder added support for VUI paramsHamsalekha S2015-08-045-6/+145
* Encoder: Fixed an issue in handling FPS greater than 60Harish Mahendrakar2015-08-031-2/+10
* Merge "Don't use side effects in the macro PUT_BITS_SEV parameters"Marco Nelissen2015-07-281-4/+8
|\
| * Don't use side effects in the macro PUT_BITS_SEV parametersMartin Storsjo2015-07-181-4/+8
* | Made gops closedHarinarayanan K K2015-07-283-10/+13
* | Merge "Always do recon of 4x4 intra blocks"Marco Nelissen2015-07-281-21/+13
|\ \
| * | Always do recon of 4x4 intra blocksMartin Storsjo2015-07-021-21/+13
| |/
* | Validate the u4_entropy_coding_mode fieldMartin Storsjo2015-07-282-0/+12
* | Fixed issue in cost computation for BIPRED MEHarinarayanan K K2015-07-281-4/+4
* | Cabac optimizationsDoney Alex2015-07-283-75/+32
* | Use INT_MAX as i4_max_sad in ih264e_evaluate_bipredMartin Storsjo2015-07-281-1/+1
* | Make sure that apv_bufs[0] and u4_is_last always are setMartin Storsjo2015-07-282-2/+12
* | Check the width/height and adjust level used for RCMartin Storsjo2015-07-281-1/+2
* | Merge "Fixed encode of trailing B frames"Marco Nelissen2015-07-281-0/+80
|\ \
| * | Fixed encode of trailing B framesHarinarayanan K K2015-06-291-0/+80
| |/
* | Merge "Remove the now unused stride field from the set dimensions struct"Marco Nelissen2015-07-282-12/+0
|\ \
| * | Remove the now unused stride field from the set dimensions structMartin Storsjo2015-06-272-12/+0
| |/
* | Fixed encode of single frameHarinarayanan K K2015-07-281-1/+1
* | Don't declare variables after statementsMartin Storsjo2015-07-283-20/+22
* | Remove double semicolons (empty statements)Martin Storsjo2015-06-271-1/+1
|/
* Merge "Don't declare variables after statements"Marco Nelissen2015-06-253-11/+16
|\
| * Don't declare variables after statementsMartin Storsjo2015-06-253-11/+16
* | Reorder code to avoid reading uninitialized dataMartin Storsjo2015-06-251-2/+2
|/
* Fix MIPS buildMarco Nelissen2015-06-241-1/+1
* Initialize i4_non_ref_frames_in_stream before encoding SPS/PPSMartin Storsjo2015-06-242-6/+6
* Allow setting profile IV_PROFILE_MAINMartin Storsjo2015-06-241-1/+2
* Added check for minimum output buffer size.Harinarayanan K K2015-06-245-4/+17
* Added code to handle cases with qp less than 10Harinarayanan K K2015-06-242-10/+35
* Reduced memory requirements.Harinarayanan K K2015-06-247-64/+69
* Fixed QP lockupsHarinarayanan K K2015-06-242-99/+103
* Fixed issues with forcing I and IDR frames.Harinarayanan K K2015-06-243-25/+37
* Remove the codec level stride fieldMartin Storsjo2015-06-243-17/+0
* Always copy data to a local buffer if padding is neededMartin Storsjo2015-06-241-12/+20
* Set the luma/chroma strides depending on source bufferMartin Storsjo2015-06-242-2/+12
* Use a separate field for the chroma strideMartin Storsjo2015-06-245-13/+19
* armv8: Don't touch the x18 registerMartin Storsjo2015-06-241-1/+0
* arm: Properly match /* */ comments in the arm assemblyMartin Storsjo2015-06-248-14/+3
* armv8: Don't accidentally write 8 bytes instead of 4Martin Storsjo2015-06-242-18/+18
* armv8: Remove redundant NEON element size declarationsMartin Storsjo2015-06-241-122/+122
* Merge "Handle non-mod-16 widths in the NEON version of 422i->420sp conversion"Marco Nelissen2015-06-241-6/+31
|\
| * Handle non-mod-16 widths in the NEON version of 422i->420sp conversionMartin Storsjo2015-06-131-6/+31
* | Added support for Main Profile toolsets in encoder.Harinarayanan K K2015-06-2454-1990/+8411
* | Merge "Remove a duplicate header"Marco Nelissen2015-06-241-101/+0
|\ \
| * | Remove a duplicate headerMartin Storsjo2015-06-181-101/+0
* | | Merge "Fix string handling for generating version strings"Marco Nelissen2015-06-241-14/+5
|\ \ \
| * | | Fix string handling for generating version stringsMartin Storsjo2015-06-181-14/+5
| |/ /