aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderInternal.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include cleanup using iwyuMax Kellermann2013-11-281-2/+0
|
* DecoderAPI: stop decoder on MPD errorMax Kellermann2013-11-131-0/+7
| | | | | This commit adds the basic infrastructure for reporting bugs from DecoderAPI.cxx via DecoderThread.cxx to DecoderControl.
* DecoderInternal: allocate PcmConvert dynamicallyMax Kellermann2013-11-131-2/+7
| | | | Reduce header dependencies and allow it to be nullptr to disable it.
* DecoderInternal: move functions into the classMax Kellermann2013-11-131-16/+14
|
* DecoderInternal: lock DecoderControl in _flush_chunk()Max Kellermann2013-11-061-0/+2
| | | | Must hold the Mutex to signal the Cond object safely.
* decoder_control: rename to DecoderControlMax Kellermann2013-10-281-3/+3
|
* ReplayGainInfo: use CamelCase for struct nameMax Kellermann2013-10-251-1/+1
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-1/+1
|
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-5/+5
|
* *: use references instead of pointersMax Kellermann2013-10-191-2/+3
|
* replay_gain_*.h: rename to *.hxxMax Kellermann2013-10-021-1/+1
|
* tag: convert to C++Max Kellermann2013-07-301-5/+5
|
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
|
* pcm_*: move to src/pcm/Max Kellermann2013-04-091-1/+1
|
* pcm_convert: convert to C++Max Kellermann2013-01-311-3/+2
|
* DecoderThread: move code to destructorMax Kellermann2013-01-041-1/+5
|
* DecoderInternal: initialize replay_gain_serialMax Kellermann2013-01-041-1/+2
|
* DecoderInternal: move initializers to constructorMax Kellermann2013-01-041-4/+7
|
* decoder_*: convert to C++Max Kellermann2013-01-041-0/+107