Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-27lavc: AV-prefix all codec flagsVittorio Giovara
2015-07-27lavc: Deprecate avctx.me_methodVittorio Giovara
2015-07-20Deprecate avctx.coded_frameVittorio Giovara
2015-07-20Add a quality factor packet side dataVittorio Giovara
2015-07-20Gather all coded_frame allocations and free functions to a single placeVittorio Giovara
2015-07-17libx264: Add support for the MPEG2 encoderLuca Barbato
2015-06-15x264: Factor out the reconfiguration codeLuca Barbato
2015-05-31x264: Check memory allocationVittorio Giovara
2015-04-24libx264: Make codec use the init-cleanup flag and mark it as init-thread-safeVittorio Giovara
2015-04-15x264: Map color parametersLuca Barbato
2015-03-17libx264: Allow full-range yuv422 and yuv444 pixel formatsCarl Eugen Hoyos
2015-03-12libx264: Return more meaningful error codesHimangi Saraogi
2014-08-07h264: fix interpretation of interleved stereo modesFelix Abecassis
2014-06-22libx264: Correctly manage constant rate factor paramsLuca Barbato
2014-06-12libx264: Support bitrate reconfigurationLuca Barbato
2014-03-17libx264: check color_rangeVittorio Giovara
2013-12-09libx264: set frame packing information when relevant information is foundVittorio Giovara
2013-11-16libx264: use the AVFrame API properly.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-24lavc: add support for interleaved chroma formats to libx264.Kieran Kunhya
2013-08-05libx264: add shortcut for the bluray compatibility optionLuca Barbato
2013-07-21libx264: Define X264_API_IMPORTS on MSVC/ICLDerek Buitenhuis
2013-02-23libx264: change i_qfactor to use x264cli's defaultJohn Van Sickle
2013-01-25libx264: introduce -x264-params private optionGavriloaie Eugen-Andrei
2013-01-15libx264: use the library specific default rc_initial_buffer_occupancyLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-24libx264: change default to closed gop to match x264cliJohn Van Sickle
2012-09-21libx264: add forgotten ;Anton Khirnov
2012-09-19libx264: add support for nal-hrd, required for Blu-ray streams.John Van Sickle
2012-09-05avopt: Explicitly store float/double option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-09libx264: support aspect ratio switchingJULIAN GARDNER
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-13libx264: add 'stats' private option for setting 2pass stats filename.Anton Khirnov
2012-03-13libx264: fix help text for slice-max-size option.Anton Khirnov
2012-03-06libx264: Allow overriding the sliced threads optionMartin Storsjö
2012-02-08libx264: implement encode2().Anton Khirnov
2012-02-08libx264: split extradata writing out of encode_nals().Anton Khirnov
2012-02-03libx264: fix indentation.Anton Khirnov
2012-01-27lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.Anton Khirnov
2012-01-14libx264: Don't leave max_b_frames as -1 if the user didn't set itMartin Storsjö
2012-01-01threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264Janne Grunau
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-10-12libx264: support yuv422/444 output.Anton Khirnov
2011-10-06libx264: support 9- and 10-bit output.Anton Khirnov
2011-09-16libx264: introduce slice-max-size optionLuca Barbato
2011-09-07libx264: fix setting some more parametersAnton Khirnov