summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra288.c
Commit message (Collapse)AuthorAgeFilesLines
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | 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-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-16/+16
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-091-29/+7
| | | | | | | | | 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-061-1/+1
| | | | 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-181-2/+2
| | | | | | 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-031-2/+2
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused variablesFabrice Bellard2003-08-241-1/+1
| | | | 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-291-181/+1
| | | | | | 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-181-15/+9
| | | | Originally committed as revision 1970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* to be more preciseNick Kurshev2003-06-171-1/+1
| | | | Originally committed as revision 1967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finally works nowNick Kurshev2003-06-171-49/+49
| | | | Originally committed as revision 1966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some useful warningNick Kurshev2003-06-161-6/+19
| | | | Originally committed as revision 1961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * removed redundant includes (they were even wrongly used)Zdenek Kabelac2003-06-131-1/+0
| | | | 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-131-0/+452
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
OpenPOWER on IntegriCloud