summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAge
...
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-24
* Remove unused entries from energy_tabVitor Sessak2008-06-24
* Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2008-06-23
* Consistency: make the output buffer the first argument of functionsVitor Sessak2008-06-23
* Use sizeof() intead of hardcoding the valuesVitor Sessak2008-06-23
* SimplifyVitor Sessak2008-06-23
* SimplifyVitor Sessak2008-06-23
* It makes more sense to return 1 here in case of overflow.Vitor Sessak2008-06-23
* Cosmetics: indentVitor Sessak2008-06-23
* Remove unneeded checkVitor Sessak2008-06-23
* rescale_rms() should use unsigned intsVitor Sessak2008-06-23
* Move factor multiplication out of irms()Vitor Sessak2008-06-23
* This should be signedVitor Sessak2008-06-23
* More comments removal/fixesVitor Sessak2008-06-23
* Remove useless commentVitor Sessak2008-06-23
* More comments improvementVitor Sessak2008-06-23
* Document defines betterVitor Sessak2008-06-23
* Remove useless defineVitor Sessak2008-06-23
* Rename rotate_buffer() to copy_and_dup() and doxy itVitor Sessak2008-06-23
* Simplify t_sqrt()Vitor Sessak2008-06-23
* Add doxy commentVitor Sessak2008-06-23
* Rename varVitor Sessak2008-06-23
* Move code unrelated to lpc filtering out of lpc_filter()Vitor Sessak2008-06-23
* Simplify rotate_buffer()Vitor Sessak2008-06-23
* CosmeticsVitor Sessak2008-06-22
* Avoid a memcpy. Code is also simpler now in my opinion.Vitor Sessak2008-06-22
* Do not write junk in the end of truncated files. FATEVitor Sessak2008-06-20
* Misc cosmeticsVitor Sessak2008-06-19
* Remove useless commentVitor Sessak2008-06-19
* Last table renamingVitor Sessak2008-06-19
* Yet more table renamingVitor Sessak2008-06-19
* More table renamingVitor Sessak2008-06-19
* Rename tableVitor Sessak2008-06-19
* Rename vars: s/decsp/out/Vitor Sessak2008-06-19
* Rename functionVitor Sessak2008-06-19
* Rename varVitor Sessak2008-06-19
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Remove *lpc_refl from the context. Only the valueVitor Sessak2008-06-05
* Split function rms() in two (it does two unrelated things)Vitor Sessak2008-06-05
* Remove warning that could never be triggered.Vitor Sessak2008-06-02
* Replace comments by error messages.Vitor Sessak2008-06-01
* CosmeticsVitor Sessak2008-06-01
* Rename dec2() functionVitor Sessak2008-06-01
* Rename varVitor Sessak2008-06-01
* Rename dec1() to a more descriptive nameVitor Sessak2008-06-01
* The function dec1() do two completly unrelated things. Split the rms calculat...Vitor Sessak2008-06-01
* Yet more variable renamingVitor Sessak2008-06-01
* More variable renamingVitor Sessak2008-06-01
* Rename functionsVitor Sessak2008-06-01
* Rename variablesVitor Sessak2008-06-01