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.