summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/DsdLib.cxx
AgeCommit message (Expand)Author
2018-10-31*: copyright year 2018Max Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-05-22Merge tag 'v0.20.20'Max Kellermann
2018-05-07decoder/dsd: allow 4 MB ID3 tagsMax Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-05-15Merge tag 'v0.20.7'Max Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-02-08tag/Tag*: rename several source filesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-18decoder/Client: new interface which wraps struct DecoderMax Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-23tag/TagHandler: pass by referenceMax Kellermann
2016-02-22tag/handler: use CamelCaseMax Kellermann
2015-01-31decoder/sndfile, ...: update API documentationMax Kellermann
2015-01-30decoder/DsdLib: fix integer overflow in ID3 size calculationMax Kellermann
2015-01-30decoder/DsdLib: check size before seekingMax Kellermann
2015-01-30decoder/DsdLib: don't use InputStream::GetOffset() after seekingMax Kellermann
2015-01-30decoder/DsdLib: pass offset_type t dsdlib_tag_id3()Max Kellermann
2015-01-29Merge branch 'v0.19.x'Max Kellermann
2015-01-29decoder/DsdLib: use new[] to allocate the ID3 bufferMax Kellermann
2015-01-29decoder/DsdLib: free ID3 buffer right after id3_tag_parse()Max Kellermann
2015-01-29decoder/DsdLib: raise ID3 tag limit to 1 MBMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-23Merge branch 'v0.19.x'Max Kellermann
2014-12-23decoder/DsdLib: add missing stdlib.h includeMax Kellermann
2014-12-23DSF ID3 tags hitting 4k size limitJan Brittenson
2014-11-24Merge branch 'v0.19.x'Max Kellermann
2014-11-24decoder/{dsdiff,dsf,opus}: fix deadlock while seekingMax Kellermann
2014-11-22configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIBMax Kellermann
2014-08-19decoder/DsdLib: use offset_type instead of uint64_tMax Kellermann
2014-08-19decoder/DsdLib: make variables more localMax Kellermann
2014-08-19decoder/DsdLib: use fixed-length ID3 bufferMax Kellermann
2014-08-19decoder/DsdLib: check InputStream::KnownSize()Max Kellermann
2014-08-16decoder/dsf: Allow up to DSD512. Enable DSD rates based on Fs=48kHzJurgen Kramer
2014-07-09Merge branch 'v0.18.x'Max Kellermann
2014-07-09decoder/dsdlib: use decoder_skip()Max Kellermann
2014-07-09decoder/dsdlib: pass unsigned offsets to dsdlib_skip*()Max Kellermann
2014-05-22InputStream: make Seek() always absoluteMax Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann