Mercurial > libavutil.hg
graph
-
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
-
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
-
move NULL_IF_CONFIG_SMALL() definition into internal header libavutilThu, 15 Jan 2009 23:01:26 +0000, by aurel
-
Extend 'checkheaders' target to architecture-specific subdirectories. libavutilSun, 11 Jan 2009 22:48:07 +0000, by diego
-
Drop unnecessary intreadwrite.h and bswap.h #includes. libavutilSun, 11 Jan 2009 20:26:53 +0000, by diego
-
Add missing 'void' keyword to parameterless function declarations. libavutilMon, 05 Jan 2009 13:57:43 +0000, by diego
-
Add VDPAU hardware accelerated decoding for H264 which can be used by libavutilSun, 04 Jan 2009 23:55:27 +0000, by cehoyos
-
consistency cosmetics: Rename POWERPC identifiers to PPC. libavutilSat, 27 Dec 2008 11:33:26 +0000, by diego
-
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks. libavutilSat, 20 Dec 2008 17:33:35 +0000, by cehoyos
-
cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavutilThu, 20 Nov 2008 22:53:18 +0000, by diego
-
Port read_time() that works on x86_32 and 64 from noe. libavutilTue, 21 Oct 2008 14:57:55 +0000, by michael
-
Bump minor version after addition of FF_ARRAY_ELEMS macro. libavutilWed, 15 Oct 2008 08:06:12 +0000, by benoit
-
Add a macro to get the number of elements in a table. libavutilWed, 15 Oct 2008 07:24:54 +0000, by benoit
-
Implement av_nearer_q() and av_find_nearest_q_idx() functions. libavutilThu, 25 Sep 2008 19:23:13 +0000, by stefano
-
Avoid undefined behavior for removing elements that were not in the tree. libavutilFri, 19 Sep 2008 12:41:12 +0000, by michael
-
Fix generated md5, it was wrong for some input lengths. libavutilMon, 15 Sep 2008 22:10:28 +0000, by michael
-
Remove wrong and unnecessary condition. VHOOK filters are not special libavutilSat, 06 Sep 2008 07:26:05 +0000, by stefano
-
Globally rename the header inclusion guard names. libavutilSun, 31 Aug 2008 07:39:47 +0000, by stefano
-
Cosmetics: remove a redundant and misplaced doxy. libavutilTue, 19 Aug 2008 22:17:13 +0000, by stefano
-
Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead. libavutilTue, 19 Aug 2008 22:15:05 +0000, by stefano
-
Copy and paste LGPL from tree.h, the previous one referred to a non-existing libavutilSun, 17 Aug 2008 19:32:51 +0000, by michael
-
Add missing stdint.h header to fix 'make checkheaders'. libavutilSun, 17 Aug 2008 19:15:33 +0000, by diego
-
Add multiple inclusion guards for consistency and to avoid them being libavutilSun, 17 Aug 2008 15:53:12 +0000, by michael
-
Add prototypes to header (based on code by ramiro) libavutilSun, 17 Aug 2008 15:50:20 +0000, by michael
-
Make ff_pca_init() allocate it struct instead of letting the user provide libavutilSun, 17 Aug 2008 15:46:20 +0000, by michael
-
Do not mix declarations and statements (by ramiro). libavutilSun, 17 Aug 2008 15:35:55 +0000, by michael
-
Remove hackish support for fastmemcpy from MPlayer. libavutilThu, 14 Aug 2008 20:40:36 +0000, by diego
-
move M_PI definition along with other math definitions libavutilWed, 13 Aug 2008 16:01:21 +0000, by aurel
-
define some math constants so as not to depend on _XOPEN_SOURCE libavutilWed, 13 Aug 2008 10:04:59 +0000, by aurel
-
Add av_memcpy_backptr(): deliberately overlapping memcpy variant. libavutilWed, 06 Aug 2008 08:17:03 +0000, by pross
-
Add a multiplicative LFG for those thinking the additive is not good libavutilWed, 30 Jul 2008 23:08:07 +0000, by michael
-
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer. libavutilWed, 30 Jul 2008 12:02:22 +0000, by diego
-
Change return type of main function to int to avoid a warning. libavutilSun, 27 Jul 2008 21:10:32 +0000, by diego
-
Move #includes, which are only used in the test program, below the #ifdef libavutilSun, 27 Jul 2008 21:05:12 +0000, by diego
-
Change benchmarking code so it returns comparable values. libavutilSun, 27 Jul 2008 20:53:30 +0000, by michael
-
Make the selftesting code use and compileable. libavutilSun, 27 Jul 2008 20:50:24 +0000, by michael
-
cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavutilThu, 24 Jul 2008 17:09:28 +0000, by diego
-
Remove AltiVec vector declaration compiler compatibility macros. libavutilThu, 24 Jul 2008 10:53:32 +0000, by diego
-
intreadwrite: support DEC compiler __unaligned type qualifier libavutilFri, 18 Jul 2008 01:18:59 +0000, by mru
-
ARM: fix ARCH_ARM -> ARCH_ARMV4L test in bswap_32() libavutilTue, 15 Jul 2008 19:06:03 +0000, by mru
-
Print the address of the AVCodecContext in av_log(). libavutilTue, 15 Jul 2008 17:17:35 +0000, by astrange