summaryrefslogtreecommitdiffstats
path: root/libavcodec/apedec.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix Doxygen comments for APE decoder.Kostya Shishkov2009-01-281-1/+5
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-191-0/+1
* Correct wrong lower limit and condition used in APE decoderKostya Shishkov2008-09-241-3/+2
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* While APE changed container format in 3.98, frequency tables for range codingKostya Shishkov2008-08-291-1/+1
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Add several vector functions used by Monkey's Audio decoder to dsputilKostya Shishkov2008-07-061-29/+6
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* smaller tablesMichael Niedermayer2008-03-101-4/+4
* Remove unused elements from tables.Michael Niedermayer2008-03-041-30/+8
* Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer2008-03-041-0/+17
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-041-1/+4
* constMichael Niedermayer2008-02-011-4/+4
* cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ...Baptiste Coudurier2008-01-311-1/+1
* Fix some spelling mistakes.Diego Biurrun2007-12-021-1/+1
* spellingVitor Sessak2007-12-011-2/+2
* Monkey Audio decoderKostya Shishkov2007-09-131-0/+922
OpenPOWER on IntegriCloud