| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-26 | Please pylint by iterating on dict directly, instead of calling .keys() | 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 | Make libmat2 more robust against corrupted zip files | jvoisin | |
| 2021-12-13 | Increase a bit the robustness of mat2 | jvoisin | |
| Those issues were found via https://github.com/google/atheris | |||
| 2021-12-09 | Please the linters wrt. the previous commit | jvoisin | |
| 2021-12-08 | zip archives: keep individual files compression type | Denis 'GNUtoo' Carikli | |
| While hardcoding the compression to zipfile.ZIP_DEFLATED works for most use cases of mat, being able to produce cleaned up uncompressed zip files is useful for content that cannot be compressed more. In addition it also enables to use mat2 for reproducible builds of Android bootanimation files file that don't support compression. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | |||
| 2021-11-23 | Make the linter happier | jvoisin | |
| 2021-11-21 | Please a bit the CI | jvoisin | |
| 2021-07-29 | libmat2/pdf: Drop printing 'lol' | georg | |
| It seems this was committed without intention to do so. | |||
| 2021-07-25 | Fix pdf issues on printers | Antonio Eugenio Burriel | |
| pyCairo by default renders the PDF surfaces with a resolution of 72 dpi which is so low that the bitmap gets blurred compared to original. Since pyCairo 1.12.0, a new method set_device_scale(x_scale, y_scale) is added, which allows changing the canvas resolution. | |||
| 2021-07-14 | Improve xlsx support | jvoisin | |
| This should close #156 | |||
| 2021-06-21 | Make cairo behave in a less idiotic way | jvoisin | |
| Because raising errors when unable to process stuff instead of an exception is dumb. | |||
| 2021-05-20 | Improve support for xlsx files | jvoisin | |
| 2021-04-24 | Add support for AIFF files | jvoisin | |
| This should close #151 | |||
| 2021-03-14 | Keep sharedStrings.xml when processing MSOffice sheets | jvoisin | |
| 2021-03-14 | Don't keep [trash] files when processing MS Office files | jvoisin | |
| 2021-03-07 | Improve epub support | jvoisin | |
| Warn when there are encrypted fonts in an epub file | |||
| 2021-03-07 | Add some typing to epub.py | jvoisin | |
| 2021-03-07 | Improve epub compatibility | jvoisin | |
| 2021-03-07 | Add a missing comma | jvoisin | |
| This should improve epub support | |||
| 2021-02-07 | Improve a bit the support of epub | jvoisin | |
| 2021-01-30 | Improve epub compatibility | jvoisin | |
| 2020-11-30 | Please pylint | jvoisin | |
| 2020-11-30 | Raise a ValueError explicitly | jvoisin | |
| 2020-11-13 | Bump coverage | jvoisin | |
| 2020-11-13 | Mount /etc/alternatives inside bubblewrap | jvoisin | |
| This is now required by ffmpeg | |||
| 2020-11-13 | Please pylint | jvoisin | |
| 2020-11-12 | Don't set a default value when retrieving Xmlns key for SVG metadata | Romain Vigier | |
| 2020-11-06 | Better handling of malformed pdf | jvoisin | |
| 2020-11-06 | Handle multiple namespaces in MSOffice's content types | jvoisin | |
| 2020-11-06 | Fix a regexp for xsls files | jvoisin | |
| This should increase a bit the compability with Excel files | |||
| 2020-07-22 | Fix a crash affecting some mp3 files | jvoisin | |
| 2020-05-17 | Improve a bit Microsoft word support | jvoisin | |
| 2020-04-06 | Improve xlsx support | jvoisin | |
| 2020-04-02 | Improve xlsx support | jvoisin | |
| 2020-03-08 | Vastly improve ppt compatibility | jvoisin | |
| 2020-03-07 | Improve compatibility with MS Office of cleaned ppt | jvoisin | |
| 2020-03-07 | Improve a bit ppt support | jvoisin | |
| 2020-03-07 | Improve a bit the support of ppt files | jvoisin | |
| 2020-02-11 | Add which pathfinding for executables | tguinot | |
| 2020-02-08 | Remove a couple of residual metadata in pdf | jvoisin | |
| This commit takes care of removing residual metadata added by mat2 during the cleaning of pdf. | |||
| 2020-01-01 | Add support for wav files | jvoisin | |
| 2019-12-29 | Please mypy | jvoisin | |
| Mypy doesn't like some annotation in web.py, this commits aims at pleasing it. | |||
| 2019-12-18 | sandbox: stop mounting new filesystem on /tmp | Ivy Fay | |
| Mounting new, empty filesystem on /tmp makes impossible to use mat2 for manipulating files stored there. Especially it breaks running tests while creating package and using /tmp as temporary builddir which is common setup in Arch Linux: https://aur.archlinux.org/packages/mat2/#comment-721221 | |||
| 2019-12-16 | Handle tiff images with a .tif extension | jvoisin | |
| 2019-12-15 | Improve the reliability of Exiftool-base parsers | jvoisin | |
| 2019-12-15 | Improve the reliability of Gdk-based parsers | jvoisin | |
| 2019-12-15 | Improve the reliability of PNG parsing | jvoisin | |
