aboutsummaryrefslogtreecommitdiff
path: root/lib/libexif
AgeCommit message (Expand)Author
2017-03-28changed: build the exif code in main libraryStefan Saraev
2016-12-15remove autotools buildsystemnotspiff
2016-11-29fix initializer list ordersArne Morten Kvarving
2016-07-27[cmake] Group sources and targets into foldersChristian Fetzer
2016-07-21[cmake] Change the way shared libraries are builtChristian Fetzer
2016-07-19Bump sdk to Win 10 as cmake defaults to that for addons anyway. Add the few h...Pär Björklund
2016-05-16[cmake/win32] Build addon librariesChristian Fetzer
2016-05-11[exif] Fix for out-of-memory errors with large numbers of jpegspopcornmix
2016-04-07[fix] CID 1358356, 1358357, 1358358: Out-of-bounds write (OVERRUN).ace20022
2016-04-05Merge pull request #9512 from ace20022/win_covAndreas Zelend
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
2016-04-05CID 77791: Unused value (UNUSED_VALUE).ace20022
2016-04-05CID 77466: Logically dead code (DEADCODE).ace20022
2016-04-01Visual studio 2015 fixesPär Björklund
2016-02-14[cleanup] lib/libexif: dead codeStefan Saraev
2016-02-12[cmake] Add CMake files to libChristian Fetzer
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[libexif] Increase the possible length of a comment according to the specific...ace20022
2015-07-10[fix][libexif] Fix possible buffer overrun.ace20022
2015-07-10[fix][libexif] Fix mixing of file comments and exif comments.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
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
2015-04-10fixed: bitwise and intended, not logicalArne Morten Kvarving
2014-12-16Revert "change xbmc/ path to src/ in all files"Rainer Hochecker
2014-12-15change xbmc/ path to src/ in all filesFneufneu
2013-12-21fixed: Incorrect length calculation for keywords from IPTC tags in which coul...lookup69
2013-11-10[win32] Add "core-defaults" with basic project settings, include file in each...Karlson2k
2013-11-10[win32] rest of VS projects: remove custom settings as default settings are s...Karlson2k
2013-11-10[win32] rename project defaults file, update paths to defaults file in projectsKarlson2k
2013-11-01Merge pull request #3528 from Karlson2k/win32_projects_update_02Martijn Kaijser
2013-10-30[win32] cleanup: remove leftover from old project conversionKarlson2k
2013-10-30Merge pull request #3526 from Karlson2k/win32_projects_cleanup_02wsoltys
2013-10-30[win32] mark debug/release configs with proper internal marksKarlson2k
2013-10-30[win32] fix libexif project:Karlson2k
2013-10-30[win32] Cleanup: delete old project filesKarlson2k
2013-06-18[win32] Enable SSE2 everywhereKarlson2k
2013-04-07Make picture INFO correct and completesfontes
2012-09-13[libexif] Added character set conversion to UserCommentChristian Fetzer
2012-09-05[win32] remove "Debug Testsuite" configuration from all projects except gtest...montellese
2012-09-05[WIN32] added a new target called Debug Testsuite which includes the gtest li...WiSo
2012-08-09[WIN32] changed from SSE2 to SSE for the XBMC main project and libsquash. The...WiSo
2012-08-08[droid] libexif fixestheuni
2012-07-08Total cleanup of all VS projects + fix for OpenGL buildEvgeny Grin
2012-03-27Cleaned up exif parser: Removed unneccessary comment, use MAX_COMMENT instead...Christian Fetzer