Commit Graph

834 Commits

Author SHA1 Message Date
henry 7218ad5876 fix compile without libsmbclient
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9641 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-21 18:11:18 +00:00
alex 6438f20820 dvbin detection fixed, noticed by nsabbi@libero.it
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9638 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-21 17:16:23 +00:00
alex 981ef7408b hebrew support using fribidi libs, patch by Raindel Shachar <raindel@techunix.technion.ac.il>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9636 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-21 16:54:03 +00:00
alex 1e5650e85e libsmbclient detection support, slightly rewritten the original patch sent by Vladimir Moushkov <vlindos_mpdev@abv.bg>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9629 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-21 16:06:11 +00:00
arpi 5c49cd8e07 this is a combo patch that:
1) adds an experimental TS demuxer to mplayer
2) adds an input (streaming) interface from DVB cards.
It compiles and runs with the following versions of the drivers:
dvb-kernel (HEAD) (with stock kernel 2.4.20) and 0.9.4 (with kernel 2.4.18)
patch by Nico <nsabbi@libero.it>
some cleanups, ts demuxer fixes by me


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9611 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-16 20:13:28 +00:00
diego 8bd3a05ea7 Always-install-en-as-default-manpage-patch by Andreas Hess <jaska@gmx.net>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9577 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-12 23:57:23 +00:00
albeu d32fe2d5fa vo_xover is a new vo that should make easy to have x11 support for
all overlay based vo.
Add support for xover to tdfx_vid. Sometimes the display flash bcs
the x server fuckup the overlay settings :( Not so bad as it only append
when i switch the focused window here.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9570 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-12 15:04:05 +00:00
albeu 90eb7beed5 vo tdfx vid, even faster than tdfxfb and that's just the beginning ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9547 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-07 18:45:02 +00:00
michael f215e84339 Dynamic decision of DVD device Darwin patch by (danchr at daimi dot au dot dk)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9536 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 10:56:47 +00:00
michael 1815f7c64e fix for libgif TVT hack detection in configure patch by (Ambrose Li <a.c.li at ieee dot org>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9534 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-03-05 10:28:32 +00:00
alex 880de54c55 10l found by Joey Parrish <joey@nicewarrior.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9505 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-25 16:50:52 +00:00
atmos4 9e9a38814d fix of fix of my sed code, should now be portable
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9499 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-23 23:48:03 +00:00
atmos4 def4bad8e6 Adding gcc major, minor, mini vars, adding unused var suppression for gcc 3 series
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9498 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-23 23:44:16 +00:00
diego cd302b2662 HPUX DVD fix by Martin Gansser <MGansser@rand.de>, checked by Arpi.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9490 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-23 20:31:59 +00:00
michael a9c9a78f08 remove wno-unused-parameter again (seems gcc-2.95 doesnt like it, ... with some options at least ???)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9484 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-23 01:45:41 +00:00
michael 4bd2d04bfd skip annoying unused parameter shit (if anyone needs these / knows a case where they pointed to a real bug then reverse this)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9479 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-21 22:19:23 +00:00
arpi a5f6871128 Latest version has the following features:
- --language=ab,cd,ef and --language="ab cd ef" are supported, the list
   is now used as a fallback for possible message/gui translations
 - --language=all is supported
 - --language=ab,cd,ef,all and --language="ab cd ef all" are supported
   for all man pages, but different message/gui translations than en
 - $LINGUAS is honored
 - if no --language or $LINGUAS is given it defaults to en

Credits for ideas go out to (in no particular order):

Tobias Diedrich
Sylvain Petreolle
Dan Christiansen
Dominik Mierzejewski
Andriy N. Gritsenko

and everyone I've forgotten

Andreas Hess <jaska@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9471 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-20 23:32:47 +00:00
alex 7a159b8db7 Support for native MacOSX APIs by Dan Christiansen <danchr@daimi.au.dk>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9467 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-19 17:26:59 +00:00
alex 33154a7188 gif library incompatibility fixes and prefere libungif over libgif. Patch by Joey Parrish <joey@nicewarrior.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9464 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-19 16:55:14 +00:00
alex 8432755f2e WIN32_PATH cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9463 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-19 16:49:28 +00:00
jkeil 2dbc99b6b1 win32 loader wasn't build on solaris x86 ("!" shell operator doesn't work
on solaris)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9453 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-17 18:21:01 +00:00
gabucino c895e2436b patch by "Andriy N. Gritsenko" <andrej@lucky.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9452 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-17 13:06:03 +00:00
alex a7b3330192 enable vidix for ppc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9441 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-15 21:51:24 +00:00
michael dd16f0a075 moving postprocess code to libavcodec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9427 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-14 21:45:45 +00:00
jkeil 4c6a9664f4 Must quote shell variable in test expression, otherwise configure bombs out
on solaris


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9416 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-13 19:13:50 +00:00
atmos4 1784d455fe add gentoo default real dirs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9409 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-12 16:50:31 +00:00
alex f281db94d0 optional loader/ (currently it does nothing until the win32 support on cygwin is disabled)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9399 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-11 18:56:17 +00:00
filon 85387898fa - look for alternative locations of cdparanoia includes (in redhat this is /usr/include/cdda)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9355 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 22:29:05 +00:00
filon 5f0c1c4879 - add missing entry for NAS in --help
- change order of looking for X11 includes, /usr/include almost alway will be the bad choice.
  often /usr/include/X11 is linked to /usr/X11R6/include/X11 so looking for NAS headers
  will fail (for example in RedHat)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9354 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 22:27:04 +00:00
gabucino dde865f3a8 -lm needed for svgalib
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9344 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 13:47:19 +00:00
filon 169198a834 configure options available, but not documented -> 1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9338 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-08 09:57:54 +00:00
arpi 6f2b2246d2 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9332 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 23:13:56 +00:00
arpi 673b43e3c5 don't use -lintl by default (force with --enable-i18n)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9329 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 22:39:56 +00:00
arpi af229ffaea libfaad2 v1.0, v1.1, v1.2 detection, and API change workaround in ad_faad.c
based on patch by Andre Schulz <andre@0wnage.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9322 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 21:04:35 +00:00
arpi dd5bfcbc7e The patch add a library detection to configure and the usage of the
detected libraries in Makefile.
based on patch by Alexander.Gottwald@informatik.tu-chemnitz.de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9317 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 18:56:55 +00:00
arpi f3b348510a maybe fixed mp3lame version check
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9309 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-07 00:32:12 +00:00
arpi 705681b0db cleanup detection of various divx4 versions/alternatives
allows mixing xvid with divx4/5linux libs

basic rule: -vfm odivx/divx4 and -ovc divx4 uses divx4/5linux/opendivx if
available, otherwise uses xvid (if divx4.h is available and xvid has
decore()/encore() functions).

based on patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9301 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-06 20:24:14 +00:00
attila e3f98b9dda confidir's default changed a while ago
fix help output


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9219 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-02-02 11:46:57 +00:00
diego 3590d6c18d some typos and rewordings
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9185 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-31 01:47:55 +00:00
michael ee79e97c5e CONFIG_RISKY
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9156 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 12:16:18 +00:00
arpi 8b5ba50729 typo
patch by Jerome Mainka <mainka@antidot.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9155 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-29 11:45:42 +00:00
arpi 0cf1424936 libgif/libungif based demuxer support for libmpdemux.
patch by Joey Parrish <joey@nicewarrior.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9130 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-28 00:12:23 +00:00
arpi 37ef545797 fixed ./configure --cc="ccache gcc"
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9101 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-26 15:42:11 +00:00
rfelker 63399ef465 10l to me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9067 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-23 00:37:32 +00:00
rfelker 76d3586efa until configure can distinguish between supported and unsupported
dvdnav versions, it should be disabled by default! besides, the code
is incomplete and broken. if you want it enabled commit a real fix.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9063 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-22 06:21:50 +00:00
arpi e5d138aa7d 1l :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9051 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-20 22:56:00 +00:00
alex 46b83bc82a support runtime cpudetect on non-x86 systems too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9025 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 16:42:25 +00:00
arpi fad9cbbc0f This patch adds support for 4Front Technologies commercial Open Sound
System (TM) driver for NetBSD and OpenBSD. Also, it stops unnecesarily
pulling in the libossaudio compatibility library on NetBSD when
ossaudio is disabled, as is already done on OpenBSD. (Other systems
don't have a compatibility layer; they either have OSS audio in the
kernel or they don't, so they wouldn't be affected.) Patch was
committed to NetBSD pkgsrc by Johny C. Lam <jlam@netbsd.org>.
Frederick Bruckman <fredb@immanent.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9023 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-19 15:43:12 +00:00
rfelker 8904f2d4ad it *worked*, but probably wasn't what was intended, and could break if
TMPLOG changed to something different...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8985 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-18 05:41:41 +00:00
rfelker c4ff07d559 libvorbisidec already includes ogg parser code; no sense in depending on more libs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8935 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-13 00:45:04 +00:00
arpi 38042349b0 libavcodec (from ffmpeg) requires CONFIG_DARWIN to enable AltiVec on Darwin/MacOSX
patch by Romain Dolbeau <dolbeau@irisa.fr>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8862 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-09 19:01:24 +00:00
jkeil cec2b45070 Yet another instance of solaris' /bin/sh not happy with the posix "!" boolean
operator (``!: not found'').
Added a shell utility function "not" and use that instead of operator "!".


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8781 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 19:26:04 +00:00
arpi 0bc8481cf6 fixed dll path with --enable-win32
bugrep by Maximo Ramos <maximo@violadores.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8778 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 19:07:46 +00:00
diego 4d35c5bbc3 typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8762 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-04 02:40:49 +00:00
arpi b94c16d74b useless lines removed :)
thx to Thanks Matthias & Steffen Barszus


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8731 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-03 11:34:17 +00:00
diego bde111ee21 Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and
update the documentation accordingly, plus some spellchecking cosmetics.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8643 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-29 19:58:56 +00:00
arpi 145854090f --enable-freetype fix (freetype-config was not set)
patch by  Alexander.Gottwald@informatik.tu-chemnitz.de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8634 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-29 14:35:18 +00:00
arpi df1abf6c69 langauage list at --help fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8630 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 23:52:22 +00:00
arpi 2e399f394d DVB-HEAD (aka. NEWSTRUCT) detection & support
patch by Dimitrios Dimitrakos <mail@dimitrios.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8595 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 12:04:58 +00:00
jkeil 30c23e4946 new EsounD audio driver (-ao esd)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8573 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-27 16:02:57 +00:00
arpi 7f1c583447 Merged EDL 0.5 patch - it's something like Quicktime's edit lists.
(skip sections listed in a text file. it also supports creating them)
patch by Michael Halcrow <mah69@email.byu.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8532 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-23 00:33:22 +00:00
arpi 61d7976721 XMMS Input plugin support
based on patches by Balatoni Denes <pnis@coder.hu>
changes by me: glib dependency removed, files merged, code simplified, some bugfixes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8529 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-22 21:01:01 +00:00
arpi 57e462a04f Presets are an easy way, to use hard to access lame options and to give
you optimum quality at average bitrate. This patch adds presets to mencoder
for libmp3lame >= 3.92.
More info in the sourcecode & at http://www.mp3dev.org/mp3/doc/html/presets.html
patch by eviv bulgroz <ebulgroz@yahoo.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8518 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-21 22:16:49 +00:00
jkeil 7094fe599b Re-write the soundcard.h test, so that it does not use a "!" operator.
This part of configure was failing on solaris, with an error message:

  Checking for soundcard.h ... ./configure: !: not found
  no


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8490 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-17 10:38:48 +00:00
arpi 5af3a90dfc enable Albeu's config code bu default (it's time to test it :))
report any problems ASAP!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8386 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-06 23:54:02 +00:00
arpi 087fc28af3 enabled QTX codecs by default - time to get it tested by users :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8374 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 20:31:05 +00:00
jaf 903fa8fe70 qtx = codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8371 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 06:01:42 +00:00
arpi a3243d2265 optional (compile-time switch) subtitles-sorting feature
patch by Salvatore Falco <sfalco@studenti.ing.uniroma1.it>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8363 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-05 00:05:57 +00:00
arpi adc876c7c0 a little (my first!) patch to add some info about MPlayer on Irix 6.5 to
documentation.html and some changes to the configure script + Makefile to
support optional different "install" location and change ranlib to ar when
Irix is detected.
Steffen Boelaars <mplayer.development@graphicscave.com>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8354 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-04 23:29:41 +00:00
arpi c4fba71daf Darwin support in libmpdvdkit2
patch by Tomas Hurka <tom@hukatronic.cz>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8346 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-04 21:33:36 +00:00
rguyom 984c1c4602 Add Tremor (an integer-only Vorbis decoder) support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8343 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-04 20:27:36 +00:00
arpi f482d214a7 DMO support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8296 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-26 22:55:32 +00:00
jkeil 3a072d1e6e Add a new test for "scandir()" and friends.
scandir() is used in the new menu code; and we must include our own
implemenation for solaris (and maybe other platforms as well).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8290 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-26 18:34:09 +00:00
rathann 3160c935c2 reversing my patch to check for -Wall support & use it if available (requested by A'rpi)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8274 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-25 02:19:27 +00:00
michael ec09bf79cf check for -Wall support & use it if available patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
arpi, feel free to reverse if u dont like -Wall


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8256 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-23 11:01:23 +00:00
nexus 8aab1c9486 FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8251 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-22 10:14:37 +00:00
diego 1015043558 Finally add the correct compile flags for SDL under cygwin automatically.
Patch by Sycotic Smith <sycotic@linuxmail.org> and me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8229 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-18 01:02:27 +00:00
diego 7c1ef6030d Consistently name the streaming option streaming instead of mixing network
and streaming.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8215 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-16 14:48:13 +00:00
jaf 77cbe0ff75 nice to see ;-)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8213 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-16 08:53:24 +00:00
arpi b7ad040a86 Here is a patch to enable qtx-codecs from ./configure --enable-qtx-codecs.
Sycotic Smith <sycotic@linuxmail.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8205 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-16 03:06:55 +00:00
arpi 6433b78a57 configure has problems detecting the latest ffmpeg libavcodec.so. The MBR
and MBC defines are now removed from the header.
patch by Alexander.Gottwald@s1999.tu-chemnitz.de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8202 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-16 02:54:26 +00:00
albeu 7868d11065 Experimantal OSD menu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8199 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-14 23:49:05 +00:00
albeu 126725660d New config system + cleanup of header inter dependency
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8165 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-12 01:56:42 +00:00
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
arpi ae8ff3e445 use dir/libname.a instead of -Ldir -lname
partially done by "Steven M. Schultz" <sms@2BSD.COM>
Note: some entries (libmpdvdkit, libdha) left unchanged as they may be
dynamic and not shipped with mplayer.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7149 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 21:30:57 +00:00
bertrand a7d15a362b inet_aton fallback support by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7136 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 07:07:12 +00:00
nexus af4654d926 FreeBSD iconv change/fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7129 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 23:00:25 +00:00
arpi fd44bbee3d freetype 2.0/2.1+ support - disabled by default until bugs fixed
patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7123 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 20:52:02 +00:00
alex 0dbb552406 final (?) libvo2 cleanup patch by Joey Parrish
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7113 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 16:09:31 +00:00
alex 0b03ca9d27 removed old input code
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7112 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 15:55:58 +00:00
diego b3fbdb60b3 Use $_prefix/etc/mplayer/ as configuration file location, not $_datadir.
Patch by Dominik Mierzejewski <dominik@rangers.eu.org>.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7110 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 11:20:48 +00:00
diego a99ffa9110 libmpdvdkit on openbsd, patch by Björn Sandell <biorn@dce.chalmers.se>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7107 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 00:05:10 +00:00
arpi a5bd36cf4b new v4l capture patch by Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>:
- multithreaded audio/video buffering (I know mplayer crew hates threads
  but it seems to me as the only way of doing reliable a/v capture)
- a/v timebase synchronization (sample count vs. gettimeofday)
- "immediate" mode support for mplayer
- fixed colorspace stuff - RGB?? and YUY2 modes now work as expected
- native ALSA audio capture
- separated audio input layer


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7059 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 21:31:20 +00:00
arpi 5bdd552d67 dvdnav wasn't selected for compilation together with mpdvdkit2.
patch by Jonas Jermann <jjermann@gmx.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7054 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-21 20:28:24 +00:00
diego 089924014f Typo spotted by Steven M. Schultz <sms at 2bsd com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7042 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-18 10:24:32 +00:00
jaf 90e926973a libmpdvdkit2 directory was not compiled - mplayer compile failed - fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7037 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-17 09:34:53 +00:00
arpi 24db9b0c01 prefer libmpdvdkit2 over v1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7035 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-16 23:04:29 +00:00
pontscho 4d5b4f9422 fix (?) cmd line handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7020 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-15 22:52:52 +00:00
arpi c17e80d20f dynamic libavcodec.so support updated by
Alexander.Gottwald@informatik.tu-chemnitz.de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7005 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-14 21:43:49 +00:00
jonas ef16ae58c9 dvdnav api changed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6972 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-11 17:14:41 +00:00
arpi c30e50123a HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6957 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-09 21:30:21 +00:00
arpi cb0e37959b new directfb driver for 0.9.13+ by jiri.svoboda@seznam.cz
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6953 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-09 17:20:46 +00:00
rik c9e7231325 autodetection of MJPEG card for -vo zr by grepping /proc/pci
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6940 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-06 14:23:23 +00:00
arpi 19704bb73a native DV audio/video decoders using libdv
based on patch by Alexander Neundorf <neundorf@kde.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6928 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 17:23:22 +00:00
arpi 52083dde7e directfb version detection
little bit modified patch by jiri.svoboda@seznam.cz


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6920 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 11:42:29 +00:00
atmos4 4661006788 endian autodetection by Bertrand + Michael, tested on x86, PPC, sparc, alpha
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6914 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 01:31:47 +00:00
arpi fa788640e2 applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson <finlayson@live.com>
see <http://www.live.com/mplayer/> for details.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6911 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-05 00:39:07 +00:00
diego 86e0ec837d It all started with fixing a few dangling links...
... and ended in a spellchecking orgy...
... configure should now have reasonably correct output.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6882 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-03 22:48:41 +00:00
arpi 98861b8f69 It makes sense to me to try and use any locally installed win32 DLLs
found under $prefix before trying the system-wide ones.
patch by Jim Radford <radford@robotics.caltech.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6853 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 19:06:51 +00:00
atmos4 6227d15210 quit on unknown parm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6842 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-30 12:24:26 +00:00
atmos4 982c1f9872 remove CYGWIN_BIG_TYPES, as it breaks st_size member of stat struct
(it is remapped to __st_size64, which is never set when calling stat()), this
is needed for an upcoming libmpdvdkit cygwin patch.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6824 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-27 18:33:44 +00:00
rfelker 9852524069 fixed missing result when --disable-divx4linux is specified
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6770 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-23 15:13:00 +00:00
albeu ade4ea7404 vd_xvid need divx.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6724 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-13 12:02:57 +00:00
atmos4 0c0b59c992 fix tv bazze
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6715 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-12 03:26:46 +00:00
albeu 5319a8118a Support for Xvid using their new api. If divx4 compatiblity is disabeled
in xvid it can be used along with divx4.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6702 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-10 20:56:57 +00:00
atmos4 ae424d9c03 enable mpdvdkit on cygwin, too,
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6689 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-10 03:02:11 +00:00
atmos4 1f4292346a Temp workaround for athlon-xp/athlon-mp/etc optimization clash, where xp was wrongly chosen (only real XP supports SSE)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6676 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-08 23:29:02 +00:00
arpi d038772c8c detectin of __restrict keyword - patch by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6659 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-06 15:20:10 +00:00
arpi 4bddfad993 * Link with -lossaudio and/or -li386 only when needed
* Fix iconv detection
patch by Björn Sandell <biorn@dce.chalmers.se>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6635 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-03 22:17:33 +00:00
arpi 18ef05cc25 trivial but nice fix for /dev/video? detection by "Julian J.M."
<bandit@telecable.es>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6592 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-28 19:30:10 +00:00
atmos4 e3f40cf939 Patch by Dominik Mierzejewski:
The first one makes CONFDIR work correctly at last
and the second adds DESTDIR to ./configure, so that it generates
a relocateable Makefile and then a packager needs only to do
make DESTDIR=$RPM_BUILD_ROOT install


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6546 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-24 08:23:48 +00:00
atmos4 0b8054d7ad wtf..10l to dunno..only use x11_common.c when x11 is detected
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6451 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-16 14:03:54 +00:00
atmos4 56d5ebb2fc Support for dvdnav-config script, patch by Christian Ohm <chr.ohm@gmx.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6439 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-15 23:55:06 +00:00
rfelker e169cd3b7f K6 is NOT a 686!! this causes SIGILL in libavcodec encoding!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6435 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-15 10:08:33 +00:00
rfelker 30c46d129a == is a bash2 extension; the proper test for numeric equality is -eq
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6434 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-15 09:32:11 +00:00
atmos4 a242c68b9d Also check in LIBDIR/real for the codecs.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6433 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-15 09:21:18 +00:00
atmos4 3b22c881a8 Enable RealPlayer DLLs on cygwin.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6432 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-15 09:11:33 +00:00
arpi 5d3ed7324c realplayer8 installs at /usr/local/RealPlayer8 by default...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6423 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-14 00:35:06 +00:00
atmos4 08d3dc0b23 Proper gcc 3.1 cpu optimization autodetect, patch by Luca Barbieri <ldb@ldb.ods.org>
Please check on pre-3.1 gcc to make sure everythings correct.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6422 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 22:44:28 +00:00
atmos4 96961f6ea7 Darwin/Mac OS X dvd support. Patch from Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6421 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 22:39:59 +00:00
atmos4 d704ca0b5c Small fix for real check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6413 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 11:53:22 +00:00
nexus 289750a92f add FreeBSD default dir
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6412 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 09:47:22 +00:00
atmos4 d32c4241da Implement Nilmoni's and Bernd Ernesti's patches for:
Better real codec dir detection and NetBSD real support.
Fix Nilmonis code, so it's working like expected.
Move a debug printf to mp_msg and some fixes in demux_real.c.
Some cosmetics :) -> RealPlayer 8 to RealPlayer, as RealOne (aka RealPlayer 9 works, too)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6405 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-13 00:14:28 +00:00
atmos4 08c6183cfb Luke Harrison <luke@vv.carleton.ca>
This patch fixes a very simple little error in configure's
help screen.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6403 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-12 23:01:23 +00:00
jaf 9ae789f6ca cdda added to input/notinput
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6389 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-11 22:58:50 +00:00
albeu 3be2d75562 Support for playing audio cds using cdparanoia. Include a raw audio
demuxer wich can be used for other purpose.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6385 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-11 14:29:51 +00:00
nexus 62a35580dc FreeBSD Real support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6380 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-10 16:19:46 +00:00
arpi 0cf4405ca3 realplayer dll support autodetected (requires linux && -ldl)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6348 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-09 01:19:48 +00:00
arpi c93c93eb26 cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6335 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-07 22:41:26 +00:00
atmos4 c121045354 small g3 optflags upd
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6324 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-07 02:44:16 +00:00
atmos4 6568365c12 10l fix for cpuinfo exec after G3 changes and beatify cc check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6319 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-06 22:58:18 +00:00
atmos4 82c2987659 Setup better cflags for PPC G3 patch by Colin Leroy <colin@colino.net>. IMHO needs improvements for other ppc cpus, too.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6314 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-06 16:46:05 +00:00
arpi 5a1dc02ec1 cygwin & darwin fixes by Joey Parrish <joey@yunamusic.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6303 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-04 20:11:15 +00:00
arpi a90a0bc8b4 don't run help_diff on english help
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6290 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-03 20:41:39 +00:00
arpi 8d44c8231d automatically adding untranslated messages to help_mp.h from english master file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6286 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-03 17:48:19 +00:00
pl 8d36b5de78 bugfix for cygwin (reports 2.95.3-5)
spotted by "Sycotic Smith" <sycotic@linuxmail.org>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6280 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-03 14:18:13 +00:00
rfelker c74b550a87 The "(use this option if it does not compile)" text only made sense
when the default was enabled. Now it's nonsense, removed.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6264 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-01 23:51:55 +00:00
arpi 0afd67891e -updates vo_directfb (+configure&makefile) according to planned changes
in dfb interface v. 0.9.11 (by Sven Neumann)
-misstyped VEQ_CAP_HUE comparism fix (by Antonio Daplas)
-videomode change support working (me)
patch by Jiri.Svoboda@seznam.cz


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6263 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-01 22:20:19 +00:00
pl 27e3edb07a avoids stripping the binary at install if debugging or profiling is enabled
(original patch by Balazs Tibor <tibcu@sch.bme.hu> - edited for simplicity)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6241 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-30 14:26:35 +00:00
jaf be031d73ae arts added to 'Disabled optional drivers'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6237 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-30 11:42:55 +00:00
arpi a7a603d298 fixed arts detection
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6228 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-05-29 21:23:19 +00:00