summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* #include stddef.h instead of sys/types.h, the former is a standard C header.Diego Biurrun2008-03-13
* do not fail badly if aspect ratio is 0/forbidden, fix issue 369Baptiste Coudurier2008-03-13
* #include stdint.h instead of inttypes.h like all libavutil headers do.Diego Biurrun2008-03-13
* This file does not use size_t, so no need to #include <sys/types.h>.Diego Biurrun2008-03-13
* Add #include "config.h" to headers that need it.Diego Biurrun2008-03-13
* If consumed does not match nalsize, favor nalsize.Michael Niedermayer2008-03-13
* Add missing stdint.h #include to headers that use it.Diego Biurrun2008-03-13
* typo fixesDiego Biurrun2008-03-12
* wording improvement by the WandererDiego Biurrun2008-03-12
* typosDiego Biurrun2008-03-12
* Move dependency generation commands into configure.Diego Biurrun2008-03-12
* Fix configure to properly build without PIC by default on DarwinAlexander Strange2008-03-12
* Ministry of English Composition edits, courtesy of the WandererMike Melanson2008-03-12
* Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.Diego Biurrun2008-03-12
* Do not calculate dependencies for header files in the .vhookdepend target.Diego Biurrun2008-03-12
* Use $^ without header files instead of $(SRCS) to reference the dependenciesDiego Biurrun2008-03-12
* Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.Diego Biurrun2008-03-11
* Ministry of English Composition editsMike Melanson2008-03-11
* Clarify comment.Diego Biurrun2008-03-10
* make input buffer const, as it should be. fixes a warning.Justin Ruggles2008-03-10
* add out of bound stream index checksAurelien Jacobs2008-03-10
* Remove windows installer. I'm not aware of anyone that uses it.Ramiro Polla2008-03-10
* add a temporary variable to simplify the codeAurelien Jacobs2008-03-10
* Simplify .depend generation command.Diego Biurrun2008-03-10
* Replace the awkward '1>' with the more natural '>'.Diego Biurrun2008-03-10
* Merge SDL_CFLAGS handling for files that need it.Diego Biurrun2008-03-10
* Add AVClass to URLContext at next major version bumpBjörn Axelsson2008-03-10
* misc spelling fixesDiego Biurrun2008-03-10
* typoDiego Biurrun2008-03-10
* vhooks really need libav* even if they compile fine without on Linux.Diego Biurrun2008-03-10
* Rename --enable-swscaler --> enable-swscale to be consistent with theDiego Biurrun2008-03-10
* Update the regression tests reference values after the changes to the MatroskaPanagiotis Issaris2008-03-10
* Make av_class a pointer to const.Panagiotis Issaris2008-03-10
* define VOF as double of VOFW.Benoit Fouet2008-03-10
* Remove redundant swScaler: output from places where av_log()Diego Biurrun2008-03-10
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
* There is no reason to assign a variable to itselfMike Melanson2008-03-10
* cosmetics: remove some empty linesAurelien Jacobs2008-03-10
* remove useless and misleading commentsAurelien Jacobs2008-03-10
* smaller tablesMichael Niedermayer2008-03-10
* consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs2008-03-09
* cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs2008-03-09
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Work around gcc stupidity: With -MM gcc outputs just the basename of files asDiego Biurrun2008-03-09
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-09
* Clarify the intended meaning of wont_fix.Michael Niedermayer2008-03-09
* indentationKostya Shishkov2008-03-09
* Correctly handle empty framesKostya Shishkov2008-03-09
* Fraps v5 decoding supportKostya Shishkov2008-03-09
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-09