summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* safer solution for setting audio parametersJustin Ruggles2008-05-25
* Merge two if'sVitor Sessak2008-05-25
* Use (u)int16_t instead of (unsigned) shortVitor Sessak2008-05-25
* set audio parameters if frame header is ok, even if crc failsJustin Ruggles2008-05-25
* cosmetics: indentJustin Ruggles2008-05-25
* add error concealmentJustin Ruggles2008-05-25
* Yet more cosmeticsVitor 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
* cosmetics: indentJustin Ruggles2008-05-25
* 10l: fix error in commit r13382Justin Ruggles2008-05-25
* Remove gbuf2 from contextVitor Sessak2008-05-25
* add checks for missing information in the first blockJustin Ruggles2008-05-25
* add check for invalid channel mode when coupling is usedJustin Ruggles2008-05-25
* Fix MB skipping with droppable frames.Michael Niedermayer2008-05-25
* Do not reject odd width/height.Michael Niedermayer2008-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
* Move const *pow2tab out of context.Michael Niedermayer2008-05-24
* simplify init_pow2tableMichael Niedermayer2008-05-24
* Merge init_rootpow2table and init_pow2table.Michael Niedermayer2008-05-24
* IndentVitor Sessak2008-05-24
* Remove another useless variable from contextVitor Sessak2008-05-24
* Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov2008-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
* Anoter try to make +- behave sanely.Michael Niedermayer2008-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
* Fix compilation for buggy icc.Carl Eugen Hoyos2008-05-24
* adaptive and fixed codebook vector operations for ACELP-based codecsVladimir Voroshilov2008-05-23
* Fix + - bug with non flags.Michael Niedermayer2008-05-23
* Update copyright and textBenjamin Larsson2008-05-22
* Fix decoding of 01-Untitled(1).oma, patch by Maxim PoliakovskiMaxim Poliakovski2008-05-22
* Make gbuf2 a table instead of an arrayVitor Sessak2008-05-21
* Remove unneeded var from contextVitor Sessak2008-05-21
* Improve parse_primary() error message.Stefano Sabatini2008-05-21