summaryrefslogtreecommitdiff
path: root/libavcodec/atrac3.c
Commit message (Collapse)AuthorAge
* Sample tested and the code worked so the comment is removedBenjamin Larsson2008-06-03
| | | | Originally committed as revision 13650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update copyright and textBenjamin Larsson2008-05-22
| | | | Originally committed as revision 13239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix decoding of 01-Untitled(1).oma, patch by Maxim PoliakovskiMaxim Poliakovski2008-05-22
| | | | Originally committed as revision 13238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Transform codec names into single words.Stefano Sabatini2008-04-29
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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