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
18b827b9
Commit
18b827b9
authored
Jun 01, 2017
by
Jörg Raftopoulos
Committed by
Max Kellermann
Jun 03, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
decoder/ffmpeg: add support for adx
Add ffmpeg decoder support for *.adx files (Sega game console) Closes #60
parent
0a379fc5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
NEWS
NEWS
+2
-0
FfmpegDecoderPlugin.cxx
src/decoder/plugins/FfmpegDecoderPlugin.cxx
+3
-1
No files found.
NEWS
View file @
18b827b9
ver 0.20.9 (not yet released)
* decoder
- ffmpeg: support *.adx
* fix byte order detection on FreeBSD/aarch64
ver 0.20.8 (2017/05/19)
...
...
src/decoder/plugins/FfmpegDecoderPlugin.cxx
View file @
18b827b9
...
...
@@ -881,7 +881,8 @@ ffmpeg_scan_stream(InputStream &is,
* more formats.
*/
static
const
char
*
const
ffmpeg_suffixes
[]
=
{
"16sv"
,
"3g2"
,
"3gp"
,
"4xm"
,
"8svx"
,
"aa3"
,
"aac"
,
"ac3"
,
"afc"
,
"aif"
,
"16sv"
,
"3g2"
,
"3gp"
,
"4xm"
,
"8svx"
,
"aa3"
,
"aac"
,
"ac3"
,
"adx"
,
"afc"
,
"aif"
,
"aifc"
,
"aiff"
,
"al"
,
"alaw"
,
"amr"
,
"anim"
,
"apc"
,
"ape"
,
"asf"
,
"atrac"
,
"au"
,
"aud"
,
"avi"
,
"avm2"
,
"avs"
,
"bap"
,
"bfi"
,
"c93"
,
"cak"
,
"cin"
,
"cmv"
,
"cpk"
,
"daud"
,
"dct"
,
"divx"
,
"dts"
,
"dv"
,
"dvd"
,
"dxa"
,
...
...
@@ -934,6 +935,7 @@ static const char *const ffmpeg_mime_types[] = {
"audio/x-16sv"
,
"audio/x-aac"
,
"audio/x-ac3"
,
"audio/x-adx"
,
"audio/x-aiff"
"audio/x-alaw"
,
"audio/x-au"
,
...
...
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