summaryrefslogtreecommitdiffstats
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+8
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+8
* | Merge commit '5d3addb937946eca5391e40b5e6308e74ac6f77b'Michael Niedermayer2015-07-211-1/+8
|\ \ | |/
| * Add a quality factor packet side dataVittorio Giovara2015-07-201-1/+8
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-6/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-6/+0
* | avcodec/libx264: fix MPEG2 supportMichael Niedermayer2015-07-171-2/+1
* | Merge commit 'e1319aa1c1be9b64117c19170344fb78841dd67c'Michael Niedermayer2015-07-171-14/+49
|\ \ | |/
| * libx264: Add support for the MPEG2 encoderLuca Barbato2015-07-171-7/+42
* | avcodec/libx264: Avoid reconfig on equivalent aspect ratiosMichael Niedermayer2015-06-181-2/+1
* | Merge commit '03ca6d70df192125a772dadd01acfe3905aa653f'Michael Niedermayer2015-06-151-81/+90
|\ \ | |/
| * x264: Factor out the reconfiguration codeLuca Barbato2015-06-151-78/+86
| * x264: Check memory allocationVittorio Giovara2015-05-311-0/+4
* | lavc/x264: Support bgr0 as input pix_fmt.Carl Eugen Hoyos2015-05-281-0/+4
* | avcodec/libx264: Remove cleanup code, its uneeded since FF_CODEC_CAP_INIT_CLE...Michael Niedermayer2015-04-291-5/+2
* | Merge commit 'eae7338e1592f4a398b7c3cb9d1ac854b7a44ff8'Michael Niedermayer2015-04-241-1/+5
|\ \ | |/
| * libx264: Make codec use the init-cleanup flag and mark it as init-thread-safeVittorio Giovara2015-04-241-2/+6
| * x264: Map color parametersLuca Barbato2015-04-151-0/+5
| * libx264: Allow full-range yuv422 and yuv444 pixel formatsCarl Eugen Hoyos2015-03-171-0/+6
* | avcodec/libx264: use AVERROR_EXTERNAL instead of AVERROR_UNKNOWNClément Bœsch2015-03-171-2/+2
* | Merge commit '913aa9a4874418724183a3ec862cdc63b829367d'Michael Niedermayer2015-03-131-3/+3
|\ \ | |/
| * libx264: Return more meaningful error codesHimangi Saraogi2015-03-121-3/+3
* | libx264: update AQ options help for x264 build 144Peter Cordes2015-03-041-1/+4
* | avcodec/libx264: Check for av_malloc() failureMichael Niedermayer2015-02-221-0/+7
* | libavcodec/libx264: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-11-181-1/+1
* | lavc/libx264: Fix compilation with libx264 version < 142.Carl Eugen Hoyos2014-10-041-0/+5
* | avcodec/libx264: add avcintra-classMichael Niedermayer2014-10-011-0/+7
* | avcodec/libx264: mark unchanged pointer arguments as constMichael Niedermayer2014-09-281-1/+1
* | libx264: fix -b_qfactor and -chromaoffsetHii2014-08-261-2/+5
* | Drop remaining unneeded != NULLMichael Niedermayer2014-08-151-1/+1
* | Merge commit 'a7e541c9926d531a100ba0d36f4e56956dd84651'Michael Niedermayer2014-08-071-2/+2
|\ \ | |/
| * h264: fix interpretation of interleved stereo modesFelix Abecassis2014-08-071-2/+2
* | Merge commit '0ef256d51518f0e483c38b9ee3b993cf0709d00e'Michael Niedermayer2014-06-231-2/+2
|\ \ | |/
| * libx264: Correctly manage constant rate factor paramsLuca Barbato2014-06-221-2/+3
OpenPOWER on IntegriCloud