12964 Commits (bd1071363648638a1a2d958edb70e8ca83ec4138)
 

Author SHA1 Message Date
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
Diego Biurrun b7860763ca Clarify comment. 17 years ago
Justin Ruggles 98f6dfa653 make input buffer const, as it should be. fixes a warning. 17 years ago
Aurelien Jacobs 074ac3c2d0 add out of bound stream index checks 17 years ago
Ramiro Polla 1b9cec96e1 Remove windows installer. I'm not aware of anyone that uses it. 17 years ago
Aurelien Jacobs 6ed4eec550 add a temporary variable to simplify the code 17 years ago
Diego Biurrun 30a3ad750b Simplify .depend generation command. 17 years ago
Diego Biurrun 7853bf93b2 Replace the awkward '1>' with the more natural '>'. 17 years ago
Diego Biurrun 3c889b5cf7 Merge SDL_CFLAGS handling for files that need it. 17 years ago
Björn Axelsson 5acef35f57 Add AVClass to URLContext at next major version bump 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Diego Biurrun 06de58d2a8 typo 17 years ago
Diego Biurrun bab785a5f9 vhooks really need libav* even if they compile fine without on Linux. 17 years ago
Diego Biurrun 13ca50f367 Rename --enable-swscaler --> enable-swscale to be consistent with the 17 years ago
Panagiotis Issaris 781138d005 Update the regression tests reference values after the changes to the Matroska 17 years ago
Panagiotis Issaris 635a8cd27d Make av_class a pointer to const. 17 years ago
Benoit Fouet 710af50e0c define VOF as double of VOFW. 17 years ago