Mercurial > libavutil.hg
graph
-
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
-
Drop the deprecated av_init_random() at the next libavutil major bump. libavutilSun, 18 Jan 2009 23:07:30 +0000, by stefano
-
Replace calls to the deprecated function av_init_random() with libavutilSun, 18 Jan 2009 23:04:33 +0000, by stefano
-
moves mid_pred() into mathops.h (with arch specific code split by directory) libavutilSun, 18 Jan 2009 22:57:40 +0000, by aurel
-
Deprecate av_init_random() in favour of av_random_init(), with a more natural libavutilSun, 18 Jan 2009 22:50:57 +0000, by stefano
-
remove ff_get_fourcc() and use AV_RL32() instead libavutilSat, 17 Jan 2009 12:21:01 +0000, by aurel
-
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can libavutilFri, 16 Jan 2009 02:14:07 +0000, by cehoyos