648 Commits (33094be89424a3fd186e7b58314bf16352102150)

Author SHA1 Message Date
Stefano Sabatini 33094be894 Remove broken test program. 16 years ago
Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 16 years ago
Reimar Döffinger 25a03ba358 100l, don't run tests twice, this was some forgotten debugging code. 16 years ago
Reimar Döffinger 551a0c796e Fix a bug in 3DEC CBC decryption and add more extensive tests based on 16 years ago
Reimar Döffinger 61eb8cc420 Update DES test code to use the new public API. 16 years ago
Reimar Döffinger bc17cc01ed Add support for 3DES to DES module 16 years ago
Reimar Döffinger 1a534c7f1e Add and use a public API for RC4 and DES, analogous to the AES API. 16 years ago
Diego Biurrun 0d08e27015 Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning: 16 years ago
Reimar Döffinger 679f5c2542 Documentation for LZO error return value flags 16 years ago
Reimar Döffinger a545f067f3 Move doxygen documentation from lzo.c to lzo.h 16 years ago
Reimar Döffinger 0b178e5629 Add av_ prefix to LZO stuff and thus make it officially part of the public API. 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 674bd4f691 cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator. 16 years ago
Diego Biurrun 9d52d54df3 Add required header mem.h, av_malloc and friends are used. 16 years ago
Diego Biurrun dbef3f46b9 cosmetics: Move all #includes together at the beginning of the file. 16 years ago
Diego Biurrun 4d55404fca Rename string.c to avstring.c so that the name of header and C file match. 16 years ago
Diego Biurrun 7d685b486b spelling/grammar/consistency review part III 16 years ago
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