1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 11:55:42 +00:00
Commit Graph

4233 Commits

Author SHA1 Message Date
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
eb5eeb7c85 Fixed saturation computing for rage128
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4231 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 09:21:06 +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
nick
6a8715f9b9 Fixed bug of multiple declaration of 'dvd_device'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4229 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 09:10:00 +00:00
melanson
16c6cf34ce added skeleton for QT SMC decoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4228 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 05:43:48 +00:00
melanson
3d375b3230 made a little more headway but it still doesn't work properly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4227 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-18 02:51:24 +00:00
arpi
e80c0bc832 more movi_end mess
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4226 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 21:55:17 +00:00
nexus
ac9251d119 fix for benchmark script
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4225 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 21:22:11 +00:00
gabucino
a435ad2f4f opsz, typo
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4224 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 20:51:51 +00:00
albeu
49b306a165 Change to use cdrom-device and dvd-device options needed for DVD/TV/VCD
integration in playlist


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4223 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 20:40:07 +00:00
albeu
c7c0014cb8 Fixed bug with benchmark option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4222 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 20:25:55 +00:00
albeu
6118582726 Fixed a few bugs and added support for VCD/DVD/TV in playlist using virtual url
like dvd://1 vcd://2 tv://5


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4221 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 20:24:28 +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
pl
e53f6685ad Patch by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>:
- detect the Alpha CPU type: default ("ev56") won't work with older Alphas,
    and gcc can take advantage of newer ones that way.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4218 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 09:32:22 +00:00
nexus
83e242c1ce fix for Xwid (exceed 16 fourcc)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4217 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 09:20:29 +00:00
nick
785650a45b Use 'install' instead of 'cp'
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4216 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 09:01:50 +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
6ebfaa607d -zr* added - patch by Rik Snel <rsnel@cube.dyndns.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4214 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 01:28:20 +00:00
arpi
8e1b994f93 libjpeg added - patch by Rik Snel <rsnel@cube.dyndns.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4213 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 01:27:45 +00:00
arpi
66cfc2cab1 zr en/disable, libjpeg detection - patch by Rik Snel <rsnel@cube.dyndns.org>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4212 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 01:27:20 +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
arpi
ff9f7233f8 fbdev nocopy option, and static pthread fixes - Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4210 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 01:12:01 +00:00
arpi
777f684d5c libmad memcpy optimization by Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4209 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 01:11:21 +00:00
arpi
46674e633c -lavcopts vme= option to set motion estimation method - patch by Rich Felker <dalias@aerifal.cx>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4208 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 01:02:41 +00:00
arpi
1b601664e5 XviD added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4207 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 00:55:07 +00:00
arpi
d2f8b0440a possible sig11 fixed - noticed by Fredrik Kuivinen <freku045@student.liu.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4206 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 00:49:21 +00:00
arpi
50908bc89e console mplayer launcher - by Rich Felker <dalias@aerifal.cx>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4205 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 00:39:27 +00:00
arpi
bcc94e1ad0 reverted old seeking method - ask Holm why...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4204 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 00:32:46 +00:00
arpi
33585756ec mail formatting added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4203 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 00:26:40 +00:00
atmos4
02cc8b2d29 fix include order
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4202 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-17 00:19:57 +00:00
gabucino
4ce057aa2e *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4201 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 17:13:00 +00:00
gabucino
a2402dd014 Added (sigh, reHTMLized;)) Nick's VIDIX patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4200 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 17:12:20 +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
arpi
6af2546071 fixed a few possible bugs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4198 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 14:54:56 +00:00
arpi
40dfa55b40 image field added. 10*10l....
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4197 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 12:24:36 +00:00
nick
daad6c6f63 Useful links
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4196 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 09:39:00 +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
nick
37e0db5ed1 More messages on forcing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4194 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 09:11:07 +00:00
nick
730020c247 en(dis)able app io should be exported too
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4193 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 08:43:22 +00:00
nick
95c9227039 + new features and possibility
deinterlacing
  oem effects
  ITU color space
  forcing driver
- audio support (develop and introduce AUDIX for that)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4192 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 08:33:17 +00:00
melanson
b8bbbc2fba added a few notes about formats 0x61 and 0x62
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4191 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 03:39:37 +00:00
melanson
518d40dd88 initial support for FILM file demuxing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4190 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 03:25:07 +00:00
arpi
85b13d41ea using mp_image.h - not finished...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4189 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 01:51:34 +00:00
arpi
fb3522a8fa 10l...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4188 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 01:51:12 +00:00
arpi
491a353915 bpp != depth
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4187 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 01:19:22 +00:00
arpi
358a7092d6 initial stuff. comments welcomed...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4186 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-16 00:14:59 +00:00
arpi
163a00b4a1 hwac3 fix for cmedia 8738 by Hans-Peter Raschke <Hans-Peter.Raschke@wintermann-datenservice.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4185 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-15 22:55:28 +00:00
atmos4
19b826f732 awk change suggested by frederik kuivinen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4184 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-15 22:48:27 +00:00