summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-241-2/+1
* Remove unused entries from energy_tabVitor Sessak2008-06-241-1/+1
* Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2008-06-231-2/+2
* Consistency: make the output buffer the first argument of functionsVitor Sessak2008-06-231-12/+12
* Use sizeof() intead of hardcoding the valuesVitor Sessak2008-06-231-2/+2
* SimplifyVitor Sessak2008-06-231-2/+1
* SimplifyVitor Sessak2008-06-231-1/+1
* It makes more sense to return 1 here in case of overflow.Vitor Sessak2008-06-231-1/+1
* Cosmetics: indentVitor Sessak2008-06-231-1/+1
* Remove unneeded checkVitor Sessak2008-06-231-1/+0
* rescale_rms() should use unsigned intsVitor Sessak2008-06-231-1/+1
* Move factor multiplication out of irms()Vitor Sessak2008-06-231-3/+3
* This should be signedVitor Sessak2008-06-231-1/+1
* More comments removal/fixesVitor Sessak2008-06-231-4/+1
* Remove useless commentVitor Sessak2008-06-231-1/+0
* More comments improvementVitor Sessak2008-06-231-1/+3
* Document defines betterVitor Sessak2008-06-231-3/+3
* 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
OpenPOWER on IntegriCloud