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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-28
InputStream: use std::string
Max Kellermann
1
-2
/
+3
2013-01-27
DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond
Max Kellermann
1
-2
/
+2
2013-01-26
input_stream: forward-declare the struct
Max Kellermann
1
-1
/
+1
2013-01-22
Path: move to fs subdirectory
Denis Krjuchkov
1
-1
/
+1
2013-01-21
DecoderControl: move functions into the class
Max Kellermann
1
-28
/
+28
2013-01-18
Path: new class "Path" wraps filesystem path strings
Max Kellermann
1
-1
/
+2
2013-01-10
DecoderThread: signal the client after decoder finishes
Max Kellermann
1
-0
/
+2
2013-01-07
decoder_api.h, ...: add "extern C"
Max Kellermann
1
-3
/
+3
2013-01-04
DecoderThread: move code to destructor
Max Kellermann
1
-13
/
+0
2013-01-04
DecoderInternal: move initializers to constructor
Max Kellermann
1
-9
/
+3
2013-01-04
decoder_*: convert to C++
Max Kellermann
1
-2
/
+2
2013-01-02
mapper: convert to C++
Max Kellermann
1
-1
/
+1
2013-01-02
{decoder,player}_thread: convert to C++
Max Kellermann
1
-19
/
+11
2012-09-25
decoder_control: remove MixRamp debug messages
Max Kellermann
1
-1
/
+0
2012-08-15
decoder_thread: create GError for mapper failure
Max Kellermann
1
-0
/
+3
2012-08-08
decoder_control: add GError attribute
Max Kellermann
1
-1
/
+17
2012-05-29
decoder_api: log the decoder plugin name
Max Kellermann
1
-0
/
+4
2011-10-13
decoder_thread: add missing stdio.h include
Max Kellermann
1
-0
/
+1
2011-10-09
decoder/{pcm,dsdiff}: add missing stdio.h include
Max Kellermann
1
-0
/
+1
2011-10-05
decoder_control: add attributes start_ms, end_ms
Max Kellermann
1
-1
/
+1
2011-09-22
decoder_api: emulate SEEK command for initial seek to CUE track
Max Kellermann
1
-0
/
+2
2011-09-16
input_stream: non-blocking I/O
Max Kellermann
1
-24
/
+20
2011-01-29
copyright year 2011
Max Kellermann
1
-1
/
+1
2011-01-16
decoder_thread: fix assertion failure at song end
Max Kellermann
1
-2
/
+1
2011-01-10
decoder_control: store GCond object, not a player_control
Max Kellermann
1
-2
/
+1
2011-01-10
decoder_thread: move code to decoder_command_finished_locked()
Max Kellermann
1
-8
/
+19
2011-01-10
player_control: removed the global variable "pc"
Max Kellermann
1
-3
/
+3
2010-11-18
decoder_thread: load APE replay gain from music files
Max Kellermann
1
-0
/
+15
2010-09-25
eliminate g_error() usage
Thomas Jansen
1
-1
/
+2
2010-05-08
mixramp: Adjust MixRamp threshold to account for ReplayGain.
Tim Phipps
1
-0
/
+2
2010-03-21
Add support for MixRamp tags
Tim Phipps
1
-0
/
+11
2010-02-17
replay_gain: reimplement as a filter plugin
Max Kellermann
1
-6
/
+0
2010-01-17
decoder_thread: don't fall back to "mad" unless no plugin matches
Max Kellermann
1
-1
/
+2
2010-01-17
decoder_thread: don't try a plugin twice (MIME type & suffix)
Max Kellermann
1
-10
/
+56
2010-01-16
decoder_thread: fix CUE track playback
Max Kellermann
1
-5
/
+10
2010-01-04
replay_gain: moved code to replay_gain_config.c
Max Kellermann
1
-1
/
+1
2010-01-04
replay_gain: moved code to replay_gain_info.c
Max Kellermann
1
-0
/
+1
2010-01-04
replay_gain: refactor API, move code to replay_gain_state.c
Max Kellermann
1
-3
/
+4
2010-01-04
decoder_api: added function decoder_replay_gain()
Max Kellermann
1
-0
/
+5
2010-01-01
input_stream: return allocated input_stream objects
Max Kellermann
1
-20
/
+22
2009-12-31
Update copyright notices.
Avuton Olrich
1
-1
/
+1
2009-12-26
decoder_api: added function decoder_timestamp()
Max Kellermann
1
-0
/
+1
2009-12-15
input_stream: return errors with GError
Max Kellermann
1
-3
/
+13
2009-11-12
include config.h in all sources
Max Kellermann
1
-0
/
+1
2009-11-07
decoder_thread: close input file
Max Kellermann
1
-3
/
+10
2009-11-07
decoder_thread: check for STOP before calling the plugin
Max Kellermann
1
-0
/
+6
2009-11-07
decoder_thread: moved code to decoder_input_stream_open()
Max Kellermann
1
-27
/
+50
2009-11-07
decoder_thread: added local variable "dc" in decoder_run_file()
Max Kellermann
1
-6
/
+7
2009-11-07
decoder_list: pass previous plugin pointer to lookup functions
Max Kellermann
1
-6
/
+4
2009-11-07
decoder_thread: open input stream on demand
Max Kellermann
1
-72
/
+59
[prev]
[next]