Commit Graph

605 Commits

Author SHA1 Message Date
mswitch 3beb10eeff Only use hardware sync and prebuffering with mpegs!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4268 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 21:55:30 +00:00
mswitch b6b47b29b8 Handle timestamps internally
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4266 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 21:20:29 +00:00
albeu 739a77699a Added reverting support for -zr* options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4260 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 17:02:50 +00:00
albeu cc7095a224 Added reverting support for -aa* options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4259 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 17:01:48 +00:00
alex c8f1194dda vidix_grkey_support checking for colorkeying
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4256 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 16:58:33 +00:00
mswitch e624cbbce3 Removed seeking warning message since it has now been fixed in the driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4253 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 15:01:28 +00:00
atmos4 6afa7d6988 mangling in libvo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4246 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-19 04:44:49 +00:00
alex fd48206c56 updated based vo_xmga, using colorkey, working with gui, fixed xinerama and window moving/resizing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4242 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 18:15:43 +00:00
alex 64f83aaa42 added colorkey handling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4241 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 18:14:44 +00:00
alex eee64579f9 sorry, i really wanted to add vidix_start and stop as int, to detect if something went into the wrong way (also implement check in vo_xvidix)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4235 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 10:41:31 +00:00
nick e4968a4edb Missed fastmemcpy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4233 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 09:58:18 +00:00
nick 6edf0d73c6 Suppress return values for 'void'. 10L to Alex
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4232 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 09:25:56 +00:00
nick 555c676683 gamma correction support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4230 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 09:11:11 +00:00
mswitch 9870d682a4 Fixed seeking
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4220 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 19:24:33 +00:00
mswitch 94d8b9131d Added new syncengine thanks to a new previously undocumented feature of the em8300, this might fix playback on both slow and fast machines (more testing needed). This also requires users to get the em8300 driver from cvs until the next version is released (will probably happen this weekend)
Added lots of comments, should be pretty easy to understand most of the internals now
Added lots of brackets to if's for's while's etc, this is not a cosmetical thing but rather due to the fact I got some very odd bugs with else's since I didn't properly use brackets (and it's the K&R standard to have brackets everywhere)
Fixed some bugs that would occur when disabling libmp1e
Switched to default to the new naming scheme of device nodes, the driver will slowly switch over to this state, if it can't find devices under the new name it will try the old naming scheme
I stopped opening devices in non-blocking mode, it would break the new syncengine which tries to burst data to the device (alot of times meaning it will fill the fifo pretty fast which would previously result in jerkyness on fast machines)
The device now sets the initial state of the pts and speed (probably not needed, but assumption is the mother of all fuckups =)
Keep the control interface open during the entire duration of the libvo device, we might need this to flush video buffers on seeking (currently not implemented, therefore seeking is broken)
This is beta stuff to the driver, I will get some users to test it for me and do my best to fix seeking as soon as possible...


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4219 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 10:33:47 +00:00
arpi 79cef0fa51 zr driver (tv-out for DC10/DC10+, iomega buz, LML33...) added - patch by Rik Snel <rsnel@cube.dyndns.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4215 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 01:32:29 +00:00
arpi a13184aac4 fbdev nocopy option - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4211 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 01:15:31 +00:00
alex 576095dfb9 added vidix_start() and vidix_stop() for better runtime-resize support ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4199 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 15:22:45 +00:00
nick 74f5cc0d39 Fixed resize bug.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4195 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 09:18:43 +00:00
pl d255ad6cb6 patch by Fredrik Kuivinen <freku045@student.liu.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4182 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-15 21:30:45 +00:00
atmos4 c331862943 Fix xvidix for non-x11 systems (delayed due netloss)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4170 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-15 12:30:52 +00:00
atmos4 b01493a577 Fix xvidix for non-x11 systems, 10l Alex :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4169 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-15 12:13:53 +00:00
mswitch 5bb60ff023 Moved declaration of picture_* out of ifdef MP1E as not to break compilation for those of you who disable libmp1e
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4167 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-15 10:10:20 +00:00
arpi b28a18c137 hw spu support for dxr3 - patch by David Holm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4161 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-15 00:23:16 +00:00
alex 739646dc3d using LIBDIR@config.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4139 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-13 14:52:58 +00:00
nick eb61776845 Still one bit of bugs fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4134 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-13 10:40:17 +00:00
nick cb50547add test for preinit errors and correct handling subdevice
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4133 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-13 10:30:10 +00:00
nick 696272825f Minor changes: -fs key and vidix params
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4132 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-13 10:10:15 +00:00
alex ab2527b2b9 fixed vidix_name handling (subdevice)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4126 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-13 00:23:47 +00:00
alex 0ea1b308d0 added vo_xvidix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4125 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-12 23:30:20 +00:00
alex 36a7ca91f8 added X11/VIDIX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4124 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-12 23:28:22 +00:00
mswitch de15f527f6 Fixed a bug relating to libmp1e (actually the bug is in libmp1e, but this solution should be safe enough)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4110 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-12 15:59:47 +00:00
arpi 62969df02e useless cosmetics changes... a.k.a. cvslog killer - patch by David Holm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4096 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-11 22:30:28 +00:00
arpi 2258e8c036 'mplayer -aadriver stdout' segfault fixed by Fredrik Kuivinen <freku045@student.liu.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4095 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-11 22:17:54 +00:00
nick b986aebcc5 Configurable VIDIX usage
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4090 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-11 17:20:43 +00:00
kmkaplan 940ceca1e7 Add DVD subtitles to menoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4089 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-11 16:06:45 +00:00
kmkaplan 610d48a930 Support software scaling with DVD subtitles
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4088 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-11 12:14:29 +00:00
nick 6fdb0dddb9 VIDIX expansion, Usage: -vo fbdev:vidix (-fs -zoom). Zoom is supported for VIDIX!!!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4085 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-10 18:02:45 +00:00
nick bc1af109ae Minor bugs and new vidix stuff support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4084 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-10 18:01:19 +00:00
nick 2707db756b Using any graphics server
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4083 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-10 18:00:23 +00:00
kmkaplan 4d08add9a2 Add vobsub support, suppress conditionnal on USE_DVDREAD.
DVD and VobSub subtitles are displayed even if fonts can't be loaded.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4082 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-10 17:21:00 +00:00
kmkaplan 1b6e300d94 Add vobsub support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4081 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-10 17:20:27 +00:00
mswitch e13278dc49 Reverted to accurate but glitchy sync...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4064 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-09 16:20:41 +00:00
atmos4 9756472bdd SwScaler support for vo_png by Kim Minh, SwScale w/aspecz for vo_dga by me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4061 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-08 20:58:53 +00:00
alex daba8a0477 added rgb24to32 instead of c converter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4037 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-07 17:33:59 +00:00
nick 21699b7772 OSD support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4033 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-07 10:54:00 +00:00
nick 95ee0e2713 YV12 sliced output fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4032 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-07 10:18:30 +00:00
nick 75c0b3169b Embedding vidix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4031 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-07 09:28:22 +00:00
atmos4 eb2c656b52 Xinerama patch number two by attila.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4018 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-06 21:07:20 +00:00
nick 468a8546fa Looks working ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4015 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-06 19:21:10 +00:00