| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Fix mem leak. | Ralf Terdic | 2008-10-13 | 1 | -0/+2 |
* | x264 has removed the b-rdo and bime options, and instead integrated | Jason Garrett-Glaser | 2008-10-02 | 1 | -2/+0 |
* | sync to latest x264 git, field was renamed | Baptiste Coudurier | 2008-09-16 | 1 | -1/+1 |
* | Make X264_init() no longer assign avctx->rc_eq to libx264's context. | Stefano Sabatini | 2008-08-29 | 1 | -1/+0 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | add esa/dia compat me options and new tesa for libx264 | Baptiste Coudurier | 2008-06-05 | 1 | -0/+2 |
* | x264 interlaced encoding option | Baptiste Coudurier | 2008-06-04 | 1 | -0/+2 |
* | cleanup, remove useless parentheses | Baptiste Coudurier | 2008-06-04 | 1 | -13/+13 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -1/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | map warning levels between libx264 and libavutil | Benoit Fouet | 2007-07-12 | 1 | -1/+1 |
* | update my email address | Måns Rullgård | 2007-07-05 | 1 | -1/+1 |
* | Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. | Diego Biurrun | 2007-06-06 | 1 | -2/+2 |
* | Give all wrappers for external libraries names starting with lib. | Diego Biurrun | 2007-06-06 | 1 | -0/+300 |