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
|