log libvo/vo_tga.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.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Sun, 11 Jul 2010 21:33:27 +0000 reimar 15 bpp tga format is little endian.
Sun, 11 Jul 2010 21:30:45 +0000 reimar Use the proper imgfmt names.
Sun, 11 Jul 2010 21:25:06 +0000 reimar Fix vo_tga RGB with alpha output on little-endian (blue and alpha were swapped),
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
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, 28 Jan 2007 16:36:41 +0000 lu_zero fix endianess, see bug #727
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, 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
Sat, 12 Jun 2004 17:37:47 +0000 rtognimp Fix for big endian systems
Sun, 24 Aug 2003 18:26:37 +0000 arpi TGA image output VO module