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