Add a few more NULL pointer checks.
[platform/upstream/libexif.git] / libexif / exif-entry.c
2019-07-29 Dan FandrichAdd a few more NULL pointer checks.
2019-07-12 Dan FandrichStopped printing some values as int in exif_entry_get_value
2019-07-12 Dan FandrichAdded a comment regarding malformed UTF-16 strings.
2019-04-09 Dan FandrichIgnore return value of bindtextdomain() to silence...
2019-02-02 Marcus Meissnerthe USERCOMMENT field should be returned \0 terminated...
2018-11-06 Dan FandrichBe a bit more robust in the face of out-of-memory errors.
2018-09-02 Dan FandrichRemoved some FIXME comments.
2018-06-13 Dan FandrichFixed a number of compile warnings from gcc 7.3
2018-06-01 Dan FandrichFixed some issues with truncating strings in exif_entry...
2013-07-13 Dan FandrichFixed a C89 compatibility issue (bug #117 reported by
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 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
2011-08-26 Dan FandrichA few in-code documentation improvements
2010-12-10 Dan FandrichChanged the display of rational numbers to estimate...
2010-10-15 Dan FandrichFixed some invalid format specifiers and typecasts
2010-09-23 Dan Fandrichexif_entry_dump() now displays the correct tag name...
2010-07-23 Jan PateraCanon EOS 5D Mark II writes Aperture values as invalid...
2010-02-06 Dan FandrichMade the case of text output be more consistent. Now...
2009-11-25 Dan FandrichAdd some comments
2009-11-13 Dan FandrichFixed a heap buffer overflow during tag format conversion.
2009-10-27 Dan FandrichUpdated the Free Software Foundation's street address
2009-09-23 Dan FandrichRemoved bogus "APEX" value from shutter speed display...
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...
2009-08-12 Lutz Mueller2009-08-12 Lutz Mueller <lutz@users.sourceforge.com>
2009-05-02 Dan FandrichCreate a valid default for EXIF_TAG_COMPONENTS_CONFIGUR...
2009-01-31 Dan FandrichDecode the value for EXIF_TAG_LIGHT_SOURCE and EXIF_TAG...
2009-01-22 Dan FandrichDefault EXIF_TAG_COLOR_SPACE to 0xffff (uncalibrated)
2009-01-18 Jan PateraMinor optimizations, fixing some 64-bit warnings
2009-01-16 Dan FandrichInterpret more Sanyo MakerNote tags
2008-12-23 Dan FandrichChanged a few comments
2008-12-10 Jan PateraEliminated unreferenced variable
2008-12-05 Dan FandrichMade a log entry translatable.
2008-11-25 Dan FandrichAdded Doxygen documentation
2008-11-22 Dan FandrichAdded Doxygen comments for the main API entry points...
2008-11-18 Dan Fandrichlibexif/exif-entry.c & configure.ac: use localtime_r...
2008-11-18 Dan FandrichInternalized some strings into a const struct to make...
2008-02-17 Lutz Mueller2008-02-17 Lutz Mueller <lutz@users.sourceforge.net>
2008-02-14 Lutz Mueller2008-02-14 Lutz Mueller <lutz@users.sourceforge.net>
2008-01-31 Dan FandrichGNU gettext behaves strangely when given an empty strin...
2008-01-25 Dan FandrichMake sure a buffer is NUL-terminated even in an error...
2008-01-24 Dan FandrichMake sure to initialize every tag entry to something...
2008-01-09 Marcus MeissnerFixed rounding of exposure time to match better.
2007-12-27 Lutz Mueller2007-12-27 Lutz Mueller <lutz@users.sourceforge.net>
2007-11-14 Dan Fandrich* Added support for a new macro NO_VERBOSE_TAG_DATA...
2007-11-09 Dan FandrichShow a generic message for all unknown, undefined data.
2007-11-01 Jan Patera1) Fixed typos
2007-10-30 Dan Fandrich* Support compiling away the detailed tag tables and...
2007-06-27 Hans Ulrich NiedermannReverting zero termination patch, adding comment to...
2007-06-26 Hans Ulrich Niedermannexif_entry_initialize(): handle failed malloc() calls.
2007-06-26 Hans Ulrich Niedermannmake sure the returned string is zero terminated
2007-06-26 Hans Ulrich Niedermannrevert unintended commit
2007-06-26 Hans Ulrich Niedermannuse full initializers
2007-06-15 Jan PateraI forgot to check this file in about 2 weeks ago.
2007-05-15 Jan PateraWindows XP Explorer writes Title, Comment, Author,...
2007-05-13 Jan Patera1) Added support of a new Pentax makernote type, plus...
2007-05-11 Jan Patera1) exif-entry.c: resolved clash of EXIF_TAG_GPS_LATITUD...
2007-05-08 Jan PateraUnified values of EXIF_TAG_FLASH
2007-05-08 Jan Patera1) Added support for Olympus S760 & S770 makernote...
2007-04-26 Jan PateraAdded value 8 of EXIF_TAG_FLASH: seen from Olympus...
2007-03-17 Jan Pateraibexif/exif-entry.c: Fixed values of EXIF_TAG_PHOTOMETR...
2007-02-25 Lutz Mueller2007-02-25 Lutz Mueller <lutz@users.sourceforge.net>
2006-03-02 Jan PateraAdded "Deflate/ZIP compression" to list2 (used e.g...
2006-02-13 Lutz Mueller2006-02-13 Lutz Mueller <lutz@topfrose.de>
2005-10-01 Marcus MeissnerFixed crash with NULL Copyright entry. (Bug #1306193)
2005-08-15 Lutz Mueller2005-08-15 Lutz Mueller <lutz@users.sourceforge.net>
2005-08-14 Jan PateraAdded value 2 of EXIF_TAG_COLOR_SPACE: patch #1253625...
2005-05-05 Hans Ulrich Niedermannmake libexif 'gcc-4.0 -Wall -Werror' clean
2005-05-02 Hans Ulrich Niedermannportability: replace problematic ?: syntax and (tempora...
2005-04-27 Lutz Mueller2005-04-27 Lutz Mueller <lutz@users.sourceforge.net>
2005-04-27 Lutz Mueller2005-04-27 Lutz Mueller <lutz@users.sourceforge.net>
2005-04-26 Lutz Mueller2005-04-26 Lutz Mueller <lutz@users.sourceforge.net>
2005-04-25 Lutz Mueller2005-04-25 Lutz Mueller <lutz@users.sourceforge.net>
2005-04-24 Lutz Mueller2005-04-24 Lutz Mueller <lutz@users.sourceforge.net>
2005-03-25 Hans Ulrich Niedermannadd note about codeset
2005-03-17 Hans Ulrich Niedermannuse LOCALEDIR instead of _LOCALEDIR
2005-03-16 Lutz Mueller2005-03-16 Lutz Mueller <lutz@users.sourceforge.net>
2005-03-16 Lutz Mueller2005-03-16 Lutz Mueller <lutz@users.sourceforge.net>
2005-03-16 Lutz Mueller2005-03-16 Lutz Mueller <lutz@users.sourceforge.net>
2005-03-13 Jan PateraMinor fix of another Lutz's 2003-03-09 change
2005-03-10 Jan Patera2005-03-10 Jan Patera <patera@users.sourceforge.net>
2005-03-09 Lutz Mueller2005-03-09 Lutz Mueller <lutz@users.sourceforge.net>
2004-12-08 Jan PateraEXIF_TAG_USER_COMMENT:
2004-11-11 Lutz Mueller2004-11-11 Lutz Mueller <lutz@users.sourceforge.net>
2004-11-10 Lutz Mueller2004-11-10 Lutz Mueller <lutz@users.sourceforge.net>
2004-11-02 Lutz Mueller2004-11-02 Lutz Mueller <lutz@users.sourceforge.net>
2004-11-01 Jan PateraTag 0x103 (Compression): Value 5 (LZW) recognized
2004-10-20 Lutz Mueller2004-10-16 Lutz Mueller <lutz@users.sourceforge.net>
2004-10-05 Lutz Mueller2004-10-05 Lutz Mueller <lutz@users.sourceforge.net>
2004-10-04 Lutz Mueller2004-10-04 Lutz Mueller <lutz@users.sourceforge.net>
2004-10-02 Lutz Mueller2004-10-02 Lutz Mueller <lutz@users.sourceforge.net>
2004-10-01 Jan Patera2004-10-01 Jan Patera <patera@users.sourceforge.net>
2004-09-18 Lutz Mueller2004-09-18 Lutz Mueller <lutz@users.sourceforge.net>
2004-09-17 Lutz Mueller2004-09-17 Lutz Mueller <lutz@users.sourceforge.net>
2004-09-17 Lutz Mueller2004-09-17 Lutz Mueller <lutz@users.sourceforge.net>
2004-09-08 Lutz Mueller2004-09-08 Lutz Mueller <lutz@users.sourceforge.net>
next