summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* #include stddef.h instead of sys/types.h, the former is a standard C header.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-13
| | | | Originally committed as revision 12434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include stdint.h instead of inttypes.h like all libavutil headers do.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12433 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If consumed does not match nalsize, favor nalsize.Michael Niedermayer2008-03-13
| | | | | | Fixes issue385. Originally committed as revision 12430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-13
| | | | Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2008-03-12
| | | | Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* wording improvement by the WandererDiego Biurrun2008-03-12
| | | | Originally committed as revision 12427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typosDiego Biurrun2008-03-12
| | | | Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move dependency generation commands into configure.Diego Biurrun2008-03-12
| | | | | | This will allow specifying gcc-independent commands in the future. Originally committed as revision 12426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix configure to properly build without PIC by default on DarwinAlexander Strange2008-03-12
| | | | | | Patch by Alexander Strange (astrange ithinksw com) Originally committed as revision 12425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition edits, courtesy of the WandererMike Melanson2008-03-12
| | | | Originally committed as revision 12424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.Diego Biurrun2008-03-12
| | | | Originally committed as revision 12423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not calculate dependencies for header files in the .vhookdepend target.Diego Biurrun2008-03-12
| | | | Originally committed as revision 12422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use $^ without header files instead of $(SRCS) to reference the dependenciesDiego Biurrun2008-03-12
| | | | | | | of the .depend target. $^ apparently includes the full path to files found in a vpath directory, $(SRCS) does not. This makes out of tree builds fail. Originally committed as revision 12421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Diego Biurrun2008-03-11
| | | | Originally committed as revision 26220 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Ministry of English Composition editsMike Melanson2008-03-11
| | | | Originally committed as revision 12420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-10
| | | | Originally committed as revision 12418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add out of bound stream index checksAurelien Jacobs2008-03-10
| | | | | | fix issue379 Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove windows installer. I'm not aware of anyone that uses it.Ramiro Polla2008-03-10
| | | | Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-10
| | | | Originally committed as revision 12415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify .depend generation command.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12414 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace the awkward '1>' with the more natural '>'.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge SDL_CFLAGS handling for files that need it.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12412 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-10
| | | | | | Patch by Björn Axelsson (bjorn axelsson intinor se) Originally committed as revision 12411 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2008-03-10
| | | | Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2008-03-10
| | | | Originally committed as revision 26212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* vhooks really need libav* even if they compile fine without on Linux.Diego Biurrun2008-03-10
| | | | Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
| | | | | | directory name and other option names. Also rename variables accordingly. Originally committed as revision 12408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the regression tests reference values after the changes to the MatroskaPanagiotis Issaris2008-03-10
| | | | | | muxer/demuxer in revision 12358. Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_class a pointer to const.Panagiotis Issaris2008-03-10
| | | | | | Patch by Takis. Originally committed as revision 26210 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* define VOF as double of VOFW.Benoit Fouet2008-03-10
| | | | Originally committed as revision 26209 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant swScaler: output from places where av_log()Diego Biurrun2008-03-10
| | | | | | properly prints the context anyway. Originally committed as revision 26207 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
| | | | | | support functions. Originally committed as revision 12406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* There is no reason to assign a variable to itselfMike Melanson2008-03-10
| | | | Originally committed as revision 12405 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove some empty linesAurelien Jacobs2008-03-10
| | | | Originally committed as revision 12404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless and misleading commentsAurelien Jacobs2008-03-10
| | | | Originally committed as revision 12403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* smaller tablesMichael Niedermayer2008-03-10
| | | | Originally committed as revision 12402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12401 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
| | | | Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Work around gcc stupidity: With -MM gcc outputs just the basename of files asDiego Biurrun2008-03-09
| | | | | | | target name. This breaks when compiling targets in subdirectories, so prepend the subdirectory name to the target name. Originally committed as revision 12398 to svn://svn.ffmpeg.org/ffmpeg/trunk
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-09
| | | | | | faster 5.1-to-stereo downmixing. Originally committed as revision 12397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify the intended meaning of wont_fix.Michael Niedermayer2008-03-09
| | | | Originally committed as revision 12396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationKostya Shishkov2008-03-09
| | | | Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly handle empty framesKostya Shishkov2008-03-09
| | | | Originally committed as revision 12394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fraps v5 decoding supportKostya Shishkov2008-03-09
| | | | Originally committed as revision 12393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-09
| | | | Originally committed as revision 12392 to svn://svn.ffmpeg.org/ffmpeg/trunk