summaryrefslogtreecommitdiffstats
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAgeFilesLines
* libx264: check color_rangeVittorio Giovara2014-03-161-1/+2
* libx264: set frame packing information when relevant information is foundVittorio Giovara2013-12-091-1/+37
* libx264: use the AVFrame API properly.Anton Khirnov2013-11-161-6/+9
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc: add support for interleaved chroma formats to libx264.Kieran Kunhya2013-09-241-0/+6
* libx264: add shortcut for the bluray compatibility optionLuca Barbato2013-08-051-0/+6
* libx264: Define X264_API_IMPORTS on MSVC/ICLDerek Buitenhuis2013-07-211-0/+5
* libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle2013-02-231-1/+3
* libx264: introduce -x264-params private optionGavriloaie Eugen-Andrei2013-01-251-0/+18
* libx264: use the library specific default rc_initial_buffer_occupancyLuca Barbato2013-01-151-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-26/+26
* libx264: change default to closed gop to match x264cliJohn Van Sickle2012-09-241-0/+1
* libx264: add forgotten ;Anton Khirnov2012-09-211-1/+1
* libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle2012-09-191-0/+9
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-041-4/+4
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-18/+18
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-13/+13
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* libx264: support aspect ratio switchingJULIAN GARDNER2012-07-091-0/+6
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-11/+11
* libx264: add 'stats' private option for setting 2pass stats filename.Anton Khirnov2012-03-131-0/+3
* libx264: fix help text for slice-max-size option.Anton Khirnov2012-03-131-1/+1
* libx264: Allow overriding the sliced threads optionMartin Storsjö2012-03-061-0/+3
* libx264: implement encode2().Anton Khirnov2012-02-081-18/+29
* libx264: split extradata writing out of encode_nals().Anton Khirnov2012-02-081-12/+14
* libx264: fix indentation.Anton Khirnov2012-02-021-5/+5
* lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov2012-01-271-61/+0
* libx264: Don't leave max_b_frames as -1 if the user didn't set itMartin Storsjö2012-01-141-0/+3
* threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau2012-01-011-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-41/+41
* libx264: support yuv422/444 output.Anton Khirnov2011-10-121-1/+23
* libx264: support 9- and 10-bit output.Anton Khirnov2011-10-061-1/+28
* libx264: introduce slice-max-size optionLuca Barbato2011-09-161-0/+5
* libx264: fix setting some more parametersAnton Khirnov2011-09-071-27/+36
* libx264: fix setting the H.264 levelAndrej Peterka2011-09-071-3/+3
* libx264: add 'direct-pred' private optionAnton Khirnov2011-09-071-2/+10
* libx264: add 'partitions' private optionAnton Khirnov2011-09-071-14/+16
* libx264: add 'cplxblur' private optionAnton Khirnov2011-09-061-2/+6
* libx264: add 'deblock' private optionAnton Khirnov2011-09-061-6/+14
* libx264: add 'b-bias' private optionAnton Khirnov2011-09-061-1/+6
* libx264: fix setting some options.Anton Khirnov2011-09-061-13/+28
* libx264: remove useless assignmentAnton Khirnov2011-09-061-1/+0
* libx264: use X264_THREADS_AUTO constant instead of 0.Anton Khirnov2011-09-011-1/+1
* libx264: set default thread count to 0 (auto)Anton Khirnov2011-08-311-0/+1
* libx264: add 'mbtree' private option.Anton Khirnov2011-08-311-1/+5
* libx264: add 'psy' private option.Anton Khirnov2011-08-311-2/+5
* libx264: add 'aud' private option.Anton Khirnov2011-08-311-2/+5
* libx264: add 'fast-pskip' private option.Anton Khirnov2011-08-311-1/+5
* libx264: add '8x8dct' private option.Anton Khirnov2011-08-311-1/+5
OpenPOWER on IntegriCloud