aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderThread.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-26input_stream: forward-declare the structMax Kellermann1-1/+1
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov1-1/+1
2013-01-21DecoderControl: move functions into the classMax Kellermann1-28/+28
2013-01-18Path: new class "Path" wraps filesystem path stringsMax Kellermann1-1/+2
2013-01-10DecoderThread: signal the client after decoder finishesMax Kellermann1-0/+2
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann1-3/+3
2013-01-04DecoderThread: move code to destructorMax Kellermann1-13/+0
2013-01-04DecoderInternal: move initializers to constructorMax Kellermann1-9/+3
2013-01-04decoder_*: convert to C++Max Kellermann1-2/+2
2013-01-02mapper: convert to C++Max Kellermann1-1/+1
2013-01-02{decoder,player}_thread: convert to C++Max Kellermann1-19/+11
2012-09-25decoder_control: remove MixRamp debug messagesMax Kellermann1-1/+0
2012-08-15decoder_thread: create GError for mapper failureMax Kellermann1-0/+3
2012-08-08decoder_control: add GError attributeMax Kellermann1-1/+17
2012-05-29decoder_api: log the decoder plugin nameMax Kellermann1-0/+4
2011-10-13decoder_thread: add missing stdio.h includeMax Kellermann1-0/+1
2011-10-09decoder/{pcm,dsdiff}: add missing stdio.h includeMax Kellermann1-0/+1
2011-10-05decoder_control: add attributes start_ms, end_msMax Kellermann1-1/+1
2011-09-22decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann1-0/+2
2011-09-16input_stream: non-blocking I/OMax Kellermann1-24/+20
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-16decoder_thread: fix assertion failure at song endMax Kellermann1-2/+1
2011-01-10decoder_control: store GCond object, not a player_controlMax Kellermann1-2/+1
2011-01-10decoder_thread: move code to decoder_command_finished_locked()Max Kellermann1-8/+19
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-3/+3
2010-11-18decoder_thread: load APE replay gain from music filesMax Kellermann1-0/+15
2010-09-25eliminate g_error() usageThomas Jansen1-1/+2
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps1-0/+2
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+11
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann1-6/+0
2010-01-17decoder_thread: don't fall back to "mad" unless no plugin matchesMax Kellermann1-1/+2
2010-01-17decoder_thread: don't try a plugin twice (MIME type & suffix)Max Kellermann1-10/+56
2010-01-16decoder_thread: fix CUE track playbackMax Kellermann1-5/+10
2010-01-04replay_gain: moved code to replay_gain_config.cMax Kellermann1-1/+1
2010-01-04replay_gain: moved code to replay_gain_info.cMax Kellermann1-0/+1
2010-01-04replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann1-3/+4
2010-01-04decoder_api: added function decoder_replay_gain()Max Kellermann1-0/+5
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-20/+22
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-26decoder_api: added function decoder_timestamp()Max Kellermann1-0/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-3/+13
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-07decoder_thread: close input fileMax Kellermann1-3/+10
2009-11-07decoder_thread: check for STOP before calling the pluginMax Kellermann1-0/+6
2009-11-07decoder_thread: moved code to decoder_input_stream_open()Max Kellermann1-27/+50
2009-11-07decoder_thread: added local variable "dc" in decoder_run_file()Max Kellermann1-6/+7
2009-11-07decoder_list: pass previous plugin pointer to lookup functionsMax Kellermann1-6/+4
2009-11-07decoder_thread: open input stream on demandMax Kellermann1-72/+59
2009-11-07decoder_thread: moved plugin loops to separate functionsMax Kellermann1-82/+127
2009-11-04decoder_thread: initialize decoder_control.quitMax Kellermann1-0/+2