| Commit message (Expand) | Author | Age | Files | Lines |
* | Move QNX-specific settings next to the other OS-specific settings. | diego | 2007-03-31 | 1 | -5/+4 |
* | Set CONFIG_EBP_AVAILABLE, CONFIG_EBX_AVAILABLE for FFmpeg | uau | 2007-03-30 | 1 | -0/+4 |
* | Remove stray variable that was causing tests to fail randomly. | diego | 2007-03-29 | 1 | -1/+1 |
* | OpenGL reportedly works fine on Mac OS X, see Bugzilla #784. | diego | 2007-03-29 | 1 | -1/+1 |
* | replaced ! with not as adviced by Reimar | nicodvb | 2007-03-28 | 1 | -1/+1 |
* | don't disable vidix_internal on sparc/x86 when vidix==auto (this damn diff ma... | nicodvb | 2007-03-28 | 1 | -1/+1 |
* | Fall back on plain awk during the awk test. It should be safe to assume | diego | 2007-03-25 | 1 | -2/+2 |
* | Unconditionally add -li386 to LDFLAGS on OpenBSD/x86-32. | diego | 2007-03-24 | 1 | -1/+1 |
* | Move the addition of basic include flags to configure. | diego | 2007-03-24 | 1 | -1/+2 |
* | Error out if the libavutil subdirectory is unavailable. | diego | 2007-03-24 | 1 | -1/+1 |
* | Fix comment about defining HAVE_POSIX_SELECT | cehoyos | 2007-03-21 | 1 | -1/+1 |
* | Conditionally compile vf_bmovl.c instead of enclosing all of the file | diego | 2007-03-21 | 1 | -0/+1 |
* | Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in line | diego | 2007-03-21 | 1 | -7/+4 |
* | --enable-win32 was renamed to --enable-win32dll. | diego | 2007-03-19 | 1 | -1/+1 |
* | Remove commented-out Cygwin CFLAGS settings. | diego | 2007-03-19 | 1 | -2/+0 |
* | Move setting Cygwin specific CFLAGS to configure. | diego | 2007-03-19 | 1 | -1/+1 |
* | The -Wdeclaration-after-statement test needs a C program. | diego | 2007-03-18 | 1 | -0/+3 |
* | check that definition of prototype of sysi86(int, void*) doesn't conflict; fi... | nicodvb | 2007-03-18 | 1 | -0/+6 |
* | Move setting CXXFLAGS to configure. | diego | 2007-03-18 | 1 | -1/+4 |
* | Add live555 include flags to EXTRAXX_INC, not EXTRA_INC. | diego | 2007-03-18 | 1 | -1/+1 |
* | shared libavcodec is not at all broken/obsolete, but simply discouraged | nicodvb | 2007-03-18 | 1 | -1/+1 |
* | Group (system-specific) CFLAGS settings together. | diego | 2007-03-18 | 1 | -40/+40 |
* | Move Cygwin specific #define setting to system OS-specific settings section. | diego | 2007-03-18 | 1 | -1/+4 |
* | Move setting of TARGET_WIN32 together with other Win32 settings. | diego | 2007-03-18 | 1 | -6/+3 |
* | Rename win32 variable to the more sensible name win32dll. | diego | 2007-03-18 | 1 | -15/+15 |
* | Remove conditional addition of CONFIG_DARWIN to CFLAGS, it's added | diego | 2007-03-18 | 1 | -3/+0 |
* | Move fast cmov detection code from the PPC section into the x86 section | diego | 2007-03-18 | 1 | -11/+10 |
* | support for setting and detecting FAST_CMOV | diego | 2007-03-18 | 1 | -0/+17 |
* | Fix configure -march detection for athlon-xp | uau | 2007-03-18 | 1 | -55/+55 |
* | Do not disable cache on MinGW, just disable shmem compilation. | diego | 2007-03-17 | 1 | -2/+3 |
* | 10l: omitted '-e' in my r22630 commit. | voroshil | 2007-03-17 | 1 | -1/+1 |
* | Turn on largefile support for libdvdcss as well. | diego | 2007-03-16 | 1 | -1/+2 |
* | Put special CFLAGS for low accuracy tremor in the Makefile, similar to the | diego | 2007-03-16 | 1 | -2/+1 |
* | libavcodec's DXA decoder is dependent on zlib | voroshil | 2007-03-16 | 1 | -1/+1 |
* | Add live555 include flags to CXXFLAGS only. | diego | 2007-03-15 | 1 | -1/+2 |
* | Add AmigaOS support, patch by Andrea Palmatè, andrea amigasoft net. | diego | 2007-03-15 | 1 | -1/+16 |
* | add vcd support to mingw, patch by zuxy meng | compn | 2007-03-12 | 1 | -1/+1 |
* | live555 version 2006.03.03 or later is needed to compile MPlayer. | diego | 2007-03-03 | 1 | -2/+2 |
* | 10l: Add missing definition of USE_STREAM_CACHE. | diego | 2007-02-27 | 1 | -0/+2 |
* | Fix unresolved symbols related to ws2_32 lib when compiling under MinGW with ... | voroshil | 2007-02-27 | 1 | -2/+2 |
* | Move the decision about stream cache compilation to configure. | diego | 2007-02-27 | 1 | -2/+7 |
* | Simplify strip parameter for install handling. | diego | 2007-02-27 | 1 | -3/+3 |
* | Support for PowerPC 440x embedded CPUs. | rathann | 2007-02-25 | 1 | -0/+8 |
* | Fix compilation after addition of LIBGSM_MS decoder/encoder to FFmpeg. | diego | 2007-02-20 | 1 | -2/+2 |
* | liblzo support fix, take X: forgotten variable setting. | diego | 2007-02-18 | 1 | -0/+1 |
* | Use liblzo2 instead of liblzo1, it's not bigger but faster. | diego | 2007-02-18 | 1 | -4/+4 |
* | We definitely want to avoid an emulated poll() | reimar | 2007-02-15 | 1 | -0/+8 |
* | Move setting _ld_extra and _inc_extra for live to autodetection part, | diego | 2007-02-13 | 1 | -9/+9 |
* | Fix compilation after rename of AC3 decoder to LIBA52 in ffmpeg r7939 | rtogni | 2007-02-12 | 1 | -1/+1 |
* | Fix setting of mtrr variable. | diego | 2007-02-12 | 1 | -3/+3 |
* | Always disable libnut demuxer in libavformat. | diego | 2007-02-12 | 1 | -2/+1 |
* | Revert libnut option names, the issue is fixed in FFmpeg. | diego | 2007-02-12 | 1 | -1/+1 |
* | Handle libavformat libnut dependencies. | uau | 2007-02-09 | 1 | -1/+2 |
* | Fix libnut build failure. | gpoirier | 2007-02-07 | 1 | -1/+1 |
* | FFmpeg #defines must be uppercase now. | diego | 2007-02-05 | 1 | -4/+4 |
* | Fix MMX2 check, _sse is set to "kernel_check", not "yes". | diego | 2007-02-04 | 1 | -1/+1 |
* | r21753 broke compile-time detection of mmx flags on x86_64 | lorenm | 2007-02-04 | 1 | -1/+1 |
* | Convert patterns to upper case to fix compilation after r22117. | uau | 2007-02-03 | 1 | -19/+19 |
* | Speed up config.h generation by transforming FFmpeg part names to uppercase | diego | 2007-02-03 | 1 | -9/+8 |
* | Wrong variable name used in libfaac check. | diego | 2007-01-31 | 1 | -1/+1 |
* | libfaac detection skipped linking, and thus only checked for headers and not ... | lorenm | 2007-01-31 | 1 | -1/+1 |
* | Simplify extcheck calls by moving some logic into the function. | diego | 2007-01-31 | 1 | -7/+9 |
* | Allow forcing processor features on and off. | diego | 2007-01-31 | 1 | -2/+3 |
* | Fix looooooongstanding bug: | diego | 2007-01-31 | 1 | -1/+1 |
* | cosmetics: Move around a few options for better logical grouping. | diego | 2007-01-30 | 1 | -83/+84 |
* | cosmetics: consistent formatting | diego | 2007-01-30 | 1 | -30/+10 |
* | Unification of parameter handling part 3 of many: | diego | 2007-01-30 | 1 | -7/+3 |
* | Unification of parameter handling part 2 of many: | diego | 2007-01-30 | 1 | -105/+72 |
* | Unification of parameter handling part 1 of many: | diego | 2007-01-30 | 1 | -645/+646 |
* | Move network detection further up to simplify detection of dependant stuff. | reimar | 2007-01-30 | 1 | -15/+14 |
* | Remove references to no longer existing documentation. | diego | 2007-01-28 | 1 | -3/+1 |
* | Move platform-specific stuff together. | diego | 2007-01-28 | 1 | -5/+6 |
* | Move _ldd setting to a saner place. | diego | 2007-01-28 | 1 | -1/+1 |
* | build fix: Disable libtheora encoding over lavc. | diego | 2007-01-25 | 1 | -1/+1 |
* | Quote some expressions, might help with some shells. | diego | 2007-01-24 | 1 | -2/+2 |
* | Fix compilation if no libogg/libvoribs installed | rtogni | 2007-01-24 | 1 | -1/+5 |
* | Rename a few variables to match FFmpeg. | diego | 2007-01-24 | 1 | -5/+5 |
* | Fix compilation after ffmpeg changes in r7619 | rtogni | 2007-01-24 | 1 | -5/+41 |
* | Bring MPlayer closer to compilation after latest FFmpeg changes. | diego | 2007-01-23 | 1 | -3/+3 |
* | Fix compilation: define CONFIG_ZLIB in config.mak | reimar | 2007-01-21 | 1 | -0/+1 |
* | Move ldconfig platform differences into configure where they belong. | diego | 2007-01-20 | 1 | -0/+6 |
* | Move ranlib setting to a more sensible place. | diego | 2007-01-20 | 1 | -7/+7 |
* | Move toolame vs twolame logic into the $_toolame=auto case. | diego | 2007-01-14 | 1 | -2/+5 |
* | Make twolame disable toolame. | diego | 2007-01-14 | 1 | -0/+1 |
* | Move twolame check before toolame check. | diego | 2007-01-14 | 1 | -19/+19 |
* | fix typo for gettimeofday() | vayne | 2007-01-13 | 1 | -1/+1 |
* | Add missing config.mak entry for gettimeofday(). | diego | 2007-01-13 | 1 | -0/+3 |
* | 10l, typo breaks compilation because HAVE_SYS_MMAN_H is not set correctly | reimar | 2007-01-10 | 1 | -1/+1 |
* | Split strl.c into strl(cat|cpy).c and move #ifdefs into the build system. | diego | 2007-01-10 | 1 | -0/+6 |
* | Split fseeko.c into fseeko.c and ftello.c, move #ifdefs into the build system. | diego | 2007-01-10 | 1 | -0/+6 |
* | Move #ifdef directives around complete files into the build system. | diego | 2007-01-10 | 1 | -0/+21 |
* | GNU/kFreeBSD support, closes Bugzilla #704. | diego | 2007-01-10 | 1 | -2/+6 |
* | CONFIG_DTS was renamed to CONFIG_LIBDTS in FFmpeg. | diego | 2007-01-10 | 1 | -3/+3 |
* | Remove superfluous CONFIG_X11_GRAB_DEVICE_DEMUXER=no. | diego | 2007-01-07 | 1 | -1/+0 |
* | Set default values for proc and iproc for x86_32 case. | reimar | 2007-01-06 | 1 | -0/+2 |
* | move runtime cpu detection check after detection of host architecture, | reimar | 2007-01-05 | 1 | -4/+4 |
* | 100l syntax error | diego | 2006-12-24 | 1 | -1/+1 |
* | cosmetics: Fix indentation after last commit. | diego | 2006-12-24 | 1 | -13/+13 |
* | Run less CPU checks when runtime CPU detection is enabled. | diego | 2006-12-24 | 1 | -0/+11 |
* | Exit when runtime CPU detection is requested on unsupported arches. | diego | 2006-12-24 | 1 | -0/+4 |
* | Rename x86 test to x86_32 and provide an x86 test for both x86_32 and x86_64. | diego | 2006-12-24 | 1 | -17/+20 |
* | Extend runtime CPU detection to x86-64. | diego | 2006-12-23 | 1 | -2/+3 |
* | Fix disabling individual demuxers, parsers and decoders | diego | 2006-12-23 | 1 | -22/+18 |
* | cosmetics: Rename variables to simplify upcoming patches. | diego | 2006-12-23 | 1 | -7/+10 |
* | Remove x11grab hack, it's now disabled by default in FFmpeg. | diego | 2006-12-23 | 1 | -4/+0 |
* | Color console had a big bug nobody noticed, so mark this feature as | reimar | 2006-12-18 | 1 | -1/+1 |
* | Compilation fix hacks: disable libavformat X11 grabber and | reimar | 2006-12-15 | 1 | -0/+17 |
* | Add missing redirect to /dev/null. | corey | 2006-12-13 | 1 | -1/+1 |
* | Ugly hotfix for --disable-mencoder. | diego | 2006-12-13 | 1 | -2/+17 |
* | Get rid on -DGNU_SOURCE for internal code, imported libs should be fixed | reimar | 2006-12-12 | 1 | -1/+1 |
* | Fix --extra-libs-mplayer and --extra-libs-mencoder. | diego | 2006-12-11 | 1 | -0/+2 |
* | 10l, forgot to add _inc_x11 to X11 cc check | reimar | 2006-12-11 | 1 | -1/+1 |
* | Better default CFLAGS for non-gnu, non-intel compilers | reimar | 2006-12-10 | 1 | -0/+2 |
* | Add x11 include path only to _inc_extra if X11 is actually enabled. | reimar | 2006-12-10 | 1 | -2/+2 |
* | Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene... | reimar | 2006-12-10 | 1 | -4/+10 |
* | do not force arch and isysroot in osx | nplourde | 2006-12-09 | 1 | -6/+1 |
* | force ppc arch and 10.3.9 sys lib on ppc mac | nplourde | 2006-12-04 | 1 | -0/+2 |
* | Move cddb "autodetection" so it also works for libcdio | reimar | 2006-12-04 | 1 | -1/+1 |
* | Add full support for en-/disabling cddb support | reimar | 2006-12-04 | 1 | -1/+15 |
* | Use fallback XAnim and Real codecs directories when autodetection is skipped. | diego | 2006-12-02 | 1 | -2/+2 |
* | Remove warning about missing codecs directory, the condition is always true. | diego | 2006-12-02 | 1 | -14/+1 |
* | Add /usr/local/lib and /usr/local/include to the linker/compiler | diego | 2006-11-29 | 1 | -0/+2 |
* | `sdl-config --libs` under mingw32 will give -lmingw32, which leads to | diego | 2006-11-29 | 1 | -1/+1 |
* | Sync with FFmpeg changes for encoder/decoder registration. | aurel | 2006-11-29 | 1 | -3/+3 |
* | Make MPlayer/MEncoder print the compile-time configuration in verbose mode. | diego | 2006-11-28 | 1 | -0/+5 |
* | support Intel Core 2 and AMD Geode in the processor detection routines | diego | 2006-11-28 | 1 | -5/+20 |
* | Merge _ld_arch into _ld_extra. | diego | 2006-11-27 | 1 | -12/+10 |
* | Disable cddb on Darwin at Reimar's request. | diego | 2006-11-27 | 1 | -1/+1 |
* | _ld_sock is already in _ld_extra. | diego | 2006-11-27 | 1 | -1/+1 |
* | Add a config.mak variable for CDDB. | diego | 2006-11-27 | 1 | -0/+2 |
* | Sync with FFmpeg changes for (de)muxer registration. | diego | 2006-11-27 | 1 | -2/+2 |
* | Move checking/defining HAVE_LINUX_DVD_STRUCT etc. to dvdcss check, | reimar | 2006-11-26 | 1 | -9/+9 |
* | -lwinmm is always (also for mencoder) needed on windows for osdep/timer-win2.c | reimar | 2006-11-26 | 1 | -0/+2 |
* | Revert r21251 (moving loader/config.h contents to main config.h). | uau | 2006-11-26 | 1 | -10/+0 |
* | Set _win32codecsdir fallback also with --enable-win32 | reimar | 2006-11-26 | 1 | -1/+1 |
* | Move contents of loader/config.h to configure/config.h, there are | diego | 2006-11-25 | 1 | -0/+10 |
* | Add support for compiling with ICC 9.1. Currently needs --target=generic-linux, | reimar | 2006-11-25 | 1 | -1/+7 |
* | Add generic target that allow compiling without any assembler or otherwise | reimar | 2006-11-25 | 1 | -0/+10 |
* | Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpeg | diego | 2006-11-24 | 1 | -1/+1 |
* | Get rid of _ld_gtk and _ld_glib. | diego | 2006-11-22 | 1 | -5/+5 |
* | Get rid of _ld_vorbis. | diego | 2006-11-22 | 1 | -5/+5 |
* | Make compilation depending on USE_OSD unconditional. | uau | 2006-11-22 | 1 | -2/+0 |
* | Get rid of _xmms_lib. | diego | 2006-11-22 | 1 | -3/+3 |
* | _ld_static does not need to be in both EXTRA_LIB and EXTRALIBS_MPLAYER. | diego | 2006-11-22 | 1 | -1/+1 |
* | Cosmetics to make the next patches more readable. | diego | 2006-11-22 | 1 | -5/+1 |
* | Remove _ld_x11. | diego | 2006-11-22 | 1 | -24/+24 |
* | typo noticed by Carl Eugen Hoyos, cehoyos ag.or.at | diego | 2006-11-22 | 1 | -1/+1 |
* | Remove _ld_gif and _ld_theora. | diego | 2006-11-22 | 1 | -7/+9 |
* | Remove _ld_freetype and _ld_fontconfig, they are no longer necessary. | diego | 2006-11-22 | 1 | -4/+4 |
* | Make compilation depending on USE_SUB unconditional. | uau | 2006-11-21 | 1 | -1/+0 |
* | Fix SVN r21075, it completely disabled OpenGL in almost all cases. | reimar | 2006-11-21 | 1 | -1/+1 |
* | Treat fontconfig and FreeType linker flags just like any other linker flag. | diego | 2006-11-21 | 1 | -3/+1 |
* | Remove stray -I from include dirs in live555 check, it was being duplicated. | diego | 2006-11-21 | 1 | -1/+3 |
* | cosmetics: EXTRA_LIB_MENCODER --> EXTRALIBS_MENCODER | diego | 2006-11-21 | 1 | -1/+1 |
* | _ld_tmp vs _ld_x264 typo | diego | 2006-11-21 | 1 | -1/+1 |
* | Remove --with-x11libdir and --with-livelibdir. | diego | 2006-11-21 | 1 | -13/+6 |
* | Attempt to properly fix linking of encoding libs used by libavcodec. | diego | 2006-11-21 | 1 | -13/+16 |
* | ALSA can be used by both MPlayer and MEncoder. | diego | 2006-11-21 | 1 | -1/+1 |
* | Fix linking when libavcodec uses x264. | diego | 2006-11-21 | 1 | -5/+3 |
* | Remove _ld_x264 _toolame_lib _twolame_lib, they are no longer needed. | diego | 2006-11-21 | 1 | -6/+5 |
* | _ld_xv does not exist anymore. | diego | 2006-11-21 | 1 | -1/+1 |
* | Add _libs_mplayer and _libs_mencoder to cc_check. | diego | 2006-11-21 | 1 | -2/+2 |
* | Introduce _libs_mplayer and _libs_mencoder to get rid of some _ld_ variables. | diego | 2006-11-21 | 1 | -42/+46 |
* | Move FFmpeg library dependencies into the Makefile just like everything else. | diego | 2006-11-21 | 1 | -23/+14 |
* | Move some Win32 LDFLAGS into _ld_extra. | diego | 2006-11-21 | 1 | -2/+2 |
* | Merge MPlayer-specific libs into one variable. | diego | 2006-11-21 | 1 |