Age | Commit message (Expand) | Author |
2012-09-25 | decoder_control: remove MixRamp debug messages | Max Kellermann |
2012-05-29 | Merge branch 'v0.16.x' | Max Kellermann |
2012-05-29 | decoder_api: log the decoder plugin name | Max Kellermann |
2011-10-13 | decoder_thread: add missing stdio.h include | Max Kellermann |
2011-10-09 | decoder/{pcm,dsdiff}: add missing stdio.h include | Max Kellermann |
2011-10-06 | Merge branch 'v0.16.x' | Max Kellermann |
2011-10-05 | decoder_control: add attributes start_ms, end_ms | Max Kellermann |
2011-09-22 | Merge branch 'v0.16.x' | Max Kellermann |
2011-09-22 | decoder_api: emulate SEEK command for initial seek to CUE track | Max Kellermann |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann |
2011-01-29 | copyright year 2011 | Max Kellermann |
2011-01-16 | decoder_thread: fix assertion failure at song end | Max Kellermann |
2011-01-10 | decoder_control: store GCond object, not a player_control | Max Kellermann |
2011-01-10 | decoder_thread: move code to decoder_command_finished_locked() | Max Kellermann |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann |
2010-11-18 | decoder_thread: load APE replay gain from music files | Max Kellermann |
2010-09-25 | eliminate g_error() usage | Thomas Jansen |
2010-05-08 | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps |
2010-03-21 | Add support for MixRamp tags | Tim Phipps |
2010-02-17 | replay_gain: reimplement as a filter plugin | Max Kellermann |
2010-01-17 | decoder_thread: don't fall back to "mad" unless no plugin matches | Max Kellermann |
2010-01-17 | decoder_thread: don't try a plugin twice (MIME type & suffix) | Max Kellermann |
2010-01-04 | replay_gain: moved code to replay_gain_config.c | Max Kellermann |
2010-01-04 | replay_gain: moved code to replay_gain_info.c | Max Kellermann |
2010-01-04 | replay_gain: refactor API, move code to replay_gain_state.c | Max Kellermann |
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann |
2009-12-31 | Update copyright notices. | Avuton Olrich |
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann |
2009-12-15 | input_stream: return errors with GError | Max Kellermann |
2009-11-12 | include config.h in all sources | Max Kellermann |
2009-11-07 | decoder_thread: close input file | Max Kellermann |
2009-11-07 | decoder_thread: check for STOP before calling the plugin | Max Kellermann |
2009-11-07 | decoder_thread: moved code to decoder_input_stream_open() | Max Kellermann |
2009-11-07 | decoder_thread: added local variable "dc" in decoder_run_file() | Max Kellermann |
2009-11-07 | decoder_list: pass previous plugin pointer to lookup functions | Max Kellermann |
2009-11-07 | decoder_thread: open input stream on demand | Max Kellermann |
2009-11-07 | decoder_thread: moved plugin loops to separate functions | Max Kellermann |
2009-11-04 | decoder_thread: initialize decoder_control.quit | Max Kellermann |
2009-11-03 | decoder_control: merge next_song and current_song | Max Kellermann |
2009-11-03 | decoder_thread: unlock the decoder while checking the stream | Max Kellermann |
2009-11-03 | decoder_thread: open input stream after command finished | Max Kellermann |
2009-11-03 | decoder_control: make the song objects const | Max Kellermann |
2009-10-31 | decoder_control: removed the global variable "dc" | Max Kellermann |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann |
2009-10-20 | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann |
2009-10-11 | decoder_thread: removed redundant NULL assignments | Max Kellermann |
2009-10-11 | Merge branch 'v0.15.x' | Max Kellermann |
2009-10-11 | decoder_thread: change the fallback decoder name to "mad" | Max Kellermann |
2009-08-13 | decoder_control: protect command, state with a mutex | Max Kellermann |