summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.Michael Niedermayer2008-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes CID84 RUN2 CID85 RUN2 CID86 RUN2 CID87 RUN2 CID88 RUN2 CID89 RUN2 CID90 RUN2 CID91 RUN2 CID92 RUN2 CID93 RUN2 CID94 RUN2 CID95 RUN2 CID96 RUN2 CID97 RUN2 CID98 RUN2 CID99 RUN2 CID100 RUN2 CID101 RUN2 CID102 RUN2 CID103 RUN2 CID104 RUN2 CID105 RUN2 CID106 RUN2 Originally committed as revision 13495 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set coded_frameMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13492 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spelling typo fixesDiego Biurrun2008-05-28
| | | | Originally committed as revision 13489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix return type of ff_init_me().Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor simplificationMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13485 to svn://svn.ffmpeg.org/ffmpeg/trunk
* redundantMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check dia size a little more. Fixes CID80.Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Arrays where one element too small, fixes CID114.Michael Niedermayer2008-05-27
| | | | | | this was possibly exploitable Originally committed as revision 13475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak / fixes CID118Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not read from prior the array, fix CID 127.Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add commentVitor Sessak2008-05-27
| | | | Originally committed as revision 13469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix doxy commentsVitor Sessak2008-05-27
| | | | Originally committed as revision 13468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo fixesDiego Biurrun2008-05-27
| | | | Originally committed as revision 13464 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero the upper frequencies of the correct coefficientsJustin Ruggles2008-05-27
| | | | Originally committed as revision 13452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: indices --> indexes in variable namesDiego Biurrun2008-05-26
| | | | Originally committed as revision 13446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify avcodec_encode_audio() vs. PCM audio.Stefano Sabatini2008-05-26
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
| | | | Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typoDiego Biurrun2008-05-26
| | | | Originally committed as revision 13443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Use C-style comments in #endif directives.Diego Biurrun2008-05-26
| | | | Originally committed as revision 13442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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