1586 Commits (667d10ef93734d4070d8424c03e1e4b18a62f23c)
 

Author SHA1 Message Date
Andreas Huggel 667d10ef93 Removed inline functions from class hierarchies (Patrick Spendrin). 17 years ago
Andreas Huggel 8de115df84 #570: Updated makernote doc. 17 years ago
Andreas Huggel 33c7159091 #570: Changed make string to recognize Fujifilm makernotes from FUJIFILM to FUJI. 17 years ago
oliverd17 609f9b94cc translation update for german 17 years ago
Andreas Huggel 568b15dd6f Another minor doc fix 17 years ago
Andreas Huggel f34812f66f Updated unstable branch (merged -r1512:1581 from the trunk). 17 years ago
Andreas Huggel 6dca46baee Minor fix to prevent wrong link in webpage. 17 years ago
Andreas Huggel afb7ee0bc7 Tagged release 0.18-pre1 17 years ago
Andreas Huggel 80c15602c0 Update POTFILES.in, ran make update-po. 17 years ago
Andreas Huggel f8220756c5 Doc updates and fixes. 17 years ago
Andreas Huggel b915385063 Minor fix for a doxygen warning. 17 years ago
Andreas Huggel 417d55f2a7 Updated version to 0.18-pre1. 17 years ago
Andreas Huggel 13d2182dc4 Updated changelog for 0.18-pre1, bumped libtool version. 17 years ago
Andreas Huggel 2bc7b2666e #567: Fixed exivsimple. 17 years ago
Andreas Huggel d866b20d82 #567: Fixing MSVC build, intermediate revision, it is still broken. 17 years ago
Andreas Huggel ec1ea1fe80 #568: Check for empty value when creating thumbnail and preventively also in a number of other places. 17 years ago
Andreas Huggel c5ebed2d9b #523: Added GCC symbol visibility support. 17 years ago
Andreas Huggel 9303dc2c53 #566: Updated README. 17 years ago
Andreas Huggel 80a22118c9 Added check for empty value before accessing toLong(0). (Bug reported by Gilles) 17 years ago
HumanDynamo b8d7a650c8 compile with mingw32 17 years ago
Andreas Huggel 66af728d38 Removed struct ErrMsg from public API. 17 years ago
Andreas Huggel 5955cfab94 Added IFD2 for PEF write support, fixed order in which image data is written. 17 years ago
Andreas Huggel 533b3d224a Added write-support for tiled images. Aligned every strip (tile) of the image data. 17 years ago
Andreas Huggel 02c24f4a2d Added DNG tags and a few TIFF tags. 17 years ago
Andreas Huggel c088f6bc3e Renamed makernote2 files and TiffHeade2 class. 17 years ago
Andreas Huggel 12d074fff0 Some more cleanup. 17 years ago
Andreas Huggel 009a214c95 Improved handling of sub-IFDs when writing (relevant eg., for TIFF/EP and NEF formats). 17 years ago
Andreas Huggel 00a3ef321b Removed CIFF classes from published API, doc tweaks. 17 years ago
Andreas Huggel cbb52db524 Updated test results, renamed Nikon3Preview group to NikonPreview. 17 years ago
Andreas Huggel cd5508f16c #526: Added support for preview image in a sub-IFD of the Nikon3 makernote. 17 years ago
Andreas Huggel ff875f5759 Validated final regression test script, fixed minor Canon bugs. 17 years ago
HumanDynamo 31ed169623 fix API doc 17 years ago
Andreas Huggel 65feff805c Forgot updated test results. 17 years ago
Andreas Huggel 916729c248 Added regression tests for #528 and #554. 17 years ago
Andreas Huggel 088319f266 Validated bugfixes-test script results. 17 years ago
Andreas Huggel 76948ce108 Minor doc fixes. 17 years ago
Andreas Huggel 8f167ee426 Improved/fixed Exif (TIFF) type handling. 17 years ago
Andreas Huggel a9577e6c25 Removed obsolete sample/test program. 17 years ago
Andreas Huggel 4c79818d76 Register new namespaces with XMP-SDK. 17 years ago
HumanDynamo 25e068ab36 JPEG2000 read/write support :
-Fix Exif extraction to find the first occurence of Exif hearder from raw Exif Data.
-Fix Xmp extraction to find start of XML data stream.
-Add more debug info to hack (use DEBUG switch if necessary)
-Write Exif/Iptc/Xmp data work fine now !!!
-Register JP2 image writting support with right properties.
17 years ago
HumanDynamo e28afc04b3 add warning message if Exif data cannot be decoded. Also, reset exif data from image instance in thios case. 17 years ago
HumanDynamo 75957177b5 compile with gcc 4.3.1. Fix warnings 17 years ago
HumanDynamo 9f4fb5033b add digiKam.org XMP namespace 17 years ago
HumanDynamo 09495f7fed add Microsoft Photo XMP schema 17 years ago
HumanDynamo 7dfd385205 disable debug messages 17 years ago
HumanDynamo 5ff3b4603f JPEG2000 parser : fix parsing to extract Metadata. Duing a wrong offest between box (in some cases), the jump between box been wrong
First try to write metadata in dedicated box (Exif, Iptc, and Xmp). It doesn't work yet properlly duing a wrong detection of eof. Still todo
17 years ago
HumanDynamo 51a2a03f22 another problem with this unlogic DataBuf::alloc() rule. Now XMP data can be extracted and parsed properlly. 17 years ago
HumanDynamo 9d8af01375 wrong offset computation 17 years ago
HumanDynamo 1bbc49eba6 missing to encode XML packet before to writte XMP into PNG 17 years ago
HumanDynamo 87030ebee7 PNG support: update access mode from images registry 17 years ago