summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje2008-03-17
* Fix previously broken x86_64 check, simplifying it in the process.Diego Biurrun2008-03-17
* Fix previously broken xlc checks, simplifying them in the process.Diego Biurrun2008-03-17
* Drop unnecessary subshell invocation from BEINCLUDES check.Diego Biurrun2008-03-17
* Provide a context to parse_time_or_die().Stefano Sabatini2008-03-17
* cosmetics: indentationDiego Biurrun2008-03-17
* Simplify MANGLE macro preprocessor condition checks.Diego Biurrun2008-03-17
* Add -q to grep invocation where appropriate.Diego Biurrun2008-03-17
* Fix MANGLE macro on Mac OS X.İsmail Dönmez2008-03-17
* Fix a typo that causes an assertion to always fail.Zuxy Meng2008-03-17
* mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJSMåns Rullgård2008-03-17
* typo: add missing \ in multi-line macroMåns Rullgård2008-03-17
* fix typo ARCH_PPC -> ARCH_POWERPCMåns Rullgård2008-03-17
* just skip klv packet, when no corresponding stream is foundBaptiste Coudurier2008-03-16
* Move functions that are only used when libswscale is not compiled in belowDiego Biurrun2008-03-16
* Escape \1 and \2 in sed expressions written to config.mak to avoid mangling.Diego Biurrun2008-03-16
* Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMDDiego Biurrun2008-03-16
* simplify, flags is 24bits according to specsBaptiste Coudurier2008-03-16
* fucked up alphabetical order again, sorryBaptiste Coudurier2008-03-16
* ipod/iphone compatible mp4 muxerBaptiste Coudurier2008-03-16
* improve precision in mdct.c using double for some temporariesMåns Rullgård2008-03-16
* 10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD.Diego Biurrun2008-03-16
* 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