| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -5/+4 |
* | Remove _ld_win32, this is handled by the Makefile. | diego | 2006-11-21 | 1 | -3/+2 |
* | Remove --with-xmmsplugindir and --with-xmmslibdir. | diego | 2006-11-20 | 1 | -19/+0 |
* | Remove --with-x264libdir. | diego | 2006-11-20 | 1 | -12/+3 |
* | Remove --with-xvidlibdir. | diego | 2006-11-20 | 1 | -10/+3 |
* | Remove --with-toolamelibdir from help output as well. | diego | 2006-11-20 | 1 | -1/+0 |
* | Remove --with-toolamelibdir. | diego | 2006-11-20 | 1 | -4/+1 |
* | Add support for disabling MPlayer compilation. | diego | 2006-11-20 | 1 | -0/+5 |
* | Deliver dependency handling from redundancy. | diego | 2006-11-20 | 1 | -7/+0 |
* | another 100l typo noticed by Carl Eugen Hoyos, cehoyos (at) ag or at | diego | 2006-11-20 | 1 | -1/+1 |
* | Some more cleanups for LDFLAGS handling. | diego | 2006-11-20 | 1 | -6/+5 |
* | 100l typos, noticed by Carl Eugen Hoyos, cehoyos (at) ag or at | diego | 2006-11-20 | 1 | -2/+2 |
* | Some cleanups for LDFLAGS handling, next part. | diego | 2006-11-20 | 1 | -60/+45 |
* | Remove settled FIXME. | diego | 2006-11-19 | 1 | -1/+0 |
* | disable x11 gl support on osx | nplourde | 2006-11-19 | 1 | -1/+1 |
* | Add *BSD BT848 radio support | voroshil | 2006-11-18 | 1 | -2/+32 |
* | Remove obsolete Xvid 3 support. | diego | 2006-11-18 | 1 | -28/+0 |
* | When testing lame preset presence, use actuall lame_set_preset() function to ... | iive | 2006-11-15 | 1 | -2/+2 |
* | MEMALIGN_HACK --> CONFIG_MEMALIGN_HACK | diego | 2006-11-14 | 1 | -1/+1 |
* | update to libnut, rename nut.h->libnut.h | ods15 | 2006-11-14 | 1 | -1/+1 |
* | Fix compilation with latest libavformat/avidec.c by adding ENABLE_ defines | reimar | 2006-11-12 | 1 | -0/+5 |
* | Mac OS X Server support | diego | 2006-11-12 | 1 | -1/+2 |
* | Disable linking mplayer (and internal static libavcodec) with | rathann | 2006-11-09 | 1 | -8/+29 |
* | Allow disabling internal libdvdcss. | diego | 2006-11-09 | 1 | -0/+18 |
* | Reset _ld_xvid so that stray libs do not appear on the link command line. | diego | 2006-11-08 | 1 | -1/+3 |
* | Remove unused variables. | diego | 2006-11-08 | 1 | -2/+0 |
* | Rename xvid4 variable/option back to xvid so as not to break scripts. | diego | 2006-11-08 | 1 | -17/+17 |
* | cosmetics: Fix indentation after last commit. | diego | 2006-11-08 | 1 | -9/+11 |
* | Separate XviD 3 and XviD 4 tests. | diego | 2006-11-08 | 1 | -30/+34 |
* | Remove some DivX 4 leftovers. | diego | 2006-11-08 | 1 | -12/+0 |
* | Create binaries with proper executable suffix under Windows. | diego | 2006-11-08 | 1 | -12/+5 |
* | _inputmodules vs _noinputmodules typo fix | diego | 2006-11-07 | 1 | -1/+1 |
* | r20650 inverted the gtk1 check before setting charset, this | reimar | 2006-11-07 | 1 | -5/+1 |
* | Remove remnants of long-gone libfame. | diego | 2006-11-06 | 1 | -33/+1 |
* | typo | diego | 2006-11-06 | 1 | -1/+1 |
* | output cosmetics | diego | 2006-11-06 | 1 | -3/+3 |
* | Remove hackish setting of extra libraries through --enable-static=-lfoo, | diego | 2006-11-06 | 1 | -5/+1 |
* | Remove deprecated install-path option. | diego | 2006-11-06 | 1 | -7/+0 |
* | spelling/grammar/wording/consistency for the help output | diego | 2006-11-06 | 1 | -202/+194 |
* | Fix tdfx-related copy + paste typos, patch by Ville Skyttä, ville.skytta iki... | diego | 2006-11-05 | 1 | -3/+2 |
* | Remove empty variable. | diego | 2006-11-05 | 1 | -2/+1 |
* | output cosmetics | diego | 2006-11-05 | 1 | -1/+1 |
* | Fix some echo -n occurrences, patch by sci-fi@hush.ai. | diego | 2006-11-05 | 1 | -4/+4 |
* | Extended/reworked fontconfig test to work without pkg-config with versions | reimar | 2006-11-04 | 1 | -10/+10 |
* | Streamline and simplify internal vs external libdvdread handling. | diego | 2006-11-03 | 1 | -87/+50 |
* | remove charset files (all of them are in UTF-8 now anyway) | kraymer | 2006-11-03 | 1 | -5/+3 |
* | libmpdvdkit2 --> libdvdread, it just contains libdvdread now. | diego | 2006-11-03 | 1 | -1/+1 |
* | remove accidential ';' (that's what too much C programming does to you ;-) ) | reimar | 2006-11-02 | 1 | -2/+2 |
* | Check for existence of libcdio_paranoia, not libcdio, since the former is | reimar | 2006-11-02 | 1 | -1/+1 |
* | Useless break in libcdio pkg-config check | reimar | 2006-11-02 | 1 | -1/+1 |
* | Remove spurious $_inc_tmp in libcdio check | reimar | 2006-11-02 | 1 | -1/+1 |
* | Rework binary codec directory handling. Don't use directories from other | diego | 2006-11-01 | 1 | -78/+36 |
* | libcdio also needs to link against libcdio_paranoia | reimar | 2006-11-01 | 1 | -1/+2 |
* | Support for recent changes to ARCH_X86 handling in FFmpeg. | diego | 2006-11-01 | 1 | -2/+8 |
* | Proper libcdio detection also without pkg-config | reimar | 2006-11-01 | 1 | -8/+8 |
* | gcc optimized != 0 check for extern function away, thus linking | reimar | 2006-11-01 | 1 | -2/+2 |
* | Test proper linking for cdda/cdio | reimar | 2006-11-01 | 1 | -2/+6 |
* | Fix codec directory fallback, it was overriding the autodetection. | diego | 2006-10-31 | 1 | -6/+13 |
* | Implement proper codecs directory fallback. | diego | 2006-10-31 | 1 | -6/+8 |
* | Rename all codecs directory options. | diego | 2006-10-31 | 1 | -34/+34 |
* | Unification of linker option handling, part 1 of many. | diego | 2006-10-31 | 1 | -67/+19 |
* | 100l to me for not checking properly, really fix pkg-config detection now. | diego | 2006-10-31 | 1 | -1/+1 |
* | 10l, use a pkg-config parameter that makes it return 0... | diego | 2006-10-31 | 1 | -1/+1 |
* | Test for the existence of pkg-config, fixes Bugzilla #553. | diego | 2006-10-31 | 1 | -35/+45 |
* | Explain the risks of forcing options with --enable-* in a way that is | diego | 2006-10-30 | 1 | -5/+11 |
* | Remove special output for outdated SDL. It's doubtful such old versions still | diego | 2006-10-30 | 1 | -18/+0 |
* | Also detect static fontconfig when pkg-config is not installed | reimar | 2006-10-30 | 1 | -0/+2 |
* | Add a parameter to enable colorized console output. | diego | 2006-10-30 | 1 | -2/+14 |
* | Fix libmpdvdkit2 linking on Mac OS X. | diego | 2006-10-30 | 1 | -0/+1 |
* | Remove redundant variable setting. | diego | 2006-10-30 | 1 | -1/+0 |
* | Make libmpdvdkit2 compilation slightly more consistent with the other modules. | diego | 2006-10-30 | 1 | -1/+0 |
* | Factor out common cdda stuff from cdio and cdparanoia tests. | reimar | 2006-10-29 | 1 | -7/+7 |
* | Add cmov detection to configure | iive | 2006-10-27 | 1 | -0/+13 |
* | Remove -fno-PIC check from configure and put -fPIC back at the beginning | diego | 2006-10-23 | 1 | -15/+0 |
* | |