| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mjpegdec: allow lowres with amv | Michael Niedermayer | 2014-01-09 | 1 | -0/+1 |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | sp5xdec: fix off by 1 error causing a crash | Michael Niedermayer | 2012-08-16 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -3/+3 |
* | | sp5xdec: sanitize return value. | Nicolas George | 2012-07-31 | 1 | -1/+1 |
* | | lavc: build some codecs only if they are actually enabled | Paul B Mahol | 2012-06-17 | 1 | -1/+4 |
* | | lowres2 support. | Michael Niedermayer | 2012-04-22 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -19/+15 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -19/+15 |
| * | Fix incorrect max_lowres values | Mans Rullgard | 2011-07-20 | 1 | -1/+1 |
| * | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -3/+0 |
| * | AMV: disable DR1 and don't override EMU_EDGE | Michael Niedermayer | 2011-04-29 | 1 | -2/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | | Fix various unused variable warnings | Clément Bœsch | 2011-05-30 | 1 | -3/+0 |
* | | Reduce max lowres from 5 to 3 in sp5x decoder | ami_stuff | 2011-04-29 | 1 | -1/+1 |
* | | AMV: Fix possibly exploitable crash. | Michael Niedermayer | 2011-04-21 | 1 | -2/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
|/ |
|
* | sp5x: remove broken code under #if 0 | Måns Rullgård | 2010-08-25 | 1 | -96/+0 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | amv decoder uses get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -0/+1 |
* | Remove dead assignments found by CSA | Benjamin Larsson | 2009-05-03 | 1 | -2/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -2/+8 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -2/+2 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -2/+4 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -2/+3 |
* | Fix MJPEG decoder for AMV files. | Vladimir Voroshilov | 2007-10-13 | 1 | -2/+2 |
* | AMV video decoder. | Vladimir Voroshilov | 2007-09-29 | 1 | -0/+16 |
* | Use AV_xx throughout libavcodec | Ramiro Polla | 2007-06-02 | 1 | -4/+2 |
* | move sp5x decoder in its own file | Aurelien Jacobs | 2007-05-19 | 1 | -0/+198 |