log

age author description
Thu, 31 May 2018 13:04:25 +0300 Matti Hamalainen Improve error handling and plug filehandle leaks.
Thu, 31 May 2018 13:03:53 +0300 Matti Hamalainen Rename varibles.
Thu, 31 May 2018 12:52:20 +0300 Matti Hamalainen Cleanups.
Thu, 31 May 2018 11:40:20 +0300 Matti Hamalainen Cleanup.
Thu, 31 May 2018 00:46:33 +0300 Matti Hamalainen Add support for a plain hires format at $2000.
Thu, 31 May 2018 00:40:43 +0300 Matti Hamalainen Implement hires Mono Magic support.
Thu, 31 May 2018 00:21:34 +0300 Matti Hamalainen Cosmetic fixes.
Thu, 31 May 2018 00:04:01 +0300 Matti Hamalainen Big overhaul to the enc/dec operator system to be more flexible.
Wed, 30 May 2018 21:10:57 +0300 Matti Hamalainen Display number of supported C64 image formats in --formats list of 64vw and gfxconv.
Wed, 30 May 2018 21:08:34 +0300 Matti Hamalainen Add option to 64vw to list only filenames of recognized files (-l). Implies probe (-p).
Wed, 30 May 2018 18:11:31 +0300 Matti Hamalainen Enable BDP5 encoding support.
Wed, 30 May 2018 17:25:26 +0300 Matti Hamalainen Fix a minor memory leak and file descriptor leak.
Wed, 30 May 2018 17:22:27 +0300 Matti Hamalainen Add support for BDP5 format encoding.
Wed, 30 May 2018 17:22:01 +0300 Matti Hamalainen Cleanups.
Wed, 30 May 2018 17:10:24 +0300 Matti Hamalainen RLE analyze was ran before setting up the compression config. Oops. Fixed.
Wed, 30 May 2018 17:05:19 +0300 Matti Hamalainen More work on improving the generic RLE decoder/encoder.
Wed, 30 May 2018 14:45:14 +0300 Matti Hamalainen Micro-optimization.
Wed, 30 May 2018 13:53:57 +0300 Matti Hamalainen Rename function argument.
Wed, 30 May 2018 13:48:27 +0300 Matti Hamalainen Split IFF chunk id string from id creation into separate function.
Wed, 30 May 2018 13:21:14 +0300 Matti Hamalainen Get rid of a basically redundant function in IFF reader.
Wed, 30 May 2018 13:20:40 +0300 Matti Hamalainen Cleanups.
Wed, 30 May 2018 12:41:31 +0300 Matti Hamalainen Improve IFF reader error handling.
Wed, 30 May 2018 11:16:39 +0300 Matti Hamalainen Add missing interlace type setting to GunPaint decoding.
Wed, 30 May 2018 03:30:56 +0300 Matti Hamalainen BDP5 memory format is same as Koala, so reuse that.
Wed, 30 May 2018 03:26:13 +0300 Matti Hamalainen Implement support for Boogie Down Paint 5 (packed) format.
Wed, 30 May 2018 03:25:34 +0300 Matti Hamalainen Refactor RLE encoding a bit, and add support for 16bit run counts and make things more configurable.
Wed, 30 May 2018 01:29:09 +0300 Matti Hamalainen Clean up fmtDecodeTruePaintPacked() a bit, and fix GCC warnings about
Wed, 30 May 2018 01:18:26 +0300 Matti Hamalainen Set interlace type for FunPaint2 images, so tha they work again.
Wed, 30 May 2018 01:17:57 +0300 Matti Hamalainen Add sanity check for interlaced formats: check that the interlace type flags are set.
Wed, 30 May 2018 01:07:07 +0300 Matti Hamalainen Implement support for packed TruePaint images.