2010-02-20 |
diego |
FFmpeg: Add HAVE_ALIGNED_{8,16} to config.h on ppc and x86.
|
2010-02-20 |
diego |
FFmpeg: Add tomi to architecture list.
|
2010-02-18 |
reimar |
Add av_alias define as a hack to fix compilation of intreadwrite.h without
|
2010-02-14 |
reimar |
Check that fontconfig version is at least 2.4.2, which is required for the
|
2010-02-13 |
diego |
10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP.
|
2010-02-13 |
diego |
Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak.
|
2010-02-13 |
diego |
Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs.
|
2010-02-13 |
diego |
Fix shared library libavutil check: test for av_clip instead of av_gcd.
|
2010-02-12 |
komh |
Add win32 loader support for OS/2
|
2010-02-11 |
diego |
Move one more FFmpeg-related definition to the FFmpeg section of config.h.
|
2010-02-11 |
diego |
Move some FFmpeg-related definitions to the FFmpeg section of config.h.
|
2010-02-11 |
diego |
Move def_dos_paths to a better place within config.h; not just FFmpeg uses it.
|
2010-02-04 |
reimar |
Enable RTSP and SDP demuxers if network support is enabled, they can now be used.
|
2010-02-03 |
komh |
Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg
|
2010-02-02 |
reimar |
Revert r30324 which broken the struct addrinfo check by making it always pass.
|
2010-02-01 |
komh |
Add OS/2 KAI audio driver support
|
2010-01-31 |
reimar |
Disable FFmpeg's network protocols if --disable-network was specified.
|
2010-01-31 |
cehoyos |
Fix compilation for new Bink audio decoder.
|
2010-01-30 |
diego |
Add some more definitions for FFmpeg to config.h:
|
2010-01-21 |
diego |
Disable all hwaccel glue code from FFmpeg.
|
2010-01-21 |
cehoyos |
x264 version 0.83 is required.
|
2010-01-21 |
cehoyos |
Fix compilation after FFmpeg r21353.
|
2010-01-19 |
diego |
Create libavutil/avconfig.h, required for FFmpeg compilation.
|
2010-01-19 |
zuxy |
Set HAVE_FAST_CLZ according to CPU type.
|
2010-01-18 |
zuxy |
Support for detection of AMD Phenom.
|
2010-01-17 |
reimar |
Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support.
|
2010-01-17 |
reimar |
Also try linking against dxguid for SDL test.
|
2010-01-16 |
reimar |
Allow anything starting with "arm" to be used as --target for ARM CPUs
|
2010-01-16 |
reimar |
Manually add --nxcompat --no-seh --dynamicbase to linker flags if available,
|
2010-01-16 |
reimar |
Fix struct addrinfo check, its definition might not allow actually allocating it.
|
2010-01-16 |
reimar |
Fix sockaddr_storage check to work with winsock/MinGW
|
2010-01-16 |
reimar |
Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now.
|
2010-01-16 |
reimar |
HAVE_INLINE_ASM for FFmpeg should be one since we only support
|
2010-01-15 |
zuxy |
Set _optimizing for x86-64.
|
2010-01-15 |
zuxy |
The undocumented x86-64 is a better fallback for core2 than nocona.
|
2010-01-15 |
zuxy |
Add -fno-common to avoid misalignment for global var under win32 like what
|
2010-01-15 |
zuxy |
Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott.
|
2010-01-15 |
zuxy |
Fix typo in r30302
|
2010-01-14 |
cehoyos |
Fix compilation after recent changes in FFmpeg.
|
2010-01-12 |
reimar |
Add very experimetal support for the Sun C compiler.
|
2010-01-12 |
reimar |
Change -pipe check to avoid misdetecting it as available for Sun's compiler.
|
2010-01-12 |
reimar |
Add checks for exp2, exp2 and log2f required by FFmpeg.
|
2010-01-10 |
reimar |
Search X11 headers and libraries also in /usr/local/..., should ease
|
2010-01-10 |
reimar |
Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not
|
2010-01-10 |
reimar |
FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_TABLES.
|
2010-01-10 |
reimar |
Fix OpenGL detection for OpenSolaris where -lXdamage is necessary.
|
2010-01-10 |
reimar |
Only print "using sdl-config" if we actually used it for SDL detection.
|
2010-01-10 |
reimar |
Prefer libdca over libdts
|
2010-01-10 |
reimar |
Quote test arguments that may be empty
|
2010-01-10 |
reimar |
Disable internal copy of liba52 by default, libavcodec should be an
|
2010-01-09 |
reimar |
IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that case.
|
2010-01-09 |
reimar |
Add several make variables to make --enable-hardcoded-tables actually compile.
|
2010-01-09 |
reimar |
Add support for --enable-hardcoded-tables like FFmpeg has.
|
2010-01-08 |
greg |
libass needs at least freetype 2.2.1
|
2010-01-05 |
diego |
Move MatrixView video output check below OpenGL check, it depends on OpenGL.
|
2010-01-04 |
diego |
Remove pointless variable declaration from DirectFB check.
|
2010-01-04 |
diego |
Add missing stdlib.h #include to fribidi check.
|
2010-01-04 |
diego |
Remove pointless printf call in libmp3lame test.
|
2010-01-04 |
diego |
Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings.
|
2010-01-04 |
diego |
Pass a proper va_list type to vsscanf() test in configure.
|