summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Do not read from after the table, fixes CID108 RUN2.Michael Niedermayer2008-05-28
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-28
* Make lpc coefficients 16 bit wideVitor Sessak2008-05-28
* Simplify implementation and use of dec2()Vitor Sessak2008-05-28
* remove dummy coded frame, no muxer should use it anywayBaptiste Coudurier2008-05-28
* Add a note about everybody's favorite recurring gcc bug:Diego Biurrun2008-05-28
* Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.Michael Niedermayer2008-05-28
* Slightly clarify bitstream filter help output.Stefano Sabatini2008-05-28
* Remove coded_frame==NULL checks for video encoders.Michael Niedermayer2008-05-28
* set coded_frameMichael Niedermayer2008-05-28
* Update regression checksums after dts calculation fix (r13470).Michael Niedermayer2008-05-28
* Add command line option to set the value of bindir.Diego Biurrun2008-05-28
* cosmetics: spelling typo fixesDiego Biurrun2008-05-28
* Null pointer check / CID26.Michael Niedermayer2008-05-28
* Fix return type of ff_init_me().Michael Niedermayer2008-05-28
* uselessMichael Niedermayer2008-05-28
* minor simplificationMichael Niedermayer2008-05-28
* redundantMichael Niedermayer2008-05-28
* Fixes NULL pointer dereference CID66Michael Niedermayer2008-05-28
* Tell the user if a AVI is non interleaved.Michael Niedermayer2008-05-28
* Check dia size a little more. Fixes CID80.Michael Niedermayer2008-05-27
* Remove unused variable 'prefix' from config.mak.Diego Biurrun2008-05-27
* use internal video frame numberBaptiste Coudurier2008-05-27
* cosmeticsBaptiste Coudurier2008-05-27
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
* simplify, use pointer to codec context in struct instead of only idBaptiste Coudurier2008-05-27
* Arrays where one element too small, fixes CID114.Michael Niedermayer2008-05-27
* redundant check--Michael Niedermayer2008-05-27
* memleak / fixes CID118Michael Niedermayer2008-05-27
* Fix memleak, fixed CID123.Michael Niedermayer2008-05-27
* Do not read from prior the array, fix CID 127.Michael Niedermayer2008-05-27
* Do not use the pts/dts calculation code which needs a parser, when no parserMichael Niedermayer2008-05-27
* Add commentVitor Sessak2008-05-27
* Fix doxy commentsVitor Sessak2008-05-27
* Add Intel IWMMXT2 link, patch by Dmitry Antipov, dmantipov yandex ru.Dmitry Antipov2008-05-27
* Call x264 and Xvid libx264 and libxvid in the configure output for consistency.Diego Biurrun2008-05-27
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-27
* cosmetics: typo fixesDiego Biurrun2008-05-27
* Update documentation of show_version() to account for latest changes.Stefano Sabatini2008-05-27
* use AVFifoBufferBaptiste Coudurier2008-05-27
* cosmeticsBaptiste Coudurier2008-05-27
* merge init and declarationBaptiste Coudurier2008-05-27
* simplify and use version insteadBaptiste Coudurier2008-05-27
* simplifyBaptiste Coudurier2008-05-27
* simplifyBaptiste Coudurier2008-05-27
* cosmetics, remove useless cases and bracesBaptiste Coudurier2008-05-27
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-27
* remove const qualifier, removes warning:Baptiste Coudurier2008-05-27
* Do not remove gmon.out on clean, we never create it.Diego Biurrun2008-05-27
* zero the upper frequencies of the correct coefficientsJustin Ruggles2008-05-27