log libvo/vo_vesa.c @ 22233:5bf6c178f09a

age author description
Thu, 04 Jan 2007 16:07:42 +0000 ben don't fatal if saving vesa state failed (this always fails on qemu, with this patch vesa now works under qemu)
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Fri, 01 Dec 2006 11:24:19 +0000 diego Correct include path for bswap.h, patch by Carl Eugen Hoyos, cehoyos ag.or.at.
Fri, 25 Aug 2006 19:52:00 +0000 ben if double buffering is enabled, but vbeSetDisplayStart() fails, turn double buffering off (also adds support for VESA output under VMware).
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale
Fri, 28 Apr 2006 23:06:42 +0000 diego Rename some misspelled and misnamed messages.
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
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Sun, 23 Oct 2005 16:19:32 +0000 diego Make include paths consistent among files in libvo. Since -I.. is added
Thu, 18 Aug 2005 11:26:04 +0000 alex use libvbe from vesautils
Thu, 11 Aug 2005 11:02:30 +0000 alex 10l, patch found in geexbox
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, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Thu, 24 Feb 2005 17:08:54 +0000 rfelker strides should always be signed
Wed, 06 Oct 2004 08:42:13 +0000 faust3 Currently vbeGetProtModeInfo call the 0x4f0a function of int 10h the get
Sun, 26 Sep 2004 15:10:47 +0000 faust3 use aspect code when used with vidix
Sun, 01 Aug 2004 11:17:27 +0000 faust3 10l query format at least when used with vidix, disable colorkeying with vidix, should fix #38 and #33
Fri, 25 Jun 2004 17:29:18 +0000 alex neomagic tv out support throught vesa vbe, patch by Rudolf Marek
Wed, 24 Dec 2003 22:00:51 +0000 diego occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>
Sun, 07 Dec 2003 15:08:20 +0000 alex Some more vidix crap - vidix equalizer passthrough. Patch by Oleg I. Vdovikin <vdovikin@jscc.ru>
Wed, 22 Oct 2003 13:22:00 +0000 alex fixed -nocolorkey
Fri, 17 Oct 2003 09:08:37 +0000 alex Colorkeying can be disabled. Fbdev, svga and vesa vidix colorkeying support
Sun, 31 Aug 2003 18:33:02 +0000 alex remove exit_player and exit references
Wed, 09 Jul 2003 19:05:16 +0000 michael 10l (red <-> blue) fix
Sun, 01 Jun 2003 21:59:29 +0000 michael vf_scale.h & related cleanup & some small warning fix by dominik
Mon, 21 Apr 2003 16:59:10 +0000 alex 10l fix by Aurelien JACOBS <aurel@gnuage.org>
Tue, 08 Apr 2003 18:05:41 +0000 alex multiple init fix by Aurelien JACOBS <aurel@gnuage.org>
Fri, 28 Mar 2003 10:08:55 +0000 ranma Only write title if verbose>0.
Fri, 21 Mar 2003 16:32:53 +0000 alex multiple preinit support -- cleaning vidix_name between the multiple preinits. Patch by Aurlien JACOBS <aurel@gnuage.org>
Sun, 23 Feb 2003 22:05:55 +0000 michael sws_ prefix, more seperation between internal & external swscaler API