Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -2/+0 |
| | |||||
* | DecoderAPI: stop decoder on MPD error | Max Kellermann | 2013-11-13 | 1 | -0/+7 |
| | | | | | This commit adds the basic infrastructure for reporting bugs from DecoderAPI.cxx via DecoderThread.cxx to DecoderControl. | ||||
* | DecoderInternal: allocate PcmConvert dynamically | Max Kellermann | 2013-11-13 | 1 | -2/+7 |
| | | | | Reduce header dependencies and allow it to be nullptr to disable it. | ||||
* | DecoderInternal: move functions into the class | Max Kellermann | 2013-11-13 | 1 | -16/+14 |
| | |||||
* | DecoderInternal: lock DecoderControl in _flush_chunk() | Max Kellermann | 2013-11-06 | 1 | -0/+2 |
| | | | | Must hold the Mutex to signal the Cond object safely. | ||||
* | decoder_control: rename to DecoderControl | Max Kellermann | 2013-10-28 | 1 | -3/+3 |
| | |||||
* | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -1/+1 |
| | |||||
* | decoder: rename the struct to "Decoder" | Max Kellermann | 2013-10-21 | 1 | -5/+5 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -2/+3 |
| | |||||
* | replay_gain_*.h: rename to *.hxx | Max Kellermann | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -5/+5 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | pcm_*: move to src/pcm/ | Max Kellermann | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | pcm_convert: convert to C++ | Max Kellermann | 2013-01-31 | 1 | -3/+2 |
| | |||||
* | DecoderThread: move code to destructor | Max Kellermann | 2013-01-04 | 1 | -1/+5 |
| | |||||
* | DecoderInternal: initialize replay_gain_serial | Max Kellermann | 2013-01-04 | 1 | -1/+2 |
| | |||||
* | DecoderInternal: move initializers to constructor | Max Kellermann | 2013-01-04 | 1 | -4/+7 |
| | |||||
* | decoder_*: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+107 |