summaryrefslogtreecommitdiff
path: root/libavcodec/mace.c
Commit message (Collapse)AuthorAge
* data_size = 0 cleanupMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* debug stuff only for DEBUG :)François Revol2003-03-26
| | | | Originally committed as revision 1708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid "unused variable 'c'" warning.François Revol2002-11-26
| | | | Originally committed as revision 1282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-02
contribution by Laszlo Torok <torokl@alpha.dfmk.hu> 4CC 'MAC3' and 'MAC6' in Quicktime. It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :) patch by (François Revol <revol at free dot fr>) Originally committed as revision 1145 to svn://svn.ffmpeg.org/ffmpeg/trunk