summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3.c
Commit message (Collapse)AuthorAge
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
| | | | Originally committed as revision 10078 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle malloc failurePanagiotis Issaris2007-07-30
| | | | Originally committed as revision 9833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace a return of -1 with ENOMEM.Panagiotis Issaris2007-07-27
| | | | Originally committed as revision 9813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deobfuscade decodeTonalComponents calling logic.Benjamin Larsson2007-04-18
| | | | Originally committed as revision 8757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Atrac3 decoder.Benjamin Larsson2007-04-17
Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk