aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_thread.c
Commit message (Expand)AuthorAge
* decoder_control: remove MixRamp debug messagesMax Kellermann2012-09-25
* Merge branch 'v0.16.x'Max Kellermann2012-05-29
|\
| * decoder_api: log the decoder plugin nameMax Kellermann2012-05-29
| * decoder_thread: add missing stdio.h includeMax Kellermann2011-10-13
* | decoder/{pcm,dsdiff}: add missing stdio.h includeMax Kellermann2011-10-09
* | Merge branch 'v0.16.x'Max Kellermann2011-10-06
|\|
| * decoder_control: add attributes start_ms, end_msMax Kellermann2011-10-05
* | Merge branch 'v0.16.x'Max Kellermann2011-09-22
|\|
| * decoder_api: emulate SEEK command for initial seek to CUE trackMax Kellermann2011-09-22
* | input_stream: non-blocking I/OMax Kellermann2011-09-16
* | copyright year 2011Max Kellermann2011-01-29
* | decoder_thread: fix assertion failure at song endMax Kellermann2011-01-16
* | decoder_control: store GCond object, not a player_controlMax Kellermann2011-01-10
* | decoder_thread: move code to decoder_command_finished_locked()Max Kellermann2011-01-10
* | player_control: removed the global variable "pc"Max Kellermann2011-01-10
|/
* decoder_thread: load APE replay gain from music filesMax Kellermann2010-11-18
* eliminate g_error() usageThomas Jansen2010-09-25
* mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps2010-05-08
* Add support for MixRamp tagsTim Phipps2010-03-21
* replay_gain: reimplement as a filter pluginMax Kellermann2010-02-17
* decoder_thread: don't fall back to "mad" unless no plugin matchesMax Kellermann2010-01-17
* decoder_thread: don't try a plugin twice (MIME type & suffix)Max Kellermann2010-01-17
* replay_gain: moved code to replay_gain_config.cMax Kellermann2010-01-04
* replay_gain: moved code to replay_gain_info.cMax Kellermann2010-01-04
* replay_gain: refactor API, move code to replay_gain_state.cMax Kellermann2010-01-04
* decoder_api: added function decoder_replay_gain()Max Kellermann2010-01-04
* input_stream: return allocated input_stream objectsMax Kellermann2010-01-01
* Update copyright notices.Avuton Olrich2009-12-31
* decoder_api: added function decoder_timestamp()Max Kellermann2009-12-26
* input_stream: return errors with GErrorMax Kellermann2009-12-15
* include config.h in all sourcesMax Kellermann2009-11-12
* decoder_thread: close input fileMax Kellermann2009-11-07
* decoder_thread: check for STOP before calling the pluginMax Kellermann2009-11-07
* decoder_thread: moved code to decoder_input_stream_open()Max Kellermann2009-11-07
* decoder_thread: added local variable "dc" in decoder_run_file()Max Kellermann2009-11-07
* decoder_list: pass previous plugin pointer to lookup functionsMax Kellermann2009-11-07
* decoder_thread: open input stream on demandMax Kellermann2009-11-07
* decoder_thread: moved plugin loops to separate functionsMax Kellermann2009-11-07
* decoder_thread: initialize decoder_control.quitMax Kellermann2009-11-04
* decoder_control: merge next_song and current_songMax Kellermann2009-11-03
* decoder_thread: unlock the decoder while checking the streamMax Kellermann2009-11-03
* decoder_thread: open input stream after command finishedMax Kellermann2009-11-03
* decoder_control: make the song objects constMax Kellermann2009-11-03
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-31
* player_control: protect command, state, error with a mutexMax Kellermann2009-10-31
* mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ...Max Kellermann2009-10-20
* decoder_thread: removed redundant NULL assignmentsMax Kellermann2009-10-11
* Merge branch 'v0.15.x'Max Kellermann2009-10-11
|\
| * decoder_thread: change the fallback decoder name to "mad"Max Kellermann2009-10-11
* | decoder_control: protect command, state with a mutexMax Kellermann2009-08-13
|/