- Nov 08, 2023
-
-
Julien (jvoisin) Voisin authored
-
- Mar 12, 2023
-
-
Julien (jvoisin) Voisin authored
-
- Oct 09, 2022
-
-
Julien (jvoisin) Voisin authored
-
- May 15, 2022
-
-
Julien (jvoisin) Voisin authored
Thanks to Maxime Morin ( https://www.maijin.fr/ ) for the patch.
-
- Mar 28, 2022
-
-
Julien (jvoisin) Voisin authored
-
- Dec 26, 2021
-
-
Julien (jvoisin) Voisin authored
This should fix #162
-
- Dec 08, 2021
-
-
Denis Carikli authored
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>
-
- Jun 06, 2021
-
-
Julien (jvoisin) Voisin authored
Always a joy to deal with withespaces
-
- May 05, 2021
-
-
Julien (jvoisin) Voisin authored
-
- Apr 24, 2021
-
-
Julien (jvoisin) Voisin authored
This should close #151
-
- Mar 08, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Feb 08, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Feb 05, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Jan 01, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Oct 12, 2019
-
-
Julien (jvoisin) Voisin authored
Due to bubblewrap's pickiness, mat2 can now be run without a sandbox, even if bubblewrap is installed.
-
Julien (jvoisin) Voisin authored
-
- Sep 01, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Jul 22, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Jul 13, 2019
-
-
Julien (jvoisin) Voisin authored
-
- May 13, 2019
-
-
Rework the dependencies definition to include a 'required' flags, which is passed by the check_dependencies helper to the callers, so that they can distinguish between required and optional dependencies. This help in two ways: - The unit test for the dependencies was now failing when an optional one was missing, due to a previous rework. - Mat2's --check-dependencies was referring to "required dependencies" and was misleading for the user as some of them could be optional. Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
Remove the try/except logic when calling check_dependencies, as it cannot throw the exception anymore (it's caught already in the function). Signed-off-by:
Antoine Tenart <antoine.tenart@ack.tf>
-
- Apr 27, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Apr 14, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Feb 27, 2019
-
-
Julien (jvoisin) Voisin authored
- More tests - More documentation - Minor code cleanup
-
Julien (jvoisin) Voisin authored
- Feb 21, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Feb 08, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Feb 07, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Feb 03, 2019
-
-
Julien (jvoisin) Voisin authored
This should make easier to get more metadata from archive-based file formats.
-
Julien (jvoisin) Voisin authored
-
- Feb 02, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Oct 28, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Oct 25, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Oct 23, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Oct 22, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
- 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.
-