Sun, 01 Feb 2009 02:00:19 +0000 |
diego |
Use full internal pathname in doxygen @file directives.
libavutil
|
Wed, 28 Jan 2009 00:16:05 +0000 |
diego |
spelling/grammar/consistency review part I
libavutil
|
Sun, 25 Jan 2009 19:18:56 +0000 |
diego |
Move DECLARE_ALIGNED and DECLARE_ASM_CONST to internal.h.
libavutil
|
Sat, 24 Jan 2009 14:55:30 +0000 |
diego |
Directly #include a bunch of indirectly #included headers.
libavutil
|
Tue, 13 Jan 2009 23:44:16 +0000 |
aurel |
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
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
|
Thu, 02 Oct 2008 10:47:05 +0000 |
cehoyos |
Allow using DECLARE_ALIGNED with Sun cc.
libavutil
|
Sun, 31 Aug 2008 07:39:47 +0000 |
stefano |
Globally rename the header inclusion guard names.
libavutil
|
Thu, 05 Jun 2008 19:49:47 +0000 |
mru |
alloc_size attribute is new to gcc 4.3; don't use it with lesser versions
libavutil
|
Tue, 03 Jun 2008 22:10:53 +0000 |
diego |
Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.
libavutil
|
Wed, 19 Mar 2008 07:43:43 +0000 |
zuxy |
Cosmetic change: remove the whitespace after 'defined'
libavutil
|
Wed, 19 Mar 2008 07:42:50 +0000 |
zuxy |
'malloc' attribute isn't supported in old gcc.
libavutil
|
Wed, 19 Mar 2008 07:30:34 +0000 |
zuxy |
Apply "alloc_size" attribute to av_alloc, av_realloc and av_mallocz
libavutil
|
Wed, 19 Mar 2008 06:17:43 +0000 |
zuxy |
Reapply r12489: Add pure, const and malloc attributes to proper functions
libavutil
|
Tue, 18 Mar 2008 16:29:47 +0000 |
benoit |
revert r12489.
libavutil
|
Tue, 18 Mar 2008 15:27:15 +0000 |
benoit |
Pure, const and malloc attributes to libavutil.
libavutil
|
Sat, 08 Mar 2008 20:30:15 +0000 |
diego |
#error in case we do not know how to provide alignment.
libavutil
|
Mon, 25 Feb 2008 18:32:55 +0000 |
michael |
Fix MSVC identification, patch by Eddie Pang.
libavutil
|
Mon, 25 Feb 2008 18:25:49 +0000 |
michael |
Make code C conformant.
libavutil
|
Mon, 25 Feb 2008 14:53:55 +0000 |
diego |
cosmetics: prettyprint
libavutil
|
Wed, 20 Feb 2008 18:48:49 +0000 |
diego |
10l: Correctly use preprocessor conditionals.
libavutil
|
Wed, 13 Feb 2008 08:36:04 +0000 |
diego |
Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
libavutil
|
Wed, 13 Feb 2008 08:33:05 +0000 |
diego |
Mark MSVC compiler macros as such.
libavutil
|
Wed, 13 Feb 2008 08:08:03 +0000 |
diego |
Disentangle nested preprocessor directives.
libavutil
|
Sat, 09 Feb 2008 20:47:11 +0000 |
cehoyos |
Allow compilation with icc 10.1.
libavutil
|
Sun, 27 Jan 2008 20:50:16 +0000 |
reimar |
Add and use DECLARE_ASM_CONST for constants used in assembler code.
libavutil
|
Fri, 02 Nov 2007 19:48:13 +0000 |
gpoirier |
Doxyfication, patch by Stefano Sabatini %stefano P sabatini-lala A poste P it%
libavutil
|
Thu, 01 Nov 2007 11:51:51 +0000 |
gpoirier |
doxy/cosmetics fixes. Patch by Stefano Sabatini %stefano P sabatini-lala A posteP it %
libavutil
|
Wed, 17 Oct 2007 09:37:46 +0000 |
diego |
Add FFMPEG_ prefix to all multiple inclusion guards.
libavutil
|