index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decoder
/
plugins
/
DsdLib.cxx
Age
Commit message (
Expand
)
Author
2018-10-31
*: copyright year 2018
Max Kellermann
2018-07-05
tag/Handler: convert to class with virtual methods
Max Kellermann
2018-05-22
Merge tag 'v0.20.20'
Max Kellermann
2018-05-07
decoder/dsd: allow 4 MB ID3 tags
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-05-15
Merge tag 'v0.20.7'
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-02-08
tag/Tag*: rename several source files
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-18
decoder/Client: new interface which wraps struct Decoder
Max Kellermann
2016-09-16
input/InputStream: migrate from class Error to C++ exceptions
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2016-02-23
tag/TagHandler: pass by reference
Max Kellermann
2016-02-22
tag/handler: use CamelCase
Max Kellermann
2015-01-31
decoder/sndfile, ...: update API documentation
Max Kellermann
2015-01-30
decoder/DsdLib: fix integer overflow in ID3 size calculation
Max Kellermann
2015-01-30
decoder/DsdLib: check size before seeking
Max Kellermann
2015-01-30
decoder/DsdLib: don't use InputStream::GetOffset() after seeking
Max Kellermann
2015-01-30
decoder/DsdLib: pass offset_type t dsdlib_tag_id3()
Max Kellermann
2015-01-29
Merge branch 'v0.19.x'
Max Kellermann
2015-01-29
decoder/DsdLib: use new[] to allocate the ID3 buffer
Max Kellermann
2015-01-29
decoder/DsdLib: free ID3 buffer right after id3_tag_parse()
Max Kellermann
2015-01-29
decoder/DsdLib: raise ID3 tag limit to 1 MB
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-23
Merge branch 'v0.19.x'
Max Kellermann
2014-12-23
decoder/DsdLib: add missing stdlib.h include
Max Kellermann
2014-12-23
DSF ID3 tags hitting 4k size limit
Jan Brittenson
2014-11-24
Merge branch 'v0.19.x'
Max Kellermann
2014-11-24
decoder/{dsdiff,dsf,opus}: fix deadlock while seeking
Max Kellermann
2014-11-22
configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB
Max Kellermann
2014-08-19
decoder/DsdLib: use offset_type instead of uint64_t
Max Kellermann
2014-08-19
decoder/DsdLib: make variables more local
Max Kellermann
2014-08-19
decoder/DsdLib: use fixed-length ID3 buffer
Max Kellermann
2014-08-19
decoder/DsdLib: check InputStream::KnownSize()
Max Kellermann
2014-08-16
decoder/dsf: Allow up to DSD512. Enable DSD rates based on Fs=48kHz
Jurgen Kramer
2014-07-09
Merge branch 'v0.18.x'
Max Kellermann
2014-07-09
decoder/dsdlib: use decoder_skip()
Max Kellermann
2014-07-09
decoder/dsdlib: pass unsigned offsets to dsdlib_skip*()
Max Kellermann
2014-05-22
InputStream: make Seek() always absolute
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann