summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-23Bump the changelog0.5.0jvoisin
2018-10-23Document that FFmpeg is now an optional dependencyjvoisin
2018-10-23Improve type annotation coveragejvoisin
2018-10-23Implement lightweight cleaning for png and tiffjvoisin
2018-10-23Optimize the handling of problematic filesjvoisin
2018-10-22Improve problematic filenames supportjvoisin
2018-10-22Fix the testsuite on fedorajvoisin
2018-10-22Test mat2's reliability wrt. corrupted video filesjvoisin
2018-10-22Implement support for .avi files, via ffmpegjvoisin
- This commit introduces optional dependencies (namely ffmpeg): mat2 will spit a warning when trying to process an .avi file if ffmpeg isn't installed. - Since metadata are obtained via exiftool, this commit also refactors a bit our exfitool wrapper.
2018-10-18Make pyflakes happyjvoisin
2018-10-18Output metadata in a sorted fashionjvoisin
2018-10-18wtf pythonjvoisin
2018-10-18Fix the tests on Debian?jvoisin
2018-10-14Fix the CI on debianjvoisin
2018-10-12Make testsuite fail if coverage is under 100%Rémi Oudin
Fixes issue #61
2018-10-12Bump mypy typing coveragejvoisin
2018-10-12Refactor lightweight mode implementationjvoisin
2018-10-11Fix typo in READMESébastien Helleu
2018-10-11Make pylint happierjvoisin
2018-10-11Implement recursive metadata for FLAC filesjvoisin
Since FLAC files can contain covers, it makes sense to parse their metadata
2018-10-11Delete pictures of FLAC filesjvoisin
2018-10-11add recursivity for archive style filesSimon Magnin
2018-10-06Add the mailing list announcement to the release processjvoisin
2018-10-05Improve both the typing and the commentsjvoisin
2018-10-05Hide unsupported extensions in `mat2 -l`jvoisin
2018-10-05Improve the display of mat2 when no metadata are foundjvoisin
This should close #74
2018-10-05Update logoPoncho
Use color palette an size according to https://developer.gnome.org/hig/stable/icon-design.html.en
2018-10-04Trash word/people.xml in office filesjvoisin
2018-10-04Remove a superfluous importjvoisin
2018-10-04Make the testsuite runnable on the installed MAT2jvoisin
2018-10-03libmat2: fix shebanggeorg
Relates 0a2a398c9c797f8a93e8a4d91e80c0582f127354
2018-10-03Bump the changelog0.4.0jvoisin
2018-10-03Don't break office files for MS Officejvoisin
We didn't take the whitelist into account while removing dangling files from [Content_types].xml
2018-10-03Remove file left behind by the testsuitejvoisin
2018-10-03Fix the testsuitejvoisin
2018-10-03Improve mat2's cli reliabilityjvoisin
- Replace some class members by instance members - Don't thread the cleaning process anymore for now
2018-10-02Use [Content_Types].xml to improve MS Office coveragejvoisin
2018-10-02fix typogeorg
2018-10-02Check that cleaning twice doesn't break the filejvoisin
2018-10-02Silence a bit the testsuitejvoisin
2018-10-02Update the CONTRIBUTING.md file wrt. to the previous commitjvoisin
2018-10-01manpage: this is about mat2, not matgeorg
2018-10-01Files processed via MAT2 are now accepted without warnings by MS Officejvoisin
2018-10-01Fix a typo in the README spotted by @georgjvoisin
2018-09-30Please mypyjvoisin
2018-09-30Remove dangling references in MS Office's [Content_types].xmljvoisin
2018-09-26Document mat2's output scheme in the manpage as welljvoisin
2018-09-26Document the output scheme in the READMEjvoisin
2018-09-25Run the testsuite exclusively on Whitewhale for nowjvoisin
This should fix the intermittent failures, thanks to @pollo for the tip
2018-09-24Second pass of minor formattingjvoisin