| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'v0.16.x' | Max Kellermann | 2011-11-28 | 1 | -0/+6 |
|\ |
|
| * | decoder_api: cancel initial seek when song is not seekable | Max Kellermann | 2011-11-27 | 1 | -0/+6 |
* | | decoder_api: convert data to host byte order | Max Kellermann | 2011-10-10 | 1 | -0/+3 |
* | | audio: rename audio.[ch] to audio_config.[ch] | Max Kellermann | 2011-10-10 | 1 | -1/+1 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-10-06 | 1 | -15/+46 |
|\| |
|
| * | decoder_api: call _prepare_initial_seek() in decoder_tag() | Max Kellermann | 2011-10-06 | 1 | -1/+1 |
| * | decoder_api: move code to _prepare_initial_seek() | Max Kellermann | 2011-10-06 | 1 | -7/+31 |
| * | decoder_control: add attributes start_ms, end_ms | Max Kellermann | 2011-10-05 | 1 | -4/+4 |
| * | decoder_api: don't copy tag to pipe during initial seek | Max Kellermann | 2011-10-05 | 1 | -3/+8 |
| * | decoder_api: clear initial_seek_running on error | Max Kellermann | 2011-10-04 | 1 | -1/+3 |
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-09-22 | 1 | -6/+57 |
|\| |
|
| * | decoder_api: emulate SEEK command for initial seek to CUE track | Max Kellermann | 2011-09-22 | 1 | -6/+57 |
* | | input_stream: non-blocking I/O | Max Kellermann | 2011-09-16 | 1 | -3/+16 |
* | | decoder_api: remove the loop from decoder_read() | Max Kellermann | 2011-09-16 | 1 | -16/+10 |
* | | decoder_api: move code to decoder_check_cancel_read() | Max Kellermann | 2011-09-16 | 1 | -12/+28 |
* | | decoder_internal: don't call input_stream_buffer() | Max Kellermann | 2011-09-14 | 1 | -8/+7 |
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | | decoder_control: store GCond object, not a player_control | Max Kellermann | 2011-01-10 | 1 | -9/+6 |
* | | player_control: removed the global variable "pc" | Max Kellermann | 2011-01-10 | 1 | -6/+6 |
|/ |
|
* | filter/replay_gain: added option "replaygain_limit" | Daniel Seuthe | 2010-05-30 | 1 | -1/+2 |
* | decoder_api: return effective replay gain | Daniel Seuthe | 2010-05-18 | 1 | -1/+1 |
* | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 2010-05-08 | 1 | -2/+14 |
* | Add support for MixRamp tags | Tim Phipps | 2010-03-21 | 1 | -0/+12 |
* | decoder_api: use the correct format to calculate elapsed time | Max Kellermann | 2010-03-17 | 1 | -1/+1 |
* | replay_gain: reimplement as a filter plugin | Max Kellermann | 2010-02-17 | 1 | -10/+17 |
* | decoder_api: removed function decoder_get_uri() | Max Kellermann | 2010-01-18 | 1 | -9/+0 |
* | 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 | -10/+6 |
* | decoder_api: added function decoder_replay_gain() | Max Kellermann | 2010-01-04 | 1 | -3/+17 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | Merged release 0.15.7 from branch 'v0.15.x' | Max Kellermann | 2009-12-27 | 1 | -1/+5 |
|\ |
|
| * | decoder_thread: eliminate jitter after seek failure | Max Kellermann | 2009-12-26 | 1 | -1/+5 |
* | | decoder, player: support song ranges | Max Kellermann | 2009-12-27 | 1 | -2/+9 |
* | | decoder_api: added function decoder_timestamp() | Max Kellermann | 2009-12-26 | 1 | -3/+19 |
* | | output_init: use the normalize filter plugin | Max Kellermann | 2009-12-25 | 1 | -4/+0 |
* | | input_stream: return errors with GError | Max Kellermann | 2009-12-15 | 1 | -1/+9 |
* | | fixed several gcc warnings on unused debug variables | Max Kellermann | 2009-12-14 | 1 | -1/+1 |
* | | decoder_api: prefer stream_tag over decoder_tag | Thomas Jansen | 2009-12-07 | 1 | -2/+2 |
* | | audio_format: added function audio_format_to_string() | Max Kellermann | 2009-11-14 | 1 | -8/+6 |
* | | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | | decoder_control: merge next_song and current_song | Max Kellermann | 2009-11-03 | 1 | -1/+1 |
* | | decoder_api: check decoder==NULL in decoder_read() | Max Kellermann | 2009-11-01 | 1 | -1/+2 |
* | | decoder_control: removed the global variable "dc" | Max Kellermann | 2009-10-31 | 1 | -62/+80 |
* | | player_control: protect command, state, error with a mutex | Max Kellermann | 2009-10-31 | 1 | -5/+5 |
* | | decoder_control: protect command, state with a mutex | Max Kellermann | 2009-08-13 | 1 | -5/+14 |
* | | pcm_convert: use GError for error handling | Max Kellermann | 2009-07-23 | 1 | -8/+10 |
* | | Preamp for missing replay-gain | Daniel Seuthe | 2009-06-25 | 1 | -2/+1 |
|/ |
|
* | decoder_api: removed dc.pipe assertion from decoder_read() | Max Kellermann | 2009-04-26 | 1 | -1/+0 |
* | decoder: added assertions on dc.pipe | Max Kellermann | 2009-04-25 | 1 | -0/+11 |