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
de43bddc
Commit
de43bddc
authored
Dec 08, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Plain Diff
Merge tag 'v0.19.6'
parents
6edfc56c
c46f48ab
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
31 additions
and
10 deletions
+31
-10
.gitignore
.gitignore
+2
-0
NEWS
NEWS
+13
-0
AndroidManifest.xml
android/AndroidManifest.xml
+2
-2
build.py
android/build.py
+6
-6
FfmpegDecoderPlugin.cxx
src/decoder/plugins/FfmpegDecoderPlugin.cxx
+5
-0
Init.cxx
src/output/Init.cxx
+1
-0
Id.hxx
src/thread/Id.hxx
+2
-2
No files found.
.gitignore
View file @
de43bddc
...
@@ -77,6 +77,8 @@ tags
...
@@ -77,6 +77,8 @@ tags
/test/test_vorbis_encoder
/test/test_vorbis_encoder
/test/DumpDatabase
/test/DumpDatabase
/lib/
/*.tar.gz
/*.tar.gz
/*.tar.bz2
/*.tar.bz2
/*.tar.xz
/*.tar.xz
...
...
NEWS
View file @
de43bddc
...
@@ -12,6 +12,14 @@ ver 0.20 (not yet released)
...
@@ -12,6 +12,14 @@ ver 0.20 (not yet released)
* reset song priority on playback
* reset song priority on playback
* remove dependency on GLib
* remove dependency on GLib
ver 0.19.6 (2014/12/08)
* decoder
- ffmpeg: support FFmpeg 2.5
* fix build failure with musl
* android
- update libFLAC to 1.3.1
- update FFmpeg to 2.5
ver 0.19.5 (2014/11/26)
ver 0.19.5 (2014/11/26)
* input
* input
- nfs: fix crash on connection failure
- nfs: fix crash on connection failure
...
@@ -152,6 +160,11 @@ ver 0.19 (2014/10/10)
...
@@ -152,6 +160,11 @@ ver 0.19 (2014/10/10)
* install systemd unit for socket activation
* install systemd unit for socket activation
* Android port
* Android port
ver 0.18.20 (2014/12/08)
* decoder
- ffmpeg: support FFmpeg 2.5
* fix build failure with musl
ver 0.18.19 (2014/11/26)
ver 0.18.19 (2014/11/26)
* archive
* archive
- zzip: fix crash after seeking
- zzip: fix crash after seeking
...
...
android/AndroidManifest.xml
View file @
de43bddc
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.musicpd"
package=
"org.musicpd"
android:installLocation=
"auto"
android:installLocation=
"auto"
android:versionCode=
"
9
"
android:versionCode=
"
10
"
android:versionName=
"0.19.
5
"
>
android:versionName=
"0.19.
6
"
>
<uses-sdk
android:minSdkVersion=
"9"
android:targetSdkVersion=
"17"
/>
<uses-sdk
android:minSdkVersion=
"9"
android:targetSdkVersion=
"17"
/>
...
...
android/build.py
View file @
de43bddc
...
@@ -314,8 +314,8 @@ thirdparty_libs = [
...
@@ -314,8 +314,8 @@ thirdparty_libs = [
),
),
AutotoolsProject
(
AutotoolsProject
(
'http
s://svn.xiph.org/releases/flac/flac-1.3.0
.tar.xz'
,
'http
://downloads.xiph.org/releases/flac/flac-1.3.1
.tar.xz'
,
'
13b5c214cee8373464d3d65dee362cdd
'
,
'
b9922c9a0378c88d3e901b234f852698
'
,
'lib/libFLAC.a'
,
'lib/libFLAC.a'
,
[
[
'--disable-shared'
,
'--enable-static'
,
'--disable-shared'
,
'--enable-static'
,
...
@@ -341,8 +341,8 @@ thirdparty_libs = [
...
@@ -341,8 +341,8 @@ thirdparty_libs = [
),
),
FfmpegProject
(
FfmpegProject
(
'http://
www.ffmpeg.org/releases/ffmpeg-2.2.3
.tar.bz2'
,
'http://
ffmpeg.org/releases/ffmpeg-2.5
.tar.bz2'
,
'
dbb5b6b69bd010916f17df0ae596e0b1
'
,
'
4346fe710cc6bdd981f6534d2420d1ab
'
,
'lib/libavcodec.a'
,
'lib/libavcodec.a'
,
[
[
'--disable-shared'
,
'--enable-static'
,
'--disable-shared'
,
'--enable-static'
,
...
@@ -366,8 +366,8 @@ thirdparty_libs = [
...
@@ -366,8 +366,8 @@ thirdparty_libs = [
),
),
AutotoolsProject
(
AutotoolsProject
(
'http://curl.haxx.se/download/curl-7.3
7
.0.tar.lzma'
,
'http://curl.haxx.se/download/curl-7.3
9
.0.tar.lzma'
,
'
54bfd1eb5214f604186d6f5ac61c7781
'
,
'
e9aa6dec29920eba8ef706ea5823bad7
'
,
'lib/libcurl.a'
,
'lib/libcurl.a'
,
[
[
'--disable-shared'
,
'--enable-static'
,
'--disable-shared'
,
'--enable-static'
,
...
...
src/decoder/plugins/FfmpegDecoderPlugin.cxx
View file @
de43bddc
...
@@ -423,10 +423,15 @@ ffmpeg_probe(Decoder *decoder, InputStream &is)
...
@@ -423,10 +423,15 @@ ffmpeg_probe(Decoder *decoder, InputStream &is)
avpd
.
filename
=
is
.
GetURI
();
avpd
.
filename
=
is
.
GetURI
();
#ifdef AVPROBE_SCORE_MIME
#ifdef AVPROBE_SCORE_MIME
#if LIBAVFORMAT_VERSION_INT < AV_VERSION_INT(56, 5, 1)
/* this attribute was added in libav/ffmpeg version 11, but
/* this attribute was added in libav/ffmpeg version 11, but
unfortunately it's "uint8_t" instead of "char", and it's
unfortunately it's "uint8_t" instead of "char", and it's
not "const" - wtf? */
not "const" - wtf? */
avpd
.
mime_type
=
(
uint8_t
*
)
const_cast
<
char
*>
(
is
.
GetMimeType
());
avpd
.
mime_type
=
(
uint8_t
*
)
const_cast
<
char
*>
(
is
.
GetMimeType
());
#else
/* API problem fixed in FFmpeg 2.5 */
avpd
.
mime_type
=
is
.
GetMimeType
();
#endif
#endif
#endif
return
av_probe_input_format
(
&
avpd
,
true
);
return
av_probe_input_format
(
&
avpd
,
true
);
...
...
src/output/Init.cxx
View file @
de43bddc
...
@@ -48,6 +48,7 @@
...
@@ -48,6 +48,7 @@
AudioOutput
::
AudioOutput
(
const
AudioOutputPlugin
&
_plugin
)
AudioOutput
::
AudioOutput
(
const
AudioOutputPlugin
&
_plugin
)
:
plugin
(
_plugin
),
:
plugin
(
_plugin
),
mixer
(
nullptr
),
enabled
(
true
),
really_enabled
(
false
),
enabled
(
true
),
really_enabled
(
false
),
open
(
false
),
open
(
false
),
pause
(
false
),
pause
(
false
),
...
...
src/thread/Id.hxx
View file @
de43bddc
...
@@ -75,7 +75,7 @@ public:
...
@@ -75,7 +75,7 @@ public:
#ifdef WIN32
#ifdef WIN32
return
::
GetCurrentThreadId
();
return
::
GetCurrentThreadId
();
#else
#else
return
::
pthread_self
();
return
pthread_self
();
#endif
#endif
}
}
...
@@ -84,7 +84,7 @@ public:
...
@@ -84,7 +84,7 @@ public:
#ifdef WIN32
#ifdef WIN32
return
id
==
other
.
id
;
return
id
==
other
.
id
;
#else
#else
return
::
pthread_equal
(
id
,
other
.
id
);
return
pthread_equal
(
id
,
other
.
id
);
#endif
#endif
}
}
...
...
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