summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAge
* libx264: Forbid inverted Stereo3D modeVittorio Giovara2016-04-21
* libx264: Allow Stereo3D monoscopic valueVittorio Giovara2016-04-21
* libx264: Fix noise_reduction option assignmentVittorio Giovara2016-02-22
* libx264: Make sure to preserve default option valuesVittorio Giovara2016-02-01
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-21
* lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-21
* lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-21
* lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-21
* lavc: Deprecate coder_type and its symbolsVittorio Giovara2015-12-07
* libx264: export CPB props side dataAnton Khirnov2015-12-06
* libx264: Make sure the extradata are paddedLuca Barbato2015-10-23
* lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-15
* x264: Add option to force IDR framesDerek Buitenhuis2015-10-01
* x264: Expose the NV21 input supportYu Xiaolei2015-10-01
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: Deprecate avctx.me_methodVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Add a quality factor packet side dataVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* libx264: Add support for the MPEG2 encoderLuca Barbato2015-07-17
* x264: Factor out the reconfiguration codeLuca Barbato2015-06-15
* x264: Check memory allocationVittorio Giovara2015-05-31
* libx264: Make codec use the init-cleanup flag and mark it as init-thread-safeVittorio Giovara2015-04-24
* x264: Map color parametersLuca Barbato2015-04-15
* libx264: Allow full-range yuv422 and yuv444 pixel formatsCarl Eugen Hoyos2015-03-17
* libx264: Return more meaningful error codesHimangi Saraogi2015-03-12
* h264: fix interpretation of interleved stereo modesFelix Abecassis2014-08-07
* libx264: Correctly manage constant rate factor paramsLuca Barbato2014-06-22
* libx264: Support bitrate reconfigurationLuca Barbato2014-06-11
* libx264: check color_rangeVittorio Giovara2014-03-16
* libx264: set frame packing information when relevant information is foundVittorio Giovara2013-12-09
* libx264: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* lavc: add support for interleaved chroma formats to libx264.Kieran Kunhya2013-09-24
* libx264: add shortcut for the bluray compatibility optionLuca Barbato2013-08-05
* libx264: Define X264_API_IMPORTS on MSVC/ICLDerek Buitenhuis2013-07-21
* libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle2013-02-23
* libx264: introduce -x264-params private optionGavriloaie Eugen-Andrei2013-01-25
* libx264: use the library specific default rc_initial_buffer_occupancyLuca Barbato2013-01-15
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* libx264: change default to closed gop to match x264cliJohn Van Sickle2012-09-24
* libx264: add forgotten ;Anton Khirnov2012-09-21
* libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle2012-09-19
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* libx264: support aspect ratio switchingJULIAN GARDNER2012-07-09