summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Merge binary generation rules.Diego Biurrun2008-03-15
* fix DEPEND_CMD for out of tree buildsMåns Rullgård2008-03-15
* set SRC_DIR in top-leve MakefileMåns Rullgård2008-03-15
* rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was usedMåns Rullgård2008-03-15
* Use $< to simplify a few lines.Diego Biurrun2008-03-15
* cosmetics: #include config.h before all other FFmpeg headers.Diego Biurrun2008-03-15
* typo fixesDiego Biurrun2008-03-15
* typoDiego Biurrun2008-03-15
* Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor.Diego Biurrun2008-03-15
* Add attribute_align_arg to os2thread.c.Dave Yeo2008-03-15
* TypoRamiro Polla2008-03-15
* Remove the unused function roundToInt16. It is a duplicate of the same functionDiego Biurrun2008-03-15
* Only check for altivec.h when not using Apple gcc and not adding -faltivec toDiego Biurrun2008-03-15
* cosmetics: Reformat Apple cc check.Diego Biurrun2008-03-15
* typosDiego Biurrun2008-03-14
* Use correct t printf modifier for pointer differences.Diego Biurrun2008-03-14
* useless nullBaptiste Coudurier2008-03-14
* remove useless img_write_trailer funcBaptiste Coudurier2008-03-14
* Build ffserver_g as well as ffserver, consistent with the other binaries.Diego Biurrun2008-03-14
* log aspect ratio forbidden value, and fail if error resilience is highBaptiste Coudurier2008-03-14
* new attempt at portable endian testMåns Rullgård2008-03-13
* hopefully portable endian testMåns Rullgård2008-03-13
* #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