3168 Commits (b3e00a7dadc308e1d3622720e8d43a79f1bf768c)
 

Author SHA1 Message Date
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
vog bd46761bd0 Adjust .gitignore to new sample program 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 b452f19590 Fix for #838. Please see issue for my comments. Please close #838 if you agree it's fixed. If #838 is still broken, please push issue back to me. 13 years ago
Robin Mills 6e21a9f640 Bug fixes. 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
Andreas Huggel 233f0dd986 Tagged final status of gsoc2012 branch. 13 years ago
Andreas Huggel 8e41dea602 [gsoc2012] #813: Updated test output. 13 years ago
Abhinav Badola ecfc0b48a8 [gsoc2012] #813: Declared byte array inside the loop 13 years ago
Abhinav Badola 99a853ba4f [gsoc2012] #813: Fixed Content Creation Size Limit, created DataBuf inside loop, used byte array where required 13 years ago
Abhinav Badola 86b7004ae4 [gsoc2012] #813: Added some new statements to prevent Aspect Ratio problem 13 years ago
Abhinav Badola 3913e8177e [gsoc2012] #813: Increased the size of Data Buffer 13 years ago
Abhinav Badola 01f8d32ff9 [gsoc2012] #813: Addded Aspect Ratio in all the files, though a better unified method still needs to be made 13 years ago
Andreas Huggel 4fa90986f8 [gsoc2012] #813: Updated test output. 13 years ago
Andreas Huggel 901f85de17 [gsoc2012] #813: Changes in AsfVideo::contentDescription
- Added temp. assertion hack to catch potential crash when the buffer is not large enough
- Tried to fix use of types (not done: parameter size should be long)
- Removed unnecessary namespace identifier
- Removed localization call for tag names; they are not localized
- Formatting
13 years ago
Andreas Huggel 9d9989471b [gsoc2012] #813: Fixed creation of std::string from Exiv2::DataBuf. 13 years ago
Andreas Huggel 57e66e366d [gsoc2012] #813: Updated test output, added unicode test file. 13 years ago
Abhinav Badola d4cc3586cf [gsoc2012] #813: Fixed Chinese decoding bug in asfvideo.cpp 13 years ago
Abhinav Badola 4f1e35a6ed [gsoc2012] #813: Changed all properties in Xmp.[video, audio] to Intial Capital Letter 13 years ago
Abhinav Badola df85384427 [gsoc2012] #813: Formatted quicktimevideo.[cpp,hpp] file according to Exiv2 format 13 years ago
Andreas Huggel 779a086a89 [gsoc2012] #813: Minor fix, should make diff output visible now, if tests fail. 13 years ago
Andreas Huggel f40c3d9dba [gsoc2012] #813: Added ASF test video with chapters. 13 years ago
Abhinav Badola 264314b4c4 [gsoc2012] #813: Updated video test output file 13 years ago
Abhinav Badola ffcc626e51 [gsoc2012] #813: Deleted a few unneccessary comments in Riff Video 13 years ago
Abhinav Badola 7ee353823d [gsoc2012] #813: Completed Info Tags in Riff Video 13 years ago
Robin Mills 72af64ee84 image file list is sorted by image date. Removed tabs in source. Fixed linux infinite file recursion directory read. 13 years ago
Abhinav Badola 47d11ecba2 [gsoc2012] #813: Applied formatting to Riff video 13 years ago
Abhinav Badola bd4891e6be [gsoc2012] #813: Formatted asfvideo.cpp and asfvideo.hpp according to Exiv2 standards 13 years ago
Abhinav Badola ff33b771c4 [gsoc2012] #813: Alligned break so that the code looks neater 13 years ago
Andreas Huggel d18c66a9ee [gsoc2012] #813: More code simplifications: Use a single byte rather than a DataBuf when that is all we need. 13 years ago
Andreas Huggel 69d2cf4a46 [gsoc2012] #813: Use constant instead of hardcoded value. 13 years ago
Andreas Huggel fbc08f9fc0 [gsoc2012] #813: Simplified code, changed types to avoid implicit type conversions. 13 years ago
Andreas Huggel 1daba147cf [gsoc2012] #813: Some renaming. 13 years ago
Andreas Huggel 1abce3e3ae [gsoc2012] #813: Updated video-test output. 13 years ago
Robin Mills 745d4d6f5d Work in progress on geotag.cpp. Mostly complete. Needs tidy, documentation, testing and tests. 13 years ago
Abhinav Badola e4b93b7abd [gsoc2012] #813: Fixed Audio channel type bug in asfvideo.cpp 13 years ago
Abhinav Badola fef1b04091 [gsoc2012] #813: Changed the calculation of duration of all the videos to milliseconds from seconds 13 years ago
Abhinav Badola f3e0e8953b [gsoc2012] #813: Added Most of the decoding functions in asfvideo.cpp, Worked on details of NCTG tags in quicktimevideo.cpp 13 years ago