summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Do not read from after the table, fixes CID108 RUN2.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-28
| | | | Originally committed as revision 13500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make lpc coefficients 16 bit wideVitor Sessak2008-05-28
| | | | Originally committed as revision 13499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify implementation and use of dec2()Vitor Sessak2008-05-28
| | | | Originally committed as revision 13498 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dummy coded frame, no muxer should use it anywayBaptiste Coudurier2008-05-28
| | | | Originally committed as revision 13497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about everybody's favorite recurring gcc bug:Diego Biurrun2008-05-28
| | | | | | error: can't find a register in class 'GENERAL_REGS' while reloading 'asm' Originally committed as revision 13496 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* Slightly clarify bitstream filter help output.Stefano Sabatini2008-05-28
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13494 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove coded_frame==NULL checks for video encoders.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13493 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
* Update regression checksums after dts calculation fix (r13470).Michael Niedermayer2008-05-28
| | | | | | Before, all dts where wrong, now just the first is a little odd. Originally committed as revision 13491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add command line option to set the value of bindir.Diego Biurrun2008-05-28
| | | | Originally committed as revision 13490 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
* Null pointer check / CID26.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13488 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
* uselessMichael Niedermayer2008-05-28
| | | | Originally committed as revision 13486 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
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-28
| | | | Originally committed as revision 13482 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
* Remove unused variable 'prefix' from config.mak.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use internal video frame numberBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13478 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13476 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
* redundant check--Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13474 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
* Fix memleak, fixed CID123.Michael Niedermayer2008-05-27
| | | | Originally committed as revision 13472 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
* Do not use the pts/dts calculation code which needs a parser, when no parserMichael Niedermayer2008-05-27
| | | | | | is available. Originally committed as revision 13470 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
* Add Intel IWMMXT2 link, patch by Dmitry Antipov, dmantipov yandex ru.Dmitry Antipov2008-05-27
| | | | Originally committed as revision 13467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Call x264 and Xvid libx264 and libxvid in the configure output for consistency.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13466 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
* Update documentation of show_version() to account for latest changes.Stefano Sabatini2008-05-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFifoBufferBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmeticsBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge init and declarationBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify and use version insteadBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, remove useless cases and bracesBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-27
| | | | Originally committed as revision 13455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove const qualifier, removes warning:Baptiste Coudurier2008-05-27
| | | | | | libavformat/file.c:99: warning: passing argument 2 of 'strtol' from incompatible pointer type Originally committed as revision 13454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not remove gmon.out on clean, we never create it.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13453 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