Commit Graph

7266 Commits

Author SHA1 Message Date
pontscho e70262071e - add workaround for fuckin locale
- remove tga and bmp filter


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7266 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 09:36:03 +00:00
pontscho c118d27f08 obsoleted
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7265 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 09:32:53 +00:00
diego 835382cfb8 Fix package building by adding BINDIR.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7264 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 23:31:11 +00:00
arpi fc0239c85b enabled csp-query support, but only for formats with 'query' flag set
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7263 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 22:28:31 +00:00
arpi a9cce3d878 pass outflags[] index via sh->outfmtidx to the vd->control() func (for VfW)
small hack - but other possible solutions are even worse :)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7262 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 21:40:30 +00:00
arpi 55e92bda68 - vfwex redundancy removed
- fixed 10l bug in GetPalette (outflags vs. outfmt)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7261 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 21:13:48 +00:00
jonas f80703ab5b 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7260 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 20:48:56 +00:00
arpi 93b526e483 bgr8 palette fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7259 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 20:26:32 +00:00
arpi d438958d33 ICDecompressEndEx() added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7258 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 20:02:53 +00:00
jkeil d0e59b4ff9 Add the code that chooses a good X11 truecolor visual to the vo_x11 config()
function.  This is useful for framebuffers on Sun hardware, where we have
multiple truecolor visuals of different depths available, and the root
window typically runs at depth 8, yet there are 24 bit true color visuals
available as well.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7257 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 18:10:42 +00:00
jkeil 3d21da3186 The ALT_BITSTREAM_READER code does not work on SPARC, because the code accesses
32-bit works from unaligned addresses.  For now, disable ALT_BITSTREAM_READER
on SPARC.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7256 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 17:15:08 +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
alex eb9da7e3d7 10l fix by Mark <CompGuy284@attbi.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7254 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 15:18:39 +00:00
bertrand 97afbee906 - If fatal error while trying to connect to a WM server, skip other proto.
- Fix that makes mplayer works with corona(WMS9) servers.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7253 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 01:32:13 +00:00
bertrand 8925019760 Return -2 for fatal error while connecting to a server.
Fatal are unable to resolve name, connection timeout...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7252 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 01:29:44 +00:00
bertrand c5cc04f2c8 Checked if the connection succeeded before writing in the socket.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7251 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 01:25:31 +00:00
arpi 919b436014 fixed some problems with colorspace/init order, some cleanup
csp query disabled, has to be fixed in vd core first and make it optional


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7250 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-03 00:18:08 +00:00
arpi 5e8ff61bd9 -vfm should override status/priority
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7249 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 22:19:44 +00:00
arpi 49f2da7ee9 VDCTRL_QUERY_FORMAT isn't required for constant csp support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7248 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 20:10:10 +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
arpi d53dbde7a4 gcc 2.95.4 doesn't like VAR==value without spaces
patch by Martin Olschewski <olschewski@zpr.uni-koeln.de>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7246 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 19:19:56 +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
alex 917e8b66db correct palette handling and query_format support (now huffyuv, cram and mwv1 is working nice)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7244 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 16:27:17 +00:00
rfelker 092b2fac50 document -vop halfpack
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7243 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 03:21:03 +00:00
jonas 426646753e better subfont description, moved to the write place
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7242 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-02 00:34:20 +00:00
arpi fc474a8e11 fixed uninit order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7241 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 23:33:30 +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
nexus bad4039e3c FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7239 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 23:06:15 +00:00
diego d0011c3cda Pontscho forgot to add *.rm to all video files...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7238 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 21:26:48 +00:00
michael 2361a3a497 100l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7237 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 21:16:45 +00:00
jonas a6c3bef079 preparation for future format, cosmetic changes (subfont, comments, etc), no real changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7236 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 20:50:07 +00:00
arpi 3ea9eaa4cc make test1 && make test2 fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7235 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 18:25:24 +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
alex d8cd6b2057 removed obsolete items
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7233 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 18:23:18 +00:00
alex b52c558e9a merged with dll_init.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7232 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 18:08:44 +00:00
alex fac648971a 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7231 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 18:07:42 +00:00
alex 055d7ee5a0 merged with dll_init
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7230 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 18:00:15 +00:00
alex 559f2ffec9 merged with dll_init.c, moved some variables from sh_audio to private struct
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7229 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 17:11:10 +00:00
jaf ca79bf7ace *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7228 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 16:57:06 +00:00
alex c5e50f9490 Fixed vertical pink stripe on Radeon2 cards by Emiel Neggers <emiel@neggers.net>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7227 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 16:20:37 +00:00
alex f64ce15838 added col1 fcc to ffdivx
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7226 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 15:50:22 +00:00
alex 8e56065297 10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7225 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 15:17:07 +00:00
alex c48c3233fc added lcl codecs (mpmszh, mpzlib), removed zlibnative
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7224 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 15:13:24 +00:00
alex c4560b672e added LCL decoder by Roberto Togni <r_togni@libero.it>, removed my old vd_zlib
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7223 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 15:10:01 +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
arpi d8edb8566c warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7221 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 14:30:55 +00:00
jonas b3ebd28168 cosmetics, 10l at beginning, no real changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7220 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 11:46:38 +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
pontscho acc08a36ec rewrite eq interface and add *.rm to fs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7218 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 11:28:18 +00:00
pontscho 30c502e5ce obsoleted
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7217 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-01 11:27:29 +00:00