log

age author description
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.
Sun, 10 Jan 2010 19:58:01 +0000 reimar Change dummy value to fit into int.
Sun, 10 Jan 2010 19:52:59 +0000 reimar Remove return statement from function that has no return value.
Sun, 10 Jan 2010 19:37:42 +0000 reimar Move mp3lib priority below libavcodec mp2/mp3 audio decoders.
Sun, 10 Jan 2010 18:22:01 +0000 reimar Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.
Sun, 10 Jan 2010 16:00:07 +0000 reimar Only print "using sdl-config" if we actually used it for SDL detection.
Sun, 10 Jan 2010 15:37:14 +0000 reimar Avoid excessive fflush in dbgprintf if we didn't even print anything.
Sun, 10 Jan 2010 15:31:45 +0000 reimar Fix RegCloseKey to not return an error on success.
Sun, 10 Jan 2010 14:03:10 +0000 reimar Call XSync after XShmAttach to avoid a possible race-condition with shmctl.
Sun, 10 Jan 2010 13:55:55 +0000 reimar Prefer libdca over libdts
Sun, 10 Jan 2010 13:52:44 +0000 zuxy Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS
Sun, 10 Jan 2010 13:32:37 +0000 reimar Quote test arguments that may be empty
Sun, 10 Jan 2010 12:13:10 +0000 reimar Disable internal copy of liba52 by default, libavcodec should be an
Sat, 09 Jan 2010 18:29:28 +0000 reimar IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.
Sat, 09 Jan 2010 17:20:49 +0000 zuxy MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just
Sat, 09 Jan 2010 14:44:20 +0000 zuxy Remove unused PREFETCHW macro