aboutsummaryrefslogtreecommitdiff
path: root/lib/libexif/ExifParse.cpp
AgeCommit message (Collapse)Author
2017-03-28changed: build the exif code in main libraryStefan Saraev
thanks notspiff
2016-11-29fix initializer list ordersArne Morten Kvarving
2016-04-07[fix] CID 1358356, 1358357, 1358358: Out-of-bounds write (OVERRUN).ace20022
2016-04-05CID 77632, 77633: Untrusted array index read (TAINTED_SCALAR).ace20022
2016-04-05CID 77382: Buffer not null terminated (BUFFER_SIZE_WARNING).ace20022
2016-04-05CID 77678, 77679, 77785: Uninitialized pointer field (UNINIT_CTOR).ace20022
2015-07-10[libexif] Add an own field for XP comments.ace20022
2015-07-10[fix][libexif] Force text fields to be null-terminated.ace20022
2015-07-10[fix][libexif] Prevent possible buffer overrun for XP comments.ace20022
2015-07-08Merge pull request #7410 from mkortstiege/coverityPär Björklund
fix a few coverity warnings
2015-07-07fix a few coverity warningsMatthias Kortstiege
2015-07-06[libexif] Add processing of comment tags used by Windows.ace20022
2015-06-23[libexif] Ignore invalid DMS value in GPS coordinate, and fix kodi crash due ↵balmeras
to buffer overflow with special value FFFFFF
2012-09-13[libexif] Added character set conversion to UserCommentChristian Fetzer
closes #12628
2012-08-08[droid] libexif fixestheuni
2012-03-27Cleaned up exif parser: Removed unneccessary comment, use MAX_COMMENT ↵Christian Fetzer
instead of constant, replaced sizeof(short) by 2 (might cause toubles on future platforms)
2012-03-26Added support for the exif ImageDescription tag to libexif and made it ↵Christian Fetzer
accessible through slideshow.exifdescription.
2011-08-01fixed: make sure libexif is using the correct byte order (intel or motorola) ↵vdrfan
when processing gps information (fixes #8427)
2011-01-24Merged cptspiff's code-reshuffle branch.theuni
Squashed commit due to build breakage during code-reshuffle history. Conflicts: xbmc/Util.cpp xbmc/cdrip/CDDARipper.cpp xbmc/filesystem/Directory.cpp xbmc/filesystem/File.cpp