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 |
* | 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 |
* | Cosmetics: indentation | Thorsten Jordan | 2008-02-13 | 1 | -36/+36 |
* | Remove useless buffering of input data, so that avcodec_decode_audio never | Thorsten Jordan | 2008-02-13 | 1 | -47/+15 |
* | do not set channels before checking request_channels | Justin Ruggles | 2008-01-05 | 1 | -1/+2 |
* | use request_channels in liba52 decoder | Justin Ruggles | 2008-01-05 | 1 | -5/+11 |
* | various simplifications around recent av_clip_int16() usage | Aurelien Jacobs | 2007-08-11 | 1 | -7/+2 |
* | use av_clip_int16() where it makes sense | Aurelien Jacobs | 2007-08-11 | 1 | -5/+1 |
* | Give names of external library decoders/encoders a lib prefix | Diego Biurrun | 2007-06-06 | 1 | -1/+1 |
* | Give all wrappers for external libraries names starting with lib. | Diego Biurrun | 2007-06-06 | 1 | -0/+259 |