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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-31libx264: add 'weightb' private option.Anton Khirnov
2011-08-31libx264: add 'b-pyramid' private option.Anton Khirnov
2011-08-31libx264: add 'intra-refresh' private option.Anton Khirnov
2011-08-31libx264: add 'ssim' private option.Anton Khirnov
2011-08-31libx264: make options compatible with x264Anton Khirnov
2011-08-24libx264: add 'crf_max' private option.Anton Khirnov
2011-08-24libx264: add 'weightp' private option.Anton Khirnov
2011-08-24libx264: add 'rc_lookahead' private option.Anton Khirnov
2011-08-24libx264: add 'psy_trellis' private option.Anton Khirnov
2011-08-24libx264: add 'psy_rd' private option.Anton Khirnov
2011-08-24libx264: add 'aq_strength' private option.Anton Khirnov
2011-08-24libx264: add 'aq_mode' private option.Anton Khirnov
2011-08-24libx264: add 'cqp' private option.Anton Khirnov
2011-08-24libx264: add 'crf' private option.Anton Khirnov
2011-08-22libx264: only use ABR mode when the user explicitly set bitrate.Anton Khirnov
2011-08-22libx264: use medium preset by default.Anton Khirnov
2011-08-12libx264: Include hint for possible values for configuring libx264Reinhard Tartler
2011-08-08libx264: do not set pic quality if no frame is outputBaptiste Coudurier
2011-08-08libx264: add preset, tune, profile and fastfirstpass private optionsBaptiste Coudurier
2011-05-18libx264: handle closed GOP codec flagJindrich Makovicka
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-09Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Pass field order flag to libx264Marco Gittler
2010-12-07Add fullrange support to libx264.c x264 interfaceJason Garrett-Glaser
2010-11-11Remove bitrate tolerance from libx264 interfaceJason Garrett-Glaser
2010-10-25Make libx264 take the pict_type input parameter into account,Nicolas George
2010-10-22Add new -slices option and use it for libvpx and libx264.James Zern
2010-06-03Properly initialize x264_picture_t in libx264.Jason Garrett-Glaser
2010-05-20fix x264 encoding when delay is > number of input framesBaptiste Coudurier
2010-05-07Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser
2010-04-20vertical align in libx264.cJason Garrett-Glaser
2010-04-01Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.Takashi Mochizuki
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-25Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier
2010-01-19Update libx264.c to use new libx264 featuresJason Garrett-Glaser
2009-12-09revert r20775, because equivalent code has been committed to x264 insteadLoren Merritt
2009-12-08Boolify options passed to x264.Jason Garrett-Glaser
2009-12-08Add MBtree support for libx264Erik Slagter
2009-11-24Add weightp support in API for libx264.Jason Garrett-Glaser
2009-10-19Update libx264.c for x264 API changeJason Garrett-Glaser
2009-09-29cosmetics: K&R coding style, prettyprintingDiego Biurrun
2009-09-23Add support for new x264 API.Jason Garrett-Glaser
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-07-01Fix libx264.c to not drop SEI userdata from x264 encoder.Jason Garrett-Glaser
2008-10-13Fix mem leak.Ralf Terdic
2008-10-02x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser
2008-09-16sync to latest x264 git, field was renamedBaptiste Coudurier
2008-08-29Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini