Thu May 26 13:57:19 2005 John Ellis <johne@verizon.net>
authorJohn Ellis <johne@verizon.net>
Thu, 26 May 2005 18:10:52 +0000 (18:10 +0000)
committerJohn Ellis <johne@verizon.net>
Thu, 26 May 2005 18:10:52 +0000 (18:10 +0000)
commit2c4a9db3cf44dfe850643982cebaf7baed11e485
tree3729874a1c2cda66a75248c794e710c7627be712
parente20edd8d51ea01759bbabde1cf1f5e9d0ba51b00
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. #####
12 files changed:
ChangeLog
THIS_CVS_IS_NOT_UP_TO_DATE [deleted file]
src/Makefile.am
src/exif.c
src/filelist.c
src/format_canon.c [new file with mode: 0644]
src/format_canon.h [new file with mode: 0644]
src/format_fuji.c [new file with mode: 0644]
src/format_fuji.h [new file with mode: 0644]
src/format_raw.c
src/format_raw.h
src/image-load.c