log

age author description
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 16:02:59 +0000 reimar Enable VDPAU HWACCELs in FFmpeg when VDPAU is enabled.
Mon, 04 Apr 2011 15:10:05 +0000 ib Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.
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.
Mon, 04 Apr 2011 10:49:54 +0000 ib Remove unused message.
Mon, 04 Apr 2011 02:00:32 +0000 jrash Synced with help_mp-en.h rev. 33185
Sun, 03 Apr 2011 14:39:27 +0000 iive Fix segfault in lavcac3enc audio filter.
Sun, 03 Apr 2011 14:26:38 +0000 ib Cosmetic: Adjust indent.
Sun, 03 Apr 2011 14:24:36 +0000 ib Prevent an out-of-bounds array access.
Sun, 03 Apr 2011 10:54:03 +0000 ib Cosmetic: Rename cmd functions item.
Sun, 03 Apr 2011 10:38:35 +0000 ib Cosmetic: Adjust indent after simplifying cmd_base().
Sun, 03 Apr 2011 10:31:11 +0000 ib Simplify cmd_base().
Sat, 02 Apr 2011 22:01:55 +0000 ib Remove unused wItem member tmp.
Sat, 02 Apr 2011 20:45:43 +0000 ib Move debug messages so that they will be processed earlier.
Sat, 02 Apr 2011 20:24:19 +0000 ib Order member assignments according to their definition in the structure.
Fri, 01 Apr 2011 22:21:42 +0000 ib Add an itMenu item type.
Fri, 01 Apr 2011 22:16:32 +0000 ib Don't needlessly store font information in the wItems array
Fri, 01 Apr 2011 21:23:50 +0000 ib Prevent an out-of-bounds array access.
Fri, 01 Apr 2011 20:42:06 +0000 ib Revise font related error messages.
Fri, 01 Apr 2011 13:59:50 +0000 ib Avoid using skin pointer.
Fri, 01 Apr 2011 13:30:17 +0000 ib Avoid using appMPlayer.
Fri, 01 Apr 2011 13:00:07 +0000 ib Cosmetic: Rearrange variable declarations to match parameters.
Fri, 01 Apr 2011 12:56:23 +0000 ib Cosmetic: Rearrange variable declarations to match parameters.
Fri, 01 Apr 2011 12:48:40 +0000 ib Use more appropriate name for variable and reduce it to reasonable size.
Fri, 01 Apr 2011 12:23:56 +0000 ib Remove needless variable.
Fri, 01 Apr 2011 12:15:10 +0000 ib Reduce resp. increase arrays to reasonable size.
Fri, 01 Apr 2011 12:09:17 +0000 ib Cosmetic: Use more appropriate variable names.
Fri, 01 Apr 2011 11:25:57 +0000 ib Disable background definition for playbar.
Fri, 01 Apr 2011 11:04:48 +0000 ib Simplify parameter analysis.
Fri, 01 Apr 2011 10:58:04 +0000 ib Remove needless variable.
Fri, 01 Apr 2011 10:36:11 +0000 ib Revise message for parameter errors.
Thu, 31 Mar 2011 12:25:32 +0000 ib Cosmetic: Rename menuBase menu.
Thu, 31 Mar 2011 12:03:54 +0000 ib Clean up cmd_window().
Thu, 31 Mar 2011 11:38:30 +0000 ib Cosmetic: Use more appropriate variable names.
Thu, 31 Mar 2011 10:56:42 +0000 ib (Almost entirely) cosmetic: Use more appropriate variable names.
Thu, 31 Mar 2011 10:13:47 +0000 ib Allow number sign as comment character.
Thu, 31 Mar 2011 09:38:03 +0000 ib Cosmetic: Adjust indent.
Thu, 31 Mar 2011 09:37:12 +0000 ib Reset skin pointer and window name.
Thu, 31 Mar 2011 09:09:54 +0000 ib Add a check for unknown items.
Thu, 31 Mar 2011 09:03:53 +0000 ib Leave loop after item function has been found and called.