summaryrefslogtreecommitdiff
path: root/libavcodec/ra144.c
Commit message (Expand)AuthorAge
...
* Add doxy comments to eq() and do_voice()Vitor Sessak2008-05-31
* Minor simplificationVitor Sessak2008-05-31
* Rename variableVitor Sessak2008-05-31
* Remove useless intermediate variableVitor Sessak2008-05-31
* Revert r13499, log:Vitor Sessak2008-05-30
* Rename variableVitor Sessak2008-05-28
* More intermediate vars removalVitor Sessak2008-05-28
* Remove unused varVitor Sessak2008-05-28
* Remove useless intermediate varVitor Sessak2008-05-28
* Remove dec1() functionVitor Sessak2008-05-28
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-28
* Make lpc coefficients 16 bit wideVitor Sessak2008-05-28
* Simplify implementation and use of dec2()Vitor Sessak2008-05-28
* Add commentVitor Sessak2008-05-27
* Fix doxy commentsVitor Sessak2008-05-27
* cosmetics: typo fixesDiego Biurrun2008-05-27
* cosmetics: typoDiego Biurrun2008-05-26
* Rename var: add read coefficients a decent nameVitor Sessak2008-05-26
* Update commentVitor Sessak2008-05-26
* Rename var: val -> energyVitor Sessak2008-05-26
* Rename var: swapbuf* are LPC relatedVitor Sessak2008-05-26
* Rename var: buffer_2 is an adaptive codebookVitor Sessak2008-05-26
* Context vars are not global vars. glob is a bad name for it.Vitor Sessak2008-05-26
* Rename context struct to be more consistent with the rest of ffmpegVitor Sessak2008-05-26
* Merge two if'sVitor Sessak2008-05-25
* Use (u)int16_t instead of (unsigned) shortVitor Sessak2008-05-25
* More cosmeticsVitor Sessak2008-05-25
* CosmeticsVitor Sessak2008-05-25
* Rename varVitor Sessak2008-05-25
* Minor simplification of dec1()Vitor Sessak2008-05-25
* Minor simplification of dec2()Vitor Sessak2008-05-25
* Remove useless variableVitor Sessak2008-05-25
* Cosmetics: merge declaration and initializationVitor Sessak2008-05-25
* Cosmetics: braces removalVitor Sessak2008-05-25
* Move evaluation of variable a to where it is trivialVitor Sessak2008-05-25
* Make add_wav() receive a vector instead of three integersVitor Sessak2008-05-25
* Remove gbuf2 from contextVitor Sessak2008-05-25
* Use (u)int16_t instead of short for tablesVitor Sessak2008-05-25
* Make tables that fit in one byte (u)int8_tVitor Sessak2008-05-25
* Remove yet another val (gbuf1) from contextVitor Sessak2008-05-25
* Parameter n of dec functions is always 3. Hardcode it.Vitor Sessak2008-05-25
* IndentVitor Sessak2008-05-24
* Remove another useless variable from contextVitor Sessak2008-05-24
* Use an intermediate variable for overflow testingVitor Sessak2008-05-24
* Handle the case where we do not have enough inputVitor Sessak2008-05-24
* Simplify eq()Vitor Sessak2008-05-24
* Simplify final()Vitor Sessak2008-05-24
* Simplify rms()Vitor Sessak2008-05-24
* More simplifications of ra144_decode_frame()Vitor Sessak2008-05-24
* Make wavtable a table instead of an arrayVitor Sessak2008-05-24