summaryrefslogtreecommitdiff
path: root/libavcodec/ra288.c
Commit message (Collapse)AuthorAge
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
| | | | | | | | | Add cook demucing, change rm demuxer so that it reorders audio packets before sending them to the decoder, and send minimum decodeable sized packets; pass only real codec extradata fo the decoder Fix 28_8 decoder for the new demuxer strategy Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-06
| | | | Originally committed as revision 3563 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some of the warning fixes by (Michael Roitzsch <mroi at users dot ↵Michael Niedermayer2004-05-18
| | | | | | sourceforge dot net>) Originally committed as revision 3140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-03
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variablesFabrice Bellard2003-08-24
| | | | Originally committed as revision 2158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved the tables into header files (and applied the 'static' patch). Nick: ↵Alex Beregszaszi2003-06-29
| | | | | | why do you like mergeing tables and code into one file, so making it unusable big? Originally committed as revision 1999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimization: merge phases 0 and 1Nick Kurshev2003-06-18
| | | | Originally committed as revision 1970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to be more preciseNick Kurshev2003-06-17
| | | | Originally committed as revision 1967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finally works nowNick Kurshev2003-06-17
| | | | Originally committed as revision 1966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some useful warningNick Kurshev2003-06-16
| | | | Originally committed as revision 1961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * removed redundant includes (they were even wrongly used)Zdenek Kabelac2003-06-13
| | | | Originally committed as revision 1953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code ↵Nick Kurshev2003-06-13
from a mplayerhq (originally from public domain player for Amiga at http://www.honeypot.net/audio) Originally committed as revision 1952 to svn://svn.ffmpeg.org/ffmpeg/trunk