Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Add long names to 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 | -2/+2 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -7/+7 |
* | some const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Add const qualifiers to unmodified function parameters, fixes the warning: | Diego Biurrun | 2008-01-16 | 1 | -1/+1 |
* | Remove bogus cast. | Diego Biurrun | 2008-01-16 | 1 | -1/+1 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -4/+4 |
* | split SVQ1 decoder and encoder in their own files | Aurelien Jacobs | 2007-07-06 | 1 | -0/+829 |