1686 Commits (e2840f2df59f3280acef3f23f79a42e37945449d)

Author SHA1 Message Date
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