log

age author description
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,
Mon, 11 Jan 2010 19:40:58 +0000 reimar Use af_fmt2bits, it should give more sensible values than snd_pcm_format_physical_width,
Mon, 11 Jan 2010 19:37:50 +0000 reimar Add a hack to af_fmt2bits to recognize AC3 as a 16-bit format, since this
Mon, 11 Jan 2010 19:26:33 +0000 reimar Use af_fmt2bits instead of reimplementing it.
Mon, 11 Jan 2010 19:23:18 +0000 reimar Add and use AF_FORMAT_IS_AC3 macro.
Mon, 11 Jan 2010 19:08:15 +0000 reimar Revert r30170, AF_FORMAT_AC3 is supposed to be the special mask,
Mon, 11 Jan 2010 11:16:09 +0000 compn mark cfhdvfw decoder as working on windows only
Mon, 11 Jan 2010 08:21:31 +0000 zuxy Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for
Mon, 11 Jan 2010 07:30:28 +0000 ramiro cosmetics: {} placement.
Sun, 10 Jan 2010 21:47:50 +0000 reimar Search X11 headers and libraries also in /usr/local/..., should ease
Sun, 10 Jan 2010 21:22:44 +0000 reimar Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not
Sun, 10 Jan 2010 20:32:19 +0000 reimar FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_TABLES.
Sun, 10 Jan 2010 19:59:36 +0000 reimar Place a volatile at a more appropriate place.