1
0
Fork 0
Commit Graph

34 Commits

Author SHA1 Message Date
jvoisin ee704db2ff Add support for wav files 2020-01-01 19:47:46 +01:00
jvoisin 397a18b0cc Add support for ppm 2019-09-01 09:28:46 -07:00
jvoisin fc924239fe Add a test for nsid cleaning 2019-09-01 13:52:02 +02:00
jvoisin 5280b6c2b3 Add a test for svg namespace 2019-07-22 23:21:06 +02:00
jvoisin 4999209f9c Add support for svg 2019-07-13 21:26:05 +02:00
jvoisin 02ff21b158 Implement epub support 2019-02-20 16:28:11 -08:00
jvoisin 6cc034e81b Add support for html files 2019-02-08 23:05:18 +01:00
jvoisin 433609f8ea Implement .gif support 2019-02-03 21:01:58 +01:00
jvoisin 8e84ba547a Add support for wmv 2019-02-02 19:19:36 +01:00
jvoisin dc35ef56c8 Add a missing file :/ 2018-11-07 22:20:31 +01:00
jvoisin 04bb8c8ccf Add mp4 support 2018-10-28 07:41:04 -07:00
jvoisin e70ea811c9 Implement support for .avi files, via ffmpeg
- 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-22 12:58:01 +02:00
jvoisin b2e153b69c Delete pictures of FLAC files 2018-10-11 18:15:11 +02:00
jvoisin c67bbafb2c Use [Content_Types].xml to improve MS Office coverage 2018-10-02 11:55:42 -07:00
jvoisin e342671ead Remove dangling references in MS Office's [Content_types].xml 2018-09-30 19:53:18 +02:00
jvoisin 174d4a0ac0 Implement rsid stripping for office files
MS Office XML rsid is a "unique identifier used to track the editing session
when the physical character representing this section mark was last formatted."

See the following links for details:
- https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.wordprocessing.previoussectionproperties.rsidrpr.aspx
- https://blogs.msdn.microsoft.com/brian_jones/2006/12/11/whats-up-with-all-those-rsids/.
2018-09-24 18:03:59 +02:00
jvoisin 52a2c800b7 Bump coverage again 2018-07-08 21:50:52 +02:00
jvoisin ad3e7ccee8 Bump coverage for office files and fix some related crashes 2018-07-08 21:35:45 +02:00
jvoisin 53271495f7 Add support for .txt files 2018-07-06 00:42:09 +02:00
jvoisin bee56a57ce Remove docx revisions 2018-07-01 23:16:14 +02:00
jvoisin 80fc4ffb40 Remove the thumbnails from libreoffice files 2018-07-01 17:29:05 +02:00
jvoisin 8c7979aae3 Add some tests for non-supported embedded fileformats 2018-06-10 20:19:35 +02:00
jvoisin cfc3a58550 Add a test for odg 2018-04-23 00:28:36 +02:00
jvoisin 0fa184cb6f Test .odf support 2018-04-23 00:25:06 +02:00
jvoisin 57bf89e035 Add support for torrent files cleaning 2018-04-22 22:02:00 +02:00
jvoisin e34bc19f71 Add support for BMP
To be completely honest, BMP have no metadata,
but we still add it, just in case™
2018-04-16 22:27:29 +02:00
jvoisin 2d7c703c52 Add support for .tiff files 2018-04-01 00:43:36 +02:00
jvoisin 12b3b39d4d Add support for .odt 2018-03-31 21:20:21 +02:00
jvoisin 865ad181ae Add support for docx 2018-03-31 15:47:06 +02:00
jvoisin 2eb68928d5 FLAC support 2018-03-25 16:20:45 +02:00
jvoisin 19a8fd97aa Implement mp3 and ogg support 2018-03-25 16:17:41 +02:00
jvoisin d4d6f31655 Add support for jpeg 2018-03-25 15:09:12 +02:00
jvoisin 7ad9ff08ad Add a test for PNG files 2018-03-20 23:35:02 +01:00
jvoisin 13d2507d60 First commit 2018-03-06 23:20:18 +01:00