log gui/util/bitmap.c @ 37053:84c93a60ead3

age author description
Thu, 27 Mar 2014 19:50:30 +0000 ib Don't use data type long.
Sun, 31 Mar 2013 23:09:34 +0000 ib Cosmetic: Rearrange #includes.
Mon, 21 Jan 2013 19:44:53 +0000 diego Replace CODEC_IDs their modern AV_-prefixed counterparts.
Tue, 15 Jan 2013 22:10:59 +0000 ib Relocate some functions.
Thu, 06 Dec 2012 13:47:47 +0000 ib Rebuild GUI directory structure.
Tue, 04 Dec 2012 18:36:14 +0000 ib Introduce boolean symbolic constants.
Fri, 23 Nov 2012 10:24:10 +0000 ib Check return value after reading file.
Fri, 23 Nov 2012 10:15:43 +0000 ib Don't use signed variable for file length.
Fri, 24 Feb 2012 17:16:54 +0000 ib Cosmetic: Prefer C style for single line comments.
Fri, 27 Jan 2012 11:24:59 +0000 ib Cosmetic: Rename variables.
Fri, 27 Jan 2012 00:07:45 +0000 ib Fix skin PNG read errors.
Fri, 13 Jan 2012 15:25:13 +0000 ib Replace deprecated avcodec functions by new ones.
Thu, 20 Oct 2011 12:24:00 +0000 ib Add comment to bpRenderMask().
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.