summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra288.c
Commit message (Expand)AuthorAgeFilesLines
...
* Declare parameters of pred() that could be const as suchVitor Sessak2008-07-171-1/+1
* Another simplificationVitor Sessak2008-07-171-3/+1
* SimplifyVitor Sessak2008-07-171-2/+4
* SimplifyVitor Sessak2008-07-171-4/+3
* Declare function parameters as constVitor Sessak2008-07-171-5/+6
* Revert r14218. FFMAX is a macro, soVitor Sessak2008-07-141-1/+3
* SimplifyVitor Sessak2008-07-131-3/+1
* Another av_clipf() usageVitor Sessak2008-07-131-4/+1
* Do not declare as double a var that only stores a floatVitor Sessak2008-07-131-2/+2
* Simplify: use FFMAXVitor Sessak2008-07-131-2/+1
* Add av_clipf() function to common.h and use it in ra288.cVitor Sessak2008-07-131-8/+2
* Simplify: glob->phase is always == 3Vitor Sessak2008-07-061-7/+4
* Remove phasep context var, it is just phase*5Vitor Sessak2008-07-061-5/+5
* Slighly faster operationVitor Sessak2008-07-061-1/+1
* Cosmetics: remove bracesVitor Sessak2008-07-061-2/+1
* Another use of scalar_product_float()Vitor Sessak2008-07-061-3/+2
* Do not reimplement memmove()Vitor Sessak2008-07-061-4/+2
* Cosmetics: remove bracesVitor Sessak2008-07-051-2/+1
* Create a function for float dot product instead of duplicating all over the fileVitor Sessak2008-07-051-20/+14
* Write for loops in a more standard way. In my opinion, they are much more rea...Vitor Sessak2008-07-041-14/+32
* Move vars declaration to inner loop when possibleVitor Sessak2008-07-041-12/+9
* SimplifyVitor Sessak2008-07-041-6/+4
* Remove unneeded varVitor Sessak2008-07-031-3/+1
* Use a matrix instead of a vectorVitor Sessak2008-07-031-1/+1
* Remove useless wrapper around ra288_decode_frame()Vitor Sessak2008-06-301-24/+14
* Remove unpack() function, read the bitstream as neededVitor Sessak2008-06-301-21/+8
* Clean up error messageVitor Sessak2008-06-301-1/+1
* Rewrite unpack() using the bitstream readerVitor Sessak2008-06-301-20/+9
* Move function to avoid forward declarationVitor Sessak2008-06-301-37/+31
* Remove useless initializationVitor Sessak2008-06-301-8/+1
* Reindent the whole fileVitor Sessak2008-06-301-153/+195
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* constMichael Niedermayer2008-02-011-3/+3
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-16/+16
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-091-29/+7
* * fixing a few of gcc 'clean-code' warningsZdenek Kabelac2004-10-061-1/+1
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-2/+2
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-2/+2
* removed unused variablesFabrice Bellard2003-08-241-1/+1
* moved the tables into header files (and applied the 'static' patch). Nick: wh...Alex Beregszaszi2003-06-291-181/+1
* optimization: merge phases 0 and 1Nick Kurshev2003-06-181-15/+9
* to be more preciseNick Kurshev2003-06-171-1/+1
* finally works nowNick Kurshev2003-06-171-49/+49
* some useful warningNick Kurshev2003-06-161-6/+19
* * removed redundant includes (they were even wrongly used)Zdenek Kabelac2003-06-131-1/+0
* RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code fro...Nick Kurshev2003-06-131-0/+452
OpenPOWER on IntegriCloud