summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAge
* libx264: use X264_THREADS_AUTO constant instead of 0.Anton Khirnov2011-09-01
* libx264: set default thread count to 0 (auto)Anton Khirnov2011-08-31
* libx264: add 'mbtree' private option.Anton Khirnov2011-08-31
* libx264: add 'psy' private option.Anton Khirnov2011-08-31
* libx264: add 'aud' private option.Anton Khirnov2011-08-31
* libx264: add 'fast-pskip' private option.Anton Khirnov2011-08-31
* libx264: add '8x8dct' private option.Anton Khirnov2011-08-31
* libx264: add 'mixed-refs' private option.Anton Khirnov2011-08-31
* libx264: add 'weightb' private option.Anton Khirnov2011-08-31
* libx264: add 'b-pyramid' private option.Anton Khirnov2011-08-31
* libx264: add 'intra-refresh' private option.Anton Khirnov2011-08-31
* libx264: add 'ssim' private option.Anton Khirnov2011-08-31
* libx264: make options compatible with x264Anton Khirnov2011-08-31
* libx264: add 'crf_max' private option.Anton Khirnov2011-08-24
* libx264: add 'weightp' private option.Anton Khirnov2011-08-24
* libx264: add 'rc_lookahead' private option.Anton Khirnov2011-08-24
* libx264: add 'psy_trellis' private option.Anton Khirnov2011-08-24
* libx264: add 'psy_rd' private option.Anton Khirnov2011-08-24
* libx264: add 'aq_strength' private option.Anton Khirnov2011-08-24
* libx264: add 'aq_mode' private option.Anton Khirnov2011-08-24
* libx264: add 'cqp' private option.Anton Khirnov2011-08-24
* libx264: add 'crf' private option.Anton Khirnov2011-08-24
* libx264: only use ABR mode when the user explicitly set bitrate.Anton Khirnov2011-08-22
* libx264: use medium preset by default.Anton Khirnov2011-08-22
* libx264: Include hint for possible values for configuring libx264Reinhard Tartler2011-08-12
* libx264: do not set pic quality if no frame is outputBaptiste Coudurier2011-08-08
* libx264: add preset, tune, profile and fastfirstpass private optionsBaptiste Coudurier2011-08-08
* 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