log libvo/vo_xv.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 16 Feb 2014 15:44:36 +0000 reimar Avoid many pointer cast warnings.
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Thu, 01 Nov 2012 19:01:32 +0000 reimar Fix variable declarations I stupidly forgot to make "static".
Sun, 02 Sep 2012 21:51:42 +0000 reimar Avoid some code duplication related to drawing the OSD.
Sun, 29 May 2011 22:46:52 +0000 iive Fix xv/xvmc window background clearing.
Sat, 28 May 2011 11:08:48 +0000 iive Fix vo_x11/xv window background clearing.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Fri, 06 May 2011 10:32:46 +0000 iive Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sun, 13 Jun 2010 12:04:13 +0000 reimar For vos that support the new libvo API (provide UPDATE_SCREENINFO),
Mon, 31 May 2010 21:24:00 +0000 reimar Factor out some common code and ensure we will not try to draw OSD
Fri, 01 Jan 2010 13:18:49 +0000 reimar Fix function declarations to avoid casting function pointers.
Thu, 27 Aug 2009 18:51:02 +0000 reimar Remove panscan related conditions and code that only breaks future windowed
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sat, 07 Mar 2009 08:52:57 +0000 reimar Setting vo_fs is handled by x11_common.c, so remove that code from vo_xv/vo_xvmc.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Tue, 17 Feb 2009 11:59:49 +0000 reimar Extend calc_src_dst_rects to also calculate the border values needed for
Thu, 12 Feb 2009 17:40:53 +0000 reimar Add a calc_src_dst_rects that calculates from window size, panscan etc.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Fri, 09 Jan 2009 15:25:24 +0000 cehoyos Factor calc_drwXY out of vo_xv and vo_xvmc.
Sun, 23 Nov 2008 12:30:39 +0000 reimar Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
Sun, 23 Nov 2008 12:25:41 +0000 reimar Remove unused flip_flag variable
Fri, 21 Nov 2008 23:22:53 +0000 reimar Remove a aspect calculation line.
Wed, 19 Nov 2008 20:19:25 +0000 reimar Factor common code like -wid handling, vo_gc creation etc. out into
Sat, 15 Nov 2008 23:09:31 +0000 reimar Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
Sat, 15 Nov 2008 22:33:36 +0000 reimar Sync with vo_x11: make sure we get expose events even when drawing to the root window.
Sat, 15 Nov 2008 19:14:09 +0000 reimar Remove a nonsensical "else" for the video mode switching case.
Sat, 15 Nov 2008 19:03:21 +0000 reimar Remove now unused variables.
Sat, 15 Nov 2008 18:58:14 +0000 reimar Use vo_dwidth/vo_dheight for creating the windows instead of d_width/d_height.
Sat, 15 Nov 2008 18:56:25 +0000 reimar Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
Sat, 15 Nov 2008 18:28:35 +0000 reimar Set modified window position and monitor aspect in vo_vm_switch instead of in
Sat, 15 Nov 2008 18:14:03 +0000 reimar Get rid of (besides useless assignments) unused XSizeHints variable
Sat, 15 Nov 2008 17:45:55 +0000 reimar Replace some of the different inconsistent XGetGeometry uses by a
Sat, 15 Nov 2008 17:41:30 +0000 reimar Remove a useless XGetGeometry call, the X11 event handling already takes care of this.
Sat, 15 Nov 2008 16:40:48 +0000 reimar Remove code from unused and since ages deprecated draw_frame function.
Sat, 15 Nov 2008 16:36:39 +0000 reimar Remove vo_xv code that has been under #if 0 since ages.
Sat, 15 Nov 2008 14:21:02 +0000 reimar Fix grammar of comment and sync it with vo_x11.c
Mon, 04 Aug 2008 06:16:23 +0000 diego Change a bunch of X11-specific preprocessor directives.
Wed, 30 Jul 2008 13:44:59 +0000 diego Rename two GUI-related preprocessor directives:
Sun, 15 Jun 2008 12:13:29 +0000 diego Move message about which adapter is used to verbose mode.
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
Tue, 13 May 2008 17:52:25 +0000 ben Add a new suboption to -vo xv and -vo xvmc that allows selection
Thu, 14 Feb 2008 14:39:49 +0000 cehoyos Revert accidentally committed line of r25994.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Tue, 28 Aug 2007 10:53:51 +0000 diego warning fix:
Sat, 25 Aug 2007 04:28:17 +0000 uau Watch X11 fd in main input select() if using vo xv
Wed, 27 Jun 2007 10:28:38 +0000 reimar Remove some unused variables
Wed, 27 Jun 2007 10:26:13 +0000 reimar Make X11 window creation and (with -fixed-vo) management simpler and more
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui
Thu, 08 Mar 2007 09:42:14 +0000 reimar 100l, last patch broke window resizing with xv and xvmc.
Tue, 06 Mar 2007 15:34:54 +0000 reimar Factor out some duplicated code in vo_xv and vo_xvmc
Sat, 17 Feb 2007 20:58:55 +0000 reimar Move common vo initialization code to video_out.c
Mon, 05 Feb 2007 17:47:43 +0000 reimar Sanity check for vo window dimensions, helps avoid division by zero
Wed, 08 Nov 2006 14:55:37 +0000 kraymer MSGTRs for libvo/aspect.c and libvo/vo_xv.c
Thu, 15 Jun 2006 08:00:37 +0000 reimar Fix window position when changing videos while in fullscreen and for
Sun, 14 May 2006 19:36:21 +0000 reimar do aspect correction of video size before calculating vo_dx and vo_dy.
Thu, 04 May 2006 08:45:34 +0000 reimar Make sure black borders are drawn when switching videos with -fixed-vo.
Mon, 24 Apr 2006 04:23:53 +0000 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
Sun, 16 Apr 2006 13:38:28 +0000 reimar Fix and improve xinerama support
Thu, 10 Nov 2005 02:39:31 +0000 al Test if source image dimensions are too big.
Fri, 05 Aug 2005 01:24:37 +0000 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
Mon, 27 Jun 2005 10:05:39 +0000 reimar Try to set XV_SYNC_TO_VBLANK to enable vsync on non-overlay xv adapters.
Sat, 21 May 2005 17:31:44 +0000 al Make -wid behave more consistent.
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Sat, 16 Apr 2005 17:10:31 +0000 henry more colorkey w/ panscan woes
Sat, 16 Apr 2005 16:45:43 +0000 henry redraw colorkey on panscan change
Sat, 16 Apr 2005 15:52:03 +0000 al - fix black screen problem on reinit
Thu, 24 Feb 2005 17:46:19 +0000 al Always use vo_x11_sizehint function ( even when going fullscreen ) to
Wed, 23 Feb 2005 12:23:44 +0000 al Don't change buffers when paused and redrawing.
Sun, 20 Feb 2005 22:43:25 +0000 al Unified colorkey code for vo xv and vo xvmc.
Mon, 15 Nov 2004 14:56:18 +0000 iive 3 memory leaks fixed
Thu, 11 Nov 2004 02:24:23 +0000 diego devices.html is no more, links updated.
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Fri, 03 Sep 2004 20:22:22 +0000 al We don't need to support the old nvidia binary driver bug any longer.
Fri, 20 Aug 2004 09:41:13 +0000 al Removed superfluous XFlush calls before XSync.
Sun, 25 Jul 2004 12:49:01 +0000 reimar removed saver_on, saver_off calls, they are already in x11_common.c
Mon, 14 Jun 2004 04:53:03 +0000 attila major reindentation of x11 code try #2
Sun, 30 Nov 2003 16:36:10 +0000 joey runtime 'stay-on-top' functionality
Sun, 19 Oct 2003 21:15:23 +0000 diego DOCS/en/ ---> DOCS/HTML/en/
Fri, 12 Sep 2003 15:50:35 +0000 pl fix some warnings (define order)
Sun, 07 Sep 2003 18:58:56 +0000 attila hopefully final xv ports.
Sun, 07 Sep 2003 14:45:10 +0000 attila adaptors are not ports
Sat, 06 Sep 2003 22:42:02 +0000 attila catch negative port numbers, just in case
Sat, 06 Sep 2003 13:40:00 +0000 attila add port parameter to -vo xv
Sun, 31 Aug 2003 22:27:10 +0000 mosu Avoid flickering during resizes. Keep video contents even when paused. Fix by Tomas Simonaitis <haden@homelan.lt>
Tue, 01 Jul 2003 21:37:20 +0000 iive move xv_set_eq to x11_common
Sun, 22 Jun 2003 10:09:04 +0000 attila Patch by Tom Lees <tal26 (at) cam.ac.uk>
Fri, 13 Jun 2003 01:25:11 +0000 diego Add missing language suffix to DOCS/ path.
Fri, 16 May 2003 16:03:42 +0000 alex removed RGB24 and builtin swscaler support
Thu, 24 Apr 2003 19:07:46 +0000 alex memleak fix by Raindel Shachar <raindel@techunix.technion.ac.il>
Sun, 02 Mar 2003 21:09:15 +0000 attila clean up of -geometry code.
Sun, 09 Feb 2003 21:35:27 +0000 arpi reversed small part of the r1.135 commit, it broke -fs (random black screen)
Fri, 07 Feb 2003 22:15:11 +0000 alex 10l debug
Wed, 29 Jan 2003 20:25:01 +0000 arpi -fixed-vo vs. panscan vs. 'f' vs. -fs fix
Sun, 19 Jan 2003 16:52:00 +0000 alex conformation with api
Sun, 05 Jan 2003 13:29:38 +0000 henry fixed calculation of OSD coordinates w/ panscan
Fri, 03 Jan 2003 20:46:44 +0000 mark Added support for X style -geometry options (adapted from Henk's patch)
Fri, 03 Jan 2003 18:33:26 +0000 colin 10l ;)
Fri, 03 Jan 2003 18:01:49 +0000 rfelker 10l, geometry always returns 1. i think this is the correct fix.
Fri, 03 Jan 2003 13:18:22 +0000 arpi -geometry support
Wed, 01 Jan 2003 12:02:49 +0000 attila X11 window aspect patch by Arnaud Boulan <boulan@iie.cnam.fr>
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Wed, 23 Oct 2002 00:36:55 +0000 arpi MPlayer being unable to display video properly on many nVidia graphics cards.
Tue, 22 Oct 2002 16:24:26 +0000 arpi compiler warning fixes by Dominik
Wed, 16 Oct 2002 22:53:18 +0000 pontscho fix memleak again
Wed, 16 Oct 2002 22:44:09 +0000 pontscho fix memleak
Wed, 16 Oct 2002 19:45:35 +0000 pontscho fix fullscreen
Wed, 16 Oct 2002 19:31:07 +0000 arpi -fixed-vo support, based on patch by .so :)
Thu, 10 Oct 2002 00:09:34 +0000 arpi also set VFCAP_ACCEPT_STRIDE when draw_image() is implemented
Wed, 09 Oct 2002 21:26:16 +0000 arpi draw_image()
Sat, 28 Sep 2002 20:09:14 +0000 arpi -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
Sat, 28 Sep 2002 18:03:34 +0000 pontscho - fix new afm/vfm support
Sun, 22 Sep 2002 02:33:28 +0000 arpi tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug
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
Wed, 21 Aug 2002 21:23:26 +0000 arpi added forced window clearing for Xv, because on my setup (sawfish,
Fri, 09 Aug 2002 17:43:49 +0000 arpi ignore BadAccess error at XSelectInput() (grabbing mouse etc) with warning
Thu, 25 Jul 2002 20:23:18 +0000 arpi more eq cleanup
Thu, 25 Jul 2002 13:12:23 +0000 alex eq reworked
Wed, 24 Jul 2002 18:19:39 +0000 alex eq reworked
Sun, 21 Jul 2002 19:57:25 +0000 pontscho fix hue bug with nvidia's shit. i teszted with g400,radeon7500,tnt2ultra,geforce2mx200
Sat, 20 Jul 2002 16:27:17 +0000 arpi DR1 with IPB fixed
Sat, 20 Jul 2002 15:49:38 +0000 arpi DR1 IP/IPB supoprt (I/P only with -double) -- OSD *must be* disabled! :)
Fri, 19 Jul 2002 20:51:48 +0000 pontscho - fix audio equalizer
Wed, 17 Jul 2002 21:20:11 +0000 michael 1000000l
Wed, 17 Jul 2002 00:54:31 +0000 michael check if the available buffers are big enough in get_image
Tue, 16 Jul 2002 21:07:05 +0000 michael checking num_buffers for IMGTYPE_IP
Fri, 12 Jul 2002 17:09:53 +0000 alex xv support under cygwin - patch by Sycotic Smith <sycotic at linuxmail.org>
Thu, 13 Jun 2002 15:08:37 +0000 atmos4 100l accidently removed a line too much (Shmem_Flag)
Thu, 13 Jun 2002 14:23:03 +0000 atmos4 Allow building vo_xv without SHM support
Mon, 10 Jun 2002 18:40:19 +0000 pontscho fix panscan support and add Jesper Svennevid's <mplayer@svennevid.net> patch
Sun, 09 Jun 2002 23:45:12 +0000 atmos4 -wid fix by "Markus J.R." <random@shell.dnload.com>
Fri, 07 Jun 2002 22:39:31 +0000 arpi -vm pan&scan fixes by Jesper Svennevid <mplayer@svennevid.ne>
Thu, 06 Jun 2002 07:13:57 +0000 pontscho add mute support ( step 1 ) and fixed panscan bugs (1000l for me)
Wed, 05 Jun 2002 19:35:54 +0000 pontscho added panscan support for xmga/xvidix
Tue, 04 Jun 2002 20:17:07 +0000 arpi pan&scan support with -vo xv by ?? <mplayer@svennevid.net>
Mon, 03 Jun 2002 22:29:49 +0000 arpi use offsets/pitches for OSD too
Fri, 31 May 2002 21:51:20 +0000 arpi message wording fix by Diego B.
Thu, 30 May 2002 00:08:47 +0000 arpi - some cleanup, removed unused code
Fri, 24 May 2002 00:46:48 +0000 arpi different message for busy Xv ports and missing Xv ports
Sun, 19 May 2002 23:31:10 +0000 arpi -vm -fs fix by Tobias Diedrich <ranma@gmx.at>
Tue, 14 May 2002 23:44:35 +0000 arpi some cleanup, gl/gl2 updated to use vo_window
Sat, 11 May 2002 14:57:41 +0000 pontscho fix some small bug and -rootwin
Wed, 08 May 2002 20:24:35 +0000 pontscho -zoom, -fs with x[11|mga|v] fix -- round two
Tue, 07 May 2002 13:31:29 +0000 pontscho wm detection -- round two
Mon, 06 May 2002 16:56:41 +0000 pontscho fix -fs and 'f'
Sun, 05 May 2002 18:16:27 +0000 arpi the Right Fix for gui window setup
Sun, 05 May 2002 15:33:50 +0000 arpi - the "black bars" in xv bug fixed (drwX=drwY=0)
Sat, 04 May 2002 22:34:47 +0000 arpi missing if(use_gui) - found by Nilmoni Deb <ndeb@ece.cmu.edu>
Fri, 03 May 2002 20:57:13 +0000 pontscho fix xmga fs, resize to movie size and mouse auto hide + dga
Fri, 03 May 2002 13:12:46 +0000 pontscho fix aspect ratio handling
Thu, 02 May 2002 10:49:55 +0000 albeu printf to mp_msg
Thu, 25 Apr 2002 21:52:47 +0000 pontscho fix fullscreen (?)
Wed, 24 Apr 2002 23:10:41 +0000 arpi -rootwin fixed, keys work, mouse doesn't
Wed, 24 Apr 2002 22:49:58 +0000 arpi -rootwin fix by Tomas Konir <moje@molly.vabo.cz>
Sun, 21 Apr 2002 12:39:45 +0000 arpi 100l - fixed yuy2 -dr, reported by Nexus
Tue, 16 Apr 2002 17:41:29 +0000 pontscho fix playlist bug with gui and rewrite mousecursor show/hide code
Sun, 14 Apr 2002 22:15:29 +0000 atmos4 Support XV over remote connections, patch by Dmitry Karasik <dimakar at yahoo.com>
Sat, 13 Apr 2002 19:14:34 +0000 arpi mp_image.h and img_format.h moved to libmpcodecs
Thu, 11 Apr 2002 21:07:00 +0000 arpi VFCAP added
Sun, 07 Apr 2002 02:10:39 +0000 arpi initialization moved to preinit(), query_format now really checks for supported formats
Wed, 03 Apr 2002 02:40:09 +0000 arpi IMGTYPE_IPB fix
Sun, 24 Mar 2002 19:14:40 +0000 arpi I420 UV swapping fixed
Sun, 24 Mar 2002 18:19:14 +0000 arpi fixed U/V swapping for direct rendering, and 3rd plane offset calculation when height!=0
Tue, 19 Mar 2002 18:57:24 +0000 arpi hotfix (i doubt it will really fix this issue) by Fredrik Kuivinen <freku045@student.liu.se>
Sat, 09 Mar 2002 21:50:03 +0000 arpi DR fixed for BGR24
Fri, 08 Mar 2002 20:14:08 +0000 pontscho small changes in libvo's X11 support
Thu, 07 Mar 2002 17:50:25 +0000 pontscho rewrite fullscreen support in some libvo driver
Thu, 07 Mar 2002 16:57:40 +0000 arpi direct rendering support
Thu, 07 Mar 2002 14:16:43 +0000 pontscho small bugfix.
Sat, 23 Feb 2002 01:38:06 +0000 albeu Bugfix in x11_common.c mainly. Don't screw up the display name,
Thu, 21 Feb 2002 21:11:01 +0000 pontscho small changes
Sun, 17 Feb 2002 08:24:43 +0000 nick I don't like such reports: '-vo dga:vidix or -vo x11:vidix works fine for me'
Mon, 11 Feb 2002 11:44:50 +0000 albeu Added new input mouse support in x11 vo
Sun, 10 Feb 2002 01:43:35 +0000 arpi BGR24 support, including flip flag
Sat, 09 Feb 2002 01:21:48 +0000 arpi 10000hl to Holm... control MUST BE static...
Sat, 09 Feb 2002 00:47:26 +0000 arpi query_ stuff replaced by new control() - patch by David Holm
Thu, 31 Jan 2002 09:57:13 +0000 nick new info for tuning
Thu, 31 Jan 2002 00:37:59 +0000 arpi using the common -vm code, patch by Santi B«±jar <tiarda@yahoo.es>
Tue, 29 Jan 2002 10:07:05 +0000 nick Minor fix - else 0 is unreachable
Mon, 28 Jan 2002 08:37:58 +0000 nick Support for HW equalizing through VAA
Sat, 26 Jan 2002 16:01:26 +0000 nick Extensions for video accelerated architecture
Sat, 26 Jan 2002 15:46:58 +0000 alex fixed i420 handling
Wed, 23 Jan 2002 17:03:15 +0000 nick RGB independed correction for GATOS's radeon_video driver!
Wed, 23 Jan 2002 16:54:29 +0000 nick intense -> intensity
Wed, 23 Jan 2002 15:16:20 +0000 pontscho fix screen saver bug under gui
Tue, 22 Jan 2002 18:19:02 +0000 nick Attempt to fix NVidia problems
Mon, 21 Jan 2002 18:55:51 +0000 nick Gamma correction (based on patch of P«”sztor Szil«”rd <silicon@falcon.sch.bme.hu>)
Sat, 05 Jan 2002 08:49:46 +0000 atmos4 xinerama fix by attila
Fri, 28 Dec 2001 13:24:27 +0000 arpi WinID cleanup, support for Xv
Mon, 17 Dec 2001 14:19:37 +0000 pontscho aspect ratio bug fix for gui
Thu, 18 Oct 2001 02:42:20 +0000 atmos4 Update to new (cleaner, more bugfree, better) aspect api. vo_gl vo_gl2 and vo_xmga are untested!
Wed, 03 Oct 2001 15:31:51 +0000 atmos4 Simplified aspect() for the loss of some functionality to get ansi compatibility.
Wed, 03 Oct 2001 14:53:15 +0000 atmos4 Use aspect()
Mon, 01 Oct 2001 15:58:31 +0000 atmos4 New aspect prescale code, parses aspect value from mpeg sequence header or commandline.
Thu, 20 Sep 2001 10:26:22 +0000 pontscho XDestroyWindow fix baze.
Tue, 18 Sep 2001 14:06:25 +0000 atmos4 Fix multiple window bug in multifile mode.
Wed, 05 Sep 2001 18:17:22 +0000 pontscho fix skin changing, xv fullscreen redraw bug, etc.
Tue, 04 Sep 2001 15:21:00 +0000 pontscho fix xshape, mixer, fullscreen, etc
Sat, 01 Sep 2001 08:54:37 +0000 pontscho fullscreen bug fixed
Fri, 31 Aug 2001 10:06:32 +0000 pontscho add dealloc func
Thu, 30 Aug 2001 16:05:04 +0000 pontscho fix gui support
Thu, 23 Aug 2001 11:04:23 +0000 atlka added draw_alpha_XXXX functions, draw_alpha_func<=correct one in init
Mon, 13 Aug 2001 11:08:18 +0000 atlka changes according to -utf8 option, draw_osd() function added
Tue, 03 Jul 2001 23:22:29 +0000 arpi switching double buffering at runtime with -double
Thu, 21 Jun 2001 22:36:02 +0000 arpi_esp Xv port locking patch by Artur Zaprzala <artur.zaprzala@talex.com.pl>
Sun, 17 Jun 2001 01:22:09 +0000 arpi_esp patch: some X11 compliance fixed: set ClassHint and better fullscreen mode
Thu, 31 May 2001 22:32:58 +0000 lgb Centralized and cleaned up X11 connecting, fixed remote X11 playing, -display option for mplayer. SHOULD BE TESTED.
Sun, 20 May 2001 21:49:45 +0000 arpi_esp didn't handle flags parameter correctly
Tue, 08 May 2001 12:17:03 +0000 pontscho add gui support
Tue, 01 May 2001 01:32:59 +0000 arpi_esp multi buffering added (modify NUM_BUFFERS in the source)
Tue, 24 Apr 2001 11:42:04 +0000 pontscho clean up
Tue, 24 Apr 2001 11:30:57 +0000 szabii fprintf(stderr converted to printf(
Tue, 24 Apr 2001 10:21:12 +0000 szabii some warnings killed
Tue, 24 Apr 2001 05:58:09 +0000 pontscho -xy-x-y bug fixed.
Sun, 15 Apr 2001 21:01:19 +0000 atmosfear fixed osd for UYVY image format
Sat, 14 Apr 2001 17:55:20 +0000 atmosfear - applied overlay patch by Jens H
Fri, 13 Apr 2001 00:54:05 +0000 lgb Autohide X11 cursor
Wed, 11 Apr 2001 19:41:38 +0000 arpi_esp memcpy() moved mmx.h -> fastmemcpy.h
Wed, 11 Apr 2001 12:47:45 +0000 arpi_esp applied MMX2 memcpy() patch by Nick Kurshev
Tue, 10 Apr 2001 02:29:38 +0000 arpi_esp OSD alpha renderers moved to osd.c
Tue, 10 Apr 2001 00:00:04 +0000 laaz Szebb es jobb screensaver-kikapcsolo resz
Mon, 09 Apr 2001 22:27:27 +0000 laaz Screensaver and monitor powersafe function is switched off when playing a
Thu, 29 Mar 2001 16:06:36 +0000 arpi_esp OSD/SUB image quality & speed improvement
Thu, 29 Mar 2001 15:32:42 +0000 arpi_esp OSD/SUB support
Wed, 21 Mar 2001 19:10:55 +0000 pontscho *** empty log message ***
Sat, 03 Mar 2001 21:46:39 +0000 arpi_esp added check_events() interface
Sat, 24 Feb 2001 20:28:24 +0000 arpi_esp Initial revision