| Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-08-27 | DecoderControl: use std::chrono::duration for Seek() | Max Kellermann | 1 | -1/+1 |
2014-08-12 | MusicChunk: rename struct to MusicChunk | Max Kellermann | 1 | -2/+3 |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -0/+0 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -2/+0 |
2013-11-13 | DecoderAPI: stop decoder on MPD error | Max Kellermann | 1 | -0/+7 |
2013-11-13 | DecoderInternal: allocate PcmConvert dynamically | Max Kellermann | 1 | -2/+7 |
2013-11-13 | DecoderInternal: move functions into the class | Max Kellermann | 1 | -16/+14 |
2013-11-06 | DecoderInternal: lock DecoderControl in _flush_chunk() | Max Kellermann | 1 | -0/+2 |
2013-10-28 | decoder_control: rename to DecoderControl | Max Kellermann | 1 | -3/+3 |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 1 | -1/+1 |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -1/+1 |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -5/+5 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -2/+3 |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann | 1 | -1/+1 |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -5/+5 |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-04-09 | pcm_*: move to src/pcm/ | Max Kellermann | 1 | -1/+1 |
2013-01-31 | pcm_convert: convert to C++ | Max Kellermann | 1 | -3/+2 |
2013-01-04 | DecoderThread: move code to destructor | Max Kellermann | 1 | -1/+5 |
2013-01-04 | DecoderInternal: initialize replay_gain_serial | Max Kellermann | 1 | -1/+2 |
2013-01-04 | DecoderInternal: move initializers to constructor | Max Kellermann | 1 | -4/+7 |
2013-01-04 | decoder_*: convert to C++ | Max Kellermann | 1 | -3/+3 |
2013-01-02 | {decoder,player}_thread: convert to C++ | Max Kellermann | 1 | -0/+7 |
2011-09-22 | decoder_api: emulate SEEK command for initial seek to CUE track | Max Kellermann | 1 | -0/+14 |
2011-09-22 | decoder_internal.h: more API documentation | Max Kellermann | 1 | -0/+5 |
2011-09-14 | decoder_internal: don't call input_stream_buffer() | Max Kellermann | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-02-17 | replay_gain: reimplement as a filter plugin | Max Kellermann | 1 | -1/+8 |
2010-01-04 | replay_gain: refactor API, move code to replay_gain_state.c | Max Kellermann | 1 | -1/+1 |
2010-01-04 | decoder_api: added function decoder_replay_gain() | Max Kellermann | 1 | -0/+2 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-26 | decoder_api: added function decoder_timestamp() | Max Kellermann | 1 | -0/+5 |
2009-10-31 | decoder_control: removed the global variable "dc" | Max Kellermann | 1 | -0/+2 |
2009-04-13 | decoder_api: submit the song tag to the music pipe | Max Kellermann | 1 | -0/+7 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-03-06 | pipe: added music_buffer, rewrite music_pipe | Max Kellermann | 1 | -7/+6 |
2009-03-06 | music_pipe: added music_pipe_push() | Max Kellermann | 1 | -0/+22 |
2009-02-15 | decoder_api: moved struct decoder_plugin to decoder_plugin.h | Max Kellermann | 1 | -1/+0 |
2009-01-07 | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 1 | -1/+1 |
2009-01-03 | input_stream: added tag() method | Max Kellermann | 1 | -2/+5 |
2008-11-08 | decoder: removed "plugin" from the decoder struct | Max Kellermann | 1 | -2/+0 |
2008-11-03 | decoder_api: automatically send stream tag | Max Kellermann | 1 | -0/+3 |
2008-11-01 | decoder: return const decoder_plugin structs | Max Kellermann | 1 | -1/+1 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-21 | pcm_utils: renamed ConvState to struct pcm_convert_state | Max Kellermann | 1 | -1/+1 |
2008-10-08 | use the "bool" data type instead of "int" | Max Kellermann | 1 | -1/+1 |
2008-08-26 | added flag "decoder.seeking" | Max Kellermann | 1 | -0/+2 |
2008-08-26 | renamed InputPlugin to struct decoder_plugin | Max Kellermann | 1 | -1/+1 |