summaryrefslogtreecommitdiff
path: root/libmat2/video.py (unfollow)
AgeCommit message (Collapse)Author
2023-05-03Use proper type annotations instead of commentsjvoisin
2023-01-31Explicitly pass a parameter to functools.lru_cachejvoisin
2023-01-28Fix the type annotationsjvoisin
2022-10-09Please pylintjvoisin
2022-08-28Simplify the typing annotationsjvoisin
2021-11-21Please a bit the CIjvoisin
2020-02-11Add which pathfinding for executablestguinot
2019-10-12Add a way to disable the sandboxjvoisin
Due to bubblewrap's pickiness, mat2 can now be run without a sandbox, even if bubblewrap is installed.
2019-05-16Use memoization get _*_path() functionsjvoisin
This shouldn't make a big difference in the CLI/extension usage, but might improve the performances of long-running instances, or people misusing the API.
2019-03-05Refactor {black,white}list into {block,allow}listBrolf
Closes #96
2019-02-10Make the mandatory metadata warning genericjvoisin
This should close #95.
2019-02-03Whenever possible, use bwrap for subprocessesintrigeri
This should closes #90
2019-02-02Add support for wmvjvoisin
2018-10-28Add mp4 supportjvoisin
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-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.