log

age author description
Fri, 15 Jan 2010 09:33:38 +0000 zuxy The undocumented x86-64 is a better fallback for core2 than nocona.
Fri, 15 Jan 2010 09:31:15 +0000 zuxy Add -fno-common to avoid misalignment for global var under win32 like what
Fri, 15 Jan 2010 09:10:23 +0000 zuxy Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.
Fri, 15 Jan 2010 08:51:51 +0000 zuxy Const correctness for src pointer. Remove all constness related warnings in
Fri, 15 Jan 2010 07:55:07 +0000 zuxy Fix typo in r30302
Fri, 15 Jan 2010 00:39:25 +0000 stefano Fix typo.
Thu, 14 Jan 2010 19:12:42 +0000 ramiro Remove unused clip_table code.
Thu, 14 Jan 2010 12:06:38 +0000 cehoyos Fix compilation after recent changes in FFmpeg.
Thu, 14 Jan 2010 06:19:45 +0000 ramiro Add const qualifier to rgb48 to YV12 functions' src.
Thu, 14 Jan 2010 06:19:10 +0000 ramiro Add missing parameter to rgb48 to YV12 functions.
Wed, 13 Jan 2010 17:49:48 +0000 reimar Use double-precision constants instead of single precision that gets cast to double.
Tue, 12 Jan 2010 23:03:03 +0000 cehoyos Use double instead of float for pts.
Tue, 12 Jan 2010 22:21:21 +0000 reimar Avoid linking in assembler-optimized code that will never be used.
Tue, 12 Jan 2010 21:16:01 +0000 reimar Add very experimetal support for the Sun C compiler.
Tue, 12 Jan 2010 21:12:23 +0000 reimar Change -pipe check to avoid misdetecting it as available for Sun's compiler.
Tue, 12 Jan 2010 20:26:15 +0000 reimar Use ARCH_X86_32 instead of the compiler-specific __i386__
Tue, 12 Jan 2010 20:20:49 +0000 reimar Remove hackish and not actually working code to make vidix compile with
Tue, 12 Jan 2010 19:51:29 +0000 reimar Remove a check that simply can not have worked since it relied on a completely
Tue, 12 Jan 2010 19:41:44 +0000 reimar Add checks for exp2, exp2 and log2f required by FFmpeg.
Tue, 12 Jan 2010 19:03:49 +0000 reimar 100l, fix typo that caused ad_hwac3 to fail to compile.
Tue, 12 Jan 2010 19:03:09 +0000 conrad /nop is illegal with Apple's older version of gas, this was fixed elsewhere
Tue, 12 Jan 2010 18:37:23 +0000 reimar Attempt a simple hack to fix -ac hwdts
Tue, 12 Jan 2010 02:34:33 +0000 zuxy Make sure that sfence is used after any non temporal stores.
Mon, 11 Jan 2010 21:06:00 +0000 reimar More changes needed to make ad_hwac3 truly independent from liba52.
Mon, 11 Jan 2010 20:40:51 +0000 reimar Let the format filter do the AC3 endianness conversion instead of duplicating
Mon, 11 Jan 2010 20:29:33 +0000 reimar MPlayer's format now correctly identifies AC3 as either little- or big-endian,
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
Mon, 11 Jan 2010 20:02:46 +0000 reimar More uses of AF_FORMAT_IS_AC3
Mon, 11 Jan 2010 19:55:07 +0000 reimar Use AF_FORMAT_IS_AC3 in ao_oss.c
Mon, 11 Jan 2010 19:43:19 +0000 reimar Make ad_hwac3 independent of liba52. Needs a minor amount of code duplication,