log gui/util/bitmap.c @ 34131:db5ddd7433c8

age author description
Thu, 20 Oct 2011 12:12:51 +0000 ib Cosmetic: Adjust indent.
Thu, 20 Oct 2011 12:05:47 +0000 ib Fix bug in bpRenderMask().
Tue, 06 Sep 2011 15:28:53 +0000 ib Replace all mp_dbg() calls by mp_msg().
Tue, 06 Sep 2011 15:10:01 +0000 ib Add doxygen comments to bitmap.c and bitmap.h.
Tue, 06 Sep 2011 14:59:04 +0000 ib Cosmetic: Rename parameters bf img in bitmap.c.
Sat, 02 Jul 2011 23:12:45 +0000 reimar Clean up some function prototypes.
Wed, 29 Jun 2011 11:38:21 +0000 ib Add missing #include "libavutil/common.h".
Sat, 18 Jun 2011 14:33:41 +0000 ib Cosmetic: Rename some GUI variables and functions.
Thu, 16 Jun 2011 11:19:15 +0000 ib Remove function Normalize().
Wed, 06 Apr 2011 22:00:58 +0000 ib Define ext array more skillfully.
Tue, 05 Apr 2011 14:48:22 +0000 ib Prevent segmentation faults.
Tue, 05 Apr 2011 13:49:22 +0000 ib Replace av_freep by av_free
Tue, 05 Apr 2011 13:44:02 +0000 ib Remove various pngRead() debug messages.
Tue, 05 Apr 2011 13:21:20 +0000 ib Move debug messages.
Tue, 05 Apr 2011 13:12:36 +0000 ib Prevent segmentation faults.
Tue, 05 Apr 2011 12:50:56 +0000 ib Make len match ftell() return value type.
Tue, 05 Apr 2011 10:44:38 +0000 ib Move debug message.
Tue, 05 Apr 2011 10:39:59 +0000 ib Revise Convert24to32().
Tue, 05 Apr 2011 09:28:59 +0000 ib Revise Normalize().
Tue, 05 Apr 2011 09:12:35 +0000 ib Clean up and simplify fExist().
Mon, 04 Apr 2011 19:12:31 +0000 ib Define the transparent color as a macro.
Mon, 04 Apr 2011 18:51:06 +0000 ib Revert r33214.
Mon, 04 Apr 2011 18:35:25 +0000 ib Don't change original image during conversion.
Mon, 04 Apr 2011 18:25:11 +0000 ib Cosmetic: Adjust indent.
Mon, 04 Apr 2011 18:23:19 +0000 ib Get rid of else-block to improve readability.
Mon, 04 Apr 2011 14:49:58 +0000 ib Cosmetic: Rephrase some conditions and rename some variables.
Mon, 04 Apr 2011 14:29:52 +0000 ib Rename conv24to32() Convert24to32().
Mon, 04 Apr 2011 14:14:10 +0000 ib Increment the counter before the comparison.
Mon, 04 Apr 2011 14:06:08 +0000 ib Move common pixel shifting statement
Mon, 04 Apr 2011 13:49:57 +0000 ib Move variable definitions at top of function.
Mon, 04 Apr 2011 13:24:00 +0000 ib Use bpFree() to free the bitmap structure.
Mon, 04 Apr 2011 13:20:02 +0000 ib Rename variable nothaveshape and invert logic.
Mon, 04 Apr 2011 13:02:56 +0000 ib Use appropriate data type uint32_t for 32 bpp bitmap data.
Mon, 04 Apr 2011 12:40:20 +0000 ib Remove useless warning message.
Mon, 04 Apr 2011 12:14:26 +0000 ib Add missing 'else'.
Mon, 04 Apr 2011 12:01:27 +0000 ib Revise debug messages.
Tue, 29 Mar 2011 08:53:07 +0000 ib Cosmetic: Separate return statement with newline.
Mon, 28 Mar 2011 12:37:48 +0000 ib Move files with auxiliary functions to own directory.