summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove useless defineVitor Sessak2008-06-231-2/+1
* Rename rotate_buffer() to copy_and_dup() and doxy itVitor Sessak2008-06-231-3/+6
* Simplify t_sqrt()Vitor Sessak2008-06-231-2/+2
* Add doxy commentVitor Sessak2008-06-231-0/+7
* Rename varVitor Sessak2008-06-231-3/+3
* Move code unrelated to lpc filtering out of lpc_filter()Vitor Sessak2008-06-231-6/+7
* Simplify rotate_buffer()Vitor Sessak2008-06-231-6/+5
* CosmeticsVitor Sessak2008-06-221-2/+1
* Avoid a memcpy. Code is also simpler now in my opinion.Vitor Sessak2008-06-221-16/+12
* Do not write junk in the end of truncated files. FATEVitor Sessak2008-06-201-0/+1
* Misc cosmeticsVitor Sessak2008-06-191-4/+2
* Remove useless commentVitor Sessak2008-06-191-1/+0
* Last table renamingVitor Sessak2008-06-191-3/+3
* Yet more table renamingVitor Sessak2008-06-191-1/+1
* More table renamingVitor Sessak2008-06-191-1/+1
* Rename tableVitor Sessak2008-06-191-1/+1
* Rename vars: s/decsp/out/Vitor Sessak2008-06-191-7/+7
* Rename functionVitor Sessak2008-06-191-2/+2
* Rename varVitor Sessak2008-06-191-3/+3
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Remove *lpc_refl from the context. Only the valueVitor Sessak2008-06-051-13/+13
* Split function rms() in two (it does two unrelated things)Vitor Sessak2008-06-051-6/+10
* Remove warning that could never be triggered.Vitor Sessak2008-06-021-10/+5
* Replace comments by error messages.Vitor Sessak2008-06-011-11/+15
* CosmeticsVitor Sessak2008-06-011-1/+1
* Rename dec2() functionVitor Sessak2008-06-011-4/+4
* Rename varVitor Sessak2008-06-011-4/+4
* Rename dec1() to a more descriptive nameVitor Sessak2008-06-011-4/+4
* The function dec1() do two completly unrelated things. Split the rms calculat...Vitor Sessak2008-06-011-9/+11
* Yet more variable renamingVitor Sessak2008-06-011-2/+2
* More variable renamingVitor Sessak2008-06-011-6/+7
* Rename functionsVitor Sessak2008-06-011-6/+6
* Rename variablesVitor Sessak2008-06-011-10/+10
* Add doxy comments to eq() and do_voice()Vitor Sessak2008-05-311-1/+11
* Minor simplificationVitor Sessak2008-05-311-2/+1
* Rename variableVitor Sessak2008-05-311-6/+6
* Remove useless intermediate variableVitor Sessak2008-05-311-3/+3
* Revert r13499, log:Vitor Sessak2008-05-301-38/+40
* Rename variableVitor Sessak2008-05-281-6/+6
* More intermediate vars removalVitor Sessak2008-05-281-3/+1
* Remove unused varVitor Sessak2008-05-281-1/+0
* Remove useless intermediate varVitor Sessak2008-05-281-3/+3
* Remove dec1() functionVitor Sessak2008-05-281-17/+12
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-281-2/+3
* Make lpc coefficients 16 bit wideVitor Sessak2008-05-281-12/+17
* Simplify implementation and use of dec2()Vitor Sessak2008-05-281-14/+19
* Add commentVitor Sessak2008-05-271-1/+1
* Fix doxy commentsVitor Sessak2008-05-271-5/+5
* cosmetics: typo fixesDiego Biurrun2008-05-271-2/+2
* cosmetics: typoDiego Biurrun2008-05-261-1/+1
OpenPOWER on IntegriCloud