| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder_thread: load APE replay gain from music files | Max Kellermann | 2010-11-18 | 1 | -0/+15 |
* | eliminate g_error() usage | Thomas Jansen | 2010-09-25 | 1 | -1/+2 |
* | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 2010-05-08 | 1 | -0/+2 |
* | Add support for MixRamp tags | Tim Phipps | 2010-03-21 | 1 | -0/+11 |
* | replay_gain: reimplement as a filter plugin | Max Kellermann | 2010-02-17 | 1 | -6/+0 |
* | decoder_thread: don't fall back to "mad" unless no plugin matches | Max Kellermann | 2010-01-17 | 1 | -1/+2 |
* | decoder_thread: don't try a plugin twice (MIME type & suffix) | Max Kellermann | 2010-01-17 | 1 | -10/+56 |
* | replay_gain: moved code to replay_gain_config.c | Max Kellermann | 2010-01-04 | 1 | -1/+1 |
* | replay_gain: moved code to replay_gain_info.c | Max Kellermann | 2010-01-04 | 1 | -0/+1 |
* | replay_gain: refactor API, move code to replay_gain_state.c | Max Kellermann | 2010-01-04 | 1 | -3/+4 |
* | decoder_api: added function decoder_replay_gain() | Max Kellermann | 2010-01-04 | 1 | -0/+5 |
* | input_stream: return allocated input_stream objects | Max Kellermann | 2010-01-01 | 1 | -20/+22 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | decoder_api: added function decoder_timestamp() | Max Kellermann | 2009-12-26 | 1 | -0/+1 |
* | input_stream: return errors with GError | Max Kellermann | 2009-12-15 | 1 | -3/+13 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | decoder_thread: close input file | Max Kellermann | 2009-11-07 | 1 | -3/+10 |
* | decoder_thread: check for STOP before calling the plugin | Max Kellermann | 2009-11-07 | 1 | -0/+6 |
* | decoder_thread: moved code to decoder_input_stream_open() | Max Kellermann | 2009-11-07 | 1 | -27/+50 |
* | decoder_thread: added local variable "dc" in decoder_run_file() | Max Kellermann | 2009-11-07 | 1 | -6/+7 |
* | decoder_list: pass previous plugin pointer to lookup functions | Max Kellermann | 2009-11-07 | 1 | -6/+4 |
* | decoder_thread: open input stream on demand | Max Kellermann | 2009-11-07 | 1 | -72/+59 |
* | decoder_thread: moved plugin loops to separate functions | Max Kellermann | 2009-11-07 | 1 | -82/+127 |
* | decoder_thread: initialize decoder_control.quit | Max Kellermann | 2009-11-04 | 1 | -0/+2 |
* | decoder_control: merge next_song and current_song | Max Kellermann | 2009-11-03 | 1 | -2/+3 |
* | decoder_thread: unlock the decoder while checking the stream | Max Kellermann | 2009-11-03 | 1 | -4/+4 |
* | decoder_thread: open input stream after command finished | Max Kellermann | 2009-11-03 | 1 | -5/+10 |
* | decoder_control: make the song objects const | Max Kellermann | 2009-11-03 | 1 | -1/+1 |
* | decoder_control: removed the global variable "dc" | Max Kellermann | 2009-10-31 | 1 | -58/+67 |
* | player_control: protect command, state, error with a mutex | Max Kellermann | 2009-10-31 | 1 | -9/+3 |
* | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 2009-10-20 | 1 | -1/+1 |
* | decoder_thread: removed redundant NULL assignments | Max Kellermann | 2009-10-11 | 1 | -2/+1 |
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-10-11 | 1 | -1/+1 |
|\ |
|
| * | decoder_thread: change the fallback decoder name to "mad" | Max Kellermann | 2009-10-11 | 1 | -1/+1 |
* | | decoder_control: protect command, state with a mutex | Max Kellermann | 2009-08-13 | 1 | -2/+45 |
|/ |
|
* | decoder_thread: reopen the stream after file_decode() has failed | Max Kellermann | 2009-06-19 | 1 | -0/+11 |
* | decoder_api: submit the song tag to the music pipe | Max Kellermann | 2009-04-13 | 1 | -0/+5 |
* | log: removed DEBUG() and FATAL() | Max Kellermann | 2009-03-15 | 1 | -2/+1 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -7/+7 |
* | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 2009-03-06 | 1 | -3/+2 |
* | music_pipe: added music_pipe_push() | Max Kellermann | 2009-03-06 | 1 | -1/+5 |
* | ls: moved generic URI utilities to uri.c | Max Kellermann | 2009-02-25 | 1 | -1/+1 |
* | decoder_api: moved enum decoder_command to decoder_command.h | Max Kellermann | 2009-02-15 | 1 | -0/+3 |
* | decoder_plugin: added inline wrapper functions | Max Kellermann | 2009-02-15 | 1 | -2/+2 |
* | decoder_thread: re-enable file decoders | Max Kellermann | 2009-02-11 | 1 | -1/+1 |
* | archive: replaced setup_stream() with open_stream() | Max Kellermann | 2009-01-30 | 1 | -1/+1 |
* | decoder_control: added decoder_control.thread | Max Kellermann | 2009-01-25 | 1 | -2/+4 |
* | pcm: added pcm_convert_deinit(), pcm_resample_deinit() | Max Kellermann | 2009-01-07 | 1 | -0/+4 |
* | initialize GError pointers | Max Kellermann | 2009-01-04 | 1 | -1/+1 |
* | song: allocate the result of song_get_url() | Max Kellermann | 2009-01-04 | 1 | -5/+2 |