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
fe1b626f
Commit
fe1b626f
authored
Oct 27, 2010
by
Alder Hornbridge
Committed by
Max Kellermann
Oct 27, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/sidplay: play mus, str, prg, x00 files
parent
4e945169
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
NEWS
NEWS
+1
-0
sidplay_decoder_plugin.cxx
src/decoder/sidplay_decoder_plugin.cxx
+4
-0
No files found.
NEWS
View file @
fe1b626f
...
@@ -36,6 +36,7 @@ ver 0.16 (20??/??/??)
...
@@ -36,6 +36,7 @@ ver 0.16 (20??/??/??)
- sidplay: implemented songlength database
- sidplay: implemented songlength database
- sidplay: support seeking
- sidplay: support seeking
- sidplay: play monaural SID tunes in mono
- sidplay: play monaural SID tunes in mono
- sidplay: play mus, str, prg, x00 files
- wavpack: activate 32 bit support
- wavpack: activate 32 bit support
- wavpack: allow more than 2 channels
- wavpack: allow more than 2 channels
- mp4ff: rename plugin "mp4" to "mp4ff"
- mp4ff: rename plugin "mp4" to "mp4ff"
...
...
src/decoder/sidplay_decoder_plugin.cxx
View file @
fe1b626f
...
@@ -407,6 +407,10 @@ sidplay_container_scan(const char *path_fs, const unsigned int tnum)
...
@@ -407,6 +407,10 @@ sidplay_container_scan(const char *path_fs, const unsigned int tnum)
static
const
char
*
const
sidplay_suffixes
[]
=
{
static
const
char
*
const
sidplay_suffixes
[]
=
{
"sid"
,
"sid"
,
"mus"
,
"str"
,
"prg"
,
"P00"
,
NULL
NULL
};
};
...
...
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