8743 Commits (aefd901befd375da7fdedfe031e818fcbc63dd67)
 

Author SHA1 Message Date
Andreas Huggel 8d677a69f3 Added Erase and Extract Tasks, part 1 (for thumbnails) 22 years ago
Andreas Huggel a0a42b148e Added Thumbnail class hierarchy and support to erase thumbnails 22 years ago
Andreas Huggel 7ffc22ce08 Minor changes 22 years ago
Andreas Huggel 027e9f4bdf Added print0xa405() to print the 35mm equivalent focal length 22 years ago
Andreas Huggel f7c55fcb64 Bugfix: Set offset to the next IFD directly in the underlying data buffer in non-alloc mode 22 years ago
Andreas Huggel 532b0c33a7 Added Thumbnail::dataSize 22 years ago
Andreas Huggel fbab78ef9a Minor change 22 years ago
Andreas Huggel bac67ee39f Use assert macro where appropriate 22 years ago
Andreas Huggel e50500a59c Made print functions static to facilitate using them from clients 22 years ago
Andreas Huggel 8c7c00a86e Bugfix in Entry::setValue : use type, not type_ 22 years ago
Andreas Huggel 5a99d49284 Switched debugging output off 22 years ago
Andreas Huggel 7eb907be5a Isolated Canon Makernote print functions better to make them usable from client applications 22 years ago
Andreas Huggel 7048f7d32b Use Canon Makernote data for ISO and Exposure Program 22 years ago
Andreas Huggel 95ff809f8f More consistent output for exposure program settings 22 years ago
Andreas Huggel f297a651f9 More consistent / better defined handling of Entry::size_ 22 years ago
Andreas Huggel 1d655bb915 Make IfdMakerNote::read and copy virtual 22 years ago
Andreas Huggel 80005ff6d6 Added Entry::component 22 years ago
Andreas Huggel da6d28ade4 Minor doc change (removed Todo) 22 years ago
Andreas Huggel a080a79cac Added FUJIFILM MakerNote 22 years ago
Andreas Huggel 77ad0f778b Generalized read and copy of IfdMakerNote to use the new parameters (prefix, abs offset, byte order) 22 years ago
Andreas Huggel 8f749e8c75 Added byte order to MakerNote and added prefix and abs offset to IfdMakerNote 22 years ago
Andreas Huggel ebfc63dc56 Added invalidByteOrder and changed invalid to invalidTypeId 22 years ago
Andreas Huggel 0a774bbe4d Change to invalidTypeId 22 years ago
Andreas Huggel e413fa60b4 Use invalidByteOrder as default in read and copy functions that do not need any byte order 22 years ago
Andreas Huggel 16f3871cd8 Generate dependencies from *mn.hpp files 22 years ago
Andreas Huggel 370783fdce Supported invalidByteOrder 22 years ago
Andreas Huggel 8a776d2f44 Supported MakerNote byte order and invalidTypeId 22 years ago
Andreas Huggel f5f515363e Fix ExposureTime if it is > 1 s 22 years ago
Andreas Huggel cdc8c000cf Minor changes 22 years ago
Andreas Huggel d721001f1f Minor fix for debug mode 22 years ago
Andreas Huggel 44cdf21cdd Added optional offset arg to hexdump 22 years ago
Andreas Huggel b4952cc1d4 Bugfix 22 years ago
Andreas Huggel fe6ee8bc05 Added simple unit tests and expected output 22 years ago
Andreas Huggel 6c389a708b Fixed TIFF thumbnail bug in Thumbnail::updateTiffImage 22 years ago
Andreas Huggel fba516dcc9 Added memory management support, changed factory from storing prototypes to storing a create function 22 years ago
Andreas Huggel eb9541f172 Makernote write support, part 3 (differentiate memory management modes, do not sort makernote) 22 years ago
Andreas Huggel 27a9560e30 Minor changes 22 years ago
Andreas Huggel 0630d75b85 Makernote write support, part 2, added and updated documentation 22 years ago
Andreas Huggel cdae02333f Makernote write support, part 2 22 years ago
Andreas Huggel 3c1d47b2ce Added a "knot" module, mn.o, to force initialization of static data when compiling the static library 22 years ago
Andreas Huggel 7174da0192 Auto-registration of MakerNote subclasses in the factory, combined mnfactory and makernote into one component again 22 years ago
Andreas Huggel f65e61b5eb Updated documentation 22 years ago
Andreas Huggel 6cafaf11e3 Split makernote component in makernote, mnfactory and canonmn 22 years ago
Andreas Huggel 9f53c453ee Changed documentation 22 years ago
Andreas Huggel 7f3ac68256 Minor fix in toString() 22 years ago
Andreas Huggel 1daee4d7ae Changes for makernote write support, documentation updates 22 years ago
Andreas Huggel 4ee8aac263 Added index idx (again), findIdx, changed erase(tag), documentation 22 years ago
Andreas Huggel 17d0f75edf Added findIdx(), documentation changes 22 years ago
Andreas Huggel 72d7b901d7 Minor documentation changes 22 years ago
Andreas Huggel 8b70b9fbb9 Moved PreEntry and related stuff to the private part of Ifd 22 years ago