summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to renamed header file xvmc_render.h.Diego Biurrun2009-02-121-1/+1
* Silence one icc warning:Carl Eugen Hoyos2009-02-101-1/+1
* Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.Diego Biurrun2009-02-101-1/+1
* av_flatten to make the similarly named attribute available.Michael Niedermayer2009-02-091-0/+8
* av_uninit() to suppress false uninitialized warnings from gcc without deoptim...Michael Niedermayer2009-02-091-0/+8
* Document the av_base64_encode/decode functions.Stefano Sabatini2009-02-081-5/+15
* Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini2009-02-082-2/+2
* Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini2009-02-082-5/+5
* Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini2009-02-082-5/+5
* Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini2009-02-082-8/+8
* Make av_base64_encode() do not require the user to provide anStefano Sabatini2009-02-081-1/+1
* Add a new test program for base64, based on that removed in r17024.Stefano Sabatini2009-02-062-1/+64
* Remove broken test program.Stefano Sabatini2009-02-061-126/+0
* Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer2009-02-061-0/+4
* 100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger2009-02-031-1/+0
* Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger2009-02-031-1/+36
* Update DES test code to use the new public API.Reimar Döffinger2009-02-031-7/+24
* Add support for 3DES to DES moduleReimar Döffinger2009-02-032-3/+15
* Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger2009-02-034-19/+117
* Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:Diego Biurrun2009-02-021-0/+2
* Documentation for LZO error return value flagsReimar Döffinger2009-02-021-1/+8
* Move doxygen documentation from lzo.c to lzo.hReimar Döffinger2009-02-022-20/+20
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-022-18/+24
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-0123-23/+23
* cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.Diego Biurrun2009-02-012-15/+15
* Add required header mem.h, av_malloc and friends are used.Diego Biurrun2009-01-301-0/+1
* cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun2009-01-301-2/+1
* Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun2009-01-292-1/+1
* spelling/grammar/consistency review part IIIDiego Biurrun2009-01-289-28/+30
* spelling/grammar/consistency review part IIDiego Biurrun2009-01-2811-42/+43
* Add "const" to AES function arguments where possible without generatingReimar Döffinger2009-01-282-8/+8
* Add common.h #include, necessary for av_const.Diego Biurrun2009-01-281-0/+1
* spelling/grammar/consistency review part IDiego Biurrun2009-01-2827-178/+175
* add a ff_gcd() function again, for compatibility with old libavcodecAurelien Jacobs2009-01-271-0/+7
* Remove misleading comment about how to build SHA1 test program.Diego Biurrun2009-01-261-2/+0
* Reorganize header #includes: Unconditionally #include standard C headers,Diego Biurrun2009-01-251-15/+10
* 10l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun2009-01-251-0/+5
* C files should #include the header files of the same name.Diego Biurrun2009-01-252-0/+3
* Disambiguate the macros used to disable fprintf/printf/puts functions.Diego Biurrun2009-01-251-3/+3
* Add required limits.h header.Diego Biurrun2009-01-251-0/+1
* Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.Diego Biurrun2009-01-251-0/+3
* Drop _MSC_VER case from macro declaration.Diego Biurrun2009-01-251-3/+0
* Drop deprecated av_fifo_write function with the next libavutil version bump.Diego Biurrun2009-01-252-0/+4
* Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.Diego Biurrun2009-01-252-17/+17
* Do not #include common.h without necessity.Diego Biurrun2009-01-251-6/+0
* Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:Diego Biurrun2009-01-251-2/+0
* Move internal.h #include to the end of the file so that it is afterDiego Biurrun2009-01-251-4/+4
* Directly #include a bunch of indirectly #included headers.Diego Biurrun2009-01-244-0/+6
* Avoid unused variable warning when compiling DES test program.Diego Biurrun2009-01-211-1/+4
* Make base64 test program compilable as a standard test program.Diego Biurrun2009-01-211-5/+4
OpenPOWER on IntegriCloud