summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Warn about packed B-frames. (especially useful if the file in question isMichael Niedermayer2008-05-26
* indentMichael Niedermayer2008-05-26
* allow av_parser_close(NULL)Michael Niedermayer2008-05-26
* print direct_spatial_mv_predMichael Niedermayer2008-05-26
* 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