| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter c... | Vitor Sessak | 2008-06-29 | 1 | -2/+2 |
* | Update copyright | Vitor Sessak | 2008-06-29 | 1 | -1/+4 |
* | Use ff_acelp_lp_synthesis_filter() instead of duplicating it | Vitor Sessak | 2008-06-29 | 1 | -34/+7 |
* | Doxy comment | Vitor Sessak | 2008-06-29 | 1 | -1/+1 |
* | Simplify interp() | Vitor Sessak | 2008-06-24 | 1 | -11/+6 |
* | More cosmetics | Vitor Sessak | 2008-06-24 | 1 | -3/+2 |
* | Cosmetics | Vitor Sessak | 2008-06-24 | 1 | -3/+2 |
* | Use lpc_coef[2] instead of lpc_coef and lpc_coef_old | Vitor Sessak | 2008-06-24 | 1 | -17/+19 |
* | Remove unused entries from lpc_refl_cb* | Vitor Sessak | 2008-06-24 | 1 | -2/+1 |
* | Remove unused entries from energy_tab | Vitor Sessak | 2008-06-24 | 1 | -1/+1 |
* | Merge the >> 4 calculation of cb1_base in the table | Vitor Sessak | 2008-06-23 | 1 | -2/+2 |
* | Consistency: make the output buffer the first argument of functions | Vitor Sessak | 2008-06-23 | 1 | -12/+12 |
* | Use sizeof() intead of hardcoding the values | Vitor Sessak | 2008-06-23 | 1 | -2/+2 |
* | Simplify | Vitor Sessak | 2008-06-23 | 1 | -2/+1 |
* | Simplify | Vitor Sessak | 2008-06-23 | 1 | -1/+1 |
* | It makes more sense to return 1 here in case of overflow. | Vitor Sessak | 2008-06-23 | 1 | -1/+1 |
* | Cosmetics: indent | Vitor Sessak | 2008-06-23 | 1 | -1/+1 |
* | Remove unneeded check | Vitor Sessak | 2008-06-23 | 1 | -1/+0 |
* | rescale_rms() should use unsigned ints | Vitor Sessak | 2008-06-23 | 1 | -1/+1 |
* | Move factor multiplication out of irms() | Vitor Sessak | 2008-06-23 | 1 | -3/+3 |
* | This should be signed | Vitor Sessak | 2008-06-23 | 1 | -1/+1 |
* | More comments removal/fixes | Vitor Sessak | 2008-06-23 | 1 | -4/+1 |
* | Remove useless comment | Vitor Sessak | 2008-06-23 | 1 | -1/+0 |
* | More comments improvement | Vitor Sessak | 2008-06-23 | 1 | -1/+3 |
* | Document defines better | Vitor Sessak | 2008-06-23 | 1 | -3/+3 |
* | Remove useless define | Vitor Sessak | 2008-06-23 | 1 | -2/+1 |
* | Rename rotate_buffer() to copy_and_dup() and doxy it | Vitor Sessak | 2008-06-23 | 1 | -3/+6 |
* | Simplify t_sqrt() | Vitor Sessak | 2008-06-23 | 1 | -2/+2 |
* | Add doxy comment | Vitor Sessak | 2008-06-23 | 1 | -0/+7 |
* | Rename var | Vitor Sessak | 2008-06-23 | 1 | -3/+3 |
* | Move code unrelated to lpc filtering out of lpc_filter() | Vitor Sessak | 2008-06-23 | 1 | -6/+7 |
* | Simplify rotate_buffer() | Vitor Sessak | 2008-06-23 | 1 | -6/+5 |
* | Cosmetics | Vitor Sessak | 2008-06-22 | 1 | -2/+1 |
* | Avoid a memcpy. Code is also simpler now in my opinion. | Vitor Sessak | 2008-06-22 | 1 | -16/+12 |
* | Do not write junk in the end of truncated files. FATE | Vitor Sessak | 2008-06-20 | 1 | -0/+1 |
* | Misc cosmetics | Vitor Sessak | 2008-06-19 | 1 | -4/+2 |
* | Remove useless comment | Vitor Sessak | 2008-06-19 | 1 | -1/+0 |
* | Last table renaming | Vitor Sessak | 2008-06-19 | 1 | -3/+3 |
* | Yet more table renaming | Vitor Sessak | 2008-06-19 | 1 | -1/+1 |
* | More table renaming | Vitor Sessak | 2008-06-19 | 1 | -1/+1 |
* | Rename table | Vitor Sessak | 2008-06-19 | 1 | -1/+1 |
* | Rename vars: s/decsp/out/ | Vitor Sessak | 2008-06-19 | 1 | -7/+7 |
* | Rename function | Vitor Sessak | 2008-06-19 | 1 | -2/+2 |
* | Rename var | Vitor Sessak | 2008-06-19 | 1 | -3/+3 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Remove *lpc_refl from the context. Only the value | Vitor Sessak | 2008-06-05 | 1 | -13/+13 |
* | Split function rms() in two (it does two unrelated things) | Vitor Sessak | 2008-06-05 | 1 | -6/+10 |
* | Remove warning that could never be triggered. | Vitor Sessak | 2008-06-02 | 1 | -10/+5 |
* | Replace comments by error messages. | Vitor Sessak | 2008-06-01 | 1 | -11/+15 |
* | Cosmetics | Vitor Sessak | 2008-06-01 | 1 | -1/+1 |