631 Commits (bfe3676feb5548993292b806de45a1cbc746c05f)

Author SHA1 Message Date
Diego Biurrun bfe3676feb spelling/grammar/consistency review part II 16 years ago
Reimar Döffinger 7b484a7a17 Add "const" to AES function arguments where possible without generating 16 years ago
Diego Biurrun b69201a82c Add common.h #include, necessary for av_const. 16 years ago
Diego Biurrun 89c9ff504b spelling/grammar/consistency review part I 16 years ago
Aurelien Jacobs eded5c4309 add a ff_gcd() function again, for compatibility with old libavcodec 16 years ago
Diego Biurrun 811bfa76ce Remove misleading comment about how to build SHA1 test program. 16 years ago
Diego Biurrun 8076c4731f Reorganize header #includes: Unconditionally #include standard C headers, 16 years ago
Diego Biurrun 1e60e93355 10l: Add #undefs for system free/malloc/realloc, which must be used here. 16 years ago
Diego Biurrun 77652a6aaf C files should #include the header files of the same name. 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
Diego Biurrun 0f73b510f0 Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration. 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 692c315e3a Do not #include common.h without necessity. 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
Diego Biurrun dfcb6b56f9 Directly #include a bunch of indirectly #included headers. 16 years ago
Diego Biurrun 7a845019c1 Avoid unused variable warning when compiling DES test program. 16 years ago
Diego Biurrun 448887a6bb Make base64 test program compilable as a standard test program. 16 years ago
Diego Biurrun 40f5cd89c9 Add void keyword to parameterless function declaration. 16 years ago
NVIDIA Corporation c5b42f4a80 Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Stefano Sabatini 796dff07de Drop the deprecated av_init_random() at the next libavutil major bump. 16 years ago
Stefano Sabatini 9c868219e9 Replace calls to the deprecated function av_init_random() with 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Stefano Sabatini b097312492 Deprecate av_init_random() in favour of av_random_init(), with a more natural 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 16 years ago
Aurelien Jacobs d80a7fe50a move NULL_IF_CONFIG_SMALL() definition into internal header 16 years ago
Aurelien Jacobs 2f5421d513 move timer related code in a new timer.h file 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Aurelien Jacobs af5f434f8c add the necessary include for LIBAV*_VERSION_* 16 years ago
Diego Biurrun 7b5e8a274a Extend 'checkheaders' target to architecture-specific subdirectories. 16 years ago
Michael Kostylev 7b04b8a057 Add truncf() replacement function. 16 years ago
Diego Biurrun e503674c4a Add necessary, remove unnecessary #includes. 16 years ago
Diego Biurrun ff8769e205 Drop unnecessary intreadwrite.h and bswap.h #includes. 16 years ago
Ramiro Polla 1f91cdce0b Use posix_memalign() if available. 16 years ago
Diego Biurrun c47d146be8 Add missing 'void' keyword to parameterless function declarations. 16 years ago
NVIDIA Corporation 369122dd77 Add VDPAU hardware accelerated decoding for H264 which can be used by 16 years ago
Aurelien Jacobs 045cbba92d cosmetic: indent 16 years ago
Aurelien Jacobs d8bd113ef4 add a termination condition 16 years ago
Diego Biurrun 79cb09b2f7 consistency cosmetics: Rename POWERPC identifiers to PPC. 16 years ago
Carl Eugen Hoyos af4c0bcb6e Silence the following icc warnings: 16 years ago
Carl Eugen Hoyos 52476c1bee Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. 16 years ago
Måns Rullgård f8c5adaf9c ARM: make FASTDIV() an inline function 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago
Diego Biurrun f0e602351e cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 16 years ago