Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | Use (u)int16_t instead of short for tables | Vitor Sessak | 2008-05-25 | 1 | -1/+1 | |
* | Make tables that fit in one byte (u)int8_t | Vitor Sessak | 2008-05-25 | 1 | -2/+3 | |
* | Remove yet another val (gbuf1) from context | Vitor Sessak | 2008-05-25 | 1 | -12/+13 | |
* | Parameter n of dec functions is always 3. Hardcode it. | Vitor Sessak | 2008-05-25 | 1 | -10/+10 | |
* | Indent | Vitor Sessak | 2008-05-24 | 1 | -2/+2 | |
* | Remove another useless variable from context | Vitor Sessak | 2008-05-24 | 1 | -6/+2 | |
* | Use an intermediate variable for overflow testing | Vitor Sessak | 2008-05-24 | 1 | -2/+5 | |
* | Handle the case where we do not have enough input | Vitor Sessak | 2008-05-24 | 1 | -3/+5 | |
* | Simplify eq() | Vitor Sessak | 2008-05-24 | 1 | -28/+11 | |
* | Simplify final() | Vitor Sessak | 2008-05-24 | 1 | -17/+12 | |
* | Simplify rms() | Vitor Sessak | 2008-05-24 | 1 | -14/+8 | |
* | More simplifications of ra144_decode_frame() | Vitor Sessak | 2008-05-24 | 1 | -9/+5 | |
* | Make wavtable a table instead of an array | Vitor Sessak | 2008-05-24 | 1 | -2/+2 | |
* | Make gbuf2 a table instead of an array | Vitor Sessak | 2008-05-21 | 1 | -7/+6 | |
* | Remove unneeded var from context | Vitor Sessak | 2008-05-21 | 1 | -12/+10 |