summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAge
* libx264: fix open gop default.Michael Niedermayer2011-06-21
* libx264: fix double freeEtienne Buira2011-06-08
* Fix memleakEtienne Buira2011-05-27
* Fix typoEtienne Buira2011-05-27
* Minor cleanup in libx264.cEtienne Buira2011-05-27
* libx264: support aspect Ratio SwitchJULIAN GARDNER2011-05-26
* libx264: specify field for default union values in optionsStefano Sabatini2011-05-22
* libx264: support passing arbitrary parameters.Michael Niedermayer2011-05-18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-18
|\
| * 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
* | Allocate per codec options, now that options are freed between inputs and out...Baptiste Coudurier2011-05-10
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | In libx264 wrapper, change wpredp to a codec specific option.Baptiste Coudurier2011-04-29
* | In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be setBaptiste Coudurier2011-04-23
* | Rm duplicated define for OPT_STR.Robert Leatherwood2011-04-22
* | In libx264 wrapper, detect default settings and use medium profile to avoid f...Baptiste Coudurier2011-04-21
* | In libx264 wrapper, correctly support 2pass log filename option.Baptiste Coudurier2011-04-20
* | In libx264 wrapper, add -level specific option.Baptiste Coudurier2011-04-19
* | Fix libx264 fastfirstpass, move apply_fastfirstpass after user customized opt...Baptiste Coudurier2011-04-19
* | In libx264 wrapper, do not set pic quality if no frame is output, avoidsBaptiste Coudurier2011-04-19
* | In libx264 wrapper, add -preset and -tune optionsBaptiste Coudurier2011-04-16
* | Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser2011-02-09
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | Pass field order flag to libx264Marco Gittler2011-01-28
|/
* 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