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
74500eac
Commit
74500eac
authored
Jan 16, 2013
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v0.17.x'
parents
b7cf279d
1105e61f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
51 additions
and
4 deletions
+51
-4
.gitignore
.gitignore
+1
-0
Makefile.am
Makefile.am
+1
-1
NEWS
NEWS
+5
-0
configure.ac
configure.ac
+1
-1
mpdconf.example
doc/mpdconf.example
+38
-2
ffmpeg_decoder_plugin.c
src/decoder/ffmpeg_decoder_plugin.c
+5
-0
No files found.
.gitignore
View file @
74500eac
...
@@ -41,6 +41,7 @@ tags
...
@@ -41,6 +41,7 @@ tags
.#*
.#*
.stgit*
.stgit*
src/dsd2pcm/dsd2pcm
src/dsd2pcm/dsd2pcm
src/win/mpd_win32_rc.rc
doc/doxygen.conf
doc/doxygen.conf
doc/protocol.html
doc/protocol.html
doc/protocol
doc/protocol
...
...
Makefile.am
View file @
74500eac
...
@@ -1443,4 +1443,4 @@ endif
...
@@ -1443,4 +1443,4 @@ endif
EXTRA_DIST
=
$(doc_DATA)
autogen.sh
\
EXTRA_DIST
=
$(doc_DATA)
autogen.sh
\
$
(
wildcard scripts/
*
.sh
)
\
$
(
wildcard scripts/
*
.sh
)
\
$(man_MANS)
$(DOCBOOK_FILES)
doc/mpdconf.example doc/doxygen.conf
\
$(man_MANS)
$(DOCBOOK_FILES)
doc/mpdconf.example doc/doxygen.conf
\
src/win/mpd_win32_rc.rc.in
src/win/mpd_win32_rc.rc.in
src/win/mpd.ico
NEWS
View file @
74500eac
...
@@ -12,6 +12,11 @@ ver 0.18 (2012/??/??)
...
@@ -12,6 +12,11 @@ ver 0.18 (2012/??/??)
- new option "tags" may be used to disable sending tags to output
- new option "tags" may be used to disable sending tags to output
* improved decoder/output error reporting
* improved decoder/output error reporting
ver 0.17.4 (2013/??/??)
* decoder:
- ffmpeg: support float planar audio (ffmpeg 1.1)
ver 0.17.3 (2013/01/06)
ver 0.17.3 (2013/01/06)
* output:
* output:
- osx: fix pops during playback
- osx: fix pops during playback
...
...
configure.ac
View file @
74500eac
...
@@ -886,7 +886,7 @@ fi
...
@@ -886,7 +886,7 @@ fi
AM_CONDITIONAL(ENABLE_FLUIDSYNTH, test x$enable_fluidsynth = xyes)
AM_CONDITIONAL(ENABLE_FLUIDSYNTH, test x$enable_fluidsynth = xyes)
dnl ---------------------------------- libgme ---------------------------------
dnl ---------------------------------- libgme ---------------------------------
MPD_AUTO_PKG
(gme, GME, [libgme
],
MPD_AUTO_PKG
_LIB(gme, GME, [libgme], gme, gme_open_file, [-lgme -lstdc++], [
],
[gme decoder plugin], [libgme not found])
[gme decoder plugin], [libgme not found])
AM_CONDITIONAL(HAVE_GME, test x$enable_gme = xyes)
AM_CONDITIONAL(HAVE_GME, test x$enable_gme = xyes)
if test x$enable_gme = xyes; then
if test x$enable_gme = xyes; then
...
...
doc/mpdconf.example
View file @
74500eac
...
@@ -281,6 +281,25 @@ input {
...
@@ -281,6 +281,25 @@ input {
## sink "remote_server_sink" # optional
## sink "remote_server_sink" # optional
#}
#}
#
#
# An example of a winmm output (Windows multimedia API).
#
#audio_output {
# type "winmm"
# name "My WinMM output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
# or
## device "0" # optional
## mixer_type "hardware" # optional
#}
#
# An example of an openal output.
#
#audio_output {
# type "openal"
# name "My OpenAL output"
## device "Digital Audio (S/PDIF) (High Definition Audio Device)" # optional
#}
#
## Example "pipe" output:
## Example "pipe" output:
#
#
#audio_output {
#audio_output {
...
@@ -321,8 +340,11 @@ input {
...
@@ -321,8 +340,11 @@ input {
# Normalization automatic volume adjustments ##################################
# Normalization automatic volume adjustments ##################################
#
#
# This setting specifies the type of ReplayGain to use. This setting can have
# This setting specifies the type of ReplayGain to use. This setting can have
# the argument "off", "album" or "track". See <http://www.replaygain.org>
# the argument "off", "album", "track" or "auto". "auto" is a special mode that
# for more details. This setting is off by default.
# chooses between "track" and "album" depending on the current state of
# random playback. If random playback is enabled then "track" mode is used.
# See <http://www.replaygain.org> for more details about ReplayGain.
# This setting is off by default.
#
#
#replaygain "album"
#replaygain "album"
#
#
...
@@ -331,6 +353,20 @@ input {
...
@@ -331,6 +353,20 @@ input {
#
#
#replaygain_preamp "0"
#replaygain_preamp "0"
#
#
# This setting sets the pre-amp used for files that do NOT have ReplayGain tags.
# By default this setting is disabled.
#
#replaygain_missing_preamp "0"
#
# This setting enables or disables ReplayGain limiting.
# MPD calculates actual amplification based on the ReplayGain tags
# and replaygain_preamp / replaygain_missing_preamp setting.
# If replaygain_limit is enabled MPD will never amplify audio signal
# above its original level. If replaygain_limit is disabled such amplification
# might occur. By default this setting is enabled.
#
#replaygain_limit "yes"
#
# This setting enables on-the-fly normalization volume adjustment. This will
# This setting enables on-the-fly normalization volume adjustment. This will
# result in the volume of all playing audio to be adjusted so the output has
# result in the volume of all playing audio to be adjusted so the output has
# equal "loudness". This setting is disabled by default.
# equal "loudness". This setting is disabled by default.
...
...
src/decoder/ffmpeg_decoder_plugin.c
View file @
74500eac
...
@@ -395,6 +395,11 @@ ffmpeg_sample_format(enum AVSampleFormat sample_fmt)
...
@@ -395,6 +395,11 @@ ffmpeg_sample_format(enum AVSampleFormat sample_fmt)
#endif
#endif
return
SAMPLE_FORMAT_S32
;
return
SAMPLE_FORMAT_S32
;
#if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(51,17,0)
case
AV_SAMPLE_FMT_FLTP
:
return
SAMPLE_FORMAT_FLOAT
;
#endif
default:
default:
break
;
break
;
}
}
...
...
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