arpi
a8b7d99c52
for() -> memcpy_pic()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7693 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-09 23:54:13 +00:00
atmos4
a63ea1a018
Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp.
...
Patch by Donnie Smith <xc0bead2d8130df59@f4n.org>, updated by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7202 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-31 15:04:18 +00:00
alex
64bedd9683
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7125 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 21:32:32 +00:00
alex
0b03ca9d27
removed old input code
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7112 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-28 15:55:58 +00:00
arpi
c30e50123a
HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6957 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-08-09 21:30:21 +00:00
atmos4
6b153ea714
Streamline enter-key behaviour suggested by Christian Ohm and disable I420/IYUV because
...
SDL seems buggy with it (doesn't use hw accel, although XVideo hw supports it).
YV12 will be used instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6441 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-16 02:01:53 +00:00
ksorim
45bad49c57
Use new style query_formats flags. Fixes bug with flip.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5895 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-29 09:52:21 +00:00
atmos4
0b903395b5
Fix keypad volume control.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5835 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-25 20:59:12 +00:00
arpi
2bea9b36a7
mp_image.h and img_format.h moved to libmpcodecs
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-13 19:14:34 +00:00
atmos4
1d13f15b04
Fix I420 handling, though still don't know why divx4 codec queries for I420 not YUY2!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5461 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-04-01 18:16:27 +00:00
atmos4
f33ad03eba
eeh, really remove keybinding for w/s for volume control. =)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5386 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 00:06:35 +00:00
atmos4
f362ca99e0
Remove alternative volume control binding that clash with libdvdnav support.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5385 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-29 00:04:14 +00:00
iive
cc996ad526
fixed green lines caused by missing rounding to 2
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5359 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-26 16:45:21 +00:00
ksorim
ac51a1e411
Two fixes:
...
- Planar formats don't use draw_frame. Code dealing with that has been removed.
- Calculate y_screen_bottom correctly
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5314 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-24 18:42:27 +00:00
ksorim
7c68af469e
Fix swapped uv planes when playing yv12 data with direct rendering
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5269 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 10:24:51 +00:00
ksorim
8a9f8447ef
Fixes crash which occured when it wasn't possible to connect to the display
...
name in DISPLAY.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5268 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-23 10:09:39 +00:00
ksorim
404aa1bdcf
Fix for OSD when width != pitch
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5261 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-22 07:35:48 +00:00
ksorim
3b4870d90a
This will hopefully fix
...
* uninit call without a previous config call
* Several config calls between preinit and uninit
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5241 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 14:08:40 +00:00
ksorim
8d16eb3c4e
Fix crash when playing multiple files. The bug was triggered when the first file
...
had rgb data and the second had yuv data and sdl:aalib was used. Some code
duplication removed in the process.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5240 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 10:22:55 +00:00
ksorim
eb1d4f46c7
Fix crash when SDL had to do rgb -> rgb conversion. Removed some code
...
duplication.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5239 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-21 09:22:55 +00:00
atmos4
1ff5938500
sdl dr support
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5059 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-12 23:34:52 +00:00
atmos4
a647697e70
add no fs as default for windrivers
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4926 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-03-03 13:40:23 +00:00
atmos4
06ebd66015
osd outside movie support for vo_sdl, patch by Fredrik Kuivinen
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4808 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-22 15:25:11 +00:00
atmos4
2423d041c2
Fix return value of VOCTRL_FULLSCREEN
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4791 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-21 16:17:15 +00:00
atmos4
d66ad5a63e
support for VOCTRL_FULLSCREEN
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4773 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-20 22:42:46 +00:00
arpi
4b33dccb25
10000hl to Holm... control MUST BE static...
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4597 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 01:21:48 +00:00
arpi
7c51652a1b
query_ stuff replaced by new control() - patch by David Holm
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4593 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-09 00:47:26 +00:00
albeu
f50ce8c728
Applied patch mouse whell patch from Wojtek Kaniewski <wojtekka@bydg.pdi.net>
...
and added mouse support for new input
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4591 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-08 20:03:36 +00:00
atmos4
c72d8db077
Add playlist keys (some missing?!) and add some shift handlers to allow keys to work with german keyboards.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4531 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-04 19:14:40 +00:00
atmos4
15daf31f0b
Fix multifile playback (sdl was not fully reinitialized).
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4529 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-02-04 18:18:46 +00:00
nick
b587a3d642
new info for tuning
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4434 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-31 09:57:13 +00:00
nick
fa1d5742bc
Extensions for video accelerated architecture
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4353 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-26 16:01:26 +00:00
atmos4
8fcddee536
Let mplayer handle signals so terminal gets cleaned up.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4343 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-01-24 21:46:57 +00:00
atmos4
4f25da3fee
better fullscreen-mode selection, patch by dunno :)
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3610 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-12-19 11:50:05 +00:00
atmos4
14fe0175c0
Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo_xmga are untested!
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2250 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-18 02:42:20 +00:00
atmos4
f49369b94d
Fix non-X11 build
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2183 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-13 13:38:59 +00:00
atmos4
25f38b560e
Make double/normal (n-key) use aspect()
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2148 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-10 01:03:54 +00:00
atmos4
31af6ae1cd
Add debug printfs to aspect(), add aspect() usage to vo_sdl.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2072 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-10-04 11:42:21 +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
atmos4
2895f54f52
Removed D key for doublesize, already clobbered by framedrop.
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1510 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-14 08:18:52 +00:00
atlka
ca99c8dc89
changes according to -utf8 option, draw_osd() function added
...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1502 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-08-13 11:08:18 +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
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
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
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
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
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
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