log

age author description
Sun, 08 Mar 2020 19:18:48 +0200 Matti Hamalainen A "commit dump" of random changes I've made, as I probably won't be touching this code anymore. default tip
Sun, 08 Mar 2020 19:14:25 +0200 Matti Hamalainen Cosmetics.
Tue, 16 May 2017 17:25:59 +0300 Matti Hamalainen Silence warnings.
Mon, 15 May 2017 15:59:16 +0300 Matti Hamalainen Fix / silence some warnings.
Thu, 11 May 2017 18:14:31 +0300 Matti Hamalainen Fix some EXIF conversion memory allocation handling.
Thu, 11 May 2017 10:05:55 +0300 Matti Hamalainen Add exif_fix_data() before creating the EXIF data blob from TIFF tags to
Wed, 10 May 2017 16:04:03 +0300 Matti Hamalainen Move information about -keepmetadata under main options.
Wed, 10 May 2017 16:03:04 +0300 Matti Hamalainen Some adjustments to EXIF support in TIFF input.
Wed, 10 May 2017 14:26:20 +0300 Matti Hamalainen The format of JPEG EXIF data converted to BPG had an extraneous zero byte at
Wed, 10 May 2017 14:10:45 +0300 Matti Hamalainen Cosmetics.
Wed, 10 May 2017 14:09:07 +0300 Matti Hamalainen Add EXIF metadata conversion from TIFF files to BPG via libexif.
Thu, 27 Apr 2017 15:57:50 +0300 Matti Hamalainen Cleanups and warnings fixes.
Thu, 27 Apr 2017 12:16:41 +0300 Matti Hamalainen Set a dummy libtiff warning handler to silence useless warnings about
Thu, 27 Apr 2017 10:50:45 +0300 Matti Hamalainen Check for malloc fail.
Thu, 27 Apr 2017 10:46:16 +0300 Matti Hamalainen Add include <string.h>
Thu, 27 Apr 2017 02:46:53 +0300 Matti Hamalainen Check for NULL buffer and 0 length of data in bpg_add_md_contents().
Wed, 26 Apr 2017 18:24:15 +0300 Matti Hamalainen Use bpg_insert_md() and bpg_add_md_contents() in jpeg_get_metadata() also.
Wed, 26 Apr 2017 18:22:11 +0300 Matti Hamalainen Rename insert_md() and add_md_contents() to bpg_insert_md() and
Wed, 26 Apr 2017 18:19:18 +0300 Matti Hamalainen Fix some warnings by adding missing field initializers for long opts.
Sun, 18 Dec 2016 10:52:06 +0200 Matti Hamalainen Fix assigned-but-unused variable warning.
Tue, 13 Dec 2016 12:10:47 +0200 Matti Hamalainen Don't use C99 style declarations here for no reason.
Tue, 13 Dec 2016 10:50:18 +0200 Matti Hamalainen Remove debug line.
Thu, 08 Dec 2016 22:41:01 +0200 Matti Hamalainen Implement support for one type of grayscale TIFF.
Thu, 08 Dec 2016 21:40:44 +0200 Matti Hamalainen Add support for indexed palette TIFFs, at least some of them.
Thu, 08 Dec 2016 21:38:15 +0200 Matti Hamalainen Add checking TIFF photometric interpretation tag data.
Wed, 07 Dec 2016 15:22:56 +0200 Matti Hamalainen Implement some metadata support in TIFF and clean up meta data handling otherwise.
Wed, 07 Dec 2016 14:04:58 +0200 Matti Hamalainen Get rid of indirect metadata variable sillyness in load_image().
Wed, 07 Dec 2016 12:27:40 +0200 Matti Hamalainen Improve error handling.
Wed, 07 Dec 2016 11:23:39 +0200 Matti Hamalainen Initial implementation of alpha channel support for TIFF images.
Wed, 07 Dec 2016 10:38:38 +0200 Matti Hamalainen Cosmetics: Remove trailing whitespace.
Wed, 07 Dec 2016 10:37:38 +0200 Matti Hamalainen Initial implementation of TIFF format read support via libtiff.
Wed, 07 Dec 2016 10:35:38 +0200 Matti Hamalainen Clean up load_image() probing code a bit in preparation for TIFF support.
Wed, 07 Dec 2016 10:17:53 +0200 Matti Hamalainen Use pkg-config.
Wed, 16 Nov 2016 11:17:33 +0200 Matti Hamalainen Fix two cases of incorrect preprocessor token usage.
Wed, 16 Nov 2016 11:16:33 +0200 Matti Hamalainen Initial import.