Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
6522d2f7
Commit
6522d2f7
authored
May 03, 2018
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/{dsdiff,dsf}: support more MIME types
These are used by DSD-streaming servers. For example, MiniDLNA uses "audio/x-dsd".
parent
ac61fd1d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
NEWS
NEWS
+2
-0
DsdiffDecoderPlugin.cxx
src/decoder/plugins/DsdiffDecoderPlugin.cxx
+2
-0
DsfDecoderPlugin.cxx
src/decoder/plugins/DsfDecoderPlugin.cxx
+2
-0
No files found.
NEWS
View file @
6522d2f7
ver 0.20.20 (not yet released)
* protocol
- fix "modified-since" filter regression
* decoder
- dsdiff, dsf: support more MIME types
ver 0.20.19 (2018/04/26)
* protocol
...
...
src/decoder/plugins/DsdiffDecoderPlugin.cxx
View file @
6522d2f7
...
...
@@ -484,6 +484,8 @@ static const char *const dsdiff_suffixes[] = {
static
const
char
*
const
dsdiff_mime_types
[]
=
{
"application/x-dff"
,
"audio/x-dff"
,
"audio/x-dsd"
,
nullptr
};
...
...
src/decoder/plugins/DsfDecoderPlugin.cxx
View file @
6522d2f7
...
...
@@ -358,6 +358,8 @@ static const char *const dsf_suffixes[] = {
static
const
char
*
const
dsf_mime_types
[]
=
{
"application/x-dsf"
,
"audio/x-dsf"
,
"audio/x-dsd"
,
nullptr
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment