Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 | |
2014-12-23 | decoder/DsdLib: add missing stdlib.h include | Max Kellermann | 1 | -0/+1 | |
2014-12-23 | DSF ID3 tags hitting 4k size limit | Jan Brittenson | 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. | |||||
2014-11-24 | decoder/{dsdiff,dsf,opus}: fix deadlock while seeking | Max Kellermann | 1 | -2/+2 | |
2014-11-22 | configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB | Max Kellermann | 1 | -2/+2 | |
2014-08-19 | decoder/DsdLib: use offset_type instead of uint64_t | Max Kellermann | 1 | -3/+3 | |
2014-08-19 | decoder/DsdLib: make variables more local | Max Kellermann | 1 | -9/+3 | |
2014-08-19 | decoder/DsdLib: use fixed-length ID3 buffer | Max Kellermann | 1 | -2/+2 | |
Variable-length arrays are not allowed in C++. | |||||
2014-08-19 | decoder/DsdLib: check InputStream::KnownSize() | Max Kellermann | 1 | -1/+1 | |
2014-08-16 | decoder/dsf: Allow up to DSD512. Enable DSD rates based on Fs=48kHz | Jurgen Kramer | 1 | -0/+19 | |
2014-07-09 | decoder/dsdlib: use decoder_skip() | Max Kellermann | 1 | -26/+6 | |
Reduce duplicate code. | |||||
2014-07-09 | decoder/dsdlib: pass unsigned offsets to dsdlib_skip*() | Max Kellermann | 1 | -9/+7 | |
2014-05-22 | InputStream: make Seek() always absolute | Max Kellermann | 1 | -4/+2 | |
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | |||||
2014-01-24 | Input*: move to input/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -1/+1 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -2/+0 | |
2013-10-28 | decoder/dsdlib: move API documentation to header | Max Kellermann | 1 | -5/+0 | |
2013-10-28 | decoder/dsdlib: convert struct dsdlib_id to a class | Max Kellermann | 1 | -4/+3 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -15/+15 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -3/+3 | |
2013-10-17 | InputStream: use int64_t instead of goffset | Max Kellermann | 1 | -7/+7 | |
Decouple some more from GLib. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -11/+12 | |
2013-09-04 | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 1 | -1/+1 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -2/+3 | |
Replaces GLib's GError. | |||||
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -0/+1 | |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | tag_id3: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder/{dsf,dsdiff}: convert to C++ | Max Kellermann | 1 | -12/+13 | |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -9/+11 | |
Hide the definition from C code, to prepare the transition to C++. | |||||
2012-10-27 | Add tag support for DSD (DSDIFF & DSF) decoders | Jurgen Kramer | 1 | -0/+56 | |
2012-06-27 | patch to split DSD decoder into separate decoders for DSF en DFF. Move common | Jurgen Kramer | 1 | -0/+112 | |
functions to new dsdlib. Update user doc. |