Mercurial > libavutil.hg
graph
-
Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers libavutilSun, 22 Feb 2009 00:13:23 +0000, by mru
-
Check return value of posix_memalign and explicitly set pointer to NULL if it libavutilSat, 21 Feb 2009 20:38:27 +0000, by diego
-
Remove reference to renamed header file xvmc_render.h. libavutilThu, 12 Feb 2009 02:02:42 +0000, by diego
-
Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check. libavutilTue, 10 Feb 2009 01:24:06 +0000, by diego
-
av_flatten to make the similarly named attribute available. libavutilMon, 09 Feb 2009 21:47:57 +0000, by michael
-
av_uninit() to suppress false uninitialized warnings from gcc without deoptimizing code. libavutilMon, 09 Feb 2009 21:47:05 +0000, by michael
-
Document the av_base64_encode/decode functions. libavutilSun, 08 Feb 2009 21:23:15 +0000, by stefano
-
Cosmetics: "* out" -> "*out" for consistency with the other libavutilSun, 08 Feb 2009 21:19:04 +0000, by stefano
-
Cosmetics: rename the "size" parameter of av_base64_encode() to "in_size". libavutilSun, 08 Feb 2009 21:16:36 +0000, by stefano
-
Cosmetics: prefer out/in over buf/src for the parameter names of libavutilSun, 08 Feb 2009 21:13:11 +0000, by stefano
-
Cosmetics: consistently prefer "size" over "len"/"length" for the libavutilSun, 08 Feb 2009 21:08:42 +0000, by stefano
-
Make av_base64_encode() do not require the user to provide an libavutilSun, 08 Feb 2009 21:00:39 +0000, by stefano
-
Add a new test program for base64, based on that removed in r17024. libavutilFri, 06 Feb 2009 23:29:25 +0000, by stefano
-
Ensure that the palette is set in data[1] for all 8bit formats. libavutilFri, 06 Feb 2009 12:59:50 +0000, by michael
-
100l, don't run tests twice, this was some forgotten debugging code. libavutilTue, 03 Feb 2009 18:04:52 +0000, by reimar
-
Fix a bug in 3DEC CBC decryption and add more extensive tests based on libavutilTue, 03 Feb 2009 17:58:19 +0000, by reimar
-
Update DES test code to use the new public API. libavutilTue, 03 Feb 2009 17:03:49 +0000, by reimar
-
Add and use a public API for RC4 and DES, analogous to the AES API. libavutilTue, 03 Feb 2009 14:20:55 +0000, by reimar
-
Add necessary header for LIBAVUTIL_VERSION_MAJOR, fixes the warning: libavutilMon, 02 Feb 2009 23:13:18 +0000, by diego
-
Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavutilMon, 02 Feb 2009 20:16:00 +0000, by reimar
-
Use full internal pathname in doxygen @file directives. libavutilSun, 01 Feb 2009 02:00:19 +0000, by diego
-
cosmetics: Use 'num' instead of 'nom' as abbreviation for numerator. libavutilSun, 01 Feb 2009 00:20:45 +0000, by diego
-
Add required header mem.h, av_malloc and friends are used. libavutilFri, 30 Jan 2009 18:52:51 +0000, by diego
-
cosmetics: Move all #includes together at the beginning of the file. libavutilFri, 30 Jan 2009 18:46:39 +0000, by diego
-
Rename string.c to avstring.c so that the name of header and C file match. libavutilThu, 29 Jan 2009 22:12:36 +0000, by diego
-
Add "const" to AES function arguments where possible without generating libavutilWed, 28 Jan 2009 17:48:26 +0000, by reimar
-
add a ff_gcd() function again, for compatibility with old libavcodec libavutilTue, 27 Jan 2009 00:46:18 +0000, by aurel
-
Remove misleading comment about how to build SHA1 test program. libavutilMon, 26 Jan 2009 11:15:47 +0000, by diego
-
Reorganize header #includes: Unconditionally #include standard C headers, libavutilSun, 25 Jan 2009 23:21:02 +0000, by diego
-
10l: Add #undefs for system free/malloc/realloc, which must be used here. libavutilSun, 25 Jan 2009 22:59:05 +0000, by diego
-
C files should #include the header files of the same name. libavutilSun, 25 Jan 2009 22:40:43 +0000, by diego
-
Disambiguate the macros used to disable fprintf/printf/puts functions. libavutilSun, 25 Jan 2009 22:05:26 +0000, by diego
-
Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration. libavutilSun, 25 Jan 2009 19:51:07 +0000, by diego
-
Drop deprecated av_fifo_write function with the next libavutil version bump. libavutilSun, 25 Jan 2009 19:22:47 +0000, by diego
-
Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h. libavutilSun, 25 Jan 2009 19:18:56 +0000, by diego
-
Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning: libavutilSun, 25 Jan 2009 14:01:23 +0000, by diego
-
Move internal.h #include to the end of the file so that it is after libavutilSun, 25 Jan 2009 14:00:21 +0000, by diego
-
Directly #include a bunch of indirectly #included headers. libavutilSat, 24 Jan 2009 14:55:30 +0000, by diego
-
Avoid unused variable warning when compiling DES test program. libavutilWed, 21 Jan 2009 23:55:51 +0000, by diego
-
Make base64 test program compilable as a standard test program. libavutilWed, 21 Jan 2009 17:34:40 +0000, by diego
-
Add void keyword to parameterless function declaration. libavutilWed, 21 Jan 2009 14:28:16 +0000, by diego
-
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can libavutilTue, 20 Jan 2009 09:28:36 +0000, by cehoyos
-
cosmetics: Remove pointless period after copyright statement non-sentences. libavutilMon, 19 Jan 2009 15:46:40 +0000, by diego