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