summaryrefslogtreecommitdiffstats
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAgeFilesLines
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* Cosmetics: rename loop counter vars to i,jVitor Sessak2008-07-291-19/+19
* Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c...Vitor Sessak2008-06-291-2/+2
* Update copyrightVitor Sessak2008-06-291-1/+4
* Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak2008-06-291-34/+7
* Doxy commentVitor Sessak2008-06-291-1/+1
* Simplify interp()Vitor Sessak2008-06-241-11/+6
* More cosmeticsVitor Sessak2008-06-241-3/+2
* CosmeticsVitor Sessak2008-06-241-3/+2
* Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak2008-06-241-17/+19
* 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
OpenPOWER on IntegriCloud