summaryrefslogtreecommitdiffstats
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAgeFilesLines
* libx264: fix open gop default.Michael Niedermayer2011-06-211-1/+1
* libx264: fix double freeEtienne Buira2011-06-081-8/+0
* Fix memleakEtienne Buira2011-05-271-0/+1
* Fix typoEtienne Buira2011-05-271-1/+1
* Minor cleanup in libx264.cEtienne Buira2011-05-271-1/+0
* libx264: support aspect Ratio SwitchJULIAN GARDNER2011-05-261-0/+6
* libx264: specify field for default union values in optionsStefano Sabatini2011-05-221-8/+8
* libx264: support passing arbitrary parameters.Michael Niedermayer2011-05-181-0/+13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-181-0/+2
|\
| * libx264: handle closed GOP codec flagJindrich Makovicka2011-05-171-0/+2
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-6/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser2011-02-081-3/+2
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * Pass field order flag to libx264Marco Gittler2011-01-251-0/+4
* | Allocate per codec options, now that options are freed between inputs and out...Baptiste Coudurier2011-05-101-7/+14
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-6/+6
* | In libx264 wrapper, change wpredp to a codec specific option.Baptiste Coudurier2011-04-291-1/+4
* | In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be setBaptiste Coudurier2011-04-231-1/+2
* | Rm duplicated define for OPT_STR.Robert Leatherwood2011-04-221-9/+0
* | In libx264 wrapper, detect default settings and use medium profile to avoid f...Baptiste Coudurier2011-04-211-0/+28
* | In libx264 wrapper, correctly support 2pass log filename option.Baptiste Coudurier2011-04-201-0/+13
* | In libx264 wrapper, add -level specific option.Baptiste Coudurier2011-04-191-3/+13
* | Fix libx264 fastfirstpass, move apply_fastfirstpass after user customized opt...Baptiste Coudurier2011-04-191-7/+7
* | In libx264 wrapper, do not set pic quality if no frame is output, avoidsBaptiste Coudurier2011-04-191-1/+2
* | In libx264 wrapper, add -preset and -tune optionsBaptiste Coudurier2011-04-161-37/+75
* | Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser2011-02-091-3/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | Pass field order flag to libx264Marco Gittler2011-01-281-0/+4
|/
* Add fullrange support to libx264.c x264 interfaceJason Garrett-Glaser2010-12-071-1/+3
* Remove bitrate tolerance from libx264 interfaceJason Garrett-Glaser2010-11-111-3/+0
* Make libx264 take the pict_type input parameter into account,Nicolas George2010-10-251-1/+5
* Add new -slices option and use it for libvpx and libx264.James Zern2010-10-221-0/+2
* Properly initialize x264_picture_t in libx264.Jason Garrett-Glaser2010-06-021-0/+1
* fix x264 encoding when delay is > number of input framesBaptiste Coudurier2010-05-191-0/+2
* Add intra refresh and crf-max support to the libavcodec libx264 wrapper.Jason Garrett-Glaser2010-05-061-0/+2
* vertical align in libx264.cJason Garrett-Glaser2010-04-191-6/+6
* Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.Takashi Mochizuki2010-04-011-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Enable more libx264 options, aq, psy, rc lookahead and ssimBaptiste Coudurier2010-03-251-1/+14
* Update libx264.c to use new libx264 featuresJason Garrett-Glaser2010-01-191-4/+4
* revert r20775, because equivalent code has been committed to x264 insteadLoren Merritt2009-12-091-10/+10
* Boolify options passed to x264.Jason Garrett-Glaser2009-12-081-10/+10
* Add MBtree support for libx264Erik Slagter2009-12-081-0/+1
* Add weightp support in API for libx264.Jason Garrett-Glaser2009-11-241-0/+1
* Update libx264.c for x264 API changeJason Garrett-Glaser2009-10-191-1/+1
* cosmetics: K&R coding style, prettyprintingDiego Biurrun2009-09-291-112/+111
* Add support for new x264 API.Jason Garrett-Glaser2009-09-231-23/+13
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Fix libx264.c to not drop SEI userdata from x264 encoder.Jason Garrett-Glaser2009-06-301-5/+26
OpenPOWER on IntegriCloud