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