summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAge
...
* libx264: handle closed GOP codec flagJindrich Makovicka2011-05-17
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser2011-02-08
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Pass field order flag to libx264Marco Gittler2011-01-25
* Add fullrange support to libx264.c x264 interfaceJason Garrett-Glaser2010-12-07
* Remove bitrate tolerance from libx264 interfaceJason Garrett-Glaser2010-11-11
* Make libx264 take the pict_type input parameter into account,Nicolas George2010-10-25
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-22
* Properly initialize x264_picture_t in libx264.Jason Garrett-Glaser2010-06-02
* fix x264 encoding when delay is > number of input framesBaptiste Coudurier2010-05-19
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-06
* vertical align in libx264.cJason Garrett-Glaser2010-04-19
* Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.Takashi Mochizuki2010-04-01
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-25
* Update libx264.c to use new libx264 featuresJason Garrett-Glaser2010-01-19
* revert r20775, because equivalent code has been committed to x264 insteadLoren Merritt2009-12-09
* Boolify options passed to x264.Jason Garrett-Glaser2009-12-08
* Add MBtree support for libx264Erik Slagter2009-12-08
* Add weightp support in API for libx264.Jason Garrett-Glaser2009-11-24
* Update libx264.c for x264 API changeJason Garrett-Glaser2009-10-19
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-29
* Add support for new x264 API.Jason Garrett-Glaser2009-09-23
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Fix libx264.c to not drop SEI userdata from x264 encoder.Jason Garrett-Glaser2009-06-30
* Fix mem leak.Ralf Terdic2008-10-13
* x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser2008-10-02
* sync to latest x264 git, field was renamedBaptiste Coudurier2008-09-16
* Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini2008-08-29
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-05
* x264 interlaced encoding optionBaptiste Coudurier2008-06-04
* cleanup, remove useless parenthesesBaptiste Coudurier2008-06-04
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* map warning levels between libx264 and libavutilBenoit Fouet2007-07-12
* update my email addressMåns Rullgård2007-07-05
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-06
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-06