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
/
DsdiffDecoderPlugin.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-03
Merge branch 'v0.20.x'
Max Kellermann
2018-05-03
decoder/{dsdiff,dsf}: support more MIME types
Max Kellermann
2018-01-25
decoder/{dsdiff,dsf,mpg123,wavpack}: avoid exceptions in scan methods
Max Kellermann
2018-01-21
decoder/Plugin: add "noexcept"
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: add Submit methods
Max Kellermann
2016-11-18
decoder/Client: add DecoderCommand/seek virtual methods
Max Kellermann
2016-11-18
decoder/Client: add virtual method Ready()
Max Kellermann
2016-11-18
decoder/Client: new interface which wraps struct Decoder
Max Kellermann
2016-11-10
CheckAudioFormat: migrate from class Error to C++ exceptions
Max Kellermann
2016-03-07
Merge branch 'v0.19.x'
Max Kellermann
2016-03-06
decoder/dsdiff: fix off-by-one buffer overflow
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-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-11-22
configure.ac: add macro MPD_ENABLE_AUTO_PKG_LIB
Max Kellermann
2014-08-29
TagHandler: pass SongTime to duration()
Max Kellermann
2014-08-29
DecoderAPI: pass SignedSongTime to decoder_initialized()
Max Kellermann
2014-08-26
decoder/dsdiff: use integer seek times
Max Kellermann
2014-08-23
decoder/dsdiff: implement seeking
Max Kellermann
2014-08-23
decoder/dsdiff: refactor the main decoder loop
Max Kellermann
2014-08-23
decoder/dsdiff: add local variable "remaining_bytes"
Max Kellermann
2014-08-23
decoder/dsdiff: don't skip remaining bytes
Max Kellermann
2014-08-23
decoder/dsdiff: eliminate local variable "buffer_samples"
Max Kellermann
2014-08-23
decoder/dsdiff: support only one "DSD" chunk
Max Kellermann
2014-08-21
Merge branch 'v0.18.x'
Max Kellermann
2014-08-19
decoder/DsdLib: use offset_type instead of uint64_t
Max Kellermann
2014-08-19
InputStream: move typedef offset_type to Offset.hxx
Max Kellermann
2014-08-16
Report bitrate for DSF and DSDIFF DSD decoders
Jurgen Kramer
2014-07-12
decoder/dsdiff: move artist/title/id3 offsets out of DsdiffMetaData
Max Kellermann
2014-07-12
Merge branch 'v0.18.x'
Max Kellermann
2014-07-09
Merge branch 'v0.18.x'
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann