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

age author description
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.
Sat, 02 Oct 2010 14:22:03 +0000 diego Remove UNUSED macros used to shut up unused function parameter warnings.
Mon, 20 Sep 2010 07:42:06 +0000 diego Remove another set of unnecessary #ifdefs around vosub_vidix.h #include.
Fri, 17 Sep 2010 09:59:10 +0000 diego Mark fillMultiBuffer() as static, it is not used outside of the file; fixes:
Fri, 17 Sep 2010 08:59:36 +0000 diego Replace local min/max macros by FFMIN/FFMAX.
Sun, 03 Jan 2010 17:12:12 +0000 reimar Replace deprecated sws_scale_ordered usages by sws_scale (which does the same).
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 29 Mar 2009 14:37:21 +0000 reimar Consistently use MP_MAX_PLANES as size for plane pointer/stride arrays in libvo.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sun, 07 Sep 2008 14:09:51 +0000 diego Replace casual GPL notices by proper license headers.
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sun, 27 Jan 2008 18:01:19 +0000 diego Fix illegal identifiers, names starting with __ are reserved for the system.
Sun, 30 Dec 2007 22:40:24 +0000 diego Relicense files written by Nick Kurshev and marked as "GPL v2" to
Sun, 30 Dec 2007 12:12:47 +0000 diego Remove redundant extern declarations, fixes the warnings:
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Sun, 02 Dec 2007 13:47:18 +0000 reimar Remove video_out_png extern in vo_vesa (remains of ill-advised
Tue, 05 Jun 2007 15:09:49 +0000 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Fri, 23 Mar 2007 00:31:29 +0000 aurel call vbeGetControllerInfo() only once
Wed, 07 Mar 2007 01:31:29 +0000 diego Fix unkown --> unkNown typo.
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
Sun, 09 Feb 2003 20:18:23 +0000 arpi linux->osdep
Wed, 29 Jan 2003 23:28:55 +0000 arpi hopefully better uninit check
Sun, 05 Jan 2003 11:30:39 +0000 filon 10l
Sun, 05 Jan 2003 11:24:13 +0000 filon Check if we can open /dev/mem in preinit(), so we can exit cleanly.
Sat, 04 Jan 2003 22:41:52 +0000 filon Not checking it caused SIGSEV when uninitning after vesa init failed.
Sun, 29 Dec 2002 23:35:30 +0000 arpi Juste a trivial patch for vesa output. The screen were cleaned at init
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Wed, 09 Oct 2002 23:13:47 +0000 arpi draw_slice() seems to support all csp
Mon, 07 Oct 2002 11:26:20 +0000 arpi a small fix for vo_vesa, when calling set_refresh, when -nofs used.
Tue, 10 Sep 2002 20:41:13 +0000 arpi It prevents mode change when Hsync out of range.
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Thu, 22 Aug 2002 23:03:51 +0000 arpi General Timing Formula algorithm from a scratch.
Fri, 16 Aug 2002 22:23:50 +0000 arpi 10l bug - noticed by Emiel Neggers <emiel@neggers.net>
Sat, 27 Jul 2002 22:10:58 +0000 atmos4 Disable OSD outside movie, because it's not redrawn currently, user can use -vop expand to get osd outisde movie.
Mon, 27 May 2002 15:45:02 +0000 alex removed screenshot thingie - it will be moved to video filter layer
Thu, 11 Apr 2002 21:07:00 +0000 arpi VFCAP added
Sun, 17 Feb 2002 17:18:05 +0000 nick Change order of vo_function calls (Although it doesn't matter for now).
Sun, 17 Feb 2002 10:21:00 +0000 nick Screenshot on the fly
Tue, 12 Feb 2002 15:06:04 +0000 atmos4 add vsync support for doublebuffering to vo_vesa
Sat, 09 Feb 2002 10:24:44 +0000 nick Make code simple. Use swScaler even for fastmemcpy purposes :)
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, 07 Feb 2002 19:37:09 +0000 nick Configurable OSD zones
Wed, 06 Feb 2002 20:52:14 +0000 michael swScale internally uses yuv2rgb now if possible
Wed, 06 Feb 2002 16:41:41 +0000 nick Correct vesa shutdown on 'config playback' errors
Tue, 05 Feb 2002 16:43:18 +0000 nick Support of scaling with every fourcc
Sun, 03 Feb 2002 09:12:32 +0000 nick code cleanup
Thu, 31 Jan 2002 10:23:39 +0000 nick Use new tune info
Thu, 31 Jan 2002 09:57:13 +0000 nick new info for tuning
Sat, 26 Jan 2002 19:12:49 +0000 nick preinit usage
Sat, 26 Jan 2002 16:01:26 +0000 nick Extensions for video accelerated architecture
Wed, 16 Jan 2002 15:22:45 +0000 alex added vidix_start() and vidix_stop() for better runtime-resize support ;)
Fri, 11 Jan 2002 17:20:43 +0000 nick Configurable VIDIX usage
Thu, 10 Jan 2002 18:01:19 +0000 nick Minor bugs and new vidix stuff support
Mon, 07 Jan 2002 09:28:22 +0000 nick Embedding vidix
Sun, 06 Jan 2002 10:58:04 +0000 nick paint background on -v -v
Thu, 29 Nov 2001 20:19:17 +0000 michael swscaler cleanup
Thu, 29 Nov 2001 18:00:57 +0000 nick Minor optimization
Sun, 18 Nov 2001 15:06:32 +0000 nick Added preinit of lvo stuff
Sun, 18 Nov 2001 09:46:11 +0000 nick Unknown subdevice now is error (was - warning)
Sat, 17 Nov 2001 16:11:48 +0000 nick Fixed incorretc terminating of lvo stuff and improving of query_format
Thu, 15 Nov 2001 18:18:35 +0000 nick No comments
Thu, 15 Nov 2001 16:45:26 +0000 nick Screen clearing instead of stupid BIOSes
Tue, 13 Nov 2001 17:46:16 +0000 nick minor lacks fixing
Tue, 13 Nov 2001 17:13:33 +0000 nick New video output technique Linux Video Overlay:
Fri, 09 Nov 2001 02:17:02 +0000 pl added missing #include <malloc.h>
Fri, 09 Nov 2001 02:02:58 +0000 pl memalign detection cleanup
Tue, 06 Nov 2001 11:22:40 +0000 nick Move yuv2rgb to postprocess
Mon, 05 Nov 2001 17:35:28 +0000 nick Well - old algorithms and new stuff rgb24to16(15)
Mon, 05 Nov 2001 08:38:18 +0000 nick rgb32to16, rgb32to15 support
Sun, 04 Nov 2001 18:04:45 +0000 nick Minor notes
Sun, 04 Nov 2001 17:22:22 +0000 nick Use standard aspect code
Sun, 04 Nov 2001 17:01:12 +0000 nick Code cleanup
Sun, 04 Nov 2001 16:20:58 +0000 nick Double buffering support
Sun, 04 Nov 2001 11:50:52 +0000 nick Fixed rgb2rgb in DGA mode
Sat, 03 Nov 2001 18:45:13 +0000 nick What's new:
Fri, 02 Nov 2001 18:24:25 +0000 nick code cleanup
Fri, 02 Nov 2001 18:10:20 +0000 nick Fixed bug of -vc libmpeg2 on vesa:dga
Fri, 02 Nov 2001 17:36:04 +0000 nick Qualitative speedup decoding when video card supports DGA!
Thu, 01 Nov 2001 18:12:58 +0000 nick vo_vesa: DGA support
Tue, 30 Oct 2001 16:47:27 +0000 nick print 'sw convertor usage' without verbosing
Tue, 30 Oct 2001 16:17:38 +0000 nick Cosmetic
Mon, 29 Oct 2001 18:25:07 +0000 nick memalign 64
Sun, 28 Oct 2001 18:30:59 +0000 michael yv12 to yv12 scaler
Sun, 28 Oct 2001 10:45:42 +0000 nick vo_vesa: more rgb2rgb support
Sun, 28 Oct 2001 10:28:08 +0000 nick vo_vesa: more rgb2rgb support
Sun, 28 Oct 2001 10:17:57 +0000 nick vo_vesa: rgb2rgb support