History log of /external/jhead/main.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
76aba45cce69de1b3a7ba29bbacc5339512de13c 23-Nov-2013 Zhijun He <zhijunhe@google.com> Add some time related tags read

Below tags are added:
TAG_DATETIME_DIGITIZED
TAG_SUBSEC_TIME
TAG_SUBSEC_TIME_ORIG
TAG_SUBSEC_TIME_DIG

Bug: 6374612
Change-Id: I5c10cf9725ca733df61c25afbff19010dd494c8f
/external/jhead/main.c
31b17e69a87e4caa50f9c6b1a47c84ef75f79d83 21-Aug-2013 Jeff Sharkey <jsharkey@android.com> Support extracting of thumbnail offsets.

AssetFileDescriptors work by defining a region of an underlying
FileDescriptor across process boundaries, so they require the offset
and length of the EXIF thumbnail region.

Bug: 10412208
Change-Id: I7520fdbbddd7afb1c454bd523ec32eb3602a998f
/external/jhead/main.c
482486a3d21c4d4c933f3081ff14122292314bc7 19-Jan-2012 Angus Kong <shkong@google.com> Use values from attributes for DateTime tag.

The library uses values from attributes for DateTime tag if found in the attribute set. This is to
fix the bug when there is a DateTime tag from java side, jhead library will write multiple DateTime
tags.

bug:5766177
Change-Id: I98de235edabdd1de4fc7d111ca13f3b580c2e351
/external/jhead/main.c
f485c62af532ad43c72268d7a5b3a399b1ef51cb 18-Jan-2012 Angus Kong <shkong@google.com> Revert "Use values from attributes for DateTime tag."

This reverts commit f4fd06d84d0d4ffe00b448f5c3320d63256b5035
/external/jhead/main.c
f4fd06d84d0d4ffe00b448f5c3320d63256b5035 17-Jan-2012 Angus Kong <shkong@google.com> Use values from attributes for DateTime tag.

The library uses values from attributes for DateTime tag if found in the attribute set. This is to
fix the bug when there is a DateTime tag from java side, jhead library will write multiple DateTime
tags.

bug:5766177
Change-Id: I3b3e1e4f881247ed777037f4cf0743e1d6e03bfd
/external/jhead/main.c
7a314dab81f01bac02d617ffca9dbf7b6cc00700 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: Iec4192a0fbd58352a3a967095b2d51b5a715dc05
/external/jhead/main.c
189fc1d078bf9bb74fa74645b6d6c4e3b58da001 13-Apr-2011 Dongwon Kang <dwkang@google.com> Better non-ascii character filtering.
(Note: in some platform, the range of char is [-128, 127] rather than [0, 255].)

Change-Id: I338f625879fe66abbeafc13b682639cd67c887c9
/external/jhead/main.c
2856a2765bf15a8677a481cf8a38d0ad17f31a6e 07-Dec-2010 Ray Chen <raychen@google.com> Do not set default value (-1) for FLASH & WHITE_BALANCE if it's not available in EXIF.

Change-Id: I5107853fbb7bd9dd5ffb5fc7304f0528b59665a7
/external/jhead/main.c
c5a256626bd67390bab579f4e52f27bdd6ce5b7c 19-Nov-2010 Brad Fitzpatrick <bradfitz@android.com> am be1baa7e: Merge "Fixed memory leak in function getThumbnail."

* commit 'be1baa7ec9b31849c2169f627b3b65cd19ef0af0':
Fixed memory leak in function getThumbnail.
eb7bd1066e19b5ef048fda5f756c4bb0bc891f30 27-Aug-2010 Jiangping Wu <jiangping.x.wu@sonyericsson.com> Fixed memory leak in function getThumbnail.

If the function is able to extract a thumbnail it returns without
calling the function DiscardData() which cleans up the parsed
EXIF data.

Change-Id: I9642f059ff2270ad2ced26a349f14e5255ee40fb
/external/jhead/main.c
1ed8197f0cefb2541f630830993e109c59ba822c 20-May-2010 Wu-cheng Li <wuchengli@google.com> Add GPSAltitude and GPSAltitudeRef EXIF tag.

Change-Id: I29fec625f3d3c796caf8ca6197eb3f4e77f08270
/external/jhead/main.c
8d61723fea0a5cdcd08e34325123fbd3e0bd41ae 10-Mar-2010 Ray Chen <raychen@google.com> Fix Issue 2536139 Camera testJpegExif cts test is failing.

Change-Id: Ia5ef0df9627504d8d0a165c74264448b59e499fc
/external/jhead/main.c
434623a0e87c8e145dbb46917b4ab9777475d9eb 10-Mar-2010 Ray Chen <raychen@google.com> Add GPSProcessingMethod tag to ExifInterface.

Change-Id: Ic5040daf33a921a5113e643f5729bc9e27f4f4c7
/external/jhead/main.c
574d52d26f44b600cdab3d3361eaa5f6dd9d7a4d 31-Jan-2010 Wu-cheng Li <wuchengli@google.com> Change focal length string to rational.

bug:2375989
/external/jhead/main.c
a39920ca4b96a456511fa32ba90c77f119a274c3 15-Jan-2010 Ray Chen <raychen@google.com> Add gps-timestamp and gps-datestamp support to jhead library.
/external/jhead/main.c
6a3cf8f158c6f0f7e069f8aeb0825a3fefeabd02 21-Sep-2009 Chih-Chung Chang <chihchung@google.com> Fix jpeg write tag failure.
Discard data in commitChanges instead of saveAttribute.
/external/jhead/main.c
db940f2a0ed054ea4d3f39e823220ecf1b15f64c 06-Jul-2009 repo sync <raychen@google.com> Move ExifInterface from com.android.camera to android.media package.
/external/jhead/main.c
34a2564d3268a5ca1472c5076675782fbaf724d6 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/jhead/main.c
e0fbb24f6ea00ce3d61b73ef05faa893abf33151 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/external/jhead/main.c
5a0782ca609b6bce32a68613dbc4b36e8a1be73c 11-Feb-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //branches/cupcake/...@130745
/external/jhead/main.c
426377d9ce95606bac741d99b5b0a3e2038924fe 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/external/jhead/main.c