summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini2009-02-08
* Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini2009-02-08
* Make av_base64_encode() do not require the user to provide anStefano Sabatini2009-02-08
* Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2009-02-06
* Remove broken test program.Stefano Sabatini2009-02-06
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-06
* 100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger2009-02-03
* Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger2009-02-03
* Update DES test code to use the new public API.Reimar Döffinger2009-02-03
* Add support for 3DES to DES moduleReimar Döffinger2009-02-03
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-03
* Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:Diego Biurrun2009-02-02
* Documentation for LZO error return value flagsReimar Döffinger2009-02-02
* Move doxygen documentation from lzo.c to lzo.hReimar Döffinger2009-02-02
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.Diego Biurrun2009-02-01
* Add required header mem.h, av_malloc and friends are used.Diego Biurrun2009-01-30
* cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun2009-01-30
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-29
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-28
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-28
* Add "const" to AES function arguments where possible without generatingReimar Döffinger2009-01-28
* Add common.h #include, necessary for av_const.Diego Biurrun2009-01-28
* spelling/grammar/consistency review part IDiego Biurrun2009-01-28
* add a ff_gcd() function again, for compatibility with old libavcodecAurelien Jacobs2009-01-27
* Remove misleading comment about how to build SHA1 test program.Diego Biurrun2009-01-26
* Reorganize header #includes: Unconditionally #include standard C headers,Diego Biurrun2009-01-25
* 10l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun2009-01-25
* C files should #include the header files of the same name.Diego Biurrun2009-01-25
* Disambiguate the macros used to disable fprintf/printf/puts functions.Diego Biurrun2009-01-25
* Add required limits.h header.Diego Biurrun2009-01-25
* Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.Diego Biurrun2009-01-25
* Drop _MSC_VER case from macro declaration.Diego Biurrun2009-01-25
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-25
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-25
* Do not #include common.h without necessity.Diego Biurrun2009-01-25
* Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:Diego Biurrun2009-01-25
* Move internal.h #include to the end of the file so that it is afterDiego Biurrun2009-01-25
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-24
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-21
* Make base64 test program compilable as a standard test program.Diego Biurrun2009-01-21
* Add void keyword to parameterless function declaration.Diego Biurrun2009-01-21
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Drop the deprecated av_init_random() at the next libavutil major bump.Stefano Sabatini2009-01-18
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Deprecate av_init_random() in favour of av_random_init(), with a more naturalStefano Sabatini2009-01-18
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17