Age | Commit message (Expand) | Author |
2017-03-28 | changed: build the exif code in main library | Stefan Saraev |
2016-12-15 | remove autotools buildsystem | notspiff |
2016-11-29 | fix initializer list orders | Arne Morten Kvarving |
2016-07-27 | [cmake] Group sources and targets into folders | Christian Fetzer |
2016-07-21 | [cmake] Change the way shared libraries are built | Christian Fetzer |
2016-07-19 | Bump 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 libraries | Christian Fetzer |
2016-05-11 | [exif] Fix for out-of-memory errors with large numbers of jpegs | popcornmix |
2016-04-07 | [fix] CID 1358356, 1358357, 1358358: Out-of-bounds write (OVERRUN). | ace20022 |
2016-04-05 | Merge pull request #9512 from ace20022/win_cov | Andreas Zelend |
2016-04-05 | CID 77632, 77633: Untrusted array index read (TAINTED_SCALAR). | ace20022 |
2016-04-05 | CID 77382: Buffer not null terminated (BUFFER_SIZE_WARNING). | ace20022 |
2016-04-05 | CID 77678, 77679, 77785: Uninitialized pointer field (UNINIT_CTOR). | ace20022 |
2016-04-05 | CID 77791: Unused value (UNUSED_VALUE). | ace20022 |
2016-04-05 | CID 77466: Logically dead code (DEADCODE). | ace20022 |
2016-04-01 | Visual studio 2015 fixes | Pär Björklund |
2016-02-14 | [cleanup] lib/libexif: dead code | Stefan Saraev |
2016-02-12 | [cmake] Add CMake files to lib | Christian 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-08 | Merge pull request #7410 from mkortstiege/coverity | Pär Björklund |
2015-07-07 | fix a few coverity warnings | Matthias 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-10 | fixed: bitwise and intended, not logical | Arne Morten Kvarving |
2014-12-16 | Revert "change xbmc/ path to src/ in all files" | Rainer Hochecker |
2014-12-15 | change xbmc/ path to src/ in all files | Fneufneu |
2013-12-21 | fixed: 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 projects | Karlson2k |
2013-11-01 | Merge pull request #3528 from Karlson2k/win32_projects_update_02 | Martijn Kaijser |
2013-10-30 | [win32] cleanup: remove leftover from old project conversion | Karlson2k |
2013-10-30 | Merge pull request #3526 from Karlson2k/win32_projects_cleanup_02 | wsoltys |
2013-10-30 | [win32] mark debug/release configs with proper internal marks | Karlson2k |
2013-10-30 | [win32] fix libexif project: | Karlson2k |
2013-10-30 | [win32] Cleanup: delete old project files | Karlson2k |
2013-06-18 | [win32] Enable SSE2 everywhere | Karlson2k |
2013-04-07 | Make picture INFO correct and complete | sfontes |
2012-09-13 | [libexif] Added character set conversion to UserComment | Christian 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 fixes | theuni |
2012-07-08 | Total cleanup of all VS projects + fix for OpenGL build | Evgeny Grin |
2012-03-27 | Cleaned up exif parser: Removed unneccessary comment, use MAX_COMMENT instead... | Christian Fetzer |