summaryrefslogtreecommitdiff
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAge
...
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-22
|\|
| * 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
* | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'Michael Niedermayer2011-08-13
|\|
| * libx264: Include hint for possible values for configuring libx264Reinhard Tartler2011-08-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-09
|\|
| * 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.c: distinguish between x264 parameter errors.Erik Slagter2011-07-20
* | 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