aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_thread.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-11-03decoder_control: merge next_song and current_songMax Kellermann1-2/+3
2009-11-03decoder_thread: unlock the decoder while checking the streamMax Kellermann1-4/+4
2009-11-03decoder_thread: open input stream after command finishedMax Kellermann1-5/+10
2009-11-03decoder_control: make the song objects constMax Kellermann1-1/+1
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann1-58/+67
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann1-9/+3
2009-10-20mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann1-1/+1
2009-10-11decoder_thread: removed redundant NULL assignmentsMax Kellermann1-2/+1
2009-10-11decoder_thread: change the fallback decoder name to "mad"Max Kellermann1-1/+1
2009-08-13decoder_control: protect command, state with a mutexMax Kellermann1-2/+45
2009-06-19decoder_thread: reopen the stream after file_decode() has failedMax Kellermann1-0/+11
2009-04-13decoder_api: submit the song tag to the music pipeMax Kellermann1-0/+5
2009-03-15log: removed DEBUG() and FATAL()Max Kellermann1-2/+1
2009-03-13all: Update copyright header.Avuton Olrich1-7/+7
2009-03-06pipe: added music_buffer, rewrite music_pipeMax Kellermann1-3/+2
2009-03-06music_pipe: added music_pipe_push()Max Kellermann1-1/+5
2009-02-25ls: moved generic URI utilities to uri.cMax Kellermann1-1/+1
2009-02-15decoder_api: moved enum decoder_command to decoder_command.hMax Kellermann1-0/+3
2009-02-15decoder_plugin: added inline wrapper functionsMax Kellermann1-2/+2
2009-02-11decoder_thread: re-enable file decodersMax Kellermann1-1/+1