summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Remove TAGS target cruft.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify phony target declaration.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13450 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename test-server target to servertest for consistency with other test targets.Diego Biurrun2008-05-27
| | | | Originally committed as revision 13449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* register myself as ffm maintainerBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13447 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
* small consistency fixes for the ffplay manualStefano Sabatini2008-05-26
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small consistency fixes for the ffserver manualStefano Sabatini2008-05-26
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac and h264 in flv demuxingBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac and h264 in flv muxingBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac chan config is 0 if bitstream contains program_config_elementBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support non interleaved avi with phantom streams.Michael Niedermayer2008-05-26
| | | | Originally committed as revision 13436 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
* update regression ref due to r13412Baptiste Coudurier2008-05-26
| | | | Originally committed as revision 13427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "Add version information to DLLs."Måns Rullgård2008-05-26
| | | | | | Revert "Forgot to commit changes to subdir.mak in last revision." Originally committed as revision 13426 to svn://svn.ffmpeg.org/ffmpeg/trunk