aboutsummaryrefslogtreecommitdiff
path: root/lib/libexif/IptcParse.cpp
AgeCommit message (Collapse)Author
2013-12-21fixed: Incorrect length calculation for keywords from IPTC tags in which ↵lookup69
could result in a buffer overflow.
2013-04-07Make picture INFO correct and completesfontes
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-26Updated the iptc parser to support different iptc variants. (pd code from jhead)Christian Fetzer
2011-10-27Fixed Iptc parser under 64bit linuxChristian Fetzer
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