arpi
2e5a0ca6fe
printfs cleanup - moved to higher -v level or moved to stderr
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1457 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-06 23:59:50 +00:00
arpi
de316dee37
better local display connection patch by Adam Tla/lka atlka@pg.gda.pl
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1448 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-06 00:22:44 +00:00
arpi
65a1786c01
DATADIR/font/ patch by Adam Tla/lka atlka@pg.gda.pl
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1447 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-06 00:22:13 +00:00
arpi
0ac4042c14
new -fsmode flag: 0x8 enables XSetTransientForHint
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1416 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-29 16:40:32 +00:00
atmos4
fbeeb77050
Added double/normal resize patch by Wojtek Kaniewski <wojtekka at bydg.pdi.net>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1397 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-28 05:54:02 +00:00
arpi
1bdae59372
fontpath fixed again...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1360 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-20 02:03:50 +00:00
arpi
e34af51711
crash fixed if no [fontpath] in .desc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1358 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-20 01:51:01 +00:00
arpi
7882ea9bad
Applied DATADIR patch by Vladimir Kushnir
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1354 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-20 00:01:09 +00:00
jkeil
ca79276b20
x11_common does not compile, when the XDPMS extension is not available on the
...
target system.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1346 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-19 18:47:22 +00:00
jkeil
edff03960e
svga driver didn't compile on linux/ppc
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1340 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-17 13:57:32 +00:00
jkeil
8e9d44cb49
vo_dga doesn't compile on non-x86 architecture due to x86 asm usage.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1337 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 18:41:52 +00:00
arpi
4fb4b7b314
added prototype of vo_init()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1327 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-16 12:11:49 +00:00
jkeil
45c97f8294
Add some preliminary support for non-x86 architectures to mplayer
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1310 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:35:52 +00:00
jkeil
009d2b0dc7
yuv2rgb_mmx crashes with ffdivx codec, when we play back avi files that have
...
a frame width that is not an exact multiple of 8.
Testcase: 405.avi (356x240). Playing on an MMX capable x86 system using the
x11 video-out driver results in a segfault.
The MMX routines convert image data in quantities of 8 pixels in each loop,
and the inner loop was not terminated in case there are only 1-7 pixels left,
producing too much RGB output.
For now, just ignore the last few pixels on each row, to avoid the segfaults.
(Gives a black vertical border on the right, if you play a video with
width%8 != 0) A possible future enhancement would be, to add a second loop
to convert the last width%8 pixels to RGB using a byte loop.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1307 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-12 15:23:26 +00:00
atmos4
6e0c3925d7
Fixed a typo and wrong varname.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1303 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-10 13:24:59 +00:00
alex
c4c7864848
no segfault if no glx present
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1291 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-07 20:53:01 +00:00
jkeil
8ef288232c
Ignore generated config.mak files in CVS
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1282 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-06 10:36:35 +00:00
arpi
6a2c5e6619
added vo_fsmode
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1270 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-03 23:46:24 +00:00
arpi
3153c13d94
extern vo_doublebuffering cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1269 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-03 23:45:49 +00:00
arpi
a879e01cb3
switch fullscreen method with -fsmode
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1267 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-03 23:23:55 +00:00
arpi
3f9a313700
switching double buffering at runtime with -double
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1266 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-07-03 23:22:29 +00:00
atmos4
df920217c0
Corrected SDL include path.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1239 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-27 11:40:15 +00:00
pontscho
37e6017eed
icewm basz bug fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1237 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-27 08:50:03 +00:00
arpi
9b7489da59
fsdga disabled (obsolote)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1236 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-26 23:34:03 +00:00
arpi
69cfcfe301
OPTFLAGS vs. INCLUDES cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1235 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-26 23:15:58 +00:00
atmos4
88bdcf9e11
Sync with SF cvs. (Bugfixed YUV aalib and RGB/BGR32 converted modes.)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1220 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-24 19:20:19 +00:00
arpi_esp
5840c85b88
vo_subdevice support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1211 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-23 19:44:22 +00:00
atmosfear
eb1bede70a
Should fix bytes per pixel for 15bpp.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1199 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-23 13:28:28 +00:00
atmosfear
8c924945b1
Made surface locks switchable via preprocessor.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1198 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-23 10:18:23 +00:00
atmosfear
5334e9da93
Drastic! speedup of rgb code. Removed nonsens memhole fixes.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1195 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-22 19:56:41 +00:00
atmosfear
9976f4de37
Fixed pointer->integer cast warning.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1194 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-22 19:51:25 +00:00
al3x
754186ccc5
sdl_driver liquidated, vo_subdevice used
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1189 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 22:47:55 +00:00
arpi_esp
2b076c52be
Xv port locking patch by Artur Zaprzala <artur.zaprzala@talex.com.pl>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1187 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 22:36:02 +00:00
al3x
b4045ad499
vo_subdevice implemented
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1185 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 22:34:25 +00:00
pontscho
351ff0a73a
--disable-xmga bug fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1180 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-21 15:19:38 +00:00
al3x
b267d6e357
hardly modified, keyboard handling is ok. aspect implemented, but bugging :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1173 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-19 23:20:59 +00:00
acki2
9b3b47780e
- just modified an error message
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1159 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-18 16:38:06 +00:00
acki2
e330ce9bcc
- if DGA fails to report some valid modes, vo_dga now exits gracefully
...
instead of crashing ... (100000x100000 bug ...)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1155 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 22:21:47 +00:00
acki2
4a17b6a5be
- doublebuffering now can be switched on and off with the -(no)double switch.
...
Default in libvo is disabled.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1151 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 20:59:39 +00:00
acki2
8493d8711b
- new config option -lircconfig (config file for lirc)
...
- new config option -(no)double (disable/enable doublebuffering in libvo)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1150 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 20:38:02 +00:00
al3x
e3e885d7cd
bennehagytam egy bugot :(
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1149 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 18:33:05 +00:00
al3x
24101782d0
hacked osd working on yv12
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1148 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 18:32:14 +00:00
atmosfear
39f60a9550
Fixed OSD.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1146 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 17:43:04 +00:00
al3x
1c0e674850
hacked osd and input control handling
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1145 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 16:12:47 +00:00
al3x
a80f869ad9
key controlling implemented
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1144 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 14:33:06 +00:00
al3x
fdf5bf1df2
added prototype of vo_format_name
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1143 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 12:25:12 +00:00
al3x
15b78f1da7
cleaned up, and merged with my version, also code will be faster too
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1142 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 12:24:52 +00:00
arpi_esp
9e90ab5430
patch: some X11 compliance fixed: set ClassHint and better fullscreen mode
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1138 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-17 01:22:09 +00:00
atmosfear
f761be2e98
Added for development only this is in pre-alpha state, do not use!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1133 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-15 16:31:19 +00:00
al3x
0fa160eedf
cosmetic changes and sse/sse included
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1132 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-15 12:42:00 +00:00
al3x
c9f2d354b4
vo_format_name added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1131 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-15 12:37:05 +00:00
al3x
12a97c7173
fixed some possible memleak places
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1127 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-14 12:42:56 +00:00
nickols_k
50f47cfd50
Issues about P3 performance and SSE2 support.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1124 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-13 16:12:14 +00:00
al3x
6bef8b7c5c
fixed my previousily added bug: ifdef buggy_sdl: keypressed: default case
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1123 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-13 15:03:27 +00:00
al3x
febe881797
-Wall like cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1111 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-12 14:09:25 +00:00
al3x
790fa570cf
-Wall like fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1110 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-12 14:03:18 +00:00
atmosfear
f4e97b214b
Code cleanup and fix missing config.h and use femms on K6 2/2+/3.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1102 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-11 17:43:15 +00:00
atmosfear
430300621f
Ooops, wrong path to config.h - now you may enjoy code that was never before used =)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1101 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-11 17:41:21 +00:00
atmosfear
00fa8d7f83
Should fix prob for gcc 2.96/3.0 users, please test.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1099 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-11 16:13:30 +00:00
al3x
ee6d3b42d1
possible buffer overflow place fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1096 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-11 12:41:53 +00:00
al3x
1fe0cb7e25
possible buffer overflows fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1095 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-11 12:34:46 +00:00
szabii
8d38446c89
newline at the end of the file
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1089 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-10 22:25:09 +00:00
szabii
e17324ce65
nothing important
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1088 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-10 22:04:54 +00:00
al3x
1579a2072c
init checks return value of sdl_open
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1081 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 18:42:36 +00:00
al3x
6b853ba7b8
sprintf possible buffer overflow fixes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1079 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 17:53:54 +00:00
szabii
ae7f876236
8bpp fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1077 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-09 17:33:21 +00:00
arpi_esp
5c50d3e7dd
applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-05 18:40:44 +00:00
arpi_esp
c2b7070033
dependency stuff fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1011 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 19:33:28 +00:00
se7encode
99a129e61f
flip_page gl_fillbox fix.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@990 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-04 11:27:42 +00:00
szabii
3d0c25d6a6
small fix
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@978 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-03 23:24:31 +00:00
se7encode
49e8b6b0cd
Scaling bug fixed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@977 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-03 23:10:37 +00:00
atmosfear
fb101ef867
Changed to only uninit SDL Video Subsystem.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@974 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-03 21:02:46 +00:00
arpi_esp
4cd35a04b9
FreeBSD support by Vladimir Kushnir vkushnir@Alfacom.net
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@959 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-03 00:31:41 +00:00
atmosfear
883fb9dce1
Some fixups for SDL/aalib.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@952 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-02 22:12:28 +00:00
szabii
ab14aa5323
some little cleanup
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@951 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-02 20:48:16 +00:00
arpi_esp
ba8f720ce0
FAST_OSD option to disable font outline antialiasing
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@948 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-02 16:02:38 +00:00
arpi_esp
ef34bcf0e3
mScreen removed -> segfault solved
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@928 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-06-01 16:38:42 +00:00
lgb
f61ffa92b9
Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@923 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-31 22:32:58 +00:00
arpi_esp
f14249d127
argh. i commented out wrong lines
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@899 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-28 15:12:14 +00:00
arpi_esp
9997a5b15d
removed emms() and reordered stuff
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@876 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-25 15:45:35 +00:00
arpi_esp
83e99d4ae9
emms() SIGILL on non-MMX systems fixed
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@875 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-25 15:42:55 +00:00
arpi_esp
35648100f9
using gcc -MM instead of makedepend, make OBJS from SRCS where possible
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@867 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-24 21:09:13 +00:00
arpi_esp
6daab845ea
removed redundant osd.h includes
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@866 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-24 20:48:45 +00:00
atmosfear
727bd8fd09
Small changes for aalib.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@863 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-24 19:03:31 +00:00
arpi_esp
8c94b3ddd0
didn't handle flags parameter correctly
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@845 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-20 21:49:45 +00:00
atmosfear
627894e3fc
Added ability to use direct surface blitting for BGR modes.
...
No depth/colorspace-conversion and no scaling, but 2 times faster.
(same speed as -vo x11 then)
Change SDL_DIRECT_BLIT from #undef to #define to test it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@824 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-17 15:11:58 +00:00
arpi_esp
c232fa7e86
j->k for correct unicode...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@806 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-14 23:38:18 +00:00
szabii
f77bff837c
flip support if (screen depth == frame depth)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@805 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-14 22:40:08 +00:00
arpi_esp
3d5aea9555
sub splitting patch applied by Vlada V.Dubsky@sh.cvut.cz
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@804 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-14 22:08:12 +00:00
pontscho
91df402134
USE_FASTMEMCPY bug fixed.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@801 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-14 18:18:14 +00:00
atmosfear
45db04b9b2
Added full aspect awareness, rewrote fullscreen handling.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@785 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-13 16:38:33 +00:00
arpi_esp
05717d4c24
flip implemented for converted modes, soem cleanup, fixed indent
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@776 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-12 01:54:05 +00:00
atmosfear
9e701e74c4
Added flipped video support and activate/deactivate screensaver under X.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@773 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-11 21:36:30 +00:00
atmosfear
da596c4a03
Got rid of aalib crashing workaround with SDL1.2.1+
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@771 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-11 17:21:15 +00:00
atmosfear
dc3e977341
Added support for flipped BGR/RGB via -flip cmdline switch.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@768 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-11 14:41:47 +00:00
arpi_esp
179b2884c7
DPMS re-enable patch by Loring Holden
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@742 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-09 20:15:37 +00:00
arpi_esp
7ec4ffefd8
fixed extern
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@729 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-08 20:09:39 +00:00
atmosfear
dba198bb1d
Deals with unicode/nounicode.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@728 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-08 19:50:22 +00:00
atmosfear
b1d77e6840
Deal with unicode subs (-unicode -nounicode).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@727 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-05-08 19:40:10 +00:00
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