| Commit message (Expand) | Author | Age | Files | Lines |
* | libx264: fix open gop default. | Michael Niedermayer | 2011-06-21 | 1 | -1/+1 |
* | libx264: fix double free | Etienne Buira | 2011-06-08 | 1 | -8/+0 |
* | Fix memleak | Etienne Buira | 2011-05-27 | 1 | -0/+1 |
* | Fix typo | Etienne Buira | 2011-05-27 | 1 | -1/+1 |
* | Minor cleanup in libx264.c | Etienne Buira | 2011-05-27 | 1 | -1/+0 |
* | libx264: support aspect Ratio Switch | JULIAN GARDNER | 2011-05-26 | 1 | -0/+6 |
* | libx264: specify field for default union values in options | Stefano Sabatini | 2011-05-22 | 1 | -8/+8 |
* | libx264: support passing arbitrary parameters. | Michael Niedermayer | 2011-05-18 | 1 | -0/+13 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-18 | 1 | -0/+2 |
|\ |
|
| * | libx264: handle closed GOP codec flag | Jindrich Makovicka | 2011-05-17 | 1 | -0/+2 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -6/+6 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Fix broken vbv_buffer_init handling in libx264.c | Jason Garrett-Glaser | 2011-02-08 | 1 | -3/+2 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
| * | Pass field order flag to libx264 | Marco Gittler | 2011-01-25 | 1 | -0/+4 |
* | | Allocate per codec options, now that options are freed between inputs and out... | Baptiste Coudurier | 2011-05-10 | 1 | -7/+14 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -6/+6 |
* | | In libx264 wrapper, change wpredp to a codec specific option. | Baptiste Coudurier | 2011-04-29 | 1 | -1/+4 |
* | | In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be set | Baptiste Coudurier | 2011-04-23 | 1 | -1/+2 |
* | | Rm duplicated define for OPT_STR. | Robert Leatherwood | 2011-04-22 | 1 | -9/+0 |
* | | In libx264 wrapper, detect default settings and use medium profile to avoid f... | Baptiste Coudurier | 2011-04-21 | 1 | -0/+28 |
* | | In libx264 wrapper, correctly support 2pass log filename option. | Baptiste Coudurier | 2011-04-20 | 1 | -0/+13 |
* | | In libx264 wrapper, add -level specific option. | Baptiste Coudurier | 2011-04-19 | 1 | -3/+13 |
* | | Fix libx264 fastfirstpass, move apply_fastfirstpass after user customized opt... | Baptiste Coudurier | 2011-04-19 | 1 | -7/+7 |
* | | In libx264 wrapper, do not set pic quality if no frame is output, avoids | Baptiste Coudurier | 2011-04-19 | 1 | -1/+2 |
* | | In libx264 wrapper, add -preset and -tune options | Baptiste Coudurier | 2011-04-16 | 1 | -37/+75 |
* | | Fix broken vbv_buffer_init handling in libx264.c | Jason Garrett-Glaser | 2011-02-09 | 1 | -3/+2 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | | Pass field order flag to libx264 | Marco Gittler | 2011-01-28 | 1 | -0/+4 |
|/ |
|
* | Add fullrange support to libx264.c x264 interface | Jason Garrett-Glaser | 2010-12-07 | 1 | -1/+3 |
* | Remove bitrate tolerance from libx264 interface | Jason Garrett-Glaser | 2010-11-11 | 1 | -3/+0 |
* | Make libx264 take the pict_type input parameter into account, | Nicolas George | 2010-10-25 | 1 | -1/+5 |
* | Add new -slices option and use it for libvpx and libx264. | James Zern | 2010-10-22 | 1 | -0/+2 |
* | Properly initialize x264_picture_t in libx264. | Jason Garrett-Glaser | 2010-06-02 | 1 | -0/+1 |
* | fix x264 encoding when delay is > number of input frames | Baptiste Coudurier | 2010-05-19 | 1 | -0/+2 |
* | Add intra refresh and crf-max support to the libavcodec libx264 wrapper. | Jason Garrett-Glaser | 2010-05-06 | 1 | -0/+2 |
* | vertical align in libx264.c | Jason Garrett-Glaser | 2010-04-19 | 1 | -6/+6 |
* | Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags. | Takashi Mochizuki | 2010-04-01 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Enable more libx264 options, aq, psy, rc lookahead and ssim | Baptiste Coudurier | 2010-03-25 | 1 | -1/+14 |
* | Update libx264.c to use new libx264 features | Jason Garrett-Glaser | 2010-01-19 | 1 | -4/+4 |
* | revert r20775, because equivalent code has been committed to x264 instead | Loren Merritt | 2009-12-09 | 1 | -10/+10 |
* | Boolify options passed to x264. | Jason Garrett-Glaser | 2009-12-08 | 1 | -10/+10 |
* | Add MBtree support for libx264 | Erik Slagter | 2009-12-08 | 1 | -0/+1 |
* | Add weightp support in API for libx264. | Jason Garrett-Glaser | 2009-11-24 | 1 | -0/+1 |
* | Update libx264.c for x264 API change | Jason Garrett-Glaser | 2009-10-19 | 1 | -1/+1 |
* | cosmetics: K&R coding style, prettyprinting | Diego Biurrun | 2009-09-29 | 1 | -112/+111 |
* | Add support for new x264 API. | Jason Garrett-Glaser | 2009-09-23 | 1 | -23/+13 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Fix libx264.c to not drop SEI userdata from x264 encoder. | Jason Garrett-Glaser | 2009-06-30 | 1 | -5/+26 |