summaryrefslogtreecommitdiffstats
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libx264: fix forced_idr logicTimo Rothenpieler2016-11-221-3/+3
* lavc: Enable a53cc by default for x264 and qsv_h264.Carl Eugen Hoyos2016-09-141-1/+1
* libx264: Increase x264 opts character limit to 4096Sasi Inguva2016-07-221-2/+2
* avcodec/libx264: Remove unused variableMichael Niedermayer2016-06-231-1/+0
* libavcodec: factor out SEI generation for A53 captionsAndrey Turkin2016-06-191-33/+16
* Seperate x264rgb encoder and only enable when its actually supportedMichael Niedermayer2016-06-051-10/+12
* Merge commit '5fca95c8e515a5ae542d9626ec088bdfc658450e'Derek Buitenhuis2016-05-121-0/+7
|\
| * libx264: Forbid inverted Stereo3D modeVittorio Giovara2016-04-211-0/+7
* | Merge commit '9e2af0e9071a1229cfe21efff394691d91f979b2'Derek Buitenhuis2016-05-121-0/+5
|\ \ | |/
| * libx264: Allow Stereo3D monoscopic valueVittorio Giovara2016-04-211-0/+5
| * libx264: Fix noise_reduction option assignmentVittorio Giovara2016-02-221-2/+2
| * libx264: Make sure to preserve default option valuesVittorio Giovara2016-02-011-11/+12
* | Merge commit '936f0d98f864f9f6bb4f9e5458b78537e146bacd'Derek Buitenhuis2016-01-311-10/+0
|\ \ | |/
* | libx264: Make sure to preserve default option valuesVittorio Giovara2016-01-281-6/+5
* | avcodec/libx264: Fix sc_threshold after 30c1bdb87ce336f2b9957769e30a10d72f93d372Michael Niedermayer2016-01-281-4/+4
* | Merge commit '1482aff2048511b821ff9feac19426113cc641a2'Derek Buitenhuis2016-01-281-1/+11
|\ \ | |/
| * lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-211-2/+11
* | Merge commit '7c79587d7407dab4b9445d66b5f111fe657c8c4d'Derek Buitenhuis2016-01-281-2/+14
|\ \ | |/
| * lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-211-2/+14
* | Merge commit '5764d38173661c29d954711dd5abfddf709e9ba4'Derek Buitenhuis2016-01-281-1/+11
|\ \ | |/
| * lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-211-1/+11
* | Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92'Derek Buitenhuis2016-01-271-1/+12
|\ \ | |/
| * lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-211-1/+12
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-1/+1
* | lavc/x264: Add compatibility values for coder options.Carl Eugen Hoyos2016-01-101-0/+2
* | Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487'Hendrik Leppkes2015-12-181-1/+17
|\ \ | |/
| * lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-071-1/+17
* | Merge commit '732a37d1466d45b3812509d68c82e783530e291a'Hendrik Leppkes2015-12-171-0/+8
|\ \ | |/
| * libx264: export CPB props side dataAnton Khirnov2015-12-061-0/+8
* | avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-11/+11
* | Merge commit '1ec72c6c68dbc78bf4ebb6f06c13316dc488bdfa'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * libx264: Make sure the extradata are paddedLuca Barbato2015-10-231-1/+1
| * lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-151-1/+1
* | avcodec/libx264: silence -WaddressGanesh Ajjanagadde2015-10-071-3/+3
* | libx264: copy A53 closed captions from sourceDeHackEd2015-10-031-0/+45
* | Merge commit '380146924ecad2e05e9dcc5c3c2e1b5ba47c51e8'Hendrik Leppkes2015-10-031-6/+15
|\ \ | |/
| * x264: Add option to force IDR framesDerek Buitenhuis2015-10-011-5/+18
| * x264: Expose the NV21 input supportYu Xiaolei2015-10-011-0/+6
* | avcodec/libx264: use AV_OPT_TYPE_BOOL for fastfirstpass optionClément Bœsch2015-09-121-1/+1
* | libx264: Add option to force IDR framesDerek Buitenhuis2015-08-181-1/+4
* | avcodec/libx264: expose nv21 input supportYu Xiaolei2015-08-011-0/+6
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-3/+3
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-8/+8
|\ \ | |/
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-8/+8
* | Merge commit '4b6b1082a73907c7c3de2646c6398bc61320f2c6'Michael Niedermayer2015-07-271-11/+28
|\ \ | |/
| * lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-271-11/+28
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | avcodec/libx264: Export choosen pict_typeMichael Niedermayer2015-07-221-6/+11
* | Replace AV_PKT_DATA_QUALITY_FACTOR by AV_PKT_DATA_QUALITY_STATSMichael Niedermayer2015-07-221-5/+1
OpenPOWER on IntegriCloud