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-02-09Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-28Pass 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
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-05add esa/dia compat me options and new tesa for libx264Baptiste Coudurier
2008-06-04x264 interlaced encoding optionBaptiste Coudurier
2008-06-04cleanup, remove useless parenthesesBaptiste Coudurier
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-07-12map warning levels between libx264 and libavutilBenoit Fouet
2007-07-06update my email addressMåns Rullgård
2007-06-06Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun
2007-06-06Give all wrappers for external libraries names starting with lib.Diego Biurrun