| Commit message (Expand) | Author | Files | Lines |
2010-03-21 | Add support for MixRamp tags | Tim Phipps | 1 | -0/+12 |
2010-03-17 | decoder_api: use the correct format to calculate elapsed time | Max Kellermann | 1 | -1/+1 |
2010-02-17 | replay_gain: reimplement as a filter plugin | Max Kellermann | 1 | -10/+17 |
2010-01-18 | decoder_api: removed function decoder_get_uri() | Max Kellermann | 1 | -9/+0 |
2010-01-04 | replay_gain: moved code to replay_gain_config.c | Max Kellermann | 1 | -1/+1 |
2010-01-04 | replay_gain: moved code to replay_gain_info.c | Max Kellermann | 1 | -0/+1 |
2010-01-04 | replay_gain: refactor API, move code to replay_gain_state.c | Max Kellermann | 1 | -10/+6 |
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann | 1 | -3/+17 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-27 | decoder, player: support song ranges | Max Kellermann | 1 | -2/+9 |
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann | 1 | -3/+19 |
2009-12-26 | decoder_thread: eliminate jitter after seek failure | Max Kellermann | 1 | -1/+5 |
2009-12-25 | output_init: use the normalize filter plugin | Max Kellermann | 1 | -4/+0 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -1/+9 |
2009-12-14 | fixed several gcc warnings on unused debug variables | Max Kellermann | 1 | -1/+1 |
2009-12-07 | decoder_api: prefer stream_tag over decoder_tag | Thomas Jansen | 1 | -2/+2 |
2009-11-14 | audio_format: added function audio_format_to_string() | Max Kellermann | 1 | -8/+6 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-11-03 | decoder_control: merge next_song and current_song | Max Kellermann | 1 | -1/+1 |
2009-11-01 | decoder_api: check decoder==NULL in decoder_read() | Max Kellermann | 1 | -1/+2 |
2009-10-31 | decoder_control: removed the global variable "dc" | Max Kellermann | 1 | -62/+80 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 1 | -5/+5 |
2009-08-13 | decoder_control: protect command, state with a mutex | Max Kellermann | 1 | -5/+14 |
2009-07-23 | pcm_convert: use GError for error handling | Max Kellermann | 1 | -8/+10 |
2009-06-25 | Preamp for missing replay-gain | Daniel Seuthe | 1 | -2/+1 |
2009-04-26 | decoder_api: removed dc.pipe assertion from decoder_read() | Max Kellermann | 1 | -1/+0 |
2009-04-25 | decoder: added assertions on dc.pipe | Max Kellermann | 1 | -0/+11 |
2009-04-13 | decoder_api: submit the song tag to the music pipe | Max Kellermann | 1 | -6/+12 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -7/+7 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -16/+21 |
2009-03-06 | music_pipe: added music_pipe_push() | Max Kellermann | 1 | -33/+45 |
2009-03-01 | decoder_api: log audio format in a debug message | Max Kellermann | 1 | -0/+14 |
2009-02-19 | decoder_api: fixed shadow warning, rename "wait" | Max Kellermann | 1 | -2/+2 |
2009-02-19 | utils: use g_usleep() instead of my_usleep() | Max Kellermann | 1 | -2/+1 |
2009-02-15 | decoder_api: moved struct decoder_plugin to decoder_plugin.h | Max Kellermann | 1 | -0/+1 |
2009-01-17 | decoder_api: always notify_wait() for free chunks | Max Kellermann | 1 | -2/+1 |
2009-01-17 | decoder_api: pass const pointer to decoder_data() | Max Kellermann | 1 | -1/+1 |
2009-01-17 | pcm_convert: return PCM buffer from pcm_convert() | Max Kellermann | 1 | -20/+6 |
2009-01-17 | decoder_api: use music_pipe_write() instead of music_pipe_append() | Max Kellermann | 1 | -14/+33 |
2009-01-16 | decoder_api: added assertion on partial frames | Max Kellermann | 1 | -0/+1 |
2009-01-15 | decoder_api: added G_GNUC_UNUSED attribute to decoder_initialized() | Max Kellermann | 1 | -1/+1 |
2009-01-13 | decoder_api: don't ignore DECODE_COMMAND_STOP | Max Kellermann | 1 | -2/+1 |
2009-01-07 | pcm: added pcm_convert_deinit(), pcm_resample_deinit() | Max Kellermann | 1 | -2/+0 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 1 | -3/+2 |
2009-01-03 | input_stream: added tag() method | Max Kellermann | 1 | -65/+59 |
2009-01-03 | decoder_api: moved code to do_send_tag(), free temporary tag | Max Kellermann | 1 | -7/+17 |
2009-01-03 | decoder_api: use GLib instead of utils.h | Max Kellermann | 1 | -4/+5 |
2008-12-24 | pcm_utils: check pcm_convert()==0 | Max Kellermann | 1 | -0/+7 |
2008-11-24 | decoder_api.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -6/+7 |
2008-11-21 | decoder: check audio_format_valid() in all decoders | Max Kellermann | 1 | -0/+1 |