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
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
2014-08-19
InputStream: move typedef offset_type to Offset.hxx
Max Kellermann
2014-08-19
decoder/sndfile: check InputStream::KnownSize()
Max Kellermann
2014-07-11
decoder/sndfile: implement scan_stream() instead of scan_file()
Max Kellermann
2014-07-11
decoder/sndfile: make variables more local
Max Kellermann
2014-07-11
decoder/sndfile: support more tag types
Max Kellermann
2014-07-11
decoder/sndfile: add str_type to TagType table
Max Kellermann
2014-07-11
decoder/sndfile: move code to sndfile_handle_tag()
Max Kellermann
2014-07-11
decoder/sndfile: log libsndfile version on startup
Max Kellermann
2014-07-11
Merge branch 'v0.18.x'
Max Kellermann
2014-05-22
InputStream: make Seek() always absolute
Max Kellermann
2014-04-10
Merge tag 'release-0.18.10'
Max Kellermann
2014-02-07
DecoderPlugin: pass Path instance to file_decode() and scan_file()
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann