index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
DecoderAPI.cxx
Age
Commit message (
Expand
)
Author
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-09
DetachedSong: fork of struct Song
Max Kellermann
2013-12-14
DecoderAPI: add function decoder_read_full()
Max Kellermann
2013-12-14
DecoderAPI: add function decoder_skip()
Max Kellermann
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-11-13
PcmConvert: add methods Open(), Close()
Max Kellermann
2013-11-13
DecoderAPI: stop decoder on MPD error
Max Kellermann
2013-11-13
DecoderInternal: allocate PcmConvert dynamically
Max Kellermann
2013-11-13
DecoderInternal: move functions into the class
Max Kellermann
2013-11-11
DecoderAPI: add missing math.h include
Max Kellermann
2013-11-08
DecoderAPI: log without holding mutex
Max Kellermann
2013-11-06
DecoderInternal: wake up the player thread in _flush_chunk()
Max Kellermann
2013-10-28
MusicChunk: return WritableBuffer
Max Kellermann
2013-10-28
decoder_control: rename to DecoderControl
Max Kellermann
2013-10-26
DecoderControl: move code/attributes to new class MixRampInfo
Max Kellermann
2013-10-25
ReplayGainInfo: refactor to a class
Max Kellermann
2013-10-25
ReplayGainInfo: use CamelCase for struct name
Max Kellermann
2013-10-23
input_stream: rename struct to InputStream
Max Kellermann
2013-10-21
decoder: rename the struct to "Decoder"
Max Kellermann
2013-10-19
*: use references instead of pointers
Max Kellermann
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
2013-10-02
replay_gain_*.h: rename to *.hxx
Max Kellermann
2013-10-02
Log: new logging library API
Max Kellermann
2013-09-27
DecoderControl: convert "enum decoder_state" to strictly-typed enum
Max Kellermann
2013-09-27
DecoderCommand: convert to strictly-typed enum
Max Kellermann
2013-09-26
MusicBuffer: expose the C++ API
Max Kellermann
2013-09-26
MusicPipe: expose the C++ API
Max Kellermann
2013-09-05
InputLegacy: move functions to the input_stream class
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-08-04
*: use gcc.h macros instead of GLib
Max Kellermann
2013-08-03
audio_format: convert to C++
Max Kellermann
2013-07-31
DecoderAPI: pass rvalue reference to decoder_tag()
Max Kellermann
2013-07-30
tag: convert to C++
Max Kellermann
2013-07-28
song: convert header to C++
Max Kellermann
2013-07-28
decoder_api: convert to C++
Max Kellermann
2013-01-31
pcm_convert: convert to C++
Max Kellermann
2013-01-30
audio_{parser,config}: convert to C++
Max Kellermann
2013-01-28
InputStream: store references instead of pointers
Max Kellermann
2013-01-27
DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond
Max Kellermann
2013-01-26
input_stream: forward-declare the struct
Max Kellermann
2013-01-21
DecoderControl: move functions into the class
Max Kellermann
2013-01-07
decoder_api.h, ...: add "extern C"
Max Kellermann
2013-01-05
DecoderAPI: don't use replay_gain_get_real_mode()
Max Kellermann
2013-01-05
DecoderAPI: _replay_gain() returns void
Max Kellermann
2013-01-04
MusicChunk: move functions to methods
Max Kellermann
2013-01-04
buffer, pipe: convert to C++
Max Kellermann
2013-01-04
decoder_*: convert to C++
Max Kellermann