summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra288.c
Commit message (Expand)AuthorAgeFilesLines
...
* Rename update() function to backward_filter() and add a doxy commentVitor Sessak2008-07-241-2/+5
* Rename and comment bandwidth broadening tablesVitor Sessak2008-07-241-2/+2
* Follow FFmpeg convention of returning negative values on error in eval_lpc_co...Vitor Sessak2008-07-241-7/+7
* Rename pred() to eval_lpc_coeffs() and add a doxy commentVitor Sessak2008-07-241-3/+9
* Give windowing tables a more descriptive nameVitor Sessak2008-07-241-2/+2
* Add comments to do_hybrid_window()Vitor Sessak2008-07-241-1/+15
* Give parameters of do_hybrid_window() more meaningful namesVitor Sessak2008-07-241-12/+15
* Rename co() function to the much more descriptive name ofVitor Sessak2008-07-241-4/+6
* Simplify co(): write constant in a more readable wayVitor Sessak2008-07-241-1/+1
* Simplify co(), use memcpy/memmove and colmult() when useful.Vitor Sessak2008-07-241-8/+4
* Cosmetics: alignmentVitor Sessak2008-07-191-3/+3
* Simplify co(): do not abuse pointer aritmeticsVitor Sessak2008-07-191-3/+4
* Simplify co(): remove variables that are only used onceVitor Sessak2008-07-191-5/+3
* Simplify: do not overuse pointer aritmeticVitor Sessak2008-07-171-8/+5
* 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
OpenPOWER on IntegriCloud