17671 Commits (f0d5437275dc51da18fca559755f700e73ba1ce2)
 

Author SHA1 Message Date
Diego Biurrun 8076c4731f Reorganize header #includes: Unconditionally #include standard C headers, 16 years ago
Robert Swain 1777168269 Make opt_preset() use FFMPEG_DATADIR from config.h rather than /usr and 16 years ago
Diego Biurrun 1e60e93355 10l: Add #undefs for system free/malloc/realloc, which must be used here. 16 years ago
Robert Swain a1a84f693f Add (un)installation targets for ffpresets using the new DATADIR variable 16 years ago
Diego Biurrun 77652a6aaf C files should #include the header files of the same name. 16 years ago
Måns Rullgård 14a8acf108 configure: add datadir variable and write to config.{h,mak} 16 years ago
Diego Biurrun b58f29a171 Disambiguate the macros used to disable fprintf/printf/puts functions. 16 years ago
Diego Biurrun ed0fd852a3 Add required limits.h header. 16 years ago
Robert Swain c79de5c07b The default subq value in the x264 CLI is now 6, not 5. 16 years ago
Diego Biurrun f4406ec177 HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 16 years ago
Diego Biurrun ebc3209a7d HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. 16 years ago
Diego Biurrun 0f73b510f0 Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration. 16 years ago
Diego Biurrun 3bf96eec17 Add AMD 3DNow! instruction enabling/disabling support in the build system. 16 years ago
Diego Biurrun 75aa95a6d9 Drop redundant architecture extension dependencies. 16 years ago
Diego Biurrun 3bb13a4770 Drop _MSC_VER case from macro declaration. 16 years ago
Diego Biurrun 5090122f90 Drop deprecated av_fifo_write function with the next libavutil version bump. 16 years ago
Diego Biurrun 4ce9492339 Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. 16 years ago
Diego Biurrun c60208e7a1 Directly #include some required headers. 16 years ago
Diego Biurrun 30e98e62b1 Add missing architecture-specific options to summary output. 16 years ago
Reimar Döffinger 724cc2dfaa Use AV_WL32/AV_WB32 in bitstream.h 16 years ago
Diego Biurrun 7996d1536e SSE depends on x86. 16 years ago
Diego Biurrun 692c315e3a Do not #include common.h without necessity. 16 years ago
Stefano Sabatini 57be00bea7 Make more descriptive the long names for the various variants of H.263. 16 years ago
Stefano Sabatini 4815e24623 Move documentation of av_register_all() from allformats.c to 16 years ago
Diego Biurrun f3c04c1385 Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning: 16 years ago
Diego Biurrun 6b8b7258e4 Move internal.h #include to the end of the file so that it is after 16 years ago
Måns Rullgård bd53b426b7 ARM: NEON optimised H.264 weighted prediction 16 years ago
Måns Rullgård 5a29589b81 ARM: NEON optimised H.264 biweighted prediction 16 years ago
Diego Biurrun 1615fb91a1 Declare struct SwsContext before using it, fixes the checkheaders warning: 16 years ago
Diego Biurrun dfe44a855d Disable C code when compiling AltiVec code, fixes the warning: 16 years ago
Diego Biurrun f40c7dbb7e spelling/grammar cosmetics 16 years ago
Diego Biurrun 7a24ec506c Fix #endif comments. 16 years ago
Diego Biurrun 4ceb4e3102 Add required headers to fix warnings during 'make checkheaders'. 16 years ago
Justin Ruggles aeb987cebf flacdec: get total number of samples from STREAMINFO 16 years ago
Justin Ruggles 7fa9a0a256 use function and definitions from libavcodec/flac.h in oggparseflac.c 16 years ago
Justin Ruggles ce7e82144f move FLAC_STREAMINFO_SIZE to flac.h 16 years ago
Justin Ruggles d38b88213e define FLAC metadata types in flac.h 16 years ago
David DeHaven 6cde949a20 Handle ID3v2 tags in raw FLAC streams by skipping them. 16 years ago
Justin Ruggles 9f3d3ecf92 flacdec: cosmetics: some line wrapping at 80 chars 16 years ago
Justin Ruggles 1df0390eed flacdec: cosmetics: indentation 16 years ago
Justin Ruggles 1bec121f9e flacdec: cosmetics: use consistent coding style (K&R) 16 years ago
Diego Biurrun 62560865ff Add configuration options section to help output. 16 years ago
Diego Biurrun 732c9a3462 help output cosmetics 16 years ago
Diego Biurrun d233d8efdd Remove --enable-static and --disable-shared from help output. 16 years ago
Diego Biurrun 15396d5cd0 Use cc_default variable in help output for --cc option. 16 years ago
Diego Biurrun 799fde37cc Add a check for ppc4xx instructions; rename preprocessor directive accordingly. 16 years ago
Diego Biurrun f5b96597bd Remove pointless #if HAVE_ALTIVEC around internal header #include 16 years ago
Måns Rullgård a0d8a50bca configure: add help for fastdiv 16 years ago
Justin Ruggles 13de8a080a cosmetics: indentation 16 years ago
Justin Ruggles 5305f40bb8 flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR 16 years ago