Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |