1800 Commits (cea66bdd78689c2bcb27345386e044e13295d6c7)

Author SHA1 Message Date
Robin Mills 64ea16eb92 Issue: #876. Garbage in Exif.Canon.LensModel. Thanks to Markus for reporting this and providing test data. 13 years ago
Robin Mills b39f4a467a Issue: #876 and #877. Addition to Canon Maker Notes. Thanks to Markus for the fix. 13 years ago
Robin Mills e29c2047b6 Fix: http://dev.exiv2.org/boards/3/topics/1337 extended to handle Exif.Pentax.Temperature. Thanks Norbert finding this. 13 years ago
Robin Mills 3b71437d90 Fix: http://dev.exiv2.org/boards/3/topics/1337. Huge "Thank You" to S Verdoold for providing the patch. 13 years ago
Robin Mills 3c088fb406 Fix: http://dev.exiv2.org/boards/3/topics/1337 13 years ago
Robin Mills cda8833ccf Issue: #861 and #860. Thanks Pascal and S Verdoold for the discovery/patches/solution. 13 years ago
Robin Mills b0202f1e4d Issue: #834. Thanks Jaroslav and Pascal for the discovery/patches/solution. 13 years ago
Robin Mills 7057128943 MSVC64: Fixes to c-runtime support linkage. 13 years ago
Robin Mills ca8f413673 Windows fixes for exiv2 -v -V output 13 years ago
Robin Mills 712c98301f Test: initial version build-test.py to analyse output from exiv2 -v -V 13 years ago
Robin Mills d880881bad Linux fixes for exiv2 -v -V (in src/version.cpp) 13 years ago
Robin Mills eceb7a55b5 Windows fixes for exiv2 -v -V (in src/version.cpp) 13 years ago
Robin Mills 6119b4432b Updated src/exiv2.1 to cover -g option. Simplified exiv2 -v -V support code. 13 years ago
Robin Mills 66dc59231c Better compiler detection code for exiv2 -v -V 13 years ago
Robin Mills 6d9773d638 Fix: #846. Fix for video-test errors (about aspectRatio) on MSVC 2003. See #846 message 20 for discussion. 13 years ago
Robin Mills 964b9e7706 Issue: #865. Thank you Mario for the patch. 13 years ago
Robin Mills 3df242e126 Removed commented off dead code. 13 years ago
Robin Mills 6d88d2b78b Fix: #862 buffer overflow. See bug report discussion item#19. 13 years ago
Robin Mills 7b859e026f Move metacopy/path-test/taglist applications (and build code) into samples. TODO: fix msvc/msvc64. 13 years ago
Robin Mills ea4675627c Issue: #862. Please see discussions items 12 and 13 for more explanation. 13 years ago
Abhinav Badola be050525fe Corrected problem of MKV video and RIFF video type, to make video build test successful 13 years ago
Abhinav Badola 026b821dd4 Make Build Test Succesful for Video Files 13 years ago
Robin Mills f5b05a5614 Post all executables to <exiv2-dir>/bin. Adjust test scripts accordingly. Added target make tests.
Thanks to Shawn for his input and help with this.
13 years ago
Robin Mills 3a5b0b53d9 Documentation update. Man page describes -v -V option combination. 13 years ago
Robin Mills 7de8044ebf Added cygwin support for exiv2 -v -V (verbose Version) listing of libraries loaded at run-time. 13 years ago
Andreas Huggel 6216d7f748 #859: Fixed position of visibility support macro. 13 years ago
Robin Mills 39ef56a5b7 Fix: Bug #859 (and #857). Redefine EXIV2_RCSID macro for clang as empty (to eliminate warnings). 13 years ago
Robin Mills 4863c239c2 Fix. Issue: #856. Refactoring msvc/CMake code. Thanks to Daniel for this patch. 13 years ago
Robin Mills fbde18806d Fix. Issue: #844. Do not link MSVC builds with library dl. Thanks Daniel for reporting this 13 years ago
Andreas Huggel dd34cda512 #635: Updated image registry for CR2 write support. 13 years ago
Abhinav Badola ed70e60cdf Added some pentax Lenses, but they all have the same lens id 13 years ago
Abhinav Badola 4c45d2563b #813: Corrected a minor size glitche in riffvideo.cpp 13 years ago
Robin Mills 14aa8806d8 CMake/Cygwin fix. autotools generated src/exv_conf.h being used by cmake (instead of his own).
- Added file detector and error message to CMakeLists.txt
- Added code to src/Makefile to delete src/exv_conf with $ make clean
13 years ago
Robin Mills b77c25f3d4 Minor changes to CMake build. Restored building NLS support by default. 13 years ago
Andreas Huggel a0fa472486 #813: Disabled some debug messages (temporary measure, just to avoid cluttering the video test output). 13 years ago
Andreas Huggel 51594a943d #849: Make all source files dependent on exv_conf.h, removed code to create exv_conf.h from configure.ac 13 years ago
Robin Mills 67fe779212 MSVC/video port. Simplification of basicio.{hpp|cpp}. CMake updates to eliminate warnings in Cygwin. By default, don't build intl with CMake. 13 years ago
Robin Mills e673222dcd fix for Issue:#849. See issue report for discussion 13 years ago
Robin Mills 159b2d285b MSVC/video port. Fixing code to build on Linux (and Cygwin). 13 years ago
Robin Mills 6ca49acd13 Work on Issue 846 (porting video code to MSVC). See http://dev.exiv2.org/issues/846 (item #8) for more discussion. 13 years ago
vog 8f7a9d8cca Issue #847: Ensure that Photoshop will always recognize modified Photoshop EPS files
For a full description of this issue, see:
http://dev.exiv2.org/issues/847
13 years ago
vog 4a6bb768c8 Issue #847: Split recognition of implicit Page, BeginPageSetup and EndPageSetup 13 years ago
vog afd9c40e95 Issue #847: Always insert BeginPageSetup/EndPageSetup when missing 13 years ago
vog 7f0c44f802 Issue #847: Add recognition of explicit and implicit BeginPageSetup 13 years ago
vog d8bb48438c Add more EPS debug output 13 years ago
vog cc1bb0edc0 Bugfix in EPS debug output 13 years ago
Robin Mills 77580944ca Fix submitted: Issue #845. See: http://dev.exiv2.org/issues/845 13 years ago
Robin Mills cb55c67063 Fix for #844 (see http://dev.exiv2.org/issues/844 for more information). 13 years ago
Abhinav Badola 9769cd8e59 #813: Addded TrackAperture Function and Nikon MOV tags decoding in quicktimevideo.cpp 13 years ago
Andreas Huggel 60560ff051 #841: Additional check to prevent issues with the sign when casting uint32_t to long. 13 years ago
Andreas Huggel 9b7f1de5c0 #841: Do not read past the end of the data stream (file), added test case. 13 years ago
Andreas Huggel 856b72530d #834: Added Pentax lens PENTAX-DA 35mm F2.4 AL 13 years ago
Robin Mills 7f157970eb Changed symantics of exiv2 -g grep-tag to be a substring match (so -g GPS will match every GPS key). 13 years ago
Andreas Huggel 4251047617 #813: Matroska polishing, added warning. 13 years ago
Andreas Huggel 9a19703414 #813: More work-in-progress Matroska polishing
- Pass const byte* buf and long size instead of DataBuf& buf to functions if no ownership transfer is involved
- Use bit-wise operations for calculation of tag and tag data (still needs work for negative numbers)
13 years ago
Andreas Huggel 245285f9b1 #813: More Matroska polishing (work-in-progress). 13 years ago
Andreas Huggel c6bdee1743 #813: AsfVideo::contentDescription: tweaks, error handling. 13 years ago
Andreas Huggel 9b131f3c61 Merge branch 'gsoc2012' 13 years ago
vog 77235a05d0 #836: Copy over xattr (extended attributes, such as resource forks) when creating temporary files 13 years ago
vog a394a96138 #835: Fix compile error under Linux 13 years ago
Robin Mills fd02823600 Work in progress: add base capability to geotag.cpp (read XML, directory and images). 13 years ago
Robin Mills 6788fe8ff6 ./configure --disable-visiblity is default on cygwin. 13 years ago
Robin Mills bdbdbf2360 fixed typos to build with ./configure "CXXFLAGS=-DDEBUG -ggdb" 13 years ago
Robin Mills 4374104ca4 fixed version.cpp to compile on cygwin 13 years ago
Robin Mills 2277b076a7 fix version.cpp to compile, link and run on linux 13 years ago
Robin Mills b42f6668cd Work in progress: Updating build code to handle geotag. geotag.cpp is a copy of exifprint.cpp at the moment. 13 years ago
Robin Mills d9bcc04633 Added version.{c}h}pp/dumpLibraryInfo() and call from exiv2 -v -V to inspect libraries at run-time on W/L/M platforms. 13 years ago
Andreas Huggel 02f48be40c #831: Also delete image tags from the Exif container during encoding. 13 years ago
Robin Mills 9d9e7cb53b Patch. Thanks to Fabien: http://dev.exiv2.org/boards/3/topics/1172 13 years ago
Robin Mills 6f769602ae cmake work in progress - see README-CMAKE and TODO-CMAKE for details 13 years ago
Robin Mills 7b49e908dc see TODO-CMAKE for details. work in progress update 13 years ago
Robin Mills d665a0123b Adding Gilles' FindExiv2.cmake. Adding a pre-build header copy modify sample include path. 13 years ago
Robin Mills a292d57fd8 Feature #536 Modifications to CMake files to support MSVC 32/64 bit builds of Dynamic/Static libraries and applications. 13 years ago
Andreas Huggel 58044f9feb #819: Added the PentaxDng Preview image to the tags potentially stripped when encoding the Exif metadata for JPEG (related to #820). 13 years ago
Andreas Huggel 7fc3739b2c #820: Added SamsungPreview to the list of previews to potentially remove when encoding Exif metadata for JPEG. 13 years ago
Andreas Huggel 6751e3892d Updated Nikon Lens lookup table to v4.3.428.01 of Robert Rottmerhusen's fmountlens list. 13 years ago
Andreas Huggel 5ba33b463f #819: Updated easy-access functions with the new PentaxDng tags. 13 years ago
Andreas Huggel cc4ab82ace Added comments to silence doxygen warnings. 13 years ago
Andreas Huggel 948142ae93 #819: Fixed write support. 13 years ago
Andreas Huggel bd90c19219 #819: Fixed PentaxDng offsets so that they are relative to the beginning of the makernote, added support for the PentaxDng preview image. 13 years ago
Andreas Huggel b8155f9289 #819: Changed PentaxId to PentaxDngId and some formatting tweaks. 13 years ago
Andreas Huggel 274fd49790 #819: Applied Pentax DNG makernote patch from Jonathan Kollasch. 13 years ago
HumanDynamo faf00a6451 polish 13 years ago
Andreas Huggel cc061782d1 #812: Tweak to make the code compile with MSYS/MinGW. 13 years ago
Andreas Huggel 2c401ffa3d #812: Changed LoadLibrary to LoadLibraryA (Thomas Beutlich). 13 years ago
Andreas Huggel 56bab25850 Updated man-page. 13 years ago
Andreas Huggel 3a304fa0f0 Bumped version to 0.23 13 years ago
Andreas Huggel 217ae2449d Updated Nikon Lens lookup table to v4.3.426.01 of Robert Rottmerhusen's fmountlens list. 13 years ago
Andreas Huggel 0d397b95c7 Updated copyright message for 2012. 13 years ago
Andreas Huggel d109589267 Added support for CR2 IFD2 image preview. (An uncompressed TIFF image without white-balance correction.) 13 years ago
Andreas Huggel 6db7cbf321 #635: Identified image tags in CR2 images (just enough to maintain the TIFF structure, not sufficient for dcraw to still read the image) 13 years ago
Andreas Huggel 39253ee42d #635: Minor comment fix. 13 years ago
Andreas Huggel 0e0845d7be #635: Added experimental write-support for CR2. 13 years ago
Andreas Huggel c2fe8be4ef Fixed the supported metadata declared by the image for several image formats (mostly XMP was missing). 13 years ago
Andreas Huggel e5c7c207de #815: Checked-in patch with new Tokina lens by Chris Chiappa. 13 years ago
Andreas Huggel cd7dd0ca8b #803: Fixed Rational/URational issues on Solaris. 13 years ago
Andreas Huggel 1dd39bacc4 Added cmake patch to fix compilation on MSVC with KDE Windows (Ananta Palani) 13 years ago
Andreas Huggel ad0d28080c #809: Applied patch by Thomas Beutlich to fix Windows ccompilation error. 13 years ago
Andreas Huggel d84c70192a #808: Applied patch by Pavel Heimlich. 14 years ago
Andreas Huggel 8caf58bce5 #809: Applied patch by Pavel Heimlich. 14 years ago
Andreas Huggel 6233fa6930 #810: Added sanity-checks for the minimum size of IFD makernotes before parsing. 14 years ago
Andreas Huggel 3153aab461 #806: Fixed typo. (Mark Purcell) 14 years ago
Andreas Huggel 6bfd267f63 #807: Fixed typo. (Mark Purcell) 14 years ago
Andreas Huggel ffe8209018 #812: Added function to determine the number of hard links on Windows NTFS. (Thomas Beutlich) 14 years ago
HumanDynamo a16b2c0052 another KIPI xmp tag, this time used with Yandex Fotki web service to identify item uploaded 14 years ago
Andreas Huggel 92b2aac75a #812: Don't destroy files when checking if they are writable; use a memory buffer instead of a temporary file when writing files with hard links to preserve the links. 14 years ago
HumanDynamo 9218b74e18 KIPI PicasaWeb plugin store Item ID in this XMP tag when image are download/uploaded from/to web service. 14 years ago
Andreas Huggel 19f165629f Allow to add/set tags without a value with the command line tool. 14 years ago
Andreas Huggel 863772fba1 #799: Improved doc, tweaks. 14 years ago
Andreas Huggel bf9546f646 #799: Moved check for nested property to XmpProperties::propertyInfo. 14 years ago
vog 8c5cc37882 #800: Restore binary compatibility 14 years ago
Andreas Huggel 39f3d3fd0f Fixed property types from undefined to xmpText. 14 years ago
Andreas Huggel 8ebb0281eb #798: Applied RegionTagging.diff patch by Benjamin H. 14 years ago
vog 72013d4147 #800: Added and unified support for multiple IRB types (8BIM, AgHg, DCSR, PHUT) in JPEG and PSD images 14 years ago
Andreas Huggel 4fda7ac1e0 #799: Fixed type-determination for nested properties,
XmpBag::read: don't do anything if the string is empty,
      Added Iptc4xmpCore and Iptc4xmpExt as possible prefixes
14 years ago
Andreas Huggel d542872228 Added SamsungPictureWizard group with a decoding table for the Mode tag from Pascal de Bruijn. 14 years ago
Andreas Huggel 3eb005623e Updated Samsung lenses to all the lenses
known by ExifTool. (Pascal de Bruijn)
14 years ago
Andreas Huggel 7d8becc8e5 Added -Q option to the utility, set the default log level for LogMsg to "warn", converted debug message about write strategy to an EXV_INFO log message. 14 years ago
Andreas Huggel fcf3a6badd #792: Applied patch with new Canon lens (Andreas Ferber), updated Canon lens table with new ones from Exiftool. 14 years ago
Andreas Huggel 2abe3dc824 #794: Made flash mode descriptions more consistent. 14 years ago
Andreas Huggel a558a1d066 #797: Truncate entries with an out-of-bounds upper boundary, rather than trying to adjust their size. 14 years ago
Andreas Huggel 1c32314c10 #797: TiffBinaryArray::doCount(): Replaced assertion with a check for type size which sets it to 1 for unknown types. (Clint Rogers) 14 years ago
Andreas Huggel 58f2d61ecd #795: Fixed decoding of PNG comment. 14 years ago
Andreas Huggel e646d66f3e Added Canon EF-S 18-55mm f/3.5-5.6 III lens. (Jon Charnas) 14 years ago
Andreas Huggel f13d076a7a Fixed g++ 4.6.1 (Debian) compiler warning. 14 years ago
Robin Mills dd07a525a6 Added support for stdint.h being available in DevStudio 2010
(Thanks to Ketil Wright for bringing this to our attention)
14 years ago
Andreas Huggel 2a821a52ae #793: Set PNG comment correctly. (Thomas Beutlich) 14 years ago
Andreas Huggel a8166f1dc2 Updated Nikon Lens lookup table to v4.3.424.01 of Robert Rottmerhusen's fmountlens list. 14 years ago
Andreas Huggel 64511c266e Added support for Nikon3 AF Fine Tune array. (Frans van den Bergh) 14 years ago
vog 9fa8c893b1 #790: Added workaround for EPS files generated by CorelDRAW 14 years ago
Andreas Huggel a77ff857b8 Updated po/ directory, fixed warning. 14 years ago
Andreas Huggel 77510684a3 Added explicit casts; fixes MSVC 64bit compilation. 14 years ago
Andreas Huggel 3a8561fcf3 Updated Samsung makernote, part 1. 14 years ago
Andreas Huggel 72830acd14 Added EPS to the list of supported formats in the manpage. 14 years ago
Andreas Huggel 2e1edc8d56 Removed obsolete #include. 14 years ago
Andreas Huggel 352794e4eb #708: Improved documentation and guarantee in case of failure. 14 years ago
Andreas Huggel 32e0ade243 #708: Implemented charset conversions with native Windows functions if iconv is not available. 14 years ago
Andreas Huggel da6d7ffe17 Round the Exif.CanonSi.MeasuredEV properly. 14 years ago
vog 50699a8884 drop support for UTF-16/32 encoded XMP in EPS files, which is unrealistic anyway 14 years ago
Andreas Huggel ca142e17b3 Added Exif.OlympusEq.LensModel to the Exiv2::lensName() easy-access function. (Niels Kristian Bech Jensen) 14 years ago
vog 84ec018c48 fixed indentation 14 years ago
Andreas Huggel d428a3f10e Another tweak to make older MSVCs happy. 14 years ago
Andreas Huggel 47a3e51164 Return a positive one-byte code from the exiv2 utility for better consistency across platforms (my version of the MSYS/MinGW shell reports 0 if the application returns a negative value). 14 years ago
Andreas Huggel c9d97e6c00 Another more or less minor fix. 14 years ago
Andreas Huggel b796adfa83 Minor fix. 14 years ago
Andreas Huggel 833c030cf9 Removed static keyword from objects in anonymous namespace. 14 years ago
Andreas Huggel e4475fb453 Casts added to make 64bit MSVC compiler happy. 14 years ago
Andreas Huggel e56387caba Updated version to 0.22. 14 years ago
Andreas Huggel 681009e7ff Updated Nikon Lens lookup table to v4.3.423.01 of Robert Rottmerhusen's fmountlens list. 14 years ago
vog 71f74c1a33 #689: Added support for nested EPS documents 14 years ago