Wed, 09 Apr 2003 17:05:39 +0000 |
alex |
keypad and function (f1-f10) suppport (currently only vo_sdl and the terminal input code supports it). Patch by Vladimir Mosgalin <mosgalin@VM10124.spb.edu>
|
Sun, 23 Mar 2003 17:35:26 +0000 |
alex |
pass correct key for ESCAPE, bug noticed by Vladimir Mosgalin <mosgalin@VM10124.spb.edu> and moved SDL_ShowCursor from the check_keys() to uninit() (by me)
|
Sun, 09 Feb 2003 20:18:23 +0000 |
arpi |
linux->osdep
|
Mon, 13 Jan 2003 01:20:21 +0000 |
atmos4 |
10l, init priv->X at right place
|
Wed, 08 Jan 2003 14:55:56 +0000 |
arpi |
- init & check SDL availability at preinit() (fixes -vo sdl,mga)
|
Thu, 21 Nov 2002 22:52:54 +0000 |
atmos4 |
Add Quartz (OS X GUI) to SDL window-capable list, patch by Tomas Hurka <tom at hukatronic.cz>
|
Mon, 11 Nov 2002 16:14:28 +0000 |
henry |
fixed mode switching on Mac
|
Mon, 11 Nov 2002 15:22:10 +0000 |
alex |
removed get_info, using the same sheme as in libmpcodecs instead
|
Wed, 06 Nov 2002 23:54:29 +0000 |
arpi |
*HUGE* set of compiler warning fixes, unused variables removal
|
Sat, 02 Nov 2002 18:56:16 +0000 |
henry |
fix for fs modes on widescreen displays
|
Wed, 09 Oct 2002 23:54:13 +0000 |
arpi |
for() -> memcpy_pic()
|
Sat, 31 Aug 2002 15:04:18 +0000 |
atmos4 |
Improved MacOS X SDL support, enable SDL main() wrapper for Darwin, remove unused envp.
|
Wed, 28 Aug 2002 21:32:32 +0000 |
alex |
finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
|
Wed, 28 Aug 2002 15:55:58 +0000 |
alex |
removed old input code
|
Fri, 09 Aug 2002 21:30:21 +0000 |
arpi |
HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>
|
Sun, 16 Jun 2002 02:01:53 +0000 |
atmos4 |
Streamline enter-key behaviour suggested by Christian Ohm and disable I420/IYUV because
|
Mon, 29 Apr 2002 09:52:21 +0000 |
ksorim |
Use new style query_formats flags. Fixes bug with flip.
|
Thu, 25 Apr 2002 20:59:12 +0000 |
atmos4 |
Fix keypad volume control.
|
Sat, 13 Apr 2002 19:14:34 +0000 |
arpi |
mp_image.h and img_format.h moved to libmpcodecs
|
Mon, 01 Apr 2002 18:16:27 +0000 |
atmos4 |
Fix I420 handling, though still don't know why divx4 codec queries for I420 not YUY2!
|
Fri, 29 Mar 2002 00:06:35 +0000 |
atmos4 |
eeh, really remove keybinding for w/s for volume control. =)
|
Fri, 29 Mar 2002 00:04:14 +0000 |
atmos4 |
Remove alternative volume control binding that clash with libdvdnav support.
|
Tue, 26 Mar 2002 16:45:21 +0000 |
iive |
fixed green lines caused by missing rounding to 2
|
Sun, 24 Mar 2002 18:42:27 +0000 |
ksorim |
Two fixes:
|
Sat, 23 Mar 2002 10:24:51 +0000 |
ksorim |
Fix swapped uv planes when playing yv12 data with direct rendering
|
Sat, 23 Mar 2002 10:09:39 +0000 |
ksorim |
Fixes crash which occured when it wasn't possible to connect to the display
|
Fri, 22 Mar 2002 07:35:48 +0000 |
ksorim |
Fix for OSD when width != pitch
|
Thu, 21 Mar 2002 14:08:40 +0000 |
ksorim |
This will hopefully fix
|
Thu, 21 Mar 2002 10:22:55 +0000 |
ksorim |
Fix crash when playing multiple files. The bug was triggered when the first file
|
Thu, 21 Mar 2002 09:22:55 +0000 |
ksorim |
Fix crash when SDL had to do rgb -> rgb conversion. Removed some code
|