log gui/bitmap.c @ 30713:9dc765bfa063

age author description
Sun, 24 Jan 2010 21:15:43 +0000 reimar Use av_malloc to ensure sufficient alignment and also free at least some
Sun, 17 Jan 2010 14:53:12 +0000 reimar Do not depend on PIX_FMT_RGB32 which is (currently?) not part of the public API.
Sun, 26 Jul 2009 19:53:00 +0000 diego Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
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