| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -3/+3 |
* | indeo2: fail if input buffer too small | Alex Converse | 2011-09-09 | 1 | -1/+7 |
* | indeo2: init_get_bits size in bits instead of bytes | Alex Converse | 2011-09-09 | 1 | -1/+1 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | 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 | -1/+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 | -1/+1 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 1 | -1/+2 |
* | Do not try to free memory that was never allocated (partial revert of r20231). | Carl Eugen Hoyos | 2009-10-16 | 1 | -1/+0 |
* | Release frame after decoding is done | Kostya Shishkov | 2009-10-14 | 1 | -1/+12 |
* | Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders | Kostya Shishkov | 2009-04-17 | 1 | -3/+5 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | 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 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | fix error: indeo2.c:202:1: directives may not be used inside a macro argument, | Christian Lohmaier | 2007-06-04 | 1 | -1/+3 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -4/+4 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | Fix Indel --> Intel typo. | Diego Biurrun | 2006-09-15 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -10/+10 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+0 |
* | Here is the patch suggested by: unkaggregate, users sf net | Michael Niedermayer | 2005-07-09 | 1 | -2/+2 |
* | support the LE reader, so it can be tested a little | Michael Niedermayer | 2005-05-11 | 1 | -5/+9 |
* | simplify | Michael Niedermayer | 2005-04-20 | 1 | -21/+11 |
* | buffer overflows | Michael Niedermayer | 2005-04-20 | 1 | -3/+15 |
* | Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com) | Michael Niedermayer | 2005-04-20 | 1 | -0/+214 |