13280 Commits (c09ed33e186ea0ba4ab96599bd69aea462aabeda)
 

Author SHA1 Message Date
Måns Rullgård e6b790f9e7 fix typo ARCH_PPC -> ARCH_POWERPC 17 years ago
Baptiste Coudurier 8c2a207019 just skip klv packet, when no corresponding stream is found 17 years ago
Diego Biurrun b0605329c9 Move functions that are only used when libswscale is not compiled in below 17 years ago
Diego Biurrun abe39c0f31 Escape \1 and \2 in sed expressions written to config.mak to avoid mangling. 17 years ago
Diego Biurrun 08c4e395d2 Return of the living typo II: VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD 17 years ago
Baptiste Coudurier 23f0861715 simplify, flags is 24bits according to specs 17 years ago
Baptiste Coudurier 558ce5c490 fucked up alphabetical order again, sorry 17 years ago
Baptiste Coudurier aa9f4208b6 ipod/iphone compatible mp4 muxer 17 years ago
Måns Rullgård 77f11d8a4c improve precision in mdct.c using double for some temporaries 17 years ago
Diego Biurrun 6a5b97732e 10l: Fix stupid typo, VHOOKDEPEND_CMD --> VHOOK_DEPEND_CMD. 17 years ago
Diego Biurrun b1b184812c Merge binary generation rules. 17 years ago
Måns Rullgård 14f3ce3615 fix DEPEND_CMD for out of tree builds 17 years ago
Måns Rullgård a426bbfc28 set SRC_DIR in top-leve Makefile 17 years ago
Måns Rullgård c415857d06 rename LIBSRC to SRC_DIR, add quotes where SRC_DIR was used 17 years ago
Diego Biurrun e6a383d695 Use $< to simplify a few lines. 17 years ago
Diego Biurrun 63d026b1bf cosmetics: #include config.h before all other FFmpeg headers. 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Diego Biurrun bee972eead typo 17 years ago
Diego Biurrun 4477b9f424 Properly check for AltiVec CFLAGS instead of guessing based on compiler vendor. 17 years ago
Dave Yeo b96644bfe3 Add attribute_align_arg to os2thread.c. 17 years ago
Ramiro Polla 69b192acb8 Typo 17 years ago
Diego Biurrun e982d4d39f Remove the unused function roundToInt16. It is a duplicate of the same function 17 years ago
Diego Biurrun 5dff04fc51 Only check for altivec.h when not using Apple gcc and not adding -faltivec to 17 years ago
Diego Biurrun 0870c7674a cosmetics: Reformat Apple cc check. 17 years ago
Diego Biurrun 216d513c34 typos 17 years ago
Diego Biurrun b2c26e2717 Use correct t printf modifier for pointer differences. 17 years ago
Baptiste Coudurier 4e9b8211b0 useless null 17 years ago
Baptiste Coudurier 82213f68ba remove useless img_write_trailer func 17 years ago
Diego Biurrun 6e69586b44 Build ffserver_g as well as ffserver, consistent with the other binaries. 17 years ago
Baptiste Coudurier 99c763d143 log aspect ratio forbidden value, and fail if error resilience is high 17 years ago
Måns Rullgård d04d9e167e new attempt at portable endian test 17 years ago
Måns Rullgård ccae51d5b9 hopefully portable endian test 17 years ago
Diego Biurrun 768a920572 #include stddef.h instead of sys/types.h, the former is a standard C header. 17 years ago
Baptiste Coudurier a2338352be do not fail badly if aspect ratio is 0/forbidden, fix issue 369 17 years ago
Diego Biurrun 32573a74bf #include stdint.h instead of inttypes.h like all libavutil headers do. 17 years ago
Diego Biurrun bfb80dbe21 This file does not use size_t, so no need to #include <sys/types.h>. 17 years ago
Diego Biurrun a087028ad8 Add #include "config.h" to headers that need it. 17 years ago
Michael Niedermayer 9d2cc8c1ee If consumed does not match nalsize, favor nalsize. 17 years ago
Diego Biurrun 6ef2912879 Add missing stdint.h #include to headers that use it. 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Diego Biurrun 88a7a2dc6c wording improvement by the Wanderer 17 years ago
Diego Biurrun a6f6b237e2 typos 17 years ago
Diego Biurrun 315c741d3d Move dependency generation commands into configure. 17 years ago
Alexander Strange 8b83d56893 Fix configure to properly build without PIC by default on Darwin 17 years ago
Mike Melanson fecf966f17 Ministry of English Composition edits, courtesy of the Wanderer 17 years ago
Diego Biurrun 0138c54ec6 Use proper library versions instead of SPPVERSION in Darwin SHFLAGS. 17 years ago
Diego Biurrun f63b6dc0ff Do not calculate dependencies for header files in the .vhookdepend target. 17 years ago
Diego Biurrun 8df4da4eb3 Use $^ without header files instead of $(SRCS) to reference the dependencies 17 years ago
Diego Biurrun a04e32407d Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. 17 years ago
Mike Melanson bf99f4fccc Ministry of English Composition edits 17 years ago