| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rename dec2() function | Vitor Sessak | 2008-06-01 | 1 | -4/+4 |
* | Rename var | Vitor Sessak | 2008-06-01 | 1 | -4/+4 |
* | Rename dec1() to a more descriptive name | Vitor Sessak | 2008-06-01 | 1 | -4/+4 |
* | The function dec1() do two completly unrelated things. Split the rms calculat... | Vitor Sessak | 2008-06-01 | 1 | -9/+11 |
* | Yet more variable renaming | Vitor Sessak | 2008-06-01 | 1 | -2/+2 |
* | More variable renaming | Vitor Sessak | 2008-06-01 | 1 | -6/+7 |
* | Rename functions | Vitor Sessak | 2008-06-01 | 1 | -6/+6 |
* | Rename variables | Vitor Sessak | 2008-06-01 | 1 | -10/+10 |
* | Add doxy comments to eq() and do_voice() | Vitor Sessak | 2008-05-31 | 1 | -1/+11 |
* | Minor simplification | Vitor Sessak | 2008-05-31 | 1 | -2/+1 |
* | Rename variable | Vitor Sessak | 2008-05-31 | 1 | -6/+6 |
* | Remove useless intermediate variable | Vitor Sessak | 2008-05-31 | 1 | -3/+3 |
* | Revert r13499, log: | Vitor Sessak | 2008-05-30 | 1 | -38/+40 |
* | Rename variable | Vitor Sessak | 2008-05-28 | 1 | -6/+6 |
* | More intermediate vars removal | Vitor Sessak | 2008-05-28 | 1 | -3/+1 |
* | Remove unused var | Vitor Sessak | 2008-05-28 | 1 | -1/+0 |
* | Remove useless intermediate var | Vitor Sessak | 2008-05-28 | 1 | -3/+3 |
* | Remove dec1() function | Vitor Sessak | 2008-05-28 | 1 | -17/+12 |
* | Use ff_acelp_weighted_vector_sum() instead of reimplementing it | Vitor Sessak | 2008-05-28 | 1 | -2/+3 |
* | Make lpc coefficients 16 bit wide | Vitor Sessak | 2008-05-28 | 1 | -12/+17 |
* | Simplify implementation and use of dec2() | Vitor Sessak | 2008-05-28 | 1 | -14/+19 |
* | Add comment | Vitor Sessak | 2008-05-27 | 1 | -1/+1 |
* | Fix doxy comments | Vitor Sessak | 2008-05-27 | 1 | -5/+5 |
* | cosmetics: typo fixes | Diego Biurrun | 2008-05-27 | 1 | -2/+2 |
* | cosmetics: typo | Diego Biurrun | 2008-05-26 | 1 | -1/+1 |
* | Rename var: add read coefficients a decent name | Vitor Sessak | 2008-05-26 | 1 | -10/+11 |
* | Update comment | Vitor Sessak | 2008-05-26 | 1 | -1/+4 |
* | Rename var: val -> energy | Vitor Sessak | 2008-05-26 | 1 | -9/+9 |
* | Rename var: swapbuf* are LPC related | Vitor Sessak | 2008-05-26 | 1 | -18/+18 |
* | Rename var: buffer_2 is an adaptive codebook | Vitor Sessak | 2008-05-26 | 1 | -4/+4 |
* | Context vars are not global vars. glob is a bad name for it. | Vitor Sessak | 2008-05-26 | 1 | -24/+24 |
* | Rename context struct to be more consistent with the rest of ffmpeg | Vitor Sessak | 2008-05-26 | 1 | -5/+5 |
* | Merge two if's | Vitor Sessak | 2008-05-25 | 1 | -5/+3 |
* | Use (u)int16_t instead of (unsigned) short | Vitor Sessak | 2008-05-25 | 1 | -16/+16 |
* | More cosmetics | Vitor Sessak | 2008-05-25 | 1 | -6/+9 |
* | Cosmetics | Vitor Sessak | 2008-05-25 | 1 | -2/+1 |
* | Rename var | Vitor Sessak | 2008-05-25 | 1 | -2/+2 |
* | Minor simplification of dec1() | Vitor Sessak | 2008-05-25 | 1 | -5/+3 |
* | Minor simplification of dec2() | Vitor Sessak | 2008-05-25 | 1 | -6/+1 |
* | Remove useless variable | Vitor Sessak | 2008-05-25 | 1 | -4/+1 |
* | Cosmetics: merge declaration and initialization | Vitor Sessak | 2008-05-25 | 1 | -3/+1 |
* | Cosmetics: braces removal | Vitor Sessak | 2008-05-25 | 1 | -3/+2 |
* | Move evaluation of variable a to where it is trivial | Vitor Sessak | 2008-05-25 | 1 | -11/+6 |
* | Make add_wav() receive a vector instead of three integers | Vitor Sessak | 2008-05-25 | 1 | -20/+13 |
* | Remove gbuf2 from context | Vitor Sessak | 2008-05-25 | 1 | -13/+11 |