summaryrefslogtreecommitdiffstats
path: root/libavcodec/libx264.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix mem leak.Ralf Terdic2008-10-131-0/+2
* x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser2008-10-021-2/+0
* sync to latest x264 git, field was renamedBaptiste Coudurier2008-09-161-1/+1
* Make X264_init() no longer assign avctx->rc_eq to libx264's context.Stefano Sabatini2008-08-291-1/+0
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* add esa/dia compat me options and new tesa for libx264Baptiste Coudurier2008-06-051-0/+2
* x264 interlaced encoding optionBaptiste Coudurier2008-06-041-0/+2
* cleanup, remove useless parenthesesBaptiste Coudurier2008-06-041-13/+13
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* map warning levels between libx264 and libavutilBenoit Fouet2007-07-121-1/+1
* update my email addressMåns Rullgård2007-07-051-1/+1
* Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.Diego Biurrun2007-06-061-2/+2
* Give all wrappers for external libraries names starting with lib.Diego Biurrun2007-06-061-0/+300
OpenPOWER on IntegriCloud