Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-27Add VA API pixel formats.Gwenole Beauchesne
2009-02-22Compact repeated messages to "Last message repeated x times".Michael Niedermayer
2009-02-22Split avutil.h, move all the pixel format definitions to the newStefano Sabatini
2009-02-22Add note about big vs. little endian.Michael Niedermayer
2009-02-22Add PIX_FMT_RGB48BE and PIX_FMT_RGB48LE.Peter Ross
2009-02-22Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilersMåns Rullgård
2009-02-21Check return value of posix_memalign and explicitly set pointer to NULL if itPatrik Kullman
2009-02-21Correct, portable definition of INT_BITMåns Rullgård
2009-02-12Remove reference to renamed header file xvmc_render.h.Diego Biurrun
2009-02-10Silence one icc warning:Carl Eugen Hoyos
2009-02-10Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.Diego Biurrun
2009-02-10av_flatten to make the similarly named attribute available.Michael Niedermayer
2009-02-10av_uninit() to suppress false uninitialized warnings from gcc without deoptim...Michael Niedermayer
2009-02-09Document the av_base64_encode/decode functions.Stefano Sabatini
2009-02-09Cosmetics: "* out" -> "*out" for consistency with the otherStefano Sabatini
2009-02-09Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size".Stefano Sabatini
2009-02-09Cosmetics: prefer out/in over buf/src for the parameter names ofStefano Sabatini
2009-02-09Cosmetics: consistently prefer "size" over "len"/"length" for theStefano Sabatini
2009-02-09Make av_base64_encode() do not require the user to provide anStefano Sabatini
2009-02-07Add a new test program for base64, based on that removed in r17024.Stefano Sabatini
2009-02-07Remove broken test program.Stefano Sabatini
2009-02-06Ensure that the palette is set in data[1] for all 8bit formats.Michael Niedermayer
2009-02-03100l, don't run tests twice, this was some forgotten debugging code.Reimar Döffinger
2009-02-03Fix a bug in 3DEC CBC decryption and add more extensive tests based onReimar Döffinger
2009-02-03Update DES test code to use the new public API.Reimar Döffinger
2009-02-03Add support for 3DES to DES moduleReimar Döffinger
2009-02-03Add and use a public API for RC4 and DES, analogous to the AES API.Reimar Döffinger
2009-02-03Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning:Diego Biurrun
2009-02-02Documentation for LZO error return value flagsReimar Döffinger
2009-02-02Move doxygen documentation from lzo.c to lzo.hReimar Döffinger
2009-02-02Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-02-01cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator.Diego Biurrun
2009-01-30Add required header mem.h, av_malloc and friends are used.Diego Biurrun
2009-01-30cosmetics: Move all #includes together at the beginning of the file.Diego Biurrun
2009-01-30Rename string.c to avstring.c so that the name of header and C file match.Diego Biurrun
2009-01-29spelling/grammar/consistency review part IIIDiego Biurrun
2009-01-29spelling/grammar/consistency review part IIDiego Biurrun
2009-01-28Add "const" to AES function arguments where possible without generatingReimar Döffinger
2009-01-28Add common.h #include, necessary for av_const.Diego Biurrun
2009-01-28spelling/grammar/consistency review part IDiego Biurrun
2009-01-27add a ff_gcd() function again, for compatibility with old libavcodecAurelien Jacobs
2009-01-26Remove misleading comment about how to build SHA1 test program.Diego Biurrun
2009-01-26Reorganize header #includes: Unconditionally #include standard C headers,Diego Biurrun
2009-01-2610l: Add #undefs for system free/malloc/realloc, which must be used here.Diego Biurrun
2009-01-26C files should #include the header files of the same name.Diego Biurrun
2009-01-26Disambiguate the macros used to disable fprintf/printf/puts functions.Diego Biurrun
2009-01-26Add required limits.h header.Diego Biurrun
2009-01-25Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.Diego Biurrun
2009-01-25Drop _MSC_VER case from macro declaration.Diego Biurrun