Fixed a potential NPE in exif_mnote_data_pentax_save
[platform/upstream/libexif.git] / libexif /
2019-02-23 Dan FandrichFixed a potential NPE in exif_mnote_data_pentax_save
2019-02-07 Dan FandrichImprove deep recursion detection in exif_data_load_data...
2019-02-05 Dan FandrichSet the buffer size to 0 to indicate an error in exif_l...
2019-02-04 Dan FandrichFixed a potential NULL pointer dereference in exif_load...
2019-02-02 Marcus Meissnerthe USERCOMMENT field should be returned \0 terminated...
2019-01-07 kyububbaAdd GPSHPositioningError tag defined in exif version...
2018-11-09 Dan FandrichRemoved obsolete comment.
2018-11-06 Dan FandrichBe a bit more robust in the face of out-of-memory errors.
2018-11-01 Dan FandrichAdd swap-byte-order.sh to test libexif's byte order...
2018-11-01 Dan FandrichAdded a thumbnail to test-mem.c to ensure it's properly...
2018-09-02 Dan FandrichRemoved some FIXME comments.
2018-08-28 Dan FandrichUnify some parameter names between declarations and...
2018-08-17 Dan FandrichDisplay unknown Canon MakerNote tag data in exif_mnote_...
2018-08-17 Dan FandrichSupport signed types in some generic MakerNote formatters.
2018-06-29 Dan FandrichRemove the inline keyword from exif_tag_table_count()
2018-06-13 Dan FandrichFixed a number of compile warnings from gcc 7.3
2018-06-01 Dan FandrichRemoved a C++-style comment
2018-06-01 Dan FandrichFixed some issues with truncating strings in exif_entry...
2018-05-18 Dan FandrichSkip uninteresting APPn markers when searching for...
2018-05-11 Dan FandrichUse a unique log message for an Exif header found at...
2018-04-20 Dan FandrichReduce maximum recursion depth in exif_data_load_data_c...
2017-07-26 Marcus Meissnercheck data size before reading daat
2017-07-26 Marcus Meissnercheck for good sizes in the byteorder swap function...
2017-07-25 Marcus Meissnerfixes some (not all) buffer overreads during decoding...
2017-07-25 Marcus MeissnerOn saving makernotes, make sure the makernote container...
2017-05-26 Dan FandrichFixed an unused variable warning
2017-05-26 Dan FandrichFixed the internal MakerNote tag structs to use the...
2017-05-26 Dan FandrichFixed some type warnings in log messages by explicitly...
2017-05-26 Dan FandrichRemoved some extraneous #define DEBUG
2016-09-01 Dan FandrichFixed a typo in translatable text (fix #123 thanks...
2013-07-13 Dan FandrichFNumber => F-Number
2013-07-13 Dan FandrichFixed a C89 compatibility issue (bug #117 reported by
2012-07-12 Dan FandrichFixed some possible division-by-zeros in Olympus-style...
2012-07-12 Dan FandrichFix a buffer overflow on corrupted JPEG data
2012-07-12 Dan FandrichFix a buffer overflow on corrupt EXIF data.
2012-07-12 Dan FandrichFixed a buffer overflow problem in exif_entry_get_value
2012-07-12 Dan FandrichFixed an out of bounds read on corrupted input.
2012-07-12 Dan FandrichDon't read past the end of a tag when converting from...
2012-07-12 Dan FandrichFixed an off-by-one error in exif_convert_utf16_to_utf8()
2012-07-12 Dan FandrichFixed some buffer overflows in exif_entry_format_value()
2012-07-11 Jan PateraExif version 2.3 (defined by JEITA CP-3451B and CIPA...
2012-06-25 Dan FandrichMinor wording change
2012-06-25 Dan FandrichAdded new Canon lens.
2011-08-26 Dan FandrichA few in-code documentation improvements
2011-07-12 Dan FandrichMade mnote_fuji_tag_get_description and
2011-05-12 Dan FandrichAdded new Canon lens. Reported by Adrian von Bidder...
2011-04-18 Dan FandrichAdded a NULL pointer check to attempt to keep Coverity...
2011-02-17 Dan FandrichChanged "knots" to more clear "nautical miles" (Ubuntu...
2011-01-20 Dan FandrichAdded another Canon lens to the Canon MakerNotes (patch...
2010-12-15 Jan PateraUpdated Czech translation
2010-12-10 Dan FandrichChanged the display of rational numbers to estimate...
2010-12-01 Dan FandrichReuse exif_mnote_data_olympus_identify_variant() to...
2010-10-15 Dan FandrichFixed some invalid format specifiers and typecasts
2010-10-08 Dan FandrichRemove obsolete strncasecmp macro
2010-10-08 Dan FandrichRefactored MakerNote detection code to put detection...
2010-09-23 Dan Fandrichexif_entry_dump() now displays the correct tag name...
2010-08-11 Dan FandrichRemoved redundant sentence. Fixes Ubuntu bug #197306
2010-07-23 Jan PateraCanon EOS 5D Mark II writes Aperture values as invalid...
2010-05-06 Dan FandrichRemoved non-ASCII characters from the few source files...
2010-02-06 Dan FandrichMade the case of text output be more consistent. Now...
2010-01-29 Dan FandrichCommented out some overly-verbose debug messages
2010-01-08 Dan FandrichFactored out interpret_maker_note
2010-01-05 Jan Patera1) MNOTE_NIKON_TAG_LENSTYPE: added one more value
2009-12-18 Dan FandrichDon't warn "No thumbnail but entries on thumbnail....
2009-12-18 Dan FandrichOnly call bindtextdomain if a translated string is...
2009-12-11 Dan FandrichUse the proper enum type for the version member
2009-12-11 Dan FandrichMinor speedup in exif_content_get_ifd()
2009-12-11 Dan FandrichAdded tag 0xEA1C, the Padding tag from the Microsoft...
2009-12-09 Dan FandrichUpdated some comments
2009-11-26 Dan FandrichExplicitly mark the definitions in exif-mnote-data...
2009-11-25 Dan FandrichAdd some comments
2009-11-25 Dan FandrichDon't bother calling bindtextdomain in the error case
2009-11-13 Dan FandrichFixed a heap buffer overflow during tag format conversion.
2009-11-08 Dan FandrichSorted ExifFormatTable[] in approximate decreasing...
2009-11-08 Dan FandrichMade exif_tag_get_description_in_ifd work again after...
2009-10-28 Dan FandrichMark exif_tag_table_count as inline so uses within...
2009-10-27 Dan FandrichIndentation change
2009-10-27 Dan FandrichUpdated the Free Software Foundation's street address
2009-10-27 Dan FandrichImproved tag table lookup performance by optimally...
2009-10-17 Dan FandrichImproved comments
2009-10-15 Dan FandrichMinor message edits
2009-10-15 Dan FandrichChanged the various functions searching for tags in...
2009-10-14 Dan FandrichEnsure that ExifTagTable[] is sorted by tag to allow...
2009-10-09 Dan FandrichDemoted from EXIF_LOG_CODE_CORRUPT_DATA to EXIF_LOG_COD...
2009-10-06 Jan PateraRemoved useless # from %02i format in sprintf
2009-10-06 Jan PateraAdded interpretation of MNOTE_PENTAX2_TAG_DATE & MNOTE_...
2009-10-02 Dan FandrichAdded exif.h to the source tarball so users can generat...
2009-10-01 Dan FandrichAdded missing parenthesis
2009-10-01 Dan FandrichAdded a new public API function, exif_loader_get_buf...
2009-09-30 Dan FandrichAdded EXIF_DATA_TYPE_UNKNOWN as a backwards-compatible
2009-09-28 Dan FandrichRemoved some redundant code. Renamed a variable to...
2009-09-27 Dan FandrichSped up exif_content_fix() considerably by splitting...
2009-09-26 Jan PateraAvoid compiler warning signed/unsigned int mismatch.
2009-09-26 Dan Fandrichlibexif/exif-data.c: Added more error log messages...
2009-09-25 Dan FandrichJan Patera's keen eyes noticed that my MakerNote unific...
2009-09-25 Dan FandrichFixed some problems in MakerNote parsing that could...
2009-09-23 Dan FandrichRemoved bogus "APEX" value from shutter speed display...
2009-09-19 Dan FandrichAdded support for writing Pentax and Casio v2 MakerNotes
2009-09-17 Dan FandrichMake a few format strings untranslatable. Made some...
2009-08-13 Dan FandrichDecode EXIF_TAG_ISO_SPEED_RATINGS as an integer, not...
next