summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Rename var: add read coefficients a decent nameVitor Sessak2008-05-26
| | | | Originally committed as revision 13435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update commentVitor Sessak2008-05-26
| | | | Originally committed as revision 13434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename var: val -> energyVitor Sessak2008-05-26
| | | | Originally committed as revision 13433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename var: swapbuf* are LPC relatedVitor Sessak2008-05-26
| | | | Originally committed as revision 13432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename var: buffer_2 is an adaptive codebookVitor Sessak2008-05-26
| | | | Originally committed as revision 13431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Context vars are not global vars. glob is a bad name for it.Vitor Sessak2008-05-26
| | | | Originally committed as revision 13430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename context struct to be more consistent with the rest of ffmpegVitor Sessak2008-05-26
| | | | Originally committed as revision 13429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about packed B-frames. (especially useful if the file in question isMichael Niedermayer2008-05-26
| | | | | | not an avi ...) Originally committed as revision 13428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-05-26
| | | | Originally committed as revision 13411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow av_parser_close(NULL)Michael Niedermayer2008-05-26
| | | | | | fixes issue300 Originally committed as revision 13410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print direct_spatial_mv_predMichael Niedermayer2008-05-26
| | | | Originally committed as revision 13409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* safer solution for setting audio parametersJustin Ruggles2008-05-25
| | | | Originally committed as revision 13402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge two if'sVitor Sessak2008-05-25
| | | | Originally committed as revision 13401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use (u)int16_t instead of (unsigned) shortVitor Sessak2008-05-25
| | | | Originally committed as revision 13400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set audio parameters if frame header is ok, even if crc failsJustin Ruggles2008-05-25
| | | | Originally committed as revision 13399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentJustin Ruggles2008-05-25
| | | | Originally committed as revision 13398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add error concealmentJustin Ruggles2008-05-25
| | | | Originally committed as revision 13397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more cosmeticsVitor Sessak2008-05-25
| | | | Originally committed as revision 13396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2008-05-25
| | | | Originally committed as revision 13395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-05-25
| | | | Originally committed as revision 13394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename varVitor Sessak2008-05-25
| | | | Originally committed as revision 13393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification of dec1()Vitor Sessak2008-05-25
| | | | Originally committed as revision 13392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplification of dec2()Vitor Sessak2008-05-25
| | | | Originally committed as revision 13391 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless variableVitor Sessak2008-05-25
| | | | Originally committed as revision 13390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: merge declaration and initializationVitor Sessak2008-05-25
| | | | Originally committed as revision 13389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: braces removalVitor Sessak2008-05-25
| | | | Originally committed as revision 13388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move evaluation of variable a to where it is trivialVitor Sessak2008-05-25
| | | | Originally committed as revision 13387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make add_wav() receive a vector instead of three integersVitor Sessak2008-05-25
| | | | Originally committed as revision 13386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentJustin Ruggles2008-05-25
| | | | Originally committed as revision 13385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: fix error in commit r13382Justin Ruggles2008-05-25
| | | | Originally committed as revision 13384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove gbuf2 from contextVitor Sessak2008-05-25
| | | | Originally committed as revision 13383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add checks for missing information in the first blockJustin Ruggles2008-05-25
| | | | Originally committed as revision 13382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add check for invalid channel mode when coupling is usedJustin Ruggles2008-05-25
| | | | Originally committed as revision 13381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix MB skipping with droppable frames.Michael Niedermayer2008-05-25
| | | | | | Fixes issue323. Originally committed as revision 13378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reject odd width/height.Michael Niedermayer2008-05-25
| | | | | | Fixes issue371. Originally committed as revision 13377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use (u)int16_t instead of short for tablesVitor Sessak2008-05-25
| | | | Originally committed as revision 13376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make tables that fit in one byte (u)int8_tVitor Sessak2008-05-25
| | | | Originally committed as revision 13375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove yet another val (gbuf1) from contextVitor Sessak2008-05-25
| | | | Originally committed as revision 13374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Parameter n of dec functions is always 3. Hardcode it.Vitor Sessak2008-05-25
| | | | Originally committed as revision 13373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move const *pow2tab out of context.Michael Niedermayer2008-05-24
| | | | Originally committed as revision 13366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify init_pow2tableMichael Niedermayer2008-05-24
| | | | Originally committed as revision 13365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge init_rootpow2table and init_pow2table.Michael Niedermayer2008-05-24
| | | | Originally committed as revision 13364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentVitor Sessak2008-05-24
| | | | Originally committed as revision 13362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove another useless variable from contextVitor Sessak2008-05-24
| | | | Originally committed as revision 13361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move pitch vector interpolation code to acelp_filtersVladimir Voroshilov2008-05-24
| | | | | | and convert it to a generic interpolation routine. Originally committed as revision 13284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use an intermediate variable for overflow testingVitor Sessak2008-05-24
| | | | Originally committed as revision 13283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle the case where we do not have enough inputVitor Sessak2008-05-24
| | | | Originally committed as revision 13282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Anoter try to make +- behave sanely.Michael Niedermayer2008-05-24
| | | | Originally committed as revision 13281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify eq()Vitor Sessak2008-05-24
| | | | Originally committed as revision 13278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify final()Vitor Sessak2008-05-24
| | | | Originally committed as revision 13277 to svn://svn.ffmpeg.org/ffmpeg/trunk