| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, remove some debug code in the configure script. | jkeil | 2001-08-24 | 1 | -1/+1 |
* | Enable mediaLib support for Solaris on UltraSPARC CPUs | jkeil | 2001-08-24 | 1 | -1/+25 |
* | added memalign detection, maps to malloc if fails. | atmos4 | 2001-08-24 | 1 | -1/+18 |
* | test -e file => test -f file (for bourne shell / solaris) | jkeil | 2001-08-22 | 1 | -1/+1 |
* | libdvdread desc. | nick | 2001-08-22 | 1 | -2/+20 |
* | Provide a better default for the DVD device on solaris. | jkeil | 2001-08-21 | 1 | -1/+2 |
* | Happy configure version bumping (bugfix of bugfix). | atmos4 | 2001-08-21 | 1 | -0/+2 |
* | Fixed small flying thingy..erm bug with css vs. libdvdread. | atmos4 | 2001-08-21 | 1 | -1/+1 |
* | Made -bps default. | atmos4 | 2001-08-21 | 1 | -2/+3 |
* | libDVDread support | arpi | 2001-08-20 | 1 | -4/+33 |
* | exporting DEBUG | arpi | 2001-08-17 | 1 | -0/+7 |
* | '--disable-sdl;; _aa=no' fixed | folke | 2001-08-15 | 1 | -1/+1 |
* | Use USE_WIN32DLL define instead of ARCH_X86 to decide whether or not to compile | jkeil | 2001-08-14 | 1 | -10/+30 |
* | Use the standard mplayer config test for finding libraries, so that it can | jkeil | 2001-08-14 | 1 | -6/+5 |
* | Added cool aalib vo driver. | atmos4 | 2001-08-14 | 1 | -1/+27 |
* | add define of DEFAULT_CDROM_DEVICE | arpi | 2001-08-12 | 1 | -0/+6 |
* | Applied vladimirs freebsd patch (largefile default on freebsd and misc) | atmos4 | 2001-08-09 | 1 | -4/+8 |
* | Fixes WIN32_PATH on OpenBSD and possibly others (seems to be ok with linux too). | atmos4 | 2001-08-06 | 1 | -1/+1 |
* | Start OpenBSD support and fix detection of older GNU as. | atmos4 | 2001-08-06 | 1 | -8/+13 |
* | Solaris' and *BSD's sed does not like the "i" flag in the substitute command. | jkeil | 2001-08-06 | 1 | -1/+1 |
* | ehh. duplicated GL check removed... drinkin' 10l... | arpi | 2001-08-06 | 1 | -3/+0 |
* | more paranoia -> check for DEC_OPT_FRAME_311 | arpi | 2001-08-06 | 1 | -1/+1 |
* | better divx4 detection, --disable-divx4 | arpi | 2001-08-06 | 1 | -3/+18 |
* | Make cygwin define WIN32 for compatibility with mingw and visualc, ... | atmos4 | 2001-08-05 | 1 | -0/+4 |
* | define USE_MMX_IDCT for libavcodec | arpi | 2001-08-03 | 1 | -0/+4 |
* | Pre commit so I won't have to sync with later configure changes (cygwin stuff) | atmos4 | 2001-08-03 | 1 | -1/+5 |
* | largefile patch by Stephen Davies <steve@daviesfam.org> | arpi | 2001-07-31 | 1 | -0/+12 |
* | divx4linux autodetection | arpi | 2001-07-31 | 1 | -8/+22 |
* | sdl-config fixed - again =) huje atmos | atmos4 | 2001-07-30 | 1 | -4/+6 |
* | Solaris /bin/sh does not like the extra ; in a "for var do ... done" loop | jkeil | 2001-07-30 | 1 | -2/+2 |
* | libvo2 support | arpi | 2001-07-30 | 1 | -0/+3 |
* | Fixed override of --with-sdl-config. | atmos4 | 2001-07-29 | 1 | -1/+1 |
* | Fixed check for mmx2 extensions. | atmos4 | 2001-07-29 | 1 | -1/+1 |
* | Display detected OS and arch. | atmos4 | 2001-07-29 | 1 | -0/+3 |
* | Added checking for x86 cpu extensions using test-programs. | atmos4 | 2001-07-28 | 1 | -0/+35 |
* | Fixed portability issue in StrongARM patch. | atmos4 | 2001-07-28 | 1 | -1/+1 |
* | Added StrongARM crosscompiling support by Maksim Krasnyanskiy <maxk at qualco... | atmos4 | 2001-07-28 | 1 | -91/+117 |
* | Detect gcc 3.0.x | atmos4 | 2001-07-25 | 1 | -1/+1 |
* | Applied patch by pl <p_l@tfz.net> (help switch anywhere). | atmos4 | 2001-07-24 | 1 | -1/+3 |
* | added #define CONFIG_DECODERS to support latest ffmpeg CVS | arpi | 2001-07-23 | 1 | -0/+2 |
* | Applied DATADIR patch by Vladimir Kushnir | arpi | 2001-07-20 | 1 | -0/+10 |
* | DivX4Linux support | arpi | 2001-07-19 | 1 | -0/+6 |
* | Remove "sdl-config: not found" error message during configure, when the system | jkeil | 2001-07-19 | 1 | -2/+5 |
* | Detect cpu architecture for a few more linux variants (linux/sparc, linux/ppc, | jkeil | 2001-07-16 | 1 | -1/+16 |
* | kernel 2.2.x + SSE warning message extended | arpi | 2001-07-16 | 1 | -1/+2 |
* | removed unused DEFAULT_MPG123 stuff | arpi | 2001-07-16 | 1 | -16/+0 |
* | fix typo in shell variable name usage | jkeil | 2001-07-16 | 1 | -1/+1 |
* | Some minor comment fixes. | jkeil | 2001-07-14 | 1 | -3/+5 |
* | Disable 3dnow when mmx is disabled. | atmos4 | 2001-07-13 | 1 | -3/+6 |
* | Handle linux SMP machines (suggested by Martin Aumueller) | jkeil | 2001-07-13 | 1 | -7/+7 |
* | Fix sys/mman.h header test for netbsd (may work no freebsd, too) | jkeil | 2001-07-12 | 1 | -0/+1 |
* | Add some preliminary support for non-x86 architectures to mplayer | jkeil | 2001-07-12 | 1 | -192/+354 |
* | use -f test for file existance check | jkeil | 2001-07-06 | 1 | -1/+1 |
* | ffmpeg support | arpi | 2001-07-06 | 1 | -2/+22 |
* | rework autodetection of assembler used by gcc, the correct assembler is detected | jkeil | 2001-07-04 | 1 | -5/+19 |
* | not found -> no (to be consistent) | arpi | 2001-07-03 | 1 | -3/+3 |
* | - Ask 'gcc' for the name of the assembler binary used by the gcc compiler; use | jkeil | 2001-07-03 | 1 | -2/+19 |
* | Portability and old binutils support | nick | 2001-07-03 | 1 | -95/+57 |
* | Fixed gcc checking for 2.95 subrevisions (like 2.95.2.1). | atmos4 | 2001-06-29 | 1 | -1/+1 |
* | fsdga disabled (obsolote) | arpi | 2001-06-26 | 1 | -2/+4 |
* | OPTFLAGS vs. INCLUDES cleanup | arpi | 2001-06-26 | 1 | -7/+12 |
* | Applied solaris fix suggested by Jürgen Keil. | atmos4 | 2001-06-24 | 1 | -1/+1 |
* | freebsd fix | arpi_esp | 2001-06-21 | 1 | -1/+7 |
* | --disable-xmga and alsa detection bug fix | pontscho | 2001-06-21 | 1 | -18/+14 |
* | FreeBSD patch by Vladimir Kushnir <vkushnir@Alfacom.net> | arpi_esp | 2001-06-21 | 1 | -10/+85 |
* | Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't s... | nickols_k | 2001-06-16 | 1 | -1/+1 |
* | Added GGI autodetect, fixed --enable-debug=* for solaris n stuff. | atmosfear | 2001-06-15 | 1 | -3/+28 |
* | Funnier configure messages ;) | atmosfear | 2001-06-13 | 1 | -12/+12 |
* | Typo. | atmosfear | 2001-06-12 | 1 | -1/+1 |
* | alsa9 comment removed | al3x | 2001-06-12 | 1 | -1/+1 |
* | Fixed sdl detect on systems without sdl installed. | atmosfear | 2001-06-11 | 1 | -0/+2 |
* | Removed make dep notice. | atmosfear | 2001-06-11 | 1 | -1/+1 |
* | For future development - the most warnings are enabled for --debug or --profile | nickols_k | 2001-06-09 | 1 | -1/+1 |
* | Fixed --enable-debug=* | atmosfear | 2001-06-09 | 1 | -1/+1 |
* | fixed --disable-as-checking, added --enable-streaming | arpi_esp | 2001-06-08 | 1 | -6/+45 |
* | Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de> | arpi_esp | 2001-06-06 | 1 | -4/+16 |
* | applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de> | arpi_esp | 2001-06-05 | 1 | -59/+140 |
* | the last fix for day from me.;) | pontscho | 2001-06-05 | 1 | -2/+4 |
* | fix -lasound -lesd. | pontscho | 2001-06-05 | 1 | -12/+16 |
* | fix notfound bug. asszem. | pontscho | 2001-06-05 | 1 | -1/+1 |
* | add and disable esd detection support ;) | pontscho | 2001-06-05 | 1 | -0/+1 |
* | add and disable esd detection support ;) | pontscho | 2001-06-05 | 1 | -22/+45 |
* | Kernel version checking improvements | nickols_k | 2001-06-05 | 1 | -5/+9 |
* | Kernel version checking | nickols_k | 2001-06-05 | 1 | -4/+20 |
* | some more information during as checking | nickols_k | 2001-06-05 | 1 | -11/+24 |
* | Arghhhh, again ... | lgb | 2001-06-05 | 1 | -2/+6 |
* | Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se> | arpi_esp | 2001-06-05 | 1 | -21/+26 |
* | PLEASE WRITE TEMP FILES INTO /tmp | lgb | 2001-06-05 | 1 | -11/+14 |
* | various changes, second filds test disabled, alsa tests fixed | arpi_esp | 2001-06-04 | 1 | -12/+26 |
* | Fixing ./configure, please LEARN writing shell scripts before committing ... | lgb | 2001-06-04 | 1 | -2/+2 |
* | add HAVE_ALSA5 var. Sorry :( | pontscho | 2001-06-04 | 1 | -1/+6 |
* | prefix add to config.h | pontscho | 2001-06-04 | 1 | -0/+39 |
* | Changed to detect sdl in non-standard location, as suggested by Martin Aumuel... | atmosfear | 2001-06-04 | 1 | -5/+11 |
* | Fixed gcc version detect. | atmosfear | 2001-06-04 | 1 | -11/+14 |
* | Enable to avoid checking version of gcc. New tests of as | nickols_k | 2001-06-04 | 1 | -0/+20 |
* | Hard checking versions of gcc and as | nickols_k | 2001-06-04 | 1 | -3/+52 |
* | Updates for sdl audio out. | atmosfear | 2001-06-03 | 1 | -1/+18 |
* | FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.net | arpi_esp | 2001-06-03 | 1 | -0/+1 |
* | FAST_OSD option to disable font outline antialiasing | arpi_esp | 2001-06-02 | 1 | -0/+4 |
* | Support for --prefix option | lgb | 2001-05-30 | 1 | -0/+11 |
* | prints kernel, gcc and binutils version | arpi_esp | 2001-05-26 | 1 | -0/+4 |
* | Preliminary support for RT-type subs. | eyck | 2001-05-22 | 1 | -1/+1 |
* | x86 assembler optimization | nickols_k | 2001-05-22 | 1 | -6/+28 |
* | libac3 3dnow optimizations! It speed up my Duron from 4.5 up to 3.5 prcnts of... | nickols_k | 2001-05-17 | 1 | -1/+5 |
* | Fixed cpu model detection with non-bash bourne shell | eyck | 2001-05-17 | 1 | -2/+1 |
* | mp3lib sse support - disabled by default | arpi_esp | 2001-05-13 | 1 | -8/+13 |
* | MAX_OUTBURST changed to 64k for ALSA 0.5 users | arpi_esp | 2001-05-10 | 1 | -1/+3 |
* | new audio playback and A-V sync code | arpi_esp | 2001-05-10 | 1 | -0/+1 |
* | K7 3dnow-dsp detection | nickols_k | 2001-05-09 | 1 | -0/+28 |
* | applied 'fakemono' patch by Bryan Chan scorpio@acm.org | arpi_esp | 2001-05-08 | 1 | -0/+7 |
* | add gui support | pontscho | 2001-05-08 | 1 | -0/+17 |
* | profile support & CFLAGS improvements | nickols_k | 2001-05-07 | 1 | -5/+12 |
* | Added --enable-debug[=1-3] to compile debugging info into mplayer (specifies ... | atmosfear | 2001-05-06 | 1 | -2/+9 |
* | Slightly changed css detect. | atmosfear | 2001-05-06 | 1 | -14/+5 |
* | Added workaround for buggy SDL. | atmosfear | 2001-05-05 | 1 | -0/+7 |
* | CFLAGS thing bugfixed | arpi_esp | 2001-05-05 | 1 | -2/+2 |
* | Checking for CFLAGS | nickols_k | 2001-05-05 | 1 | -1/+6 |
* | Added lost --disable-mmx2 | nickols_k | 2001-05-05 | 1 | -0/+3 |
* | Added simple libcss autodetect. | atmosfear | 2001-04-29 | 1 | -0/+28 |
* | Changed vo png to use -lz which is needed on some systems. | atmosfear | 2001-04-29 | 1 | -2/+2 |
* | added --disable-fastmemcpy | arpi_esp | 2001-04-26 | 1 | -0/+16 |
* | DShow support selection is now by ./configure --disable-dshow | arpi_esp | 2001-04-24 | 1 | -0/+24 |
* | detection of -lXxf86vm moved | arpi_esp | 2001-04-23 | 1 | -2/+1 |
* | OUTBURST moved from mplayer.c to config.h | arpi_esp | 2001-04-23 | 1 | -0/+8 |
* | fixed sdl detection (showed outdated even if not detected) | atmosfear | 2001-04-21 | 1 | -5/+7 |
* | added sdl versiondetect and removed sdl warning (it's autodetect now) | atmosfear | 2001-04-20 | 1 | -13/+14 |
* | png detection, Xv detect fixes | arpi_esp | 2001-04-19 | 1 | -7/+30 |
* | add X11DIR variable | pontscho | 2001-04-18 | 1 | -0/+1 |
* | preliminary DVD support using libcss | lgb | 2001-04-17 | 1 | -1/+45 |
* | add --disable-select | pontscho | 2001-04-16 | 1 | -1/+16 |
* | qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+ | arpi_esp | 2001-04-15 | 1 | -68/+58 |
* | Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;) | gabucino | 2001-04-15 | 1 | -58/+68 |
* | small fixes, x11libdir and --disable-x11 works before the detection | arpi_esp | 2001-04-14 | 1 | -48/+55 |
* | mmx2 detection fixed | arpi_esp | 2001-04-11 | 1 | -0/+3 |
* | applied MMX2 memcpy() patch by Nick Kurshev | arpi_esp | 2001-04-11 | 1 | -0/+17 |
* | -lXdpms autodetection | arpi_esp | 2001-04-10 | 1 | -1/+7 |
* | added -lXdpms | arpi_esp | 2001-04-09 | 1 | -1/+1 |
* | vga<->vgagl swapped | arpi_esp | 2001-04-05 | 1 | -2/+2 |
* | svgalib detection | arpi_esp | 2001-04-05 | 1 | -1/+23 |
* | Changes to configure to autodetect DGA 2.0 functionality, and to only use | mgraffam | 2001-03-28 | 1 | -1/+29 |
* | vo_fbdev added | szabii | 2001-03-28 | 1 | -0/+17 |
* | Addes autodetection of XF86VidMode to configure, and adds a description of | mgraffam | 2001-03-24 | 1 | -2/+24 |
* | added --cc option patch from Bivanbi | arpi_esp | 2001-03-22 | 1 | -22/+41 |
* | new options: --enable-mtrr --disable-mtrr | szabii | 2001-03-10 | 1 | -0/+6 |
* | Added DGA autodetection | lgb | 2001-03-08 | 1 | -0/+29 |
* | added mpeg 1/2 postprocessing | arpi_esp | 2001-03-05 | 1 | -0/+3 |
* | added fsdga driver | arpi_esp | 2001-03-05 | 1 | -1/+1 |
* | *** empty log message *** | arpi_esp | 2001-03-02 | 1 | -1/+1 |
* | DGA library added | arpi_esp | 2001-02-27 | 1 | -2/+7 |
* | DGA support | arpi_esp | 2001-02-27 | 1 | -1/+18 |
* | applied ./configure patch by lgb: support for | arpi_esp | 2001-02-25 | 1 | -19/+35 |
* | Initial revision | arpi_esp | 2001-02-24 | 1 | -0/+783 |