1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-31 12:11:52 +00:00
Commit Graph

243 Commits

Author SHA1 Message Date
pontscho
8ffaf8a85e add gui support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@724 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-08 12:17:03 +00:00
acki2
610f3ea3e6 - now chooses mode with highest ymax (enables doublebuffering in some cases
it didn't work before)
- use my own memcopy() on non MMX machines again
- do memcpy() in one single block if stride==0


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@721 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-07 19:16:04 +00:00
se7encode
0742d52b56 -bpp bug fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@713 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-06 19:38:57 +00:00
arpi_esp
e3d4468a24 better .smi support and display two-byte characters- patch by Sunjin Yang
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@707 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-06 02:26:17 +00:00
atmosfear
d087b3eb2a Added workaround for buggy SDL versions (before 1.2.1).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@706 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-05 21:38:33 +00:00
atmosfear
54f2bbe149 Fixed keyboard input handling and slowed down keyrepeat interval.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@704 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-05 20:13:37 +00:00
nickols_k
ada40a6be6 Moving fast_memcpy to separate file (Size optimization)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@699 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-05 13:30:00 +00:00
acki2
dc776b2b5c - finally: 15to16 conversion included!!!
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@692 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-03 22:39:38 +00:00
acki2
c546280daf - now we use fastmemcpy() for copying. Saves about 25% of copying time on K6-2+
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@691 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-02 23:21:27 +00:00
nickols_k
2c071ee1ff movntq causes SIGILL on k6-3. Lets it be for K7, P3 cpus only
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@689 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-02 14:59:33 +00:00
arpi_esp
cd6ae34f71 SSE+2.2.x+SIGILL bug fixed - SSE code disabled...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@686 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-02 00:29:16 +00:00
acki2
74145035f1 - now features 24->32 conversion (this is actually faster than letting the
codec produce depth 32 in the first place for avis :-))) )


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@681 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-01 22:37:37 +00:00
acki2
ce675485e3 - now mpeg is fast again (no more offscreen buffer rubbish) But is it really ok?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@678 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-01 20:24:31 +00:00
arpi_esp
7b561a171d multi buffering added (modify NUM_BUFFERS in the source)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@677 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-01 01:32:59 +00:00
szabii
c9f210f269 nothing important
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@664 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-29 21:16:21 +00:00
szabii
8f8e390a65 bpp selection fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@660 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-28 22:05:17 +00:00
szabii
4d31392cd6 some cleanups
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@659 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-28 20:39:25 +00:00
pontscho
a9c4c84ed4 add o key
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@656 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-27 15:41:39 +00:00
atmosfear
3dd2aa0205 Last second changes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@654 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-26 22:16:57 +00:00
arpi_esp
67f6da0702 -ss patch by Loring Holden
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@652 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-26 22:10:25 +00:00
atmosfear
5bb96352b9 -x -y quickfix for release, code will be changed completely later.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@649 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-26 21:28:02 +00:00
atmosfear
fc6fab0429 Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, more portable.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@645 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-26 20:35:58 +00:00
atmosfear
2b1acdf447 Added support for osd menue and kexrepeats for mixer keys.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@638 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-25 21:04:56 +00:00
atmosfear
fc7355bf9d 15,16,24,32Bit rgb/bgr support added, aalib fixed, performance optimizations, code cleanup and so much more...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@636 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-25 20:43:45 +00:00
szabii
955d858ac6 some cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@634 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-25 12:19:46 +00:00
arpi_esp
07bdafcbe7 to be sure in that header is okey
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@623 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 20:03:13 +00:00
arpi_esp
c43b552d37 useless files.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@622 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 20:00:57 +00:00
se7encode
3a3f103899 Some names, types changed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@621 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 15:56:41 +00:00
se7encode
751b3da9ea -Wall warnings fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@620 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 12:34:08 +00:00
szabii
ae73498914 some cleanup
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@619 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 12:23:08 +00:00
se7encode
ecb65d7c2a *** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@618 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 12:21:42 +00:00
pontscho
4ff11b9949 clean up
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@617 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 11:42:04 +00:00
pontscho
9126c8286e init.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@616 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 11:35:07 +00:00
szabii
eb30258d07 fprintf(stderr converted to printf(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@615 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 11:30:57 +00:00
szabii
cd30d641c1 some warnings killed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@613 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 10:21:12 +00:00
pontscho
8c0b63a38a -xy-x-y bug fixed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@612 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-24 05:58:09 +00:00
atmosfear
ff791d698e New optimized SSE code, overall optimizations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@582 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-22 19:25:47 +00:00
arpi_esp
f194d51d80 little fix, just to be precise
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@581 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-22 17:07:57 +00:00
atmosfear
c4cfa0a26e Added maintainer info and disclaimer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@580 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-22 17:03:26 +00:00
atmosfear
37a482e2b7 Reincluded fastmemcpy.h and added some keybindings for mixer.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@576 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-22 10:45:01 +00:00
arpi_esp
b128050fac 16-byte align fix for SSE
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@568 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-21 21:49:28 +00:00
arpi_esp
282a34b0ea ehh fixed ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@567 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-21 21:06:37 +00:00
szabii
d09bcd1c65 nothing important
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@564 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-21 20:43:59 +00:00
szabii
29a14b5c4b nothing important?
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@551 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-20 20:39:14 +00:00
atmosfear
d1c19a205f Changed some code so it only kicks in when XV is disable.
(Later I'll change that stuff to be detected at runtime.)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@544 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-20 10:27:51 +00:00
atmosfear
7853dd0e81 doesn't include fastmemcpy.h when SDL_NOXV is defined.
(otherwise MPlayer crashes in fastmemcpy.h, needs to be FIXED!)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@543 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-20 09:06:49 +00:00
szabii
2cfdb34a57 dumb bug fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@539 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-20 01:09:53 +00:00
arpi_esp
6f1c4c0cde driver info now depends on detected DGA version
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@534 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-19 21:39:10 +00:00
atmosfear
2d811aaf72 changed copyroght message to correct stuff :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@531 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-19 20:23:28 +00:00
atmosfear
fdd7952844 fixed missing HAVE_PNG
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@530 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-19 20:22:44 +00:00
atmosfear
df59e5632c added vo png support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@529 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-19 20:14:30 +00:00
atmosfear
e1388820d6 png video out renderer initial release
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@528 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-19 20:12:24 +00:00
szabii
9cbe8422e7 removed unused variables
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@521 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-19 01:24:59 +00:00
szabii
dc2dfc01e5 changed query_format return; lots of fixes/changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@520 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-19 01:18:05 +00:00
pontscho
ffb6107695 add 'mixer support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@517 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-18 20:48:15 +00:00
pontscho
e4c014f334 replace "movsl..." to small_memcpy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@514 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-18 20:44:16 +00:00
se7encode
6802958e55 Some debug information (using verbose) added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@505 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-18 18:14:11 +00:00
szabii
28d2e315a8 fbdev reset fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@504 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-18 10:59:12 +00:00
se7encode
67fbbb9f92 Maybe a little speedup.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@503 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-18 10:37:09 +00:00
acki2
e045ddb037 - now also supports OSD for YV12 (big speed penalty by having to build image
in offscreen memory and then copying;
- OSD still works just with doublebuffering enabled :-(


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@494 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-17 22:28:09 +00:00
arpi_esp
e35f1762a1 YV12 is working again
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@492 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-17 21:00:46 +00:00
acki2
5cb12d153d - query_format() now uses new return value concept
- now support for OSD :-))) for RGB modes
  YV12 is flickering in quite an ugly fashion; have to fix this, but
  will cost an extra copying of image data ... :-(((


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@491 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-17 20:51:58 +00:00
se7encode
a62546848e Thanx to Arpi, There is no more YUY2 bug.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@489 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-17 19:05:59 +00:00
se7encode
98695db99b A couple of bugfixes.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@487 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-17 17:43:40 +00:00
se7encode
48073e0051 Tons of code rewrites.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@486 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-17 17:35:27 +00:00
atmosfear
a4aa5874f4 fix to newest revision after cvs rollback
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@484 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-17 06:22:48 +00:00
szabii
921a9c9f2d cmap bug fixed (I think)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@482 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 22:27:32 +00:00
szabii
6562f4bc47 dumb bug
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@480 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 21:53:29 +00:00
pontscho
3ea3b615a3 sorry, for the #endif
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@479 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 21:08:05 +00:00
pontscho
ebe63858a9 add 3dnow support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@478 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 20:55:27 +00:00
szabii
22ad1b8599 small change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@477 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 20:41:41 +00:00
atmosfear
f7eb664335 changed keyboard input handling to pass key through to mplayer if not special to sdl
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@476 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 17:19:28 +00:00
arpi_esp
10f985abb2 I420/IYUV support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@471 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 03:33:35 +00:00
arpi_esp
fd80ec7a2d UYVY support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@467 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 01:26:08 +00:00
pontscho
1e1d8a2489 add mixer support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@465 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-16 00:49:32 +00:00
arpi_esp
31063c5f27 I really hope that you will learn how to use cvs, sooner or later...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@459 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-15 23:22:01 +00:00
pontscho
c2360a7630 add mixer keys
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@457 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-15 23:09:14 +00:00
pontscho
fe23ccc24b add * and /
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@454 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-15 22:55:21 +00:00
atmosfear
509e53aac7 fixes osd/subtitle for UYVY image format and steps back to 1.15 changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@452 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-15 21:08:11 +00:00
atmosfear
20ea207eb5 fixed osd for UYVY image format
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@451 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-15 21:01:19 +00:00
arpi_esp
21f9a7c857 qrva eletbe nem kene cvs-t elbaszni inkabb ne nyuljatok hozza baz+
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@449 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-15 20:31:58 +00:00
se7encode
448db7e50b All available videomodes support added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@448 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-15 19:35:34 +00:00
gabucino
6ead487b06 Pontscho's mixer, select, and hell-a-lot-of-stuff patch ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@441 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-15 18:35:17 +00:00
atmosfear
65f5511e06 some additional changes to support different image formats
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@438 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-15 15:45:26 +00:00
szabii
4867ad479d small change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@424 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 22:49:35 +00:00
szabii
37c2800941 lots of changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@419 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 21:23:06 +00:00
arpi_esp
2674ac7b75 X11_FULLSCREEN fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@417 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 21:12:41 +00:00
arpi_esp
04ac545ecd fastmemcpy added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@414 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 19:29:28 +00:00
se7encode
441f098c1f -bpp added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@412 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 18:19:40 +00:00
atmosfear
0fc60fe28c - applied SSE patch by Nick Kurshev
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@410 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 17:56:44 +00:00
atmosfear
39a20fba34 - applied overlay patch by Jens H
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@409 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 17:55:20 +00:00
se7encode
a8cabd5ed8 24/15bpp -> 32/16bpp added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@408 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 17:51:37 +00:00
arpi_esp
1fffc32e4b include dpms.h moved to x11_common.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@403 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-14 15:45:38 +00:00
acki2
9953c4838b - fixed bug with depth and mpg when current bpp of XServer was != 32
- when -bpp is selected, I accept only query_modes() for THIS particular depth
  (if it's supported by hardware)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@396 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-13 22:11:08 +00:00
atmosfear
7efa446f97 - added some defines to modify some sdl-out internas (see comments)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@395 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-13 21:04:13 +00:00
szabii
997e0cd2b6 some changes...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@394 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-13 20:34:11 +00:00
acki2
5f03a4ae3f - completely rewrote depth switching
- support for -bpp
  (needs at least mplayer.c 1.53 and cfg-mplayer.h 1.18 and latest stuff from
  libvo to work)


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@393 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-13 18:49:59 +00:00
arpi_esp
ca4dc2a1b3 -bpp changes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@389 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-13 13:47:36 +00:00
se7encode
17e5fab38f Requested resolution (d_width) added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@388 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-13 13:02:13 +00:00
atmosfear
80c656dd09 - added keymapping to toggle OSD ('o' key)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@387 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-13 13:00:07 +00:00