1
mirror of https://github.com/mpv-player/mpv synced 2024-11-03 03:19:24 +01:00
Commit Graph

601 Commits

Author SHA1 Message Date
alex
8d69f78e0b added DYNAMIC_PLUGINS support (dlopen)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8154 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-11 18:25:02 +00:00
henry
46e3f00bc5 config option for Altivec (G4)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8147 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-11 09:37:29 +00:00
pl
323af4af4b avoid using stale parameters for compilation if an error ocurred in configure
(think of ./configure <...> && make)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8144 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-11 01:11:58 +00:00
jaf
58399f4b70 small fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8136 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-09 17:44:28 +00:00
gabucino
19e8eb18e4 make MPlayer link on QNX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8130 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-07 21:15:47 +00:00
rfelker
4bd3d1a5bd check for lrintf to avoid trouble compiling lavc!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8112 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-05 07:34:55 +00:00
michael
e5f9c4e035 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8046 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-02 16:55:23 +00:00
michael
33004f305b fixing shared pp
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8045 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-02 16:14:42 +00:00
arpi
d7f71bd743 put USE_ #defines for libmpeg2, liba52, mp3lib and svq1 codecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8026 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-01 16:39:39 +00:00
arpi
da59776e2d I ported mplayer to the GNU system (also known as GNU/Hurd),
it was just a matter of adding it to the makefiles and other misc fix.
Patch by Robert Millan <zeratul2@wanadoo.es>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8017 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-01 00:05:56 +00:00
arpi
2d602b345b Here's a new vo plugin that uses DirectFB. It's meant for Matrox G400
cards and TV out. It's works like DVDMax in Windows.
Instructions on how to make it work are at:
http://www.sci.fi/~syrjala/directfb/readme.txt
patch by Ville Syrjälä <syrjala@sci.fi>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8014 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 23:54:26 +00:00
arpi
4a18befb17 don't use soundcard.h on non-linux if no OSS support
(based on idea & bugreport by Björn Sandell <biorn@dce.chalmers.se>)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7968 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 23:07:41 +00:00
arpi
16c4baf848 Alex's 10l - fixed liblzo linking
patch by Roberto Togni <r_togni@libero.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7966 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 22:01:09 +00:00
alex
19259744ee cleaned up liblzo detect and naming
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7960 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 16:50:34 +00:00
michael
2d28fdd64c postprocessing cleanup:
remove opendivx #ifdefs
remove rk1 filter
remove unused / obsolete stuff
add -1,4,2,4,-1 deinterlacing filter (ffmpeg uses that)
threadsafe / no more non-const globals
some optimizations
different strides for Y,U,V possible
remove ebx usage (someone really should fix gcc, this is really lame)
change the dering filter slightly (tell me if its worse for any files)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7947 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-28 19:31:04 +00:00
faust3
bdf7fe0825 add ao_win32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7916 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:25:41 +00:00
jkeil
02c9ff51d3 on solaris x86, set set default for vidix to 'disabled' (does yet not compile)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7897 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-24 18:12:40 +00:00
diego
cccc5f029a gcc 2.95.3-10 (cygwin) is detected as bad, which it shouldn't.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7887 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 23:12:09 +00:00
jaf
0ea103dc89 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7879 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 19:19:23 +00:00
arpi
d782c21b57 cosmetics - reordered config.mak lines
moved libdv from decore_libs to vorbis_libs - both places are wrong, but
it's better with vorbis as both are combined demuxer+codec libs


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7862 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 14:45:01 +00:00
diego
f07534b61e Typo: libcore.a is now called libxvidcore.a
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7820 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-21 01:52:14 +00:00
nexus
79d4d72479 add FreeBSD default path
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7816 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-20 12:33:22 +00:00
arpi
e9885d32cd liblzo realtime video codec support (decoding only)
patch by Tilmann Bitterberg <transcode@tibit.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7730 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 21:40:10 +00:00
arpi
a5eea66f78 i18n should not affect --language
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7630 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 17:50:37 +00:00
arpi
82fc19b9be This patch hopefully fixes colorkeying and a segfault in exclusive mode
Sascha Sommer <saschasommer@freenet.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7625 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 16:56:42 +00:00
arpi
9561550982 adds "libdv" to the "input modules" list in "configure", and
takes out the note about "for mencoder" since it's actually for both.  :)
patch by Kees Cook <mplayer@outflux.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7594 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-04 19:22:29 +00:00
pontscho
0b50082062 change i18n to autodetect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7580 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-02 09:24:34 +00:00
arpi
103cbf8734 changed order of libs to match the dependency (required for static linking)
patch by Sidik Isani <lksi@cfht.hawaii.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7578 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 22:36:25 +00:00
arpi
309df4a227 -vo directx driver by Sascha Sommer <saschasommer@freenet.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7537 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-28 19:03:50 +00:00
bertrand
103b8b2d46 Added -lm for libcdparanoia (for the sin & cos symbol).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7511 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-26 18:48:25 +00:00
arpi
fc377acae2 put some comemnts into teh generated help_mp.h file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7486 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 16:37:08 +00:00
arpi
8e8fbcbaec help*.h files moved to help/ subdir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7485 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 16:31:21 +00:00
kmkaplan
1637590528 Automatic unrar of vobsub. Does not work with rar v3
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7447 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-20 01:26:39 +00:00
bertrand
27506924c4 Enable the LIVE lib only if the network layer (STREAMING) is enable.
Fixed the bug where if streaming disable and live enable, the live config
test will reenable the network layer.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7430 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 19:47:55 +00:00
arpi
134ace1f96 hpux DVD support fixes by Martin Gansser <mgansser@ngi.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7424 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-16 20:46:31 +00:00
arpi
c9ffe1f356 WORDSIZE detection by Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7421 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-16 19:37:57 +00:00
alex
faa42bda65 hpux scsi dvd support by Martin Gansser <mgansser@ngi.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7392 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-13 22:04:11 +00:00
arpi
b9e46bd579 - reorder of help, new section: Codecs, cosmetics/descriptions extended
- accept freetype 2.0.9 too


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7337 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 19:23:06 +00:00
jkeil
17bafc411c When we're compiling/running on a kernel without sse/sse2 support, we have
to be careful when using gcc-3.x.  gcc-3.x is able to emit sse/sse2
instructions for normal C code when we compile for maximum performance with
something like the -march=athlon-xp switch.

So, if the kernel does not support the sse/sse2 instruction set extension,
we have to tell gcc-3.x to not emit see/sse2 instructions for regular C code,
otherwise mplayer might crash with a SIGILL signal.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7336 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 19:01:34 +00:00
rik
9fe087d53e extensible blinkenlights driver, can currently be used for the Arcade http://www.blinkenlights.de/arcade
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7327 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-08 22:41:53 +00:00
alex
0e6de02851 x11 include patch for hpux 11.00 by Martin Gansser <mgansser@ngi.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7312 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-07 21:53:43 +00:00
atmos4
5d172094cc cyrix mtrr detect
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7279 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 01:28:10 +00:00
bertrand
139bb71285 Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn@dce.chalmers.se>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7270 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 17:46:03 +00:00
jkeil
4e5d0d5825 Enable dvdkit on solaris
solaris has iconv() in libc.so, a separate libiconv.so library does not
exist.  Only add a -liconv library when we were succesful compiling a
test program with the -liconv option.

--enable-debug does not work on solaris, because test "-g" in configure
script fails with a test error message "test: argument expected". Use
string comparision to test for a non empty $_debug / $_profile


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7255 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 17:13:08 +00:00
arpi
35d84da38b 10l - RANLIB added to fix libavcodec compilation
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7247 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 19:51:00 +00:00
atmos4
6c6dfa5aee allow to specify freetype-config and restrict to freetype 2.1.x+
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7245 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 18:43:01 +00:00
arpi
b8f2dc58c0 better freetype detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7240 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 23:26:37 +00:00
arpi
688e04de22 ability to override MANDIR, BINDIR
patch by Dominik Mierzejewski <dominik@rangers.eu.org>
modified to remain compatible with previous solution (ie mandir=prefix/man)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7222 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 14:40:09 +00:00
atmos4
525f9ea64c generalized iconv detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7184 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 02:13:20 +00:00
alex
76513aa134 fixed faad detection. without this it detects my older version of the library witch isn't compatible with current ad_faad.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7163 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-30 11:28:43 +00:00