| Commit message (Expand) | Author | Age | Files | Lines |
* | Move pitch vector interpolation code to acelp_filters | Vladimir Voroshilov | 2008-05-24 | 2 | -0/+131 |
* | 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 |
* | Anoter try to make +- behave sanely. | Michael Niedermayer | 2008-05-24 | 1 | -2/+4 |
* | 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 | 2 | -516/+516 |
* | Fix compilation for buggy icc. | Carl Eugen Hoyos | 2008-05-24 | 1 | -5/+8 |
* | adaptive and fixed codebook vector operations for ACELP-based codecs | Vladimir Voroshilov | 2008-05-23 | 2 | -0/+298 |
* | Fix + - bug with non flags. | Michael Niedermayer | 2008-05-23 | 1 | -2/+4 |
* | Update copyright and text | Benjamin Larsson | 2008-05-22 | 1 | -6/+7 |
* | Fix decoding of 01-Untitled(1).oma, patch by Maxim Poliakovski | Maxim Poliakovski | 2008-05-22 | 1 | -6/+12 |
* | 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 |
* | Improve parse_primary() error message. | Stefano Sabatini | 2008-05-21 | 1 | -1/+1 |
* | Cosmetics: indentation | Vitor Sessak | 2008-05-21 | 1 | -2/+2 |
* | Simplify irms() | Vitor Sessak | 2008-05-21 | 1 | -5/+3 |
* | Simplify add_wav() | Vitor Sessak | 2008-05-21 | 1 | -15/+6 |
* | Only one out of two values of gbuf1 is actually used. Make it half the size. | Vitor Sessak | 2008-05-21 | 1 | -4/+2 |
* | Make etable1 and etable2 tables instead of arrays. | Vitor Sessak | 2008-05-21 | 2 | -4/+262 |
* | Simplify ra144_decode_frame() by unrolling a senseless | Vitor Sessak | 2008-05-21 | 1 | -18/+7 |
* | Use ff_sqrt() function instead of using a table | Vitor Sessak | 2008-05-21 | 2 | -516/+1 |
* | Cosmetics: move function to remove forward declarations | Vitor Sessak | 2008-05-17 | 1 | -39/+33 |
* | Minor simplification of rotate_block() | Vitor Sessak | 2008-05-17 | 1 | -2/+2 |
* | Cosmetics: indentation | Vitor Sessak | 2008-05-17 | 1 | -1/+1 |
* | Cosmetics: rename variable | Vitor Sessak | 2008-05-17 | 1 | -4/+4 |
* | Simplify ra144_decode_frame() | Vitor Sessak | 2008-05-17 | 1 | -4/+1 |
* | Simplify vsad16_mmx2(). | Michael Niedermayer | 2008-05-17 | 1 | -3/+2 |
* | Remove a useless temporary buffer | Vitor Sessak | 2008-05-17 | 1 | -4/+4 |
* | Simplify vsad16_mmx(). | Michael Niedermayer | 2008-05-17 | 1 | -3/+2 |
* | Convert ra144.h tables from hex to decimal | Vitor Sessak | 2008-05-17 | 1 | -2361/+2155 |
* | Simplify vsad_intra16_mmx2() | Michael Niedermayer | 2008-05-17 | 1 | -3/+2 |
* | Simplify vsad_intra16_mmx() | Michael Niedermayer | 2008-05-17 | 1 | -3/+2 |
* | LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net | Lars Täuber | 2008-05-17 | 4 | -6/+30 |
* | The MPEG4AAC codec is provided by an external library and will be disabled | Diego Biurrun | 2008-05-17 | 1 | -1/+3 |
* | missing codec long names by Stefano Sabatini, stefano.sabatini-lala poste it | Diego Biurrun | 2008-05-17 | 5 | -5/+10 |
* | Avoid using log2() freebsd does not support it. | Michael Niedermayer | 2008-05-16 | 1 | -1/+1 |
* | Fix big-endian vs. little-endian typo. | Diego Biurrun | 2008-05-16 | 1 | -1/+1 |
* | consistent codec name by Stefano Sabatini, stefano.sabatini-lala poste it | Diego Biurrun | 2008-05-16 | 1 | -1/+1 |
* | Add PCM codec long names; by Stefano Sabatini, stefano.sabatini-lala poste it. | Diego Biurrun | 2008-05-16 | 1 | -26/+28 |
* | cosmetics: Use C-style comment delimiters with #endif directives. | Diego Biurrun | 2008-05-15 | 1 | -1/+1 |
* | cosmetics: Fix typos in ADPCM codec long names. | Diego Biurrun | 2008-05-15 | 1 | -3/+3 |
* | cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. | Stefano Sabatini | 2008-05-15 | 4 | -11/+11 |
* | Remove useless buffers | Vitor Sessak | 2008-05-15 | 1 | -6/+2 |
* | Simplify rotate_block() | Vitor Sessak | 2008-05-15 | 1 | -13/+8 |
* | Do not pass the context to functions that do not use it | Vitor Sessak | 2008-05-15 | 1 | -10/+9 |
* | Declare vars as const when possible | Vitor Sessak | 2008-05-15 | 1 | -23/+25 |
* | Do not copy tables to a context var, use them directly | Vitor Sessak | 2008-05-15 | 1 | -15/+8 |