Tue, 20 Apr 2010 14:45:34 +0000 |
diego |
Remove explicit filename from Doxygen @file commands.
libavutil
|
Tue, 09 Mar 2010 17:39:19 +0000 |
mru |
Replace many includes of libavutil/common.h with what is actually needed
libavutil
|
Tue, 09 Mar 2010 15:10:23 +0000 |
mru |
Move libm replacements to new header libm.h
libavutil
|
Mon, 08 Mar 2010 21:19:56 +0000 |
mru |
Move ff_sqrt() to libavutil/intmath.h
libavutil
|
Sat, 20 Feb 2010 16:02:48 +0000 |
mru |
Add casts to correct return type in macros for missing libm funcs
libavutil
|
Sat, 20 Feb 2010 12:22:24 +0000 |
cehoyos |
Gcc attribute may_alias is not supported (or silently ignored) by all supported compilers.
libavutil
|
Tue, 09 Feb 2010 22:55:16 +0000 |
mru |
Define missing llrint() as macro instead of inline function
libavutil
|
Fri, 29 Jan 2010 03:26:14 +0000 |
mru |
Define av_alias if supported by compiler
libavutil
|
Wed, 20 Jan 2010 06:01:54 +0000 |
mru |
Move COPY3_IF_LT to lavc/mathops.h
libavutil
|
Tue, 19 Jan 2010 23:25:36 +0000 |
mru |
Move FASTDIV macro to intmath.h
libavutil
|
Sat, 16 Jan 2010 01:27:46 +0000 |
vitor |
Use macros instead of inline functions to replace the following missing C99
libavutil
|
Tue, 12 Jan 2010 02:19:51 +0000 |
vitor |
Add replacements for log2f(), exp2() and exp2f() for platforms that lacks it.
libavutil
|
Tue, 10 Nov 2009 12:59:56 +0000 |
reimar |
Remove code checking for __PIC__ or __pic__ and setting PIC from libavutil/internal.h,
libavutil
|
Mon, 21 Sep 2009 03:01:57 +0000 |
lorenm |
extend ff_inverse[], and fix its documentation
libavutil
|
Sun, 06 Sep 2009 00:08:19 +0000 |
ramiro |
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
libavutil
|
Fri, 04 Sep 2009 16:59:28 +0000 |
ramiro |
Add a newline in error message in CHECKED_ALLOC(Z).
libavutil
|
Tue, 01 Sep 2009 16:00:45 +0000 |
diego |
whitespace cosmetics, prettyprinting
libavutil
|
Sat, 29 Aug 2009 22:38:48 +0000 |
ramiro |
Add CHECKED_ALLOC macro.
libavutil
|
Fri, 10 Jul 2009 19:20:06 +0000 |
alexc |
Add a log2 replacement for systems that haven't quite caught up with the C99
libavutil
|
Thu, 09 Jul 2009 02:20:29 +0000 |
ramiro |
Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to
libavutil
|
Thu, 09 Jul 2009 02:18:29 +0000 |
ramiro |
Do not throw compiler error if asm code needs alignment, but we do not know
libavutil
|
Sat, 27 Jun 2009 08:34:04 +0000 |
cehoyos |
Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and cold.
libavutil
|
Mon, 25 May 2009 01:50:37 +0000 |
ramiro |
Add LABEL_MANGLE() to export label symbols from inside asm blocks.
libavutil
|
Sat, 21 Mar 2009 16:16:04 +0000 |
diego |
When warning about forbidden pseudo random number generation functions,
libavutil
|
Thu, 05 Mar 2009 21:20:13 +0000 |
mru |
ARM: disable inline asm for armcc
libavutil
|
Sat, 21 Feb 2009 16:03:30 +0000 |
mru |
Correct, portable definition of INT_BIT
libavutil
|
Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavutil
|
Fri, 30 Jan 2009 18:52:51 +0000 |
diego |
Add required header mem.h, av_malloc and friends are used.
libavutil
|
Fri, 30 Jan 2009 18:46:39 +0000 |
diego |
cosmetics: Move all #includes together at the beginning of the file.
libavutil
|
Wed, 28 Jan 2009 23:16:49 +0000 |
diego |
spelling/grammar/consistency review part III
libavutil
|
Wed, 28 Jan 2009 23:03:17 +0000 |
diego |
spelling/grammar/consistency review part II
libavutil
|
Wed, 28 Jan 2009 00:16:05 +0000 |
diego |
spelling/grammar/consistency review part I
libavutil
|
Sun, 25 Jan 2009 22:05:26 +0000 |
diego |
Disambiguate the macros used to disable fprintf/printf/puts functions.
libavutil
|
Sun, 25 Jan 2009 21:54:05 +0000 |
diego |
Add required limits.h header.
libavutil
|
Sun, 25 Jan 2009 19:51:07 +0000 |
diego |
Restore _MSC_VER case in DECLARE_ALIGNED/DECLARE_ASM_CONST macro declaration.
libavutil
|
Sun, 25 Jan 2009 19:24:47 +0000 |
diego |
Drop _MSC_VER case from macro declaration.
libavutil
|
Sun, 25 Jan 2009 19:18:56 +0000 |
diego |
Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
libavutil
|
Sun, 25 Jan 2009 14:01:23 +0000 |
diego |
Remove redundant av_log2_16bit forward declaration, fixes checkheaders warning:
libavutil
|
Sun, 18 Jan 2009 23:04:33 +0000 |
stefano |
Replace calls to the deprecated function av_init_random() with
libavutil
|
Thu, 15 Jan 2009 23:01:26 +0000 |
aurel |
move NULL_IF_CONFIG_SMALL() definition into internal header
libavutil
|
Thu, 15 Jan 2009 22:58:35 +0000 |
aurel |
move timer related code in a new timer.h file
libavutil
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
libavutil
|
Sun, 11 Jan 2009 22:10:04 +0000 |
ramiro |
Add truncf() replacement function.
libavutil
|
Sun, 11 Jan 2009 20:26:53 +0000 |
diego |
Drop unnecessary intreadwrite.h and bswap.h #includes.
libavutil
|
Sun, 21 Dec 2008 22:51:33 +0000 |
cehoyos |
Silence the following icc warnings:
libavutil
|
Sat, 20 Dec 2008 17:33:35 +0000 |
cehoyos |
Use AV_GCC_VERSION_AT_LEAST() to simplify gcc version checks.
libavutil
|
Wed, 17 Dec 2008 20:04:39 +0000 |
mru |
ARM: make FASTDIV() an inline function
libavutil
|
Wed, 17 Dec 2008 00:54:54 +0000 |
mru |
ARM: replace "armv4l" with "arm"
libavutil
|
Sat, 25 Oct 2008 18:54:23 +0000 |
mru |
ARM: faster ARMv6 FASTDIV()
libavutil
|
Thu, 16 Oct 2008 13:34:09 +0000 |
flameeyes |
Convert asm keyword into __asm__.
libavutil
|
Sat, 06 Sep 2008 07:26:05 +0000 |
stefano |
Remove wrong and unnecessary condition. VHOOK filters are not special
libavutil
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavutil
|
Thu, 14 Aug 2008 20:40:36 +0000 |
diego |
Remove hackish support for fastmemcpy from MPlayer.
libavutil
|
Wed, 13 Aug 2008 16:01:21 +0000 |
aurel |
move M_PI definition along with other math definitions
libavutil
|
Thu, 31 Jul 2008 02:38:40 +0000 |
mru |
fix ARMv6 FASTDIV for divisor <=2
libavutil
|
Wed, 30 Jul 2008 12:02:22 +0000 |
diego |
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
libavutil
|
Thu, 24 Jul 2008 10:53:32 +0000 |
diego |
Remove AltiVec vector declaration compiler compatibility macros.
libavutil
|
Tue, 15 Jul 2008 19:06:18 +0000 |
mru |
ARM: ARMv6 optimised FASTDIV
libavutil
|
Sat, 05 Jul 2008 08:10:47 +0000 |
diego |
Only define AltiVec vector syntax macro when AltiVec is enabled.
libavutil
|
Fri, 30 May 2008 10:58:48 +0000 |
diego |
Implement a proper configure test for AltiVec vector declaration syntax.
libavutil
|