log libvo/vo_ggi.c @ 31186:439a9130acf5

age author description
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Sat, 02 Aug 2008 17:38:11 +0000 diego Change a bunch of video-output-specific preprocessor directives from a HAVE_
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
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
Sun, 27 May 2007 21:13:10 +0000 reimar Remove more pointless fastmemcpy.h includes in libvo
Thu, 29 Mar 2007 17:16:11 +0000 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
Tue, 13 Sep 2005 08:47:46 +0000 diego - improved performance on truecolor modes
Thu, 08 Sep 2005 00:11:55 +0000 diego Replace remaining tabs by spaces.
Tue, 06 Sep 2005 18:44:04 +0000 diego Switch indentation over to K&R style, replace all tabs by spaces.
Sun, 21 Aug 2005 01:20:31 +0000 reimar remove extern for variables that are already in headers.
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
Wed, 11 May 2005 08:04:13 +0000 diego - make use of libggiwmh if found by configure
Wed, 27 Apr 2005 12:15:37 +0000 reimar Make it possible to use a ggi device string that contains a ',' by writing
Fri, 17 Dec 2004 19:36:52 +0000 diego - Fixed mode setting, so any video can be played on all supported ggi targets.
Tue, 23 Nov 2004 16:07:14 +0000 iive Remove broken support for directbuffer and including frame-handling use.
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Fri, 25 Jun 2004 16:58:45 +0000 diego Unify the config.h #include, use "config.h" instead of "../config.h"
Tue, 14 Oct 2003 10:03:37 +0000 alex non-directbuffer and slices support
Thu, 03 Jul 2003 20:22:51 +0000 alex removing my (nonworking) email address
Sun, 09 Feb 2003 20:18:23 +0000 arpi linux->osdep
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Fri, 26 Jul 2002 12:42:43 +0000 alex removed query_vaa
Mon, 27 May 2002 17:44:32 +0000 alex revised query_format
Fri, 19 Apr 2002 16:50:03 +0000 alex minor fixes and flipping support
Mon, 15 Apr 2002 18:04:18 +0000 alex added support for directrendering, updated to VFCAP_ flags in query_format, added support for non-directbuffer devices, and using mem2agpcpy_pic
Sun, 24 Feb 2002 16:28:44 +0000 alex older API fixes, support for async mode
Sun, 24 Feb 2002 02:50:02 +0000 alex do not fault if no directbuffer available (for example: ggi display-multi)
Sun, 24 Feb 2002 02:21:14 +0000 alex reworked :) should work on low bpp outputs