summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3.c
Commit message (Expand)AuthorAge
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* atrac3dec: cosmetics: indentationAurelien Jacobs2008-10-02
* atrac3: ensure input frame is not overwritten (it is const)Aurelien Jacobs2008-09-29
* mdct wrapper function to match fftLoren Merritt2008-08-12
* remove mdct tmp bufferLoren Merritt2008-08-12
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Sample tested and the code worked so the comment is removedBenjamin Larsson2008-06-03
* Update copyright and textBenjamin Larsson2008-05-22
* Fix decoding of 01-Untitled(1).oma, patch by Maxim PoliakovskiMaxim Poliakovski2008-05-22
* Transform codec names into single words.Stefano Sabatini2008-04-29
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* constMichael Niedermayer2008-02-01
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* Handle malloc failurePanagiotis Issaris2007-07-30
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-27
* Deobfuscade decodeTonalComponents calling logic.Benjamin Larsson2007-04-18
* Atrac3 decoder.Benjamin Larsson2007-04-17