summaryrefslogtreecommitdiff
path: root/libmat/mat.py (follow)
AgeCommit message (Collapse)Author
2016-01-03MAT 0.6.10.6.1jvoisin
2016-01-03Fix the segfault when listing supported filesjvoisin
This should close https://labs.riseup.net/code/issues/10839
2015-12-30MAT 0.60.6jvoisin
2015-12-30Fix some pep8-related issuesjvoisin
2015-12-18Enhance CLI's error display by tweaking log leveljvoisin
2015-12-02Add some pragma to avoid testing some functionsjvoisin
2015-12-02Remove 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-26Make the logging more pep-282 compliantjvoisin
See https://www.python.org/dev/peps/pep-0282/ for details, but basically this is commit leaves the string replacement to the logging function, instead of doing it in place in its parameters with the '%' operator.
2015-11-03SImplification and documentation of `create_class_file()`jvoisin
2015-11-03Minor refactorisation of `get_datafile_path()`jvoisin
2015-11-02Some minors pep8 modificationsjvoisin
2015-08-19MAT 0.5.40.5.4jvoisin
2015-08-19Minor code simplificationjvoisin
2015-07-28Distance MAT a bit more from hachoirjvoisin
2015-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2015-04-11MAT 0.5.30.5.3jvoisin
2015-03-31Fix issue #7858jvoisin
GUI fails to start if run from a directory that contains a "data" sub-directory <- This is now fixed.
2014-06-21Fix a portability issue on MacOSjvoisin
shred is called gshred on MacOS
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.