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

age author description
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Thu, 24 Nov 2011 18:32:08 +0000 reimar Use lookup_keymap_table instead of a large number of switch cases.
Thu, 24 Nov 2011 00:03:14 +0000 reimar Reindent.
Thu, 24 Nov 2011 00:00:39 +0000 reimar caca: process all pending events instead of exactly one per check_events.
Wed, 23 Nov 2011 23:59:01 +0000 reimar caca: for ordinary keys, send key events on press instead of release.
Wed, 23 Nov 2011 23:57:37 +0000 reimar caca: support mouse events and more keys.
Wed, 09 Nov 2011 02:35:04 +0000 diego vo_caca: Port to libcaca 1.x API, which is widespread enough nowadays.
Wed, 09 Nov 2011 02:26:58 +0000 diego vo_caca: reformat and prettyprint as K&R, shorten some lines
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Thu, 16 Sep 2010 11:05:42 +0000 diego Update URL to patch for new API support.
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.
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
Wed, 15 Aug 2007 10:34:53 +0000 diego Identifiers should not start with two underscores.
Mon, 13 Aug 2007 08:32:47 +0000 cehoyos Fix likely mistake when using char*.
Thu, 29 Mar 2007 17:16:11 +0000 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
Wed, 22 Nov 2006 19:21:16 +0000 uau Make compilation depending on USE_OSD unconditional.
Tue, 26 Sep 2006 23:43:21 +0000 corey vo_caca: use the pre-1.x compatibility layer so recent
Thu, 13 Jul 2006 05:03:43 +0000 reynaldo marks several string parameters as const, as they are not modified inside the function, 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
Mon, 18 Apr 2005 15:52:38 +0000 henry replace VO and VF numeric flags with #defined identifiers
Tue, 06 Apr 2004 00:04:48 +0000 alex libcaca video output driver by Howell Tam