- 01 Jul, 2020 1 commit
-
-
Bastien Nocera authored
Closes: #140
-
- 13 Jun, 2020 1 commit
-
-
David Faure authored
PIE executables have the same header as ELF shared libs and therefore were being detected as shared libraries. The magic for executables was too specific, I removed the check for the value at offset 16 since it's actually 3 for /usr/bin/ls, not 2. Fixes gitlab issue #11. #11
-
- 06 May, 2020 8 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
StefanBruens authored
Apples "system_profiler" can save information about the machine in XML format and uses the *.spx extension. Fixes #105.
-
StefanBruens authored
According to http://trac.musepack.net/musepack/wiki/SV8Specification, the file starts with a 'MPCK' magic. Currently, only the SV7 magic, 'MP+' is recognized: http://trac.musepack.net/musepack/wiki/SV7Specification. Fixes #104.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
Originally from: https://github.com/w3c/its-2.0-testsuite/tree/master/its2.0/schema
-
StefanBruens authored
Currently, *.spx is associated with "raw" speex, i.e. without an ogg container, while it is also often used for audio/x-speex+ogg. The latter currently only allows the *.oga and *.ogg globs. See also https://bugs.freedesktop.org/show_bug.cgi?id=5299 https://bugs.freedesktop.org/show_bug.cgi?id=53376 The libspeex speexenc/speexdec reference implementations use ogg containers, and use the *.spx extension, see e.g. https://linux.die.net/man/1/speexdec "raw" speex and speex+ogg are covered by their content matches, i.e. 'OggS'@0 + 'Speex '@28 vs. 'Speex '@0. Apparently the only application capable of creating "raw" speex is the xiph sampleenc, see https://github.com/xiph/speex/blob/master/doc/sampleenc.c Fixes #103
-
- 05 May, 2020 2 commits
-
-
StefanBruens authored
The old "Format 2/3/4" audible files are proprietary formats, while the newer "Enhanced" type is actually an ISO Base Media File Format compliant file (aka ISOBMFF/M4B/Quicktime). The audio stream is encrypted, but meta data (author, title, cover image) are unencrypted and can be used by standard tools. Fixes #134.
-
Bastien Nocera authored
They're not MP4 files.
-
- 18 Apr, 2020 1 commit
-
-
Daniel Novomeský authored
Add mimetypes for AV1 Image File Format (AVIF)
-
- 11 Apr, 2020 1 commit
-
-
Adel Khial authored
-
- 03 Apr, 2020 1 commit
-
-
anoteng authored
-
- 28 Mar, 2020 4 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
For meson and gitlab changes.
-
Alex Henrie authored
Section 18.2.2 of the HTML 4.0 specification gives "text/vbscript" as the MIME type for VBScript and no later standard has changed that. Internet Explorer also accepts the nonstandard type text/vbs for these files. https://www.w3.org/TR/1998/REC-html40-19980424/interact/scripts.html#h-18.2.2
-
Alex Henrie authored
Section 18.2.2 of the HTML 4.0 specification gives "text/tcl" as the MIME type for Tcl and no later standard has changed that. https://www.w3.org/TR/1998/REC-html40-19980424/interact/scripts.html#h-18.2.2
-
- 15 Mar, 2020 1 commit
-
-
Piotr Drąg authored
-
- 03 Mar, 2020 1 commit
-
-
Tarn Burton authored
-
- 02 Mar, 2020 4 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
xgettext was throwing: xgettext: warning: file 'data/freedesktop.org.xml.in' extension 'xml' is unknown; will try C Set GETTEXTDATADIRS as we used to when using autotools.
-
Bastien Nocera authored
We removed the file, but we were still generating it. Fixes: 5b342ee0
-
- 25 Feb, 2020 1 commit
-
-
Bastien Nocera authored
eu_en_Sword_of_Vermilion.bin as found on the Mega Drive Mini has "SEGA_MEGA_DRIVE" in the header, with underscores instead of spaces. file and emulators do support it too.
-
- 23 Feb, 2020 1 commit
-
-
David Faure authored
Otherwise any "use strict" in an HTML file leads to it being detected as perl instead of HTML. https://bugs.kde.org/show_bug.cgi?id=417248
-
- 20 Feb, 2020 13 commits
-
-
Bastien Nocera authored
We have git's log now.
-
Bastien Nocera authored
-
Bastien Nocera authored
Now that we don't need to keep the old filename for the autotools.
-
Bastien Nocera authored
-
Salamandar authored
-
Salamandar authored
-
Salamandar authored
Replaces the shell in Makefile.am
-
Salamandar authored
Replaces the shell in Makefile.am
-
Salamandar authored
Replaces the shell in Makefile.am
-
Salamandar authored
Replaces the shell in Makefile.am
-
Salamandar authored
Replaces the shell in Makefile.am
-
Bastien Nocera authored
So that it's easier to add, modify and remove individual items.
-
Salamandar authored
Generate the gmo translation files and use itstool to merge those translations into the XML file.
-