Commit Graph

1934 Commits

Author SHA1 Message Date
eyck ccf8986636 examples and started cleanup of rules by andre.dahlqvist@telia.com
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1734 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 19:34:32 +00:00
jkeil 8089c222b8 Handle X11 displays with multiple depths.
On such an X11 display with multiple depths, the root window might use
something like 8-bit pseudocolor, but there may be other 15/16/24/32 bit
truecolor visuals available for MPlayer's video display.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1733 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 17:52:20 +00:00
gabucino c815f49792 can't stop commiting :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1732 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 16:10:50 +00:00
pontscho 39eb28454c cleanup, sorry
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1731 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 15:56:53 +00:00
pontscho bce2755a13 fix hprogressbar
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1730 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 15:55:02 +00:00
jkeil c5c913ad17 Remove superfluous 'const' parameter attributes to fix some compiler warnings
when compiling with mediaLib.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1729 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 15:37:24 +00:00
atlka 7e4dac5d3d changes according to OSD calculations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1728 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 14:22:37 +00:00
atlka 60737e3845 corrections to OSD progbar position calculations
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1727 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 12:43:41 +00:00
jkeil 92828938a3 Move the sun audio driver near the start of the list of audio drivers, so
that it has priority over the 'null' driver.  On solaris (without OSS
drivers), the sun audio driver is now the default audio driver.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1726 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 10:54:31 +00:00
atlka 52b53568c2 checking range of vo_osd_progbar_value added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1725 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-28 08:06:26 +00:00
arpi 855050e68a GUI stuff. now seeking works, and xmga renders to video window
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1724 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 23:56:44 +00:00
arpi f777d845b3 small fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1723 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 23:56:15 +00:00
eyck 6bcc069cca No need for TVout/fbset/fbset.8, it conflicts with the one distributed by debian
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1722 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 21:16:24 +00:00
eyck f26416a7fc No need for install tmp/usr/bin, dh_installdirs does that already
( by Andre )


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1721 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 20:07:20 +00:00
eyck 4e0272fc21 no need for TVout/fbset/fb.modes.5
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1720 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 20:03:01 +00:00
jkeil 6e603c1672 Fix "echo -n" problems on solaris for the new GUI stuff.
Add a config.mak define for mediaLib


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1719 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 16:51:10 +00:00
gabucino 6b727ab7ac *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1718 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 16:48:25 +00:00
gabucino 24d8b434f6 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1717 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 16:46:09 +00:00
gabucino 3cfc2ccbda moved to doc.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1716 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 16:35:38 +00:00
gabucino a9a65e07b1 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1715 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 16:34:31 +00:00
jkeil f2aacd3b05 Do not overwrite memory in the width%8 == 0 case
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1714 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 15:25:11 +00:00
arpi 76df9d5823 bgcolor=white, codecs-status url fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1713 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 15:02:37 +00:00
arpi 5d01496f7d background color changed from black...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1712 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 14:27:56 +00:00
atmos4 8192c1ab3c Applied quit via windowbutton patch.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1711 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 11:49:10 +00:00
arpi 3cfd8b0161 GUI integration, step 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1710 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 00:55:25 +00:00
arpi 33e2298288 codecs.conf message...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1709 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-27 00:45:26 +00:00
arpi 31f370fe31 misc fixes/cleanup, Skin path stuff fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1708 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-26 21:04:40 +00:00
arpi 49809933c1 shmem.c removed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1707 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-26 19:54:37 +00:00
eyck 199386f0e3 manpages location is now hopefully finally fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1706 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-26 19:22:44 +00:00
gabucino 1d9b8e280d Arial font
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1705 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-26 17:28:49 +00:00
gabucino a910658578 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1704 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-26 17:02:22 +00:00
gabucino c9275017cf *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1703 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-26 16:52:47 +00:00
arpi 53113c0a7e removed delay debug printf, better 'active delay'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1702 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-26 00:35:51 +00:00
arpi 541720dbbf gtk exit cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1701 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-26 00:28:56 +00:00
arpi ce8520a39b DGA2 ifdefs, new mainloop/timer stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1700 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 23:18:17 +00:00
arpi fcaa694b6d fixed ugly gtkChildPID=getppid(); bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1699 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 23:17:13 +00:00
arpi d499079a6a commented, timer code disabled (see ws.c)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1698 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 23:02:26 +00:00
arpi 311cd09ea2 commented
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1697 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 23:00:55 +00:00
arpi c86440962c fixed initDebug(0 parameter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1696 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 21:08:09 +00:00
arpi 8d100d9fdc GUI support (--enable-gui)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1695 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 21:05:23 +00:00
arpi 9f6529b3d3 GUI version n-1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1694 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 21:04:29 +00:00
eyck 05f7ab9384 aaah, Andre Dahlqvist suggest using zlib1g-dev instead of meta libz-dev.
I am going to allow this.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1693 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 19:43:55 +00:00
eyck 35837598b8 man goes to /usr/share
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1692 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 19:40:04 +00:00
arpi a8c79a7c30 -vo help fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1691 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 19:11:24 +00:00
arpi 602b56b252 codecs.html renamed to codecs-status.html
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1690 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 19:03:11 +00:00
gabucino 1c223b5bc0 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1689 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 14:17:40 +00:00
gabucino 051250dec1 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1688 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 12:47:56 +00:00
gabucino 3c9a5c9b3f *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1687 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 09:09:06 +00:00
gabucino 1843c8c189 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1686 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-25 08:16:12 +00:00
gabucino 5553ac4f68 *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1685 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-24 20:17:30 +00:00