| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-13 | Raise a ValueError for invalid FLAC files to please mypy | jvoisin | |
| 2023-11-13 | parsers: Inherit the sandbox option when creating additional parsers | Romain Vigier | |
| 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 | |
| 2021-12-19 | Increase audio processing robustness | jvoisin | |
| 2021-12-18 | Add a check for weird audio files, instead of crashing | jvoisin | |
| 2021-12-14 | Make mat2 more robust wrt. weird audio files | jvoisin | |
| 2021-12-13 | Increase a bit the robustness of mat2 | jvoisin | |
| Those issues were found via https://github.com/google/atheris | |||
| 2021-04-24 | Add support for AIFF files | jvoisin | |
| This should close #151 | |||
| 2020-07-22 | Fix a crash affecting some mp3 files | jvoisin | |
| 2020-01-01 | Add support for wav files | jvoisin | |
| 2019-03-23 | Fix the testsuite | jvoisin | |
| 2019-03-23 | libmat2: audio: not all id3 types have a text attribute | Antoine Tenart | |
| Not all id3 types have a text attribute (such as mutagen.id3.APIC or mutagen.id3.UFID). This leads to the get_meta helper to crash when trying to access the text attribute of an object which does not have it. Fixes it by checking the text attribute is available before accessing it. Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2018-10-12 | Bump mypy typing coverage | jvoisin | |
| 2018-10-11 | Implement recursive metadata for FLAC files | jvoisin | |
| Since FLAC files can contain covers, it makes sense to parse their metadata | |||
| 2018-10-11 | Delete pictures of FLAC files | jvoisin | |
| 2018-07-02 | Improve a bit the formatting of the code thanks to pyflakes3 | jvoisin | |
| 2018-06-22 | Split the testsuite a bit and add more tests | jvoisin | |
| 2018-06-12 | libmat2: audio: add the audio/x-flac mime type | Antoine Tenart | |
| The FLAC parser looks for the 'audio/flac' mime type, but Fedora defines 'audio/x-flac' in /etc/mime.types for FLAC files. Add this mime type to the audio parser. Fixes #36. Signed-off-by: Antoine Tenart <antoine.tenart@ack.tf> | |||
| 2018-05-18 | Rename some files to simplify packaging | jvoisin | |
| - the `src` folder is now `libmat2` - the `main.py` script is now `mat2.py` | |||
