summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* zero the upper frequencies of the correct coefficientsJustin Ruggles2008-05-271-1/+1
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-263-24/+24
* Clarify avcodec_encode_audio() vs. PCM audio.Stefano Sabatini2008-05-261-0/+2
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-269-20/+20
* cosmetics: typoDiego Biurrun2008-05-261-1/+1
* cosmetics: Use C-style comments in #endif directives.Diego Biurrun2008-05-261-1/+1
* Rename var: add read coefficients a decent nameVitor Sessak2008-05-261-10/+11
* Update commentVitor Sessak2008-05-261-1/+4
* Rename var: val -> energyVitor Sessak2008-05-261-9/+9
* Rename var: swapbuf* are LPC relatedVitor Sessak2008-05-261-18/+18
* Rename var: buffer_2 is an adaptive codebookVitor Sessak2008-05-261-4/+4
* Context vars are not global vars. glob is a bad name for it.Vitor Sessak2008-05-261-24/+24
* Rename context struct to be more consistent with the rest of ffmpegVitor Sessak2008-05-261-5/+5
* Warn about packed B-frames. (especially useful if the file in question isMichael Niedermayer2008-05-261-0/+2
* indentMichael Niedermayer2008-05-261-4/+4
* allow av_parser_close(NULL)Michael Niedermayer2008-05-261-0/+2
* print direct_spatial_mv_predMichael Niedermayer2008-05-261-2/+3
* safer solution for setting audio parametersJustin Ruggles2008-05-251-8/+9
* Merge two if'sVitor Sessak2008-05-251-5/+3
* Use (u)int16_t instead of (unsigned) shortVitor Sessak2008-05-251-16/+16
* set audio parameters if frame header is ok, even if crc failsJustin Ruggles2008-05-251-3/+3
* cosmetics: indentJustin Ruggles2008-05-251-16/+16
* add error concealmentJustin Ruggles2008-05-251-8/+7
* Yet more cosmeticsVitor Sessak2008-05-251-2/+3
* More cosmeticsVitor Sessak2008-05-251-6/+9
* CosmeticsVitor Sessak2008-05-251-2/+1
* Rename varVitor Sessak2008-05-251-2/+2
* Minor simplification of dec1()Vitor Sessak2008-05-251-5/+3
* Minor simplification of dec2()Vitor Sessak2008-05-251-6/+1
* Remove useless variableVitor Sessak2008-05-251-4/+1
* Cosmetics: merge declaration and initializationVitor Sessak2008-05-251-3/+1
* Cosmetics: braces removalVitor Sessak2008-05-251-3/+2
* Move evaluation of variable a to where it is trivialVitor Sessak2008-05-251-11/+6
* Make add_wav() receive a vector instead of three integersVitor Sessak2008-05-251-20/+13
* cosmetics: indentJustin Ruggles2008-05-251-7/+7
* 10l: fix error in commit r13382Justin Ruggles2008-05-251-1/+3
* Remove gbuf2 from contextVitor Sessak2008-05-251-13/+11
* add checks for missing information in the first blockJustin Ruggles2008-05-251-0/+18
* add check for invalid channel mode when coupling is usedJustin Ruggles2008-05-251-0/+5
* Fix MB skipping with droppable frames.Michael Niedermayer2008-05-251-1/+1
* Do not reject odd width/height.Michael Niedermayer2008-05-251-2/+1
* Use (u)int16_t instead of short for tablesVitor Sessak2008-05-252-16/+16
* Make tables that fit in one byte (u)int8_tVitor Sessak2008-05-252-5/+6
* Remove yet another val (gbuf1) from contextVitor Sessak2008-05-251-12/+13
* Parameter n of dec functions is always 3. Hardcode it.Vitor Sessak2008-05-251-10/+10
* Move const *pow2tab out of context.Michael Niedermayer2008-05-241-10/+11
* simplify init_pow2tableMichael Niedermayer2008-05-241-7/+3
* Merge init_rootpow2table and init_pow2table.Michael Niedermayer2008-05-241-9/+1
* IndentVitor Sessak2008-05-241-2/+2
* Remove another useless variable from contextVitor Sessak2008-05-241-6/+2
OpenPOWER on IntegriCloud