log libvo/vo_dxr2.c @ 36873:05efbb5ab47e

age author description
Sun, 02 Mar 2014 21:12:33 +0000 ib Add VOCTRL_GUISUPPORT.
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sat, 02 Mar 2013 22:40:40 +0000 ib Remove explicit setting of vo_ontop.
Mon, 19 Sep 2011 22:11:12 +0000 reimar Get rid of X11_FULLSCREEN.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Thu, 13 Jan 2011 17:37:16 +0000 ranma move function declaration into vo_dxr2.h
Tue, 11 Jan 2011 00:12:20 +0000 ranma Fix uCode memleak found by debian automated code analysis
Tue, 11 Jan 2011 00:09:59 +0000 ranma Fix compiler warnings in ao_dxr2.c and vo_dxr2.c
Tue, 11 Jan 2011 00:07:52 +0000 ranma Fix name clash with aspect() function from aspect.h (makes vo_dxr2.c compile again).
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Thu, 17 Jun 2010 08:17:06 +0000 diego Factorize monitor_aspect extern declaration into aspect.h.
Thu, 17 Jun 2010 08:14:57 +0000 diego Add vd.h #include instead of declaring movie_aspect extern.
Sun, 04 Apr 2010 16:08:15 +0000 diego Mark dxr2_opts array as const.
Sat, 20 Mar 2010 23:38:27 +0000 diego Rename get_path.[ch] --> path.[ch].
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 04 May 2009 17:35:26 +0000 diego Add missing 'void' to parameterless function declarations.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Thu, 16 Oct 2008 18:19:36 +0000 diego Move X11_FULLSCREEN definition to x11_common.h where it belongs.
Thu, 14 Feb 2008 14:23:55 +0000 diego typo fix: inited --> initialized
Sat, 12 Jan 2008 16:05:04 +0000 reimar Write functions used by send_mpeg_*_packet may _not_ modify data
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.
Sun, 02 Dec 2007 14:24:23 +0000 reimar Mark several uses of vo_functions_t as const to stop some of the current
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Tue, 28 Aug 2007 11:20:24 +0000 diego Clean up the way get_path is handled: Compile get_path.c to an object to link
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Sun, 23 Jul 2006 10:10:06 +0000 ben use mpeg packetizer helpers for sending lpcm packets
Sat, 22 Jul 2006 10:39:00 +0000 ben use new mpeg_packetizer helpers
Mon, 03 Jul 2006 23:27:37 +0000 reynaldo get_path as const, patch by Stefan Huehner, stefan AT huehner-org
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
Sun, 30 Nov 2003 16:36:10 +0000 joey runtime 'stay-on-top' functionality
Wed, 13 Aug 2003 16:29:32 +0000 alex Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Tue, 05 Nov 2002 22:45:53 +0000 albeu 10L found by Mark <CompGuy284 at attbi dot com>
Sat, 02 Nov 2002 22:46:09 +0000 albeu Overlay cropping options. Patch by Mark <CompGuy284 at attbi dot com> extanded
Wed, 30 Oct 2002 17:54:07 +0000 albeu Some little bugfixs
Tue, 29 Oct 2002 23:40:07 +0000 albeu Fixed the overlay, some opts to adjust the overlay
Wed, 23 Oct 2002 17:21:01 +0000 arpi cleanup config option handling in libmpdemux.
Tue, 03 Sep 2002 15:18:39 +0000 alex 10l fix by Mark <CompGuy284@attbi.com>
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
Tue, 28 May 2002 13:21:29 +0000 albeu Raise the colorkey tolerence
Fri, 24 May 2002 21:59:34 +0000 albeu Overlay in a window (only with x11 subdriver)
Fri, 17 May 2002 23:51:37 +0000 albeu Workaround the bug in x11 vo's (if it's one) wich let a window in the way
Mon, 13 May 2002 19:57:27 +0000 albeu Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume setting
Mon, 13 May 2002 13:31:35 +0000 albeu 10L Crash if no subdriver given and overlay enabled
Mon, 13 May 2002 13:15:40 +0000 albeu Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.