Sun, 22 Feb 2009 00:13:23 +0000 |
mru |
Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilers
libavutil
|
Tue, 10 Feb 2009 09:12:52 +0000 |
cehoyos |
Silence one icc warning:
libavutil
|
Tue, 10 Feb 2009 01:24:06 +0000 |
diego |
Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.
libavutil
|
Mon, 09 Feb 2009 21:47:57 +0000 |
michael |
av_flatten to make the similarly named attribute available.
libavutil
|
Mon, 09 Feb 2009 21:47:05 +0000 |
michael |
av_uninit() to suppress false uninitialized warnings from gcc without deoptimizing code.
libavutil
|
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 23:21:02 +0000 |
diego |
Reorganize header #includes: Unconditionally #include standard C headers,
libavutil
|
Sun, 25 Jan 2009 14:00:21 +0000 |
diego |
Move internal.h #include to the end of the file so that it is after
libavutil
|
Sun, 18 Jan 2009 22:57:40 +0000 |
aurel |
moves mid_pred() into mathops.h (with arch specific code split by directory)
libavutil
|
Sat, 17 Jan 2009 12:21:01 +0000 |
aurel |
remove ff_get_fourcc() and use AV_RL32() instead
libavutil
|
Sat, 17 Jan 2009 11:13:33 +0000 |
aurel |
export gcd function as av_gcd()
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
|