summaryrefslogtreecommitdiffstats
path: root/libavcodec/atrac3.c
Commit message (Expand)AuthorAgeFilesLines
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Sample tested and the code worked so the comment is removedBenjamin Larsson2008-06-031-1/+0
* Update copyright and textBenjamin Larsson2008-05-221-6/+7
* Fix decoding of 01-Untitled(1).oma, patch by Maxim PoliakovskiMaxim Poliakovski2008-05-221-6/+12
* Transform codec names into single words.Stefano Sabatini2008-04-291-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* constMichael Niedermayer2008-02-011-5/+5
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-3/+3
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-2/+2
* Handle malloc failurePanagiotis Issaris2007-07-301-0/+4
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-271-1/+1
* Deobfuscade decodeTonalComponents calling logic.Benjamin Larsson2007-04-181-11/+6
* Atrac3 decoder.Benjamin Larsson2007-04-171-0/+1069
OpenPOWER on IntegriCloud