log tools/lib64fmts.c @ 1665:0022e1a428ca

age author description
Wed, 30 May 2018 18:11:31 +0300 Matti Hamalainen Enable BDP5 encoding support.
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 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:07:07 +0300 Matti Hamalainen Implement support for packed TruePaint images.
Fri, 25 May 2018 02:23:23 +0300 Matti Hamalainen Fix packed Koala Painter probing.
Fri, 25 May 2018 01:43:54 +0300 Matti Hamalainen Cosmetic.
Fri, 25 May 2018 01:43:11 +0300 Matti Hamalainen Adjust BFLI format spec slightly. Still broken tho.
Fri, 25 May 2018 01:42:12 +0300 Matti Hamalainen Cleanups.
Mon, 14 May 2018 07:32:09 +0300 Matti Hamalainen Adjust Fun Paint 2 decoding now that the RLE decoding is fixed.
Mon, 14 May 2018 06:38:58 +0300 Matti Hamalainen Implement packed Koala Painter probing.
Mon, 14 May 2018 06:37:29 +0300 Matti Hamalainen Oops, missed this from the last commit.
Mon, 14 May 2018 06:36:18 +0300 Matti Hamalainen Implement common encdec ops lists for sharing oplists between formats that
Mon, 14 May 2018 05:38:58 +0300 Matti Hamalainen Add commas after macro blocks in the format array.
Mon, 14 May 2018 05:13:44 +0300 Matti Hamalainen Reorder some format operators by address.
Mon, 14 May 2018 04:27:53 +0300 Matti Hamalainen Refactor the c64 format memory handling a bit for more flexibility.
Mon, 14 May 2018 04:11:31 +0300 Matti Hamalainen Rename DT_BITMAP to DT_BITMAP_RAM.
Sun, 13 May 2018 23:20:32 +0300 Matti Hamalainen Add somewhat broken support for "Big FLI" aka BFLI files. Needs more work.
Sun, 13 May 2018 23:19:36 +0300 Matti Hamalainen Rename a function.
Sun, 13 May 2018 10:07:25 +0300 Matti Hamalainen Improve and simplify Fun Paint 2 format support.
Sun, 13 May 2018 09:51:13 +0300 Matti Hamalainen Add support for packed Koala Painter files, though without probing now.
Sun, 13 May 2018 09:50:13 +0300 Matti Hamalainen Get rid of some code duplication by merging functionality of certain pixel
Sun, 13 May 2018 09:10:52 +0300 Matti Hamalainen Fix Koala Painter background color decoding.
Sun, 13 May 2018 09:09:58 +0300 Matti Hamalainen Add support for "Picasso 64" and "Vidcom 64" multicolor formats.
Sun, 13 May 2018 09:08:18 +0300 Matti Hamalainen Implement another RLE variant, with different ordering of marker, count and data bytes.
Sat, 12 May 2018 21:02:42 +0300 Matti Hamalainen Remove encode stub function, it's not used now.
Sat, 12 May 2018 21:01:46 +0300 Matti Hamalainen Improve how format read/write capabilities are marked and shown.
Sat, 12 May 2018 05:31:40 +0300 Matti Hamalainen Implement dmGenericRLEAnalyze() and use it where appropriate.
Sat, 12 May 2018 05:17:00 +0300 Matti Hamalainen Fix FunPaint2 packed format decoding.
Sat, 12 May 2018 05:03:02 +0300 Matti Hamalainen Fix Amica Paint decoding off-by-one.
Sat, 12 May 2018 04:55:05 +0300 Matti Hamalainen Cleanup.
Sat, 12 May 2018 04:54:36 +0300 Matti Hamalainen Implement Amica Paint packed format encoding.
Sat, 12 May 2018 04:05:10 +0300 Matti Hamalainen Fix DrazLace encoding.
Sat, 12 May 2018 02:29:05 +0300 Matti Hamalainen Rename some decoder functions.
Fri, 11 May 2018 20:18:14 +0300 Matti Hamalainen Change the passing of RLE compression/decompression parameters to be in a dedicated struct.
Fri, 11 May 2018 07:41:55 +0300 Matti Hamalainen Factor all the c64 file format specific things into lib64fmt.c