aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/DsdLib.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-31decoder/sndfile, ...: update API documentationMax Kellermann1-2/+2
2015-01-30decoder/DsdLib: fix integer overflow in ID3 size calculationMax Kellermann1-2/+4
2015-01-30decoder/DsdLib: check size before seekingMax Kellermann1-4/+3
2015-01-30decoder/DsdLib: don't use InputStream::GetOffset() after seekingMax Kellermann1-3/+2
2015-01-30decoder/DsdLib: pass offset_type t dsdlib_tag_id3()Max Kellermann1-3/+1
2015-01-29decoder/DsdLib: use new[] to allocate the ID3 bufferMax Kellermann1-3/+5
2015-01-29decoder/DsdLib: free ID3 buffer right after id3_tag_parse()Max Kellermann1-5/+2
2015-01-29decoder/DsdLib: raise ID3 tag limit to 1 MBMax Kellermann1-1/+1
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-12-23decoder/DsdLib: add missing stdlib.h includeMax Kellermann1-0/+1
2014-12-23DSF ID3 tags hitting 4k size limitJan Brittenson1-6/+12
2014-11-24decoder/{dsdiff,dsf,opus}: fix deadlock while seekingMax Kellermann1-2/+2
2014-11-22configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIBMax Kellermann1-2/+2
2014-08-19decoder/DsdLib: use offset_type instead of uint64_tMax Kellermann1-3/+3
2014-08-19decoder/DsdLib: make variables more localMax Kellermann1-9/+3
2014-08-19decoder/DsdLib: use fixed-length ID3 bufferMax Kellermann1-2/+2
2014-08-19decoder/DsdLib: check InputStream::KnownSize()Max Kellermann1-1/+1
2014-08-16decoder/dsf: Allow up to DSD512. Enable DSD rates based on Fs=48kHzJurgen Kramer1-0/+19
2014-07-09decoder/dsdlib: use decoder_skip()Max Kellermann1-26/+6
2014-07-09decoder/dsdlib: pass unsigned offsets to dsdlib_skip*()Max Kellermann1-9/+7
2014-05-22InputStream: make Seek() always absoluteMax Kellermann1-4/+2
2014-01-24Input*: move to input/Max Kellermann1-1/+1
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-1/+1
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-11-28include cleanup using iwyuMax Kellermann1-2/+0
2013-10-28decoder/dsdlib: move API documentation to headerMax Kellermann1-5/+0
2013-10-28decoder/dsdlib: convert struct dsdlib_id to a classMax Kellermann1-4/+3
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-15/+15
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann1-3/+3
2013-10-17InputStream: use int64_t instead of goffsetMax Kellermann1-7/+7
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-11/+12
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann1-1/+1
2013-09-04util/Error: new error passing libraryMax Kellermann1-2/+3
2013-07-30tag: convert to C++Max Kellermann1-0/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-28tag_id3: convert to C++Max Kellermann1-4/+1
2013-07-28decoder_api: convert to C++Max Kellermann1-1/+1
2013-07-28decoder/{dsf,dsdiff}: convert to C++Max Kellermann1-12/+13
2013-01-26input_stream: forward-declare the structMax Kellermann1-9/+11
2012-10-27Add tag support for DSD (DSDIFF & DSF) decodersJurgen Kramer1-0/+56
2012-06-27patch to split DSD decoder into separate decoders for DSF en DFF. Move commonJurgen Kramer1-0/+112