| Commit message (Expand) | Author | Age | Files | Lines |
* | Check that fontconfig version is at least 2.4.2, which is required for the | reimar | 2010-02-14 | 1 | -0/+3 |
* | 10l: Revert previous commit about CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP. | diego | 2010-02-13 | 1 | -3/+5 |
* | Use normal way to add CONFIG_HARDCODED_TABLES/CONFIG_MPEGAUDIO_HP to config.mak. | diego | 2010-02-13 | 1 | -5/+3 |
* | Move def_hardcoded_tables to the FFmpeg section of config.h, where it belongs. | diego | 2010-02-13 | 1 | -1/+1 |
* | Fix shared library libavutil check: test for av_clip instead of av_gcd. | diego | 2010-02-13 | 1 | -1/+1 |
* | Add win32 loader support for OS/2 | komh | 2010-02-12 | 1 | -1/+1 |
* | Move one more FFmpeg-related definition to the FFmpeg section of config.h. | diego | 2010-02-11 | 1 | -1/+1 |
* | Move some FFmpeg-related definitions to the FFmpeg section of config.h. | diego | 2010-02-11 | 1 | -8/+8 |
* | Move def_dos_paths to a better place within config.h; not just FFmpeg uses it. | diego | 2010-02-11 | 1 | -1/+1 |
* | Enable RTSP and SDP demuxers if network support is enabled, they can now be u... | reimar | 2010-02-04 | 1 | -1/+2 |
* | Checks ipv6_mreq/sockaddr_in6/sockaddr_sa_len for FFmpeg | komh | 2010-02-03 | 1 | -2/+48 |
* | Revert r30324 which broken the struct addrinfo check by making it always pass. | reimar | 2010-02-02 | 1 | -1/+2 |
* | Add OS/2 KAI audio driver support | komh | 2010-02-01 | 1 | -0/+26 |
* | Disable FFmpeg's network protocols if --disable-network was specified. | reimar | 2010-01-31 | 1 | -0/+1 |
* | Fix compilation for new Bink audio decoder. | cehoyos | 2010-01-31 | 1 | -0/+1 |
* | Add some more definitions for FFmpeg to config.h: | diego | 2010-01-30 | 1 | -0/+3 |
* | Disable all hwaccel glue code from FFmpeg. | diego | 2010-01-21 | 1 | -8/+5 |
* | x264 version 0.83 is required. | cehoyos | 2010-01-21 | 1 | -1/+1 |
* | Fix compilation after FFmpeg r21353. | cehoyos | 2010-01-21 | 1 | -0/+1 |
* | Create libavutil/avconfig.h, required for FFmpeg compilation. | diego | 2010-01-19 | 1 | -0/+16 |
* | Set HAVE_FAST_CLZ according to CPU type. | zuxy | 2010-01-19 | 1 | -4/+26 |
* | Support for detection of AMD Phenom. | zuxy | 2010-01-18 | 1 | -2/+6 |
* | Set ASFLAGS and HAVE_VFP_ARGS needed to compile for ARM with VFP/NEON support. | reimar | 2010-01-17 | 1 | -0/+2 |
* | Also try linking against dxguid for SDL test. | reimar | 2010-01-17 | 1 | -1/+1 |
* | Allow anything starting with "arm" to be used as --target for ARM CPUs | reimar | 2010-01-16 | 1 | -2/+2 |
* | Manually add --nxcompat --no-seh --dynamicbase to linker flags if available, | reimar | 2010-01-16 | 1 | -0/+8 |
* | Fix struct addrinfo check, its definition might not allow actually allocating... | reimar | 2010-01-16 | 1 | -1/+1 |
* | Fix sockaddr_storage check to work with winsock/MinGW | reimar | 2010-01-16 | 1 | -3/+17 |
* | Add HAVE_FAST_CLZ define and set it to 0 to keep the status quo for now. | reimar | 2010-01-16 | 1 | -0/+1 |
* | HAVE_INLINE_ASM for FFmpeg should be one since we only support | reimar | 2010-01-16 | 1 | -1/+1 |
* | Set _optimizing for x86-64. | zuxy | 2010-01-15 | 1 | -1/+1 |
* | The undocumented x86-64 is a better fallback for core2 than nocona. | zuxy | 2010-01-15 | 1 | -0/+3 |
* | Add -fno-common to avoid misalignment for global var under win32 like what | zuxy | 2010-01-15 | 1 | -0/+1 |
* | Set HAVE_FAST_CMOV to 0 for NetBurst based x86-64 processors, e.g. Prescott. | zuxy | 2010-01-15 | 1 | -1/+2 |
* | Fix typo in r30302 | zuxy | 2010-01-15 | 1 | -1/+1 |
* | Fix compilation after recent changes in FFmpeg. | cehoyos | 2010-01-14 | 1 | -0/+64 |
* | Add very experimetal support for the Sun C compiler. | reimar | 2010-01-12 | 1 | -1/+12 |
* | Change -pipe check to avoid misdetecting it as available for Sun's compiler. | reimar | 2010-01-12 | 1 | -1/+2 |
* | Add checks for exp2, exp2 and log2f required by FFmpeg. | reimar | 2010-01-12 | 1 | -1/+4 |
* | Search X11 headers and libraries also in /usr/local/..., should ease | reimar | 2010-01-10 | 1 | -3/+3 |
* | Do not use FreeBSD's cpuinfo file on x86_64 either, as on x86_32 it will not | reimar | 2010-01-10 | 1 | -1/+2 |
* | FFmpeg uses ifdef in Makefiles for CONFIG_MPEGAUDIO_HP and CONFIG_HARDCODED_T... | reimar | 2010-01-10 | 1 | -2/+5 |
* | Fix OpenGL detection for OpenSolaris where -lXdamage is necessary. | reimar | 2010-01-10 | 1 | -9/+8 |
* | Only print "using sdl-config" if we actually used it for SDL detection. | reimar | 2010-01-10 | 1 | -1/+1 |
* | Prefer libdca over libdts | reimar | 2010-01-10 | 1 | -1/+1 |
* | Quote test arguments that may be empty | reimar | 2010-01-10 | 1 | -2/+2 |
* | Disable internal copy of liba52 by default, libavcodec should be an | reimar | 2010-01-10 | 1 | -2/+2 |
* | IPv6 in FFmpeg is not supported for MinGW, so do not set CONFIG_IPV6 for that... | reimar | 2010-01-09 | 1 | -1/+1 |
* | Add several make variables to make --enable-hardcoded-tables actually compile. | reimar | 2010-01-09 | 1 | -0/+4 |
* | Add support for --enable-hardcoded-tables like FFmpeg has. | reimar | 2010-01-09 | 1 | -1/+15 |
* | libass needs at least freetype 2.2.1 | greg | 2010-01-08 | 1 | -3/+3 |
* | Move MatrixView video output check below OpenGL check, it depends on OpenGL. | diego | 2010-01-05 | 1 | -13/+14 |
* | Remove pointless variable declaration from DirectFB check. | diego | 2010-01-04 | 1 | -1/+1 |
* | Add missing stdlib.h #include to fribidi check. | diego | 2010-01-04 | 1 | -0/+1 |
* | Remove pointless printf call in libmp3lame test. | diego | 2010-01-04 | 1 | -1/+1 |
* | Pass proper parameters to dlopen/dlsym/vsscanf to avoid configure test warnings. | diego | 2010-01-04 | 1 | -2/+2 |
* | Pass a proper va_list type to vsscanf() test in configure. | diego | 2010-01-04 | 1 | -1/+1 |
* | cosmetics: tabs to spaces, some reindentation | diego | 2010-01-04 | 1 | -506/+506 |
* | Fix fribidi check to avoid spamming the console with error messages. | diego | 2010-01-04 | 1 | -1/+2 |
* | Add a few definitions used by FFmpeg to config.h: | diego | 2010-01-04 | 1 | -0/+8 |
* | Modify -vo direct3d so we do not have to link against d3d9.dll, it might | reimar | 2010-01-03 | 1 | -2/+1 |
* | Enable all FFmpeg protocols by default, they seem to build without issue | reimar | 2010-01-03 | 1 | -1/+1 |
* | Change vo_png to use FFmpeg's png encoder instead of libpng. | reimar | 2010-01-03 | 1 | -2/+0 |
* | Finally add matrixview vo. | reimar | 2010-01-03 | 1 | -0/+18 |
* | Fixup SDL configure check: | reimar | 2010-01-03 | 1 | -12/+33 |
* | Also detect fontconfig when it requires -liconv | reimar | 2010-01-03 | 1 | -1/+1 |
* | Change fribidi check to also work without fribidi-config. | reimar | 2010-01-03 | 1 | -7/+12 |
* | Add support for JPEG2000 via FFmpeg/OpenJPEG | reimar | 2010-01-03 | 1 | -0/+29 |
* | Fix typo in code disabling VIDIX on mingw64 | reimar | 2010-01-02 | 1 | -1/+1 |
* | Disable vidix on 64 bit MinGW compiles, it seems to fail compiling and | reimar | 2010-01-02 | 1 | -0/+1 |
* | Fix compilation if FreeType is not available, in particular do not try to build | reimar | 2010-01-01 | 1 | -0/+2 |
* | Allow passing variants of "mingw32" as system name to --target. This ensures | diego | 2009-12-23 | 1 | -1/+1 |
* | Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target. | diego | 2009-12-20 | 1 | -1/+1 |
* | Make ass_mp.h use the system-libass headers when the internal one is disabled. | reimar | 2009-12-19 | 1 | -0/+6 |
* | Experimental support for external libass. | reimar | 2009-12-19 | 1 | -1/+9 |
* | Rename GL_* defines to CONFIG_GL_* | reimar | 2009-12-19 | 1 | -4/+4 |
* | Make the check for X11 and WIN32 backends for OpenGL separate. | reimar | 2009-12-19 | 1 | -2/+13 |
* | Disable winsock when we already found a working socklib instead of checking | reimar | 2009-12-09 | 1 | -1/+2 |
* | sync to x264-r1327. (only needed for x264-in-libavcodec) | lorenm | 2009-11-29 | 1 | -1/+1 |
* | Add #defines for FFMPEG_LICENSE and FFMPEG_CONFIGURATION to config.h. | diego | 2009-11-18 | 1 | -0/+3 |
* | Complete configure support for compiling in FFmpeg's protocol support. | reimar | 2009-11-17 | 1 | -0/+6 |
* | Do not dynamically load libvdpau.so.1, but link at compile time. | cehoyos | 2009-11-11 | 1 | -2/+5 |
* | 10l: Fix compilation without VDPAU. | cehoyos | 2009-11-11 | 1 | -1/+1 |
* | Use configure code to define PIC instead of duplicating the check in mangle.h. | reimar | 2009-11-10 | 1 | -2/+1 |
* | Remove macho64 special-case for yasm options, -DPIC is already added | reimar | 2009-11-08 | 1 | -1/+0 |
* | Remove a pointless undeclared function reference, #error is assumed | reimar | 2009-11-08 | 1 | -1/+0 |
* | Add a check if compiler creates PIC code and if so add -DPIC to YASMFLAGS. | reimar | 2009-11-08 | 1 | -0/+15 |
* | Remove CONFIG_TV_TELETEXT. | cehoyos | 2009-11-07 | 1 | -25/+0 |
* | Separate teletext from tv support. | cehoyos | 2009-11-07 | 1 | -1/+1 |
* | PPC: make inline asm xform address test work with Apple tools | attila | 2009-11-06 | 1 | -1/+1 |
* | Add cast to signed for 64 bit check, since according to an FFmpeg bug report | reimar | 2009-11-05 | 1 | -1/+1 |
* | Add new VDPAU feature high-quality-scaling (and require newer library). | cehoyos | 2009-11-04 | 1 | -1/+1 |
* | consistency fix: Give all CONFIG_ definitions the value 1. | diego | 2009-10-28 | 1 | -16/+16 |
* | Move 64 bit check below compiler detection since it needs the compiler | reimar | 2009-10-26 | 1 | -13/+13 |
* | sync to x264-r1296 | lorenm | 2009-10-19 | 1 | -1/+1 |
* | Get rid of COMMON_LDFLAGS variable. It was a pointless indirection. | diego | 2009-10-19 | 1 | -2/+1 |
* | Add CONFIG_LPC to config.h as well (needed by FFmpeg). | diego | 2009-10-19 | 1 | -0/+1 |
* | Add CONFIG_LPC to config.mak (needed by FFmpeg). | diego | 2009-10-19 | 1 | -0/+1 |
* | Remove many uses of tmp_run. | reimar | 2009-10-06 | 1 | -34/+12 |
* | Add EXTERN_ASM define needed by FFmpeg on ARM. | reimar | 2009-10-02 | 1 | -0/+2 |
* | Extend EBX_AVAILABLE check in a way that works for both OpenBSD/Haiku | reimar | 2009-09-30 | 1 | -0/+2 |
* | Intel compiler icc 11.1 supports compilation of internal mp3lib and internal ... | cehoyos | 2009-09-27 | 1 | -2/+2 |
* | Cosmetics: Fix whitespace. | cehoyos | 2009-09-27 | 1 | -1/+1 |
* | Amend previous commit: both zlib decoder and encoder must be disabled | reimar | 2009-09-26 | 1 | -2/+2 |
* | Disable libavcodec zlib decoder when zlib is not available, fixes compilation | reimar | 2009-09-26 | 1 | -1/+1 |
* | Do not override host_arch in x86 vs. x86_64 detection if it was forced via --... | reimar | 2009-09-25 | 1 | -1/+1 |
* | Sync with current FFmpeg HEAD. | diego | 2009-09-24 | 1 | -0/+2 |
* | sync with FFmpeg build: BUILD_STATIC --> CONFIG_STATIC | diego | 2009-09-24 | 1 | -1/+1 |
* | sync to x264-r1260 (which changed api) | lorenm | 2009-09-23 | 1 | -2/+2 |
* | Add autodetection for ARM NEON SIMD. | reimar | 2009-09-19 | 1 | -1/+16 |
* | Use a compilation check to distinguish between x86 and x86_64, uname and | reimar | 2009-09-19 | 1 | -17/+19 |
* | Add a check for availability of ebx register, needed for | reimar | 2009-09-19 | 1 | -1/+19 |
* | Treat Haiku as BeOS (only changes the displayed name actually) | reimar | 2009-09-19 | 1 | -0/+3 |
* | Allow disabling and enabling lower-case codecs. | cehoyos | 2009-09-08 | 1 | -10/+10 |
* | 100l, forgot to use "test" for checking the value of the quicktime variable | reimar | 2009-09-08 | 1 | -1/+1 |
* | 10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since | reimar | 2009-09-04 | 1 | -1/+1 |
* | Split QuickTime check off from quartz check and use the result to enable/disable | reimar | 2009-09-04 | 1 | -8/+27 |
* | Move OpenGL test below CoreVideo. This ensures -lGL will come after -framewor... | reimar | 2009-09-04 | 1 | -53/+55 |
* | The libamrnb *en*coder, not the *de*coder should be added to the list of | diego | 2009-09-01 | 1 | -1/+1 |
* | Also check linker flags to make sure that liveMedia libraries are there, too, | reimar | 2009-08-31 | 1 | -2/+3 |
* | Fix detection of mips arch on NetBSD/sgimips. | diego | 2009-08-19 | 1 | -1/+1 |
* | Allow compilation with gcc 2.95.3 if videodev2.h does not support it. | cehoyos | 2009-08-14 | 1 | -1/+1 |
* | Make sure that unavailable message languages are not accepted. | diego | 2009-08-03 | 1 | -1/+2 |
* | Add a variable in config.mak whether SHM support is enabled or not. | ben | 2009-07-31 | 1 | -0/+1 |
* | Set both HAVE_BIGENDIAN and WORDS_BIGENDIAN. | diego | 2009-07-26 | 1 | -2/+5 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN. | cehoyos | 2009-07-26 | 1 | -2/+2 |
* | Bandaid compilation fix: Disable ivtv VIDIX driver until a proper test exists. | diego | 2009-07-19 | 1 | -1/+3 |
* | The Makefile variable names for external libraries in FFmpeg changed. | diego | 2009-07-19 | 1 | -9/+12 |
* | Remove redundant ivtv VIDIX driver variable declarations. | diego | 2009-07-19 | 1 | -2/+0 |
* | The ivtv vo driver and the ivtv VIDIX driver are unrelated; do not disable the | diego | 2009-07-19 | 1 | -1/+0 |
* | Change libamr support to libopencore-amr support. | diego | 2009-07-18 | 1 | -51/+47 |
* | Restore alphabetic order for HAVE_ defines. | cehoyos | 2009-07-17 | 1 | -1/+1 |
* | Remove CONFIG_LIBAMR_NB_FIXED #define, which no longer exists in FFmpeg. | diego | 2009-07-17 | 1 | -1/+0 |
* | Assume HAVE_ATTRIBUTE_PACKED. | cehoyos | 2009-07-17 | 1 | -0/+1 |
* | Fix compilation after FFmpeg r19395. | cehoyos | 2009-07-11 | 1 | -1/+2 |
* | Disable libavcodec AAC encoder, there are too many systems where it doesn't c... | reimar | 2009-07-09 | 1 | -1/+1 |
* | Modern Solaris versions have different default CD-ROM devices. | diego | 2009-06-24 | 1 | -0/+3 |
* | Do not use -rdynamic on Solaris, where the flag is unsupported. | diego | 2009-06-22 | 1 | -1/+1 |
* | Fix setting of DOC_LANGS and MAN_LANGS, the wrong variables were being used. | diego | 2009-06-19 | 1 | -2/+2 |
* | Do not auto-detect old libnut installations. | cehoyos | 2009-06-16 | 1 | -0/+1 |
* | Rename LIBVORBIS Makefile variable to VORBIS. | diego | 2009-06-14 | 1 | -1/+1 |
* | 100l: Add missing $s to default language variable checks, which prevented | diego | 2009-06-14 | 1 | -3/+3 |
* | Overhaul translation handling completely and add options to install specific | diego | 2009-06-14 | 1 | -43/+55 |
* | cosmetics: Drop leading underscore from _language* variables. | diego | 2009-06-14 | 1 | -11/+11 |
* | Allow setting message language separately from documentation language. | diego | 2009-06-14 | 1 | -4/+9 |
* | Drop redundant setting of message language to English when all languages | diego | 2009-06-14 | 1 | -1/+0 |
* | Configure needs AS to be set for the Makefiles. | reimar | 2009-06-02 | 1 | -0/+1 |
* | Add actually working support for PPC64 | reimar | 2009-06-01 | 1 | -4/+4 |
* | Use target_arch and target_subarch which is more similar to what FFmpeg uses | reimar | 2009-06-01 | 1 | -5/+5 |
* | Add some missing FFmpeg archs | reimar | 2009-06-01 | 1 | -1/+1 |
* | Set XVR100 make variable. Fixes compilation when support for xvr100 was detec... | reimar | 2009-05-19 | 1 | -0/+1 |
* | Make sure that -Ilibdvdread4 appears in CFLAGS before any system directories | diego | 2009-05-12 | 1 | -1/+1 |
* | Add HAVE_PPC64 definition for FFmpeg. | diego | 2009-05-12 | 1 | -0/+3 |
* | Make sure CONFIG_MUXERS is always set. | diego | 2009-05-12 | 1 | -0/+1 |
* | cosmetics: indentation fixes for the dvdread check | diego | 2009-05-09 | 1 | -9/+9 |
* | Fix misplaced 'fi' in external dvdread test. | diego | 2009-05-09 | 1 | -1/+1 |
* | lirc anc lircc are MPlayer-only, so add LDFLAGS for MPlayer link only. | diego | 2009-05-08 | 1 | -2/+2 |
* | The Apple remote code needs the Cocoa framework to link. | diego | 2009-05-08 | 1 | -1/+1 |
* | Add -framework Carbon to LDFLAGS when Mac OS X finder or bundle is enabled. | diego | 2009-05-07 | 1 | -2/+8 |
* | cosmetics: Move Quartz and CoreVideo checks into the vo driver section. | diego | 2009-05-05 | 1 | -47/+50 |
* | LDFLAGS for CoreVideo and Quartz should be MPlayer-only. | diego | 2009-05-05 | 1 | -2/+2 |
* | libdvdcss requires the Carbon framework to link on Mac OS X. | diego | 2009-05-05 | 1 | -1/+1 |
* | cosmetics: Move $def_dvdcss to a more sensible place in config.h. | diego | 2009-05-05 | 1 | -1/+1 |
* | cosmetics: Move CoreAudio check to a |