Commit Graph

243 Commits

Author SHA1 Message Date
arpi 5e054c4918 libavcodec just imported code for OS/2 support, which means we must
pass some more environment variables down to libavcodec.  Here is a
patch to Makefile.
Felix von Leitner <felix-mplayer@fefe.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8903 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-11 23:08:11 +00:00
alex 26908d998b remove codec-cfg binary during make distclean (btw, why do we compile it anyway?)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8889 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-11 10:35:31 +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 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 d2392f8436 Fallback to builtin (generated from etc/codecs.conf at compile time)
codecs.conf if no ext configfile found.
Based on patch by Sidik Isani <lksi@cfht.hawaii.edu>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8468 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-15 23:45:19 +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 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
arpi 28314cc1bd fixed libwine build with menu support enabled
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8217 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-16 22:27: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
arpi a6cbc15dc5 wine-20021031 support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8183 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-13 17:51:43 +00:00
albeu 1402692370 A struct setter. It allow you to setup struct from some user
settings.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8170 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-12 14:16:30 +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
arpi b39016d60f fixed order of includes.
there is /usr/local/include[/freetype/freetype.h]
and      /usr/local/include/freetype2[/freetype/freetype.h] ... what a mess!


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8137 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-10 13:12:53 +00:00
arpi ea00719ee7 SDL<->X11 order swapped
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8120 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-11-06 21:58:10 +00:00
arpi 304cac4da3 including source and precompiled .spec for libwine support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8013 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 23:37:38 +00:00
arpi 530610f44c optional libwine support (compiling mplayer_wine.so, to be loaded using wine)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8012 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-31 23:26:35 +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
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 9b823876fd add win32 libs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7915 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-25 16:22:59 +00:00
arpi f9e3a4bf88 cleanup config option handling in libmpdemux.
removed overcompilacted m_config_register_options() mess - export the
subconfig structs instead


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7868 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-23 17:21:01 +00:00
arpi 6254ad19b5 some cleanup
fixed order of internal and external libs


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7798 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-19 17:31:36 +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 932c44eaf3 libdvdkit shared install fixed
bugrep by Chris Phillips <chris@thirtythreeandathird.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7635 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-06 18:27:02 +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 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
anders 3cb2b65cea Moving lm to after laf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7570 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 08:42:47 +00:00
anders 1f6c494641 Adding new audio output filter layer libaf
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7569 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-01 06:45:08 +00:00
arpi 434b24374a some makefile cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7475 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-22 13:04:19 +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
kmkaplan ff40d7482e Import transcode-0.6.1.20020829 XviD VBR Library into mencoder DivX4 encoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7332 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-09 11:47:54 +00:00
alex 7702fd3647 merged xacodec.c and vd_xanim.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7286 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-05 16:34:57 +00:00
alex 78b29d6635 removed obsoleted dll_init.c/h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7234 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 18:25:05 +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
diego 32b0d3cd26 libmpdvdkit/ and libmp1e/ are obsolete.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7219 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 11:39:37 +00:00
atmos4 a63ea1a018 Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp.
Patch by Donnie Smith <xc0bead2d8130df59@f4n.org>, updated by me.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7202 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 15:04:18 +00:00
arpi b516edcb6f reordered libs, especially Freetype. idea by Nexus
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7179 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-30 21:24:04 +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
rfelker d4f7c07743 arrg 100l in the 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7135 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 02:20:00 +00:00
rfelker 0ed36bdd09 fix 10l mistake and add the libdeps thing right this time
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7134 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 02:11:33 +00:00
rfelker eba0ef2748 removed old stuff no longer used
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7133 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 02:05:01 +00:00
rfelker cd3f5c9150 remove nonsense tabs from makefile so emacs won't complain :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7131 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-29 01:49:15 +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
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 b3a9d73a08 'configure changed'-test re-added, noticed by Sylvain Petreolle <spetreolle@yahoo.fr>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6959 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-10 18:45:31 +00:00
atmos4 3db0389115 small rule to strip binaries in source dir (24MB mplayer binary is a bit klugdy for non debug-work :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6949 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-07 21:51:10 +00:00
atmos4 7549813fbe DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6785 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 03:37:28 +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
diego 4fb63ad86b Oh my god, what did I do - I spellchecked the Makefile!
Note: Writing DependEncy with an "a" is a very common spelling error.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6593 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-29 00:16:32 +00:00