Sun, 14 Feb 2010 11:57:37 +0000 |
reimar |
Check that fontconfig version is at least 2.4.2, which is required for the
|
Sat, 13 Feb 2010 16:59:42 +0000 |
diego |
10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.
|
Sat, 13 Feb 2010 15:51:03 +0000 |
diego |
Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.
|
Sat, 13 Feb 2010 15:47:55 +0000 |
diego |
Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.
|
Sat, 13 Feb 2010 15:46:33 +0000 |
diego |
Fix shared library libavutil check: test for av_clip instead of av_gcd.
|
Fri, 12 Feb 2010 01:38:14 +0000 |
komh |
Add win32 loader support for OS/2
|
Thu, 11 Feb 2010 10:56:09 +0000 |
diego |
Move one more FFmpeg-related definition to the FFmpeg section of config.h.
|
Thu, 11 Feb 2010 10:52:36 +0000 |
diego |
Move some FFmpeg-related definitions to the FFmpeg section of config.h.
|
Thu, 11 Feb 2010 08:52:15 +0000 |
diego |
Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.
|
Thu, 04 Feb 2010 21:17:46 +0000 |
reimar |
Enable RTSP and SDP demuxers if network support is enabled, they can now be used.
|
Wed, 03 Feb 2010 13:14:09 +0000 |
komh |
Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg
|
Tue, 02 Feb 2010 18:57:43 +0000 |
reimar |
Revert r30324 which broken the struct addrinfo check by making it always pass.
|
Mon, 01 Feb 2010 14:09:53 +0000 |
komh |
Add OS/2 KAI audio driver support
|
Sun, 31 Jan 2010 15:11:16 +0000 |
reimar |
Disable FFmpeg's network protocols if --disable-network was specified.
|
Sun, 31 Jan 2010 14:14:20 +0000 |
cehoyos |
Fix compilation for new Bink audio decoder.
|
Sat, 30 Jan 2010 21:17:38 +0000 |
diego |
Add some more definitions for FFmpeg to config.h:
|
Thu, 21 Jan 2010 11:16:03 +0000 |
diego |
Disable all hwaccel glue code from FFmpeg.
|
Thu, 21 Jan 2010 10:37:35 +0000 |
cehoyos |
x264 version 0.83 is required.
|
Thu, 21 Jan 2010 10:31:34 +0000 |
cehoyos |
Fix compilation after FFmpeg r21353.
|
Tue, 19 Jan 2010 18:53:16 +0000 |
diego |
Create libavutil/avconfig.h, required for FFmpeg compilation.
|
Tue, 19 Jan 2010 13:35:57 +0000 |
zuxy |
Set HAVE_FAST_CLZ according to CPU type.
|
Mon, 18 Jan 2010 03:06:43 +0000 |
zuxy |
Support for detection of AMD Phenom.
|
Sun, 17 Jan 2010 12:27:54 +0000 |
reimar |
Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.
|
Sun, 17 Jan 2010 11:49:33 +0000 |
reimar |
Also try linking against dxguid for SDL test.
|
Sat, 16 Jan 2010 23:22:43 +0000 |
reimar |
Allow anything starting with "arm" to be used as --target for ARM CPUs
|
Sat, 16 Jan 2010 16:39:46 +0000 |
reimar |
Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,
|
Sat, 16 Jan 2010 16:22:57 +0000 |
reimar |
Fix struct addrinfo check, its definition might not allow actually allocating it.
|
Sat, 16 Jan 2010 16:16:50 +0000 |
reimar |
Fix sockaddr_storage check to work with winsock/MinGW
|
Sat, 16 Jan 2010 15:21:36 +0000 |
reimar |
Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.
|
Sat, 16 Jan 2010 15:20:26 +0000 |
reimar |
HAVE_INLINE_ASM for FFmpeg should be one since we only support
|
Fri, 15 Jan 2010 09:47:45 +0000 |
zuxy |
Set _optimizing for x86-64.
|
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 07:55:07 +0000 |
zuxy |
Fix typo in r30302
|
Thu, 14 Jan 2010 12:06:38 +0000 |
cehoyos |
Fix compilation after recent changes in FFmpeg.
|
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 19:41:44 +0000 |
reimar |
Add checks for exp2, exp2 and log2f required by FFmpeg.
|
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 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 13:55:55 +0000 |
reimar |
Prefer libdca over libdts
|
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 14:17:23 +0000 |
reimar |
Add several make variables to make --enable-hardcoded-tables actually compile.
|
Sat, 09 Jan 2010 13:39:26 +0000 |
reimar |
Add support for --enable-hardcoded-tables like FFmpeg has.
|
Fri, 08 Jan 2010 18:56:39 +0000 |
greg |
libass needs at least freetype 2.2.1
|
Tue, 05 Jan 2010 10:54:41 +0000 |
diego |
Move MatrixView video output check below OpenGL check, it depends on OpenGL.
|
Mon, 04 Jan 2010 22:32:28 +0000 |
diego |
Remove pointless variable declaration from DirectFB check.
|
Mon, 04 Jan 2010 22:30:41 +0000 |
diego |
Add missing stdlib.h #include to fribidi check.
|
Mon, 04 Jan 2010 22:29:55 +0000 |
diego |
Remove pointless printf call in libmp3lame test.
|
Mon, 04 Jan 2010 22:28:44 +0000 |
diego |
Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.
|
Mon, 04 Jan 2010 21:57:13 +0000 |
diego |
Pass a proper va_list type to vsscanf() test in configure.
|
Mon, 04 Jan 2010 12:24:07 +0000 |
diego |
cosmetics: tabs to spaces, some reindentation
|
Mon, 04 Jan 2010 12:12:57 +0000 |
diego |
Fix fribidi check to avoid spamming the console with error messages.
|
Mon, 04 Jan 2010 11:13:49 +0000 |
diego |
Add a few definitions used by FFmpeg to config.h:
|