summaryrefslogtreecommitdiff
path: root/libavcodec/apedec.c
Commit message (Expand)AuthorAge
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* smaller tablesMichael Niedermayer2008-03-10
* Remove unused elements from tables.Michael Niedermayer2008-03-04
* Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer2008-03-04
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-04
* constMichael Niedermayer2008-02-01
* cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ...Baptiste Coudurier2008-01-31
* Fix some spelling mistakes.Diego Biurrun2007-12-02
* spellingVitor Sessak2007-12-01
* Monkey Audio decoderKostya Shishkov2007-09-13