summaryrefslogtreecommitdiff
path: root/libmat/audio.py (unfollow)
AgeCommit message (Collapse)Author
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-07-25_MASSIVE_ pep8 revampjvoisin
Thank you so much PyCharm
2014-06-08Rename the MAT folder to libmat.jvoisin
This commit fixes some issues for dump operating systems who doesn't handle capitalization.
2013-10-27Improves documentationjvoisin
2013-04-12Enforce consistency between classname and filenamejvoisin
2013-03-06Heavy refactoring of mutagen-powered formatsjvoisin
2012-12-13Reorganize source tree and files installation location, cleanup setup.py ↵jvoisin
(Closes: #689409)
2012-02-01Rename mat-cli to mat-guijvoisin
2012-01-22Revert "Preliminary handling of ctime/mtime reset"jvoisin
This reverts commit e96e5b8ac44095668198e3e6797a3f77d9fb4634. Everything is already in a branch
2012-01-21Preliminary handling of ctime/mtime resetjvoisin
2011-10-29Take care about the return value of external utilsjvoisin
2011-08-16setup.py now works !jvoisin
2011-08-06Cleanup and more pylint conformityjvoisin
2011-08-05Revert stupid optimisation(always test before commit !), and optimize the ↵jvoisin
office.py processing
2011-08-05Comprehension list for all !jvoisin
2011-07-30Documentation, and removal of unnecessary importsjvoisin
2011-07-28Fix a problem that occured when mutagen was not installed.jvoisin
2011-07-27Add ogg supportjvoisin
2011-07-26Add support for Flac fileformatjvoisin
2011-07-26Simplification of the __init__() methodjvoisin
2011-07-26Bugfixes (especially for pdf), and more pylint conformityjvoisin
2011-07-26Pyflakes and pep8 validationjvoisin
2011-06-21Add pdfrw, and many files that I have forgetten, sorry !jvoisin