Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v0.19.x' | Max Kellermann | 2014-12-23 | 1 | -6/+13 |
|\ | |||||
| * | decoder/DsdLib: add missing stdlib.h include | Max Kellermann | 2014-12-23 | 1 | -0/+1 |
| | | |||||
| * | DSF ID3 tags hitting 4k size limit | Jan Brittenson | 2014-12-23 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | | Here's a change to dynamically allocate the DSD ID3 tag buffer. Pretty much anything with cover art is going to exceed the existing, static 4k limit... Here's a change to dynamically allocate the buffer and sanity check it at some upper limit. I rather arbitrarily pulled 256k out of thin air just to keep a corrupt file from causing it to trying to allocate a buffer larger than available memory. | ||||
* | | Merge branch 'v0.19.x' | Max Kellermann | 2014-11-24 | 1 | -2/+2 |
|\| | |||||
| * | decoder/{dsdiff,dsf,opus}: fix deadlock while seeking | Max Kellermann | 2014-11-24 | 1 | -2/+2 |
| | | |||||
* | | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB | Max Kellermann | 2014-11-22 | 1 | -2/+2 |
|/ | |||||
* | decoder/DsdLib: use offset_type instead of uint64_t | Max Kellermann | 2014-08-19 | 1 | -3/+3 |
| | |||||
* | decoder/DsdLib: make variables more local | Max Kellermann | 2014-08-19 | 1 | -9/+3 |
| | |||||
* | decoder/DsdLib: use fixed-length ID3 buffer | Max Kellermann | 2014-08-19 | 1 | -2/+2 |
| | | | | Variable-length arrays are not allowed in C++. | ||||
* | decoder/DsdLib: check InputStream::KnownSize() | Max Kellermann | 2014-08-19 | 1 | -1/+1 |
| | |||||
* | decoder/dsf: Allow up to DSD512. Enable DSD rates based on Fs=48kHz | Jurgen Kramer | 2014-08-16 | 1 | -0/+19 |
| | |||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-07-09 | 1 | -9/+1 |
| | |||||
* | decoder/dsdlib: use decoder_skip() | Max Kellermann | 2014-07-09 | 1 | -26/+6 |
| | | | | Reduce duplicate code. | ||||
* | decoder/dsdlib: pass unsigned offsets to dsdlib_skip*() | Max Kellermann | 2014-07-09 | 1 | -9/+7 |
| | |||||
* | InputStream: make Seek() always absolute | Max Kellermann | 2014-05-22 | 1 | -4/+2 |
| | | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | ||||
* | Input*: move to input/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 1 | -0/+163 |