comparison ChangeLog @ 45:7cfa60beda76

Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net> * format_raw.[ch]: Move camera specific code to manufacturer specific format_*.c files. Change code so that file descripter version is now a separate functions that wraps the standard parser by using mmap. * format_canon.[ch]: Moved Canon specific raw support here, removed file descriptor versions of parser. This Canon raw file parser written by Daniel M. German. * format_fuji.[ch]: Move Fuji specific raw support here, parser written by Lars Ellenberg. * exif.c: Update for change to format_raw_img_exif_offsets. * filelist.c: Add cr2 extension to Canon raw format list. * image-load.c: Fixes for changes to format_raw_img_exif_offset_fd so that buffer is refilled using new offset of file descriptor. * src/Makefile.am: Add format_canon.[ch], format_fuji.[ch] to build. ##### Note: GQview CVS on sourceforge is not always up to date, please use ##### ##### an offical release when making enhancements and translation updates. #####
author gqview
date Thu, 26 May 2005 18:10:52 +0000
parents 458e396d3f35
children 905f8fa583a3
comparison
equal deleted inserted replaced
44:458e396d3f35 45:7cfa60beda76
1 Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
2
3 * format_raw.[ch]: Move camera specific code to manufacturer specific
4 format_*.c files. Change code so that file descripter version is now a
5 separate functions that wraps the standard parser by using mmap.
6 * format_canon.[ch]: Moved Canon specific raw support here, removed
7 file descriptor versions of parser. This Canon raw file parser written
8 by Daniel M. German.
9 * format_fuji.[ch]: Move Fuji specific raw support here, parser written
10 by Lars Ellenberg.
11 * exif.c: Update for change to format_raw_img_exif_offsets.
12 * filelist.c: Add cr2 extension to Canon raw format list.
13 * image-load.c: Fixes for changes to format_raw_img_exif_offset_fd so
14 that buffer is refilled using new offset of file descriptor.
15 * src/Makefile.am: Add format_canon.[ch], format_fuji.[ch] to build.
16
1 Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net> 17 Wed May 18 19:36:49 2005 John Ellis <johne@verizon.net>
2 18
3 * utilops.[ch] (file_util_rename_dir): New utility to rename a folder, 19 * utilops.[ch] (file_util_rename_dir): New utility to rename a folder,
4 does proper checking for existing folder to avoid clobbering an 20 does proper checking for existing folder to avoid clobbering an
5 existing folder. 21 existing folder.