log gui/bitmap.c @ 27296:a316bc1ea84d

age author description
Tue, 22 Apr 2008 09:33:39 +0000 diego Add standard GPL header to individual files.
Mon, 25 Feb 2008 15:46:36 +0000 diego FFmpeg now uses different (unified) #include paths.
Tue, 12 Jun 2007 08:38:42 +0000 cehoyos Fix compilation after FFmpeg r9283.
Mon, 07 May 2007 12:35:14 +0000 reimar remove unused code
Mon, 07 May 2007 12:33:13 +0000 reimar Fix Gui colors for 32 bit png images after switch to libavcodec decoding
Wed, 02 May 2007 16:42:31 +0000 reimar Use calloc instead of malloc+memset
Wed, 02 May 2007 16:39:35 +0000 reimar Missing free on error in conv24to32
Wed, 02 May 2007 16:38:22 +0000 reimar Simplify bgr2rgb
Wed, 02 May 2007 16:26:58 +0000 reimar Remove unused function
Wed, 02 May 2007 16:24:23 +0000 reimar Make functions and variables not used outside bitmap.c static
Wed, 02 May 2007 16:23:16 +0000 reimar Simplify conv24to32 for-loop
Wed, 02 May 2007 14:39:55 +0000 reimar Remove libpng dependency for Gui, use libavcodec instead
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui