| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-13 | Raise a ValueError for invalid FLAC files to please mypy | jvoisin | |
| 2023-05-03 | Use proper type annotations instead of comments | jvoisin | |
| 2023-01-28 | Fix the type annotations | jvoisin | |
| 2022-08-28 | Simplify the typing annotations | jvoisin | |
| 2019-10-12 | Add a way to disable the sandbox | jvoisin | |
| Due to bubblewrap's pickiness, mat2 can now be run without a sandbox, even if bubblewrap is installed. | |||
| 2019-05-09 | Minor code cleanup | jvoisin | |
| 2019-04-27 | Add support for compressed tar files | jvoisin | |
| 2019-02-03 | Whenever possible, use bwrap for subprocesses | intrigeri | |
| This should closes #90 | |||
| 2018-10-23 | Optimize the handling of problematic files | jvoisin | |
| 2018-10-22 | Implement support for .avi files, via ffmpeg | jvoisin | |
| - 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-12 | Bump mypy typing coverage | jvoisin | |
| 2018-10-12 | Refactor lightweight mode implementation | jvoisin | |
| 2018-09-01 | three minor spelling fixes | Daniel Kahn Gillmor | |
| 2018-07-21 | AbstractParser: Fix typos | georg | |
| 2018-07-19 | Improve the code's documentation | jvoisin | |
| 2018-06-10 | Bump a bit the coverage | jvoisin | |
| 2018-06-04 | Sort the output of `mat2 -l` | jvoisin | |
| 2018-06-04 | Make pyflakes happier | jvoisin | |
| 2018-06-04 | Improve a bit the typing, again | totallylegit | |
| 2018-05-18 | Rename some files to simplify packaging | jvoisin | |
| - the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py` | |||
