summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/exif
Commit message (Expand)AuthorAgeFilesLines
* Use exiftool as ground truth for Exif API testEarl Ou2012-10-121-2/+12
* Do not replace existed tag in addTag() of ExifTagEarl Ou2012-10-051-12/+24
* Fix metadata of cropped image for details display.Earl Ou2012-09-202-1/+26
* Simplify the usage of ExifDataEarl Ou2012-09-195-160/+811
* Fix some typos and style in ExifTagEarl Ou2012-09-061-8/+8
* Rearrange the constants in ExifTagEarl Ou2012-09-064-325/+491
* Handle other header tag in ExifParser before APP1Earl Ou2012-08-313-42/+59
* Handle mis-ordered APP segment in ExifOutputStreamEarl Ou2012-08-311-11/+36
* Remove the parameter of getAllExifTags() in IfdDataEarl Ou2012-08-312-5/+5
* Fix some typos and style in previous CLEarl Ou2012-08-313-12/+13
* Save EXIF info to cropped picasa image with the new EXIF lib.Earl Ou2012-08-312-1/+37
* Add prefix to GPS tag in ExifTagEarl Ou2012-08-301-31/+31
* ExifOutputStreamEarl Ou2012-08-304-0/+440
* Add equals() function in ExifData, IfdData, and ExifTagEarl Ou2012-08-305-4/+122
* Redesign the set function of ExifTagEarl Ou2012-08-302-61/+154
* Save the offset of next IFD in the IfdDataEarl Ou2012-08-291-0/+14
* Save ByteOrder in the ExifDataEarl Ou2012-08-293-1/+21
* Read thumbnail into ExifDataEarl Ou2012-08-272-2/+69
* Rename TiffInputStream to CountedDataInputStreamEarl Ou2012-08-242-8/+10
* Re-design ExifParser for some strange Exif headerEarl Ou2012-08-248-416/+983
* A simple ExifReader and its testEarl Ou2012-08-153-0/+300
* Fix ExifParser bug when APP0 exists in Jpeg fileEarl Ou2012-08-081-1/+12
* Handle error when string length=0 in IfdParserEarl Ou2012-08-081-3/+7
* Add all ExifTag constantEarl Ou2012-08-071-1/+184
* Remove TYPE_SUB_IFD for next() in IfdParserEarl Ou2012-08-062-52/+23
* fix next ifd bug in ExifParserEarl Ou2012-08-061-1/+2
* Fix bug when call next() after nextidf in exif parserEarl Ou2012-08-061-0/+2
* Add some constants for exif tagEarl Ou2012-08-011-0/+114
* Fix a bug in IfdParserEarl Ou2012-08-011-2/+4
* Low-level exif parserEarl Ou2012-07-306-0/+552