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
/
SndfileDecoderPlugin.cxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-09-04
Merge branch 'v0.21.x' into master
Max Kellermann
2020-09-04
decoder/sndfile: allow partial reads at end of file
Max Kellermann
2020-07-06
Merge branch 'v0.21.x'
Max Kellermann
2020-07-06
decoder/Plugin: allow scan_{file,stream}() to throw
Max Kellermann
2020-03-23
[cppcheck] use const for several variables
Rosen Penev
2020-03-16
remove gcc_unused
Rosen Penev
2020-02-04
Merge branch 'v0.21.x'
Max Kellermann
2020-02-01
decoder/{audio,snd}file: handle MIME type "audio/wav"
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-15
decoder/Plugin: simplify compile-time initialization
Max Kellermann
2019-06-06
tag/Handler: pass StringView to OnTag() and OnPair()
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-19
decoder/sndfile: make `vio` constexpr
Max Kellermann
2018-07-07
decoder/sndfile: call TagHandler::OnAudioFormat()
Max Kellermann
2018-07-07
decoder/sndfile: use AtScopeExit()
Max Kellermann
2018-07-07
decoder/sndfile: add CheckAudioFormat(SF_INFO)
Max Kellermann
2018-07-05
tag/Handler: convert to class with virtual methods
Max Kellermann
2018-01-21
decoder/Plugin: add "noexcept"
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: 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-09-16
input/InputStream: migrate from class Error to C++ exceptions
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-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-09-21
decoder/sndfile: include cleanup
Max Kellermann
2014-09-19
decoder/sndfile: remove obsolete code comment
Max Kellermann
2014-09-19
decoder/sndfile: remove debug printf()
Max Kellermann
2014-09-19
decoder/sndfile: log detailed sf_open_virtual() error message
Max Kellermann
2014-09-19
decoder/sndfile: support float and 16 bit samples
Max Kellermann
2014-09-19
decoder/sndfile: move sf_readf_int() call to sndfile_read_frames()
Max Kellermann
2014-09-19
decoder/sndfile: add sndfile_sample_format()
Max Kellermann
2014-08-30
decoder/sndfile: refactor frame_to_time()
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/sndfile: use integer seek times
Max Kellermann
[next]