Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged all changes. #1

Open
wants to merge 170 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
170 commits
Select commit Hold shift + click to select a range
a8608d8
Added Tag writing
Apr 4, 2013
ec1505a
Merge pull request #9 from fabienvauchelles/writing
Apr 4, 2013
e447e46
Update README
Apr 4, 2013
6d757b3
add reading and writing for all every tags
Apr 5, 2013
756e9b5
Add LensID in possible tag values
mjeanroy May 13, 2013
19ef771
Merge pull request #10 from mjeanroy/master
Sep 16, 2013
a4726d5
Added FILE_TYPE Tag. Added Sidecar class for merging sidecar xmp files.
Oct 11, 2013
8280c5e
Add subsec time to tags
justin808 Oct 12, 2013
1d13dcd
Reformatted list of tags to be alphabetical.
justin808 Oct 12, 2013
e24206f
Added EXIF tags: Artist/Copyright.
gwinstanley Nov 4, 2013
6e02273
Merge pull request #14 from gwinstanley/copyright-mod
Nov 5, 2013
af50985
Add subsec time to tags
justin808 Oct 12, 2013
cac645c
added new tags, tag groups and functions
turchinc Jan 23, 2014
3a61fd6
Revert "added new tags, tag groups and functions"
turchinc Jan 23, 2014
f874ee4
formatting update
turchinc Jan 23, 2014
2236140
extract ICC profile, extract thumbnail, extract all metadata to xml a…
turchinc Jan 23, 2014
96ca4c4
Merge pull request #15 from justin808/add-subsec-time-tag-2
Feb 6, 2014
45d44fb
Added the following IPTC fields commonly used on Press photos:
sam Feb 14, 2014
615dde6
Added serial number related tags.
mattburns Mar 31, 2014
bd31df9
Merge pull request #16 from wiecklabs/feature/add-common-iptc-tags
Jun 24, 2014
da4de3f
Merge remote-tracking branch 'remotes/mattburns/master' into integrat…
raisercostin Jul 25, 2014
c56f9a6
- remove duplicate items from integration
raisercostin Jul 25, 2014
6806bdb
- alphabeticaly sorted tags
raisercostin Jul 25, 2014
bb0cba6
- formatting
raisercostin Jul 25, 2014
e8e33f1
Merge remote-tracking branch 'remotes/justin808/add-subsec-time-tag' …
raisercostin Jul 25, 2014
be72be9
sorted
raisercostin Jul 25, 2014
3ef01f5
- format
raisercostin Jul 25, 2014
7420b8e
fix comma
raisercostin Jul 25, 2014
8253e64
format
raisercostin Jul 25, 2014
af118ce
Merge branch 'writing' into integration2
raisercostin Jul 25, 2014
19bf667
formatted
raisercostin Jul 25, 2014
b28aa6a
Merge branch 'prepare-integration' into integration2
raisercostin Jul 25, 2014
c9bdebe
Merge branch 'matt-changes' into HEAD
raisercostin Jul 25, 2014
d171a81
Merge branch 'matt-changes'
raisercostin Jul 25, 2014
84f035f
ignore
raisercostin Jul 25, 2014
4727ab3
fix
raisercostin Jul 25, 2014
cc46b7c
- fix pom file
raisercostin Jul 25, 2014
33995b9
integrate
raisercostin Jul 25, 2014
edd0686
fix
raisercostin Jul 25, 2014
0a1f82a
- formatted
raisercostin Jul 25, 2014
df821e1
formatted
raisercostin Jul 25, 2014
fee73d6
- formatted
raisercostin Jul 25, 2014
619a13f
- formatted
raisercostin Jul 25, 2014
e0c5c9a
Merge branch 'turchin-changes' into to-integrate2
raisercostin Jul 25, 2014
5d8a4c8
* ExifTool now reads process.err stream and on "error" will throw IO…
msgile Jul 25, 2014
4835403
Added Exception (sub of IOException) ExifError, for Exif Errors
msgile Jul 26, 2014
04f775c
- fix tests
raisercostin Jul 26, 2014
f5df610
- formatted
raisercostin Jul 26, 2014
4728e59
Merge branch 'to-integrate2' into mattshep2000-formatted
raisercostin Jul 26, 2014
3882def
- formatted
raisercostin Jul 26, 2014
ad90557
- formatted
raisercostin Jul 26, 2014
8c00981
Merge branch 'rush-old-format' into mattshep2000-formatted
raisercostin Jul 26, 2014
ffcb7d0
- extract inner classes in their own files to ease up the integration…
raisercostin Jul 26, 2014
b9ef8d8
- extract in new files to ease up the integration process
raisercostin Jul 26, 2014
99d25ee
- extract classes in new files to ease up the integration process
raisercostin Jul 26, 2014
592415c
Merge branch 'to-integrate1' into mattshep2000-formatted
raisercostin Jul 26, 2014
b15cf8a
Merge branch 'mattshep2000-formatted'
raisercostin Jul 26, 2014
32b028f
- extract classes to ease up the integration process
raisercostin Jul 26, 2014
a16f62f
- ignore eclipse files
raisercostin Jul 26, 2014
150a80a
Merge branch 'dfstudio'
raisercostin Jul 26, 2014
d4f03a1
- formatted
raisercostin Jul 26, 2014
1e37c03
- fix compilation error
raisercostin Jul 26, 2014
9f77fd2
- released in maven
raisercostin Jul 26, 2014
a096d1a
- refactor to prepare for ExifTool interface extraction
raisercostin Jul 27, 2014
cba9d78
- extract interface ExifToolService
raisercostin Jul 27, 2014
d3d12b4
- fixed memory leaks due to not properly closing the ExifTool/ExifPro…
raisercostin Jul 27, 2014
893d8ec
- tests should not modify the original resource
raisercostin Jul 27, 2014
afe4523
- fix bug in ExifTool
raisercostin Jul 27, 2014
52386f2
- 15 tests passed for ExifTool failed: testWritingWithImplicitTypes
raisercostin Jul 27, 2014
12f9c9c
- release 2.3.1
raisercostin Jul 27, 2014
fc8a18e
- release next version
raisercostin Jul 27, 2014
f883a08
- rename
raisercostin Jul 27, 2014
7f4b1b1
- return all tags if no specific tag is requested
raisercostin Jul 27, 2014
c92225e
new release 2.3.2
raisercostin Jul 27, 2014
de8835b
- next snapshot version
raisercostin Jul 27, 2014
2a91a10
- fix reading all tags
raisercostin Jul 27, 2014
10f428a
updated README, added simple code example
rushimusmaximus Jul 28, 2014
2b3162b
README -> README.md
rushimusmaximus Jul 28, 2014
860f0fb
readme text
rushimusmaximus Jul 28, 2014
9a8a0ae
readme text
rushimusmaximus Jul 28, 2014
2ce655d
- merge tag constants from thebuzzmedia branch
rushimusmaximus Jul 28, 2014
d0e43a4
- report entire error output in case no error word is present
raisercostin Aug 5, 2014
1b097da
- add tests on windows
raisercostin Aug 5, 2014
53624be
2.3.3 release
raisercostin Aug 5, 2014
669daea
next snapshot version
raisercostin Aug 5, 2014
ce22b25
- add guava dependency to detect charset
raisercostin Aug 6, 2014
0b0cbd1
- add scm
raisercostin Aug 6, 2014
b301e55
- add git scm
raisercostin Aug 6, 2014
db4de5b
[maven-release-plugin] prepare release exiftool-lib-2.3.4
raisercostin Aug 6, 2014
e10c346
[maven-release-plugin] rollback the release of exiftool-lib-2.3.4
raisercostin Aug 6, 2014
d36cdbe
-pom
raisercostin Aug 6, 2014
49b76f9
pom
raisercostin Aug 6, 2014
b769a5c
[maven-release-plugin] prepare release exiftool-lib-2.3.4
raisercostin Aug 6, 2014
226685f
[maven-release-plugin] rollback the release of exiftool-lib-2.3.4
raisercostin Aug 6, 2014
b38ca1b
[maven-release-plugin] prepare release exiftool-lib-2.3.4
raisercostin Aug 6, 2014
e09060d
[maven-release-plugin] rollback the release of exiftool-lib-2.3.4
raisercostin Aug 6, 2014
a79dfc6
[maven-release-plugin] prepare release exiftool-lib-2.3.4
raisercostin Aug 6, 2014
e04095c
[maven-release-plugin] prepare for next development iteration
raisercostin Aug 6, 2014
4f1d6c1
- configure distribution Management to use googlecode svn
raisercostin Aug 6, 2014
7687603
- fix formatting
raisercostin Aug 6, 2014
6d2a565
Added WriteOption '-ignoreMinorError'
msgile Aug 8, 2014
702a662
Added SubSecDateTimeOriginal, CreateDate, ContentCreateDate Tag enums
Aug 10, 2014
64dd975
Added FileType and AvgBitrate tags
Oct 1, 2014
8710782
Merge pull request #20 from htcrails/master
Oct 1, 2014
48416e5
added MIMEType tag
Oct 3, 2014
76e5aa4
Merge pull request #21 from htcrails/master
Oct 3, 2014
cc0d3ae
bumped the version to 1.2.1 and added support for tag "Comment"
Nov 24, 2014
6c86635
Add pom.xml to maven-ify.
brianstoroe Dec 15, 2014
03065fc
- fix NPE bugs
raisercostin Dec 20, 2014
4a73c8c
- one option
raisercostin Dec 20, 2014
224f22e
Merge remote-tracking branch 'remotes/jamietsao/master' into thebuzzm…
raisercostin Dec 20, 2014
d8b1868
Merge remote-tracking branch 'htcrails/master' into thebuzzmedia
raisercostin Dec 20, 2014
b9a9d1e
- fix compilation error
raisercostin Dec 20, 2014
d8aefca
Merge branch 'thebuzzmedia'
raisercostin Dec 20, 2014
1807cf8
- fix test
raisercostin Dec 21, 2014
fd74aef
Merge remote-tracking branch 'remotes/DFStudio/master'
raisercostin Dec 21, 2014
6c352a6
- samples
raisercostin Dec 22, 2014
c203dd3
- fix test
raisercostin Dec 23, 2014
48303b9
- comment out some not used methods in facade
raisercostin Dec 23, 2014
5cd7426
- refactor logging
raisercostin Dec 23, 2014
63f0ae0
- fix logging
raisercostin Dec 23, 2014
6ca642f
- fix logging
raisercostin Dec 23, 2014
bd723c3
- extracting MwgTags
raisercostin Dec 23, 2014
2abda22
- fix all 21 tests
raisercostin Dec 24, 2014
46903c2
- prepare to add joda
raisercostin Dec 26, 2014
b97e732
[maven-release-plugin] prepare release exiftool-lib-2.3.5
raisercostin Dec 26, 2014
2877a1f
[maven-release-plugin] prepare for next development iteration
raisercostin Dec 26, 2014
c98fdfc
[maven-release-plugin] rollback the release of exiftool-lib-2.3.5
raisercostin Dec 26, 2014
0376e76
- add wagon extensions
raisercostin Dec 26, 2014
1d9cff0
- fix
raisercostin Dec 26, 2014
0ba0208
[maven-release-plugin] prepare release exiftool-lib-2.3.5
raisercostin Dec 26, 2014
7c16cd3
[maven-release-plugin] rollback the release of exiftool-lib-2.3.5
raisercostin Dec 26, 2014
8fbf988
[maven-release-plugin] prepare release exiftool-lib-2.3.5
raisercostin Dec 26, 2014
1199e2b
[maven-release-plugin] rollback the release of exiftool-lib-2.3.5
raisercostin Dec 26, 2014
904d133
[maven-release-plugin] prepare release exiftool-lib-2.3.5
raisercostin Dec 26, 2014
b14f20c
[maven-release-plugin] rollback the release of exiftool-lib-2.3.5
raisercostin Dec 26, 2014
9183818
- 2.3.6 release
raisercostin Dec 26, 2014
5dda054
[maven-release-plugin] prepare release exiftool-lib-2.3.6
raisercostin Dec 26, 2014
c65ba26
[maven-release-plugin] prepare for next development iteration
raisercostin Dec 26, 2014
fe355dd
- add autoclose on finalization
raisercostin Jan 24, 2015
736156c
[maven-release-plugin] prepare release exiftool-lib-2.3.7
raisercostin Jan 24, 2015
db89deb
[maven-release-plugin] prepare for next development iteration
raisercostin Jan 24, 2015
0d7b424
- fix bug on ExifProcess: errReader should be daemon - this.errReader…
raisercostin Feb 3, 2015
297c285
- better way to handle strange filenames: rename to a temp file and d…
raisercostin Feb 3, 2015
d643b49
- the property defining executable should be public
raisercostin Feb 5, 2015
74ae16a
[maven-release-plugin] prepare release exiftool-lib-2.3.8
raisercostin Feb 5, 2015
b50de43
[maven-release-plugin] prepare for next development iteration
raisercostin Feb 5, 2015
19bc669
- fix first unique folder on some renames
raisercostin Feb 23, 2015
f6f50ca
[maven-release-plugin] prepare release exiftool-lib-2.3.9
raisercostin Feb 23, 2015
155f258
[maven-release-plugin] prepare for next development iteration
raisercostin Feb 23, 2015
b60bee5
release to bintray
raisercostin Jun 10, 2019
8ca9035
upgrade release plugin
raisercostin Jun 10, 2019
8c2cbf8
fix
raisercostin Jun 10, 2019
4d9d7e0
fix to java 1.7
raisercostin Jun 10, 2019
9fa4eaa
[maven-release-plugin] prepare release exiftool-2.3.10-raiserfork
raisercostin Jun 10, 2019
6fce713
[maven-release-plugin] prepare for next development iteration
raisercostin Jun 10, 2019
3b922a4
change groupId to release to bintray
raisercostin Jun 10, 2019
a49f866
[maven-release-plugin] prepare release exiftool-2.3.11
raisercostin Jun 10, 2019
f4353e6
[maven-release-plugin] prepare for next development iteration
raisercostin Jun 10, 2019
9a7fbc1
upgrade guava and commons-io
raisercostin Jun 10, 2019
3fab44e
[maven-release-plugin] prepare release exiftool-2.3.12
raisercostin Jun 10, 2019
bfd20e2
[maven-release-plugin] prepare for next development iteration
raisercostin Jun 10, 2019
dc1ea33
proper end of line on windows
raisercostin Jun 11, 2019
2d4fe2b
[maven-release-plugin] prepare release exiftool-2.3.13
raisercostin Jun 11, 2019
c8dbb9c
[maven-release-plugin] prepare for next development iteration
raisercostin Jun 11, 2019
44400f5
Fix in case an empty response came.
raisercostin Jun 11, 2019
75d20b7
logging & improve bugs related to ExifProcess
raisercostin Jun 11, 2019
d76b0c2
fix all tests
raisercostin Jun 11, 2019
cf466ee
[maven-release-plugin] prepare release exiftool-2.3.14
raisercostin Jun 11, 2019
e6e6519
[maven-release-plugin] prepare for next development iteration
raisercostin Jun 11, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
target
dist
bin
.idea/workspace.xml
workspace.xml
.project
.classpath
.settings/
*.iml
.idea
out
.idea/
out/
bin/
dist/
target/
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/ant.xml

This file was deleted.

33 changes: 0 additions & 33 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/dictionaries/rush.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/encodings.xml

This file was deleted.

108 changes: 0 additions & 108 deletions .idea/inspectionProfiles/Project_Default.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/misc.xml

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/modules.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/scopes/scope_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/vcs.xml

This file was deleted.

5 changes: 0 additions & 5 deletions README

This file was deleted.

Loading