index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
DecoderThread.cxx
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
include cleanup using iwyu
Max Kellermann
2013-11-28
1
-1
/
+0
*
DecoderAPI: stop decoder on MPD error
Max Kellermann
2013-11-13
1
-1
/
+6
*
DecoderInternal: move functions into the class
Max Kellermann
2013-11-13
1
-1
/
+1
*
DecoderThread: add missing <functional> include
Max Kellermann
2013-11-09
1
-0
/
+2
*
decoder_control: rename to DecoderControl
Max Kellermann
2013-10-28
1
-9
/
+9
*
TagFile: use Path instead of const char *
Max Kellermann
2013-10-26
1
-1
/
+1
*
DecoderThread: move code to DecoderControl::CycleMixRamp()
Max Kellermann
2013-10-26
1
-3
/
+1
*
ReplayGainInfo: use CamelCase for struct name
Max Kellermann
2013-10-25
1
-2
/
+2
*
input_stream: rename struct to InputStream
Max Kellermann
2013-10-23
1
-17
/
+16
*
UriUtil: uri_remove_auth() returns std::string
Max Kellermann
2013-10-23
1
-6
/
+3
*
InputStream: add method Rewind()
Max Kellermann
2013-10-23
1
-4
/
+1
*
DecoderThread: remove unused function deconst_plugin()
Max Kellermann
2013-10-23
1
-9
/
+0
*
DecoderThread: simplify the decoder lookup loop
Max Kellermann
2013-10-21
1
-64
/
+42
*
decoder: rename the struct to "Decoder"
Max Kellermann
2013-10-21
1
-36
/
+34
*
DecoderPlugin: move functions into the struct
Max Kellermann
2013-10-21
1
-2
/
+2
*
decoder_plugin: rename struct to DecoderPlugin
Max Kellermann
2013-10-21
1
-8
/
+8
*
*: use references instead of pointers
Max Kellermann
2013-10-19
1
-85
/
+83
*
*: use nullptr instead of NULL
Max Kellermann
2013-10-19
1
-41
/
+41
*
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-17
1
-1
/
+1
*
fs/Path: move definitions to struct PathTraits
Max Kellermann
2013-10-17
1
-1
/
+2
*
Thread/Thread: replacement library for GThread
Max Kellermann
2013-10-17
1
-13
/
+6
*
Song: GetURI() returns std::string
Max Kellermann
2013-10-17
1
-9
/
+5
*
fs/Path: add method IsAbsolute()
Max Kellermann
2013-10-14
1
-1
/
+1
*
Log: new logging library API
Max Kellermann
2013-10-02
1
-6
/
+7
*
filesystem/Path: use std::string
Max Kellermann
2013-10-02
1
-1
/
+1
*
DecoderControl: convert "enum decoder_state" to strictly-typed enum
Max Kellermann
2013-09-27
1
-14
/
+14
*
DecoderCommand: convert to strictly-typed enum
Max Kellermann
2013-09-27
1
-12
/
+12
*
Tag, ...: move to libtag.a
Max Kellermann
2013-09-05
1
-1
/
+1
*
InputLegacy: move functions to the input_stream class
Max Kellermann
2013-09-05
1
-11
/
+8
*
Tag*: move libtag.a sources to src/tag/
Max Kellermann
2013-09-04
1
-1
/
+1
*
util/Error: new error passing library
Max Kellermann
2013-09-04
1
-16
/
+14
*
Makefile.am: move sources to libsystem.a
Max Kellermann
2013-08-07
1
-1
/
+1
*
FatalError: new library to replace mpd_error.h
Max Kellermann
2013-08-07
1
-2
/
+2
*
tag: convert to C++
Max Kellermann
2013-07-30
1
-2
/
+2
*
ape: convert to C++
Max Kellermann
2013-07-29
1
-4
/
+1
*
song: convert header to C++
Max Kellermann
2013-07-28
1
-7
/
+7
*
decoder_api: convert to C++
Max Kellermann
2013-07-28
1
-3
/
+3
*
use g_thread_new() if GLib is recent enough
Max Kellermann
2013-04-17
1
-2
/
+5
*
uri: convert to C++
Max Kellermann
2013-04-08
1
-1
/
+1
*
decoder_list: convert to C++
Max Kellermann
2013-01-30
1
-1
/
+1
*
InputStream: use std::string
Max Kellermann
2013-01-28
1
-2
/
+3
*
DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond
Max Kellermann
2013-01-27
1
-2
/
+2
*
input_stream: forward-declare the struct
Max Kellermann
2013-01-26
1
-1
/
+1
*
Path: move to fs subdirectory
Denis Krjuchkov
2013-01-22
1
-1
/
+1
*
DecoderControl: move functions into the class
Max Kellermann
2013-01-21
1
-28
/
+28
*
Path: new class "Path" wraps filesystem path strings
Max Kellermann
2013-01-18
1
-1
/
+2
*
DecoderThread: signal the client after decoder finishes
Max Kellermann
2013-01-10
1
-0
/
+2
*
decoder_api.h, ...: add "extern C"
Max Kellermann
2013-01-07
1
-3
/
+3
*
DecoderThread: move code to destructor
Max Kellermann
2013-01-04
1
-13
/
+0
*
DecoderInternal: move initializers to constructor
Max Kellermann
2013-01-04
1
-9
/
+3
[next]