summaryrefslogtreecommitdiff
path: root/libavcodec/ra288.c
Commit message (Expand)AuthorAge
...
* Follow FFmpeg convention of returning negative values on error in eval_lpc_co...Vitor Sessak2008-07-24
* Rename pred() to eval_lpc_coeffs() and add a doxy commentVitor Sessak2008-07-24
* Give windowing tables a more descriptive nameVitor Sessak2008-07-24
* Add comments to do_hybrid_window()Vitor Sessak2008-07-24
* Give parameters of do_hybrid_window() more meaningful namesVitor Sessak2008-07-24
* Rename co() function to the much more descriptive name ofVitor Sessak2008-07-24
* Simplify co(): write constant in a more readable wayVitor Sessak2008-07-24
* Simplify co(), use memcpy/memmove and colmult() when useful.Vitor Sessak2008-07-24
* Cosmetics: alignmentVitor Sessak2008-07-19
* Simplify co(): do not abuse pointer aritmeticsVitor Sessak2008-07-19
* Simplify co(): remove variables that are only used onceVitor Sessak2008-07-19
* Simplify: do not overuse pointer aritmeticVitor Sessak2008-07-17
* Declare parameters of pred() that could be const as suchVitor Sessak2008-07-17
* 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