- Dec 05, 2016
-
-
Bastien Nocera authored
-
- Nov 02, 2016
-
-
Bastien Nocera authored
As used in VLC's mime-types definitions. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842805
-
- Oct 29, 2016
-
-
Bastien Nocera authored
From the spec available here: http://hxc2001.free.fr/floppy_drive_emulator/SDCard_HxC_Floppy_Emulator_HFE_file_format.pdf
-
Bastien Nocera authored
Unfortunately, no reliable magic for those.
-
Bastien Nocera authored
See http://nostalgies.thomsonistes.org/transfert.html for sources.
-
- Oct 19, 2016
- Sep 28, 2016
- Sep 20, 2016
-
-
As pointed out in bugzilla, we were not counting 'duplicates' properly here. https://bugs.freedesktop.org/show_bug.cgi?id=94409
-
- Sep 14, 2016
-
-
Bastien Nocera authored
And we're running in git. When xdgmime is not compiled, we would silently skip this test. That meant that "make check" would succeed even if there were errors.
-
- Sep 05, 2016
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- Aug 03, 2016
- Aug 02, 2016
-
-
The MPEG-2 TS magic made assumptions which do not hold for the first packet of every MPEG-2 TS, e.g. that the Continuity Counter is 0 or the Payload Unit Start Indicator is set. This alternative approach exploits the fixed packet size of 188 bytes (192 bytes with BDAV MPEG-2 TS) and checks the first five packets for the Sync Byte 0x47. The used offsets partly seem to be a bit high in contrast to other formats, but MPEG-2 TS files are usually much bigger than that. https://bugs.freedesktop.org/show_bug.cgi?id=51118
-
Add test case with a new file that will fail. https://bugs.freedesktop.org/show_bug.cgi?id=51118
-
Check a byte to know if it actually is a Master System ROM. Also remove the *.sg and *.gg glob patterns which are for the application/x-sg1000-rom and application/x-gamegear-rom types which will be added in next commits. https://bugs.freedesktop.org/show_bug.cgi?id=91813
-
Bastien Nocera authored
It will only exit once it's printed all the missing languages in po/LINGUAS now, rather than stopping after the first one.
-
Bastien Nocera authored
-
Allow to disambiguate Genesis 32X ROMs from Genesis ones. https://bugs.freedesktop.org/show_bug.cgi?id=97155
-
Bastien Nocera authored
Revert "mimetypes added: pot,xlt; testfiles: xls,xlt,ppt,pot; alias for dot added; magic numbe for xls removed for invalidity" This reverts commit e9b7d120.
-
Allow to disambiguate Game Boy Color ROMs from Game Boy ones. https://bugs.freedesktop.org/show_bug.cgi?id=97161
-
mimetypes added: pot,xlt; testfiles: xls,xlt,ppt,pot; alias for dot added; magic numbe for xls removed for invalidity https://bugs.freedesktop.org/show_bug.cgi?id=92180
-
Add mime-type text/x-gherkin for feature specifications in the Gherkin format. https://bugs.freedesktop.org/show_bug.cgi?id=95455
-
- Jul 29, 2016
-
- Jul 28, 2016
- Jul 18, 2016
-
-
- Jul 13, 2016
-
-
Ville Skyttä authored
-
-
- Jul 02, 2016
-
-
Ville Skyttä authored
-
- Jun 27, 2016
- Jun 24, 2016
-
-
Bastien Nocera authored
Bump application/zip priority so that if the file is a PDF inside a zip file, we don't have a toss up between those 2 to know which mime-type it actually is. Prefer the application/zip rather than whatever is inside. But that means that all the priorities for the application/zip sub-types magic need to be bumped to be higher than application/zip, so they are detected as that type rather than zip. In short: application/zip magic priority raised to 60 application/zip sub-types magic priorities raised to 70 This is similar to the fix in 10fc17ec https://bugs.freedesktop.org/show_bug.cgi?id=96660
-
Bastien Nocera authored
They're zip files, so mark them as such.
-
- Jun 14, 2016
- Jun 09, 2016
-
-
- Jun 01, 2016
-
-
Alexander Larsson authored
-