| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-29 | Python3, now with less features | jvoisin | |
| I want to release a new version ASAP, so lets ditch some features for now. | |||
| 2016-03-28 | Even more python3 portability | jvoisin | |
| 2016-03-28 | First step toward python3 | jvoisin | |
| 2015-12-04 | Silence exiftool's stderr | jvoisin | |
| In the past, this might have been useful, but now, exiftool works on pretty much every file passed to it by MAT. Also, if something goes wrong, MAT will know about this thanks to the return code != 0. | |||
| 2015-12-02 | Remove hachoir from MAT. | jvoisin | |
| This (huge) commit removes completely hachoir from MAT. Audio files are now processed with mutagen, and images with exiftool, since the main python imaging library (PIL) isn't super-great to deal with metadata (and damaged/non-standard files). Package maintainer should change the dependencies to reflect this. | |||
| 2015-11-02 | Add support for TIFF file | jvoisin | |
| 2015-07-25 | _MASSIVE_ pep8 revamp | jvoisin | |
| Thank you so much PyCharm | |||
| 2015-07-25 | ExiftoolStripper: white-list the "File Type Extension" and "Megapixels" fields. | intrigeri | |
| Those are not actual metadata stored in the file, but rather information that can be trivially derived from the actual data. This fixes the test suite on current Debian sid, most likely because its libimage-exiftool-perl (9.98-1) reports more such "metadata" fields than the one in Jessie (9.74-1). Fix-committed: #9252 Closes: Debian#789833 | |||
| 2015-07-21 | Remove the pillow stuff, because it was a bad idea. | jvoisin | |
| Pillow sucks at parsing malformed pictures :/ | |||
| 2015-04-11 | Fix an ods-related bug | jvoisin | |
| Since exiftool can't remove the Palette field, let's whitelist it. And even if it could, this would really degrade the quality of the picture. | |||
| 2015-02-22 | Preliminary implementation of PIL for images. | jvoisin | |
| PIL (Python Image Library) is used to open, then save images, in order to remove unknown metadata. | |||
| 2014-06-08 | Rename the MAT folder to libmat. | jvoisin | |
| This commit fixes some issues for dump operating systems who doesn't handle capitalization. | |||
| 2013-10-27 | Fix a stupid typo | jvoisin | |
| 2013-10-27 | Minor refactorisation of exiftool.py | jvoisin | |
| 2013-10-05 | mat is now able to check non-writables files | jvoisin | |
| This is an implementaion of this suggestion: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721572 | |||
| 2013-08-11 | Refactoring of exiftool.py | jvoisin | |
| 2013-07-17 | Minor refactoring | jvoisin | |
| 2013-07-16 | Improve/bugfix exiftool handling | jvoisin | |
| - Exiftool handle more effeciently adobe metadata - Fix exiftool's handling due to recent refactoring | |||
| 2013-04-02 | Fix to support the lastest version of exiftool | jvoisin | |
| 2012-12-27 | Add some comments to exiftool.py | jvoisin | |
| 2012-12-19 | Preliminary support of producted pdf quality choice | jvoisin | |
| 2012-12-13 | Reorganize source tree and files installation location, cleanup setup.py ↵ | jvoisin | |
| (Closes: #689409) | |||
| 2012-02-01 | Rename mat-cli to mat-gui | jvoisin | |
| 2012-01-22 | Revert "Preliminary handling of ctime/mtime reset" | jvoisin | |
| This reverts commit e96e5b8ac44095668198e3e6797a3f77d9fb4634. Everything is already in a branch | |||
| 2012-01-21 | Preliminary handling of ctime/mtime reset | jvoisin | |
| 2011-11-17 | Exiftool is now quiet too | jvoisin | |
| 2011-10-30 | Properly support cleaning files with spaces in their names. | intrigeri | |
| When exiftool's -All= option is immediately followed by another known exiftool option, there is no possible ambiguity and exiftool correctly interprets the last passed argument as a filename, even if this name contains spaces. | |||
| 2011-10-29 | Take care about the return value of external utils | jvoisin | |
| 2011-10-26 | Revert a stupid commit, and improve pdf processing | jvoisin | |
| 2011-10-23 | Correct handling of spaces in filenames (intrigeri) | jvoisin | |
| 2011-09-22 | Support of png + cleanup | jvoisin | |
| 2011-09-21 | Exiftool powered support for jpeg format | jvoisin | |
| 2011-08-30 | fix | jvoisin | |
| 2011-08-28 | Preliminary binding to exiftool | jvoisin | |
