| Commit message (Expand) | Author | Files | Lines |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -7/+7 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -12/+10 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -7/+7 |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -15/+13 |
2013-07-31 | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 1 | -4/+3 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -22/+19 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -1/+1 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-31 | pcm_convert: convert to C++ | Max Kellermann | 1 | -4/+5 |
2013-01-30 | audio_{parser,config}: convert to C++ | Max Kellermann | 1 | -5/+1 |
2013-01-28 | InputStream: store references instead of pointers | Max Kellermann | 1 | -1/+1 |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 1 | -7/+7 |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -0/+1 |
2013-01-21 | DecoderControl: move functions into the class | Max Kellermann | 1 | -9/+9 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -2/+2 |
2013-01-05 | DecoderAPI: don't use replay_gain_get_real_mode() | Max Kellermann | 1 | -1/+5 |
2013-01-05 | DecoderAPI: _replay_gain() returns void | Max Kellermann | 1 | -7/+3 |
2013-01-04 | MusicChunk: move functions to methods | Max Kellermann | 1 | -5/+5 |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-01-04 | decoder_*: convert to C++ | Max Kellermann | 1 | -12/+14 |
2012-03-21 | audio_format: remove the reverse_endian attribute | Max Kellermann | 1 | -3/+0 |
2012-02-13 | decoder_api: check state before emitting initial seek command | Max Kellermann | 1 | -0/+6 |
2011-11-27 | decoder_api: cancel initial seek when song is not seekable | Max Kellermann | 1 | -0/+6 |
2011-10-10 | decoder_api: convert data to host byte order | Max Kellermann | 1 | -0/+3 |
2011-10-10 | audio: rename audio.[ch] to audio_config.[ch] | Max Kellermann | 1 | -1/+1 |
2011-10-06 | decoder_api: call _prepare_initial_seek() in decoder_tag() | Max Kellermann | 1 | -1/+1 |
2011-10-06 | decoder_api: move code to _prepare_initial_seek() | Max Kellermann | 1 | -7/+31 |
2011-10-05 | decoder_control: add attributes start_ms, end_ms | Max Kellermann | 1 | -4/+4 |
2011-10-05 | decoder_api: don't copy tag to pipe during initial seek | Max Kellermann | 1 | -3/+8 |
2011-10-04 | decoder_api: clear initial_seek_running on error | Max Kellermann | 1 | -1/+3 |
2011-09-22 | decoder_api: emulate SEEK command for initial seek to CUE track | Max Kellermann | 1 | -6/+57 |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -3/+16 |
2011-09-16 | decoder_api: remove the loop from decoder_read() | Max Kellermann | 1 | -16/+10 |
2011-09-16 | decoder_api: move code to decoder_check_cancel_read() | Max Kellermann | 1 | -12/+28 |
2011-09-14 | decoder_internal: don't call input_stream_buffer() | Max Kellermann | 1 | -8/+7 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | decoder_control: store GCond object, not a player_control | Max Kellermann | 1 | -9/+6 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -6/+6 |
2010-05-30 | filter/replay_gain: added option "replaygain_limit" | Daniel Seuthe | 1 | -1/+2 |
2010-05-18 | decoder_api: return effective replay gain | Daniel Seuthe | 1 | -1/+1 |
2010-05-08 | mixramp: Adjust MixRamp threshold to account for ReplayGain. | Tim Phipps | 1 | -2/+14 |
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 |