summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/SndfileDecoderPlugin.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-09-04Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-04decoder/sndfile: allow partial reads at end of fileMax Kellermann
2020-07-06Merge branch 'v0.21.x'Max Kellermann
2020-07-06decoder/Plugin: allow scan_{file,stream}() to throwMax Kellermann
2020-03-23[cppcheck] use const for several variablesRosen Penev
2020-03-16remove gcc_unusedRosen Penev
2020-02-04Merge branch 'v0.21.x'Max Kellermann
2020-02-01decoder/{audio,snd}file: handle MIME type "audio/wav"Max Kellermann
2020-01-18AudioFormat: move to pcm/Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-06-15decoder/Plugin: simplify compile-time initializationMax Kellermann
2019-06-06tag/Handler: pass StringView to OnTag() and OnPair()Max Kellermann
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-19decoder/sndfile: make `vio` constexprMax Kellermann
2018-07-07decoder/sndfile: call TagHandler::OnAudioFormat()Max Kellermann
2018-07-07decoder/sndfile: use AtScopeExit()Max Kellermann
2018-07-07decoder/sndfile: add CheckAudioFormat(SF_INFO)Max Kellermann
2018-07-05tag/Handler: convert to class with virtual methodsMax Kellermann
2018-01-21decoder/Plugin: add "noexcept"Max 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: add Submit methodsMax Kellermann
2016-11-18decoder/Client: add DecoderCommand/seek virtual methodsMax Kellermann
2016-11-18decoder/Client: add virtual method Ready()Max Kellermann
2016-11-18decoder/Client: new interface which wraps struct DecoderMax Kellermann
2016-11-10CheckAudioFormat: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax 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-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-09-21decoder/sndfile: include cleanupMax Kellermann
2014-09-19decoder/sndfile: remove obsolete code commentMax Kellermann
2014-09-19decoder/sndfile: remove debug printf()Max Kellermann
2014-09-19decoder/sndfile: log detailed sf_open_virtual() error messageMax Kellermann
2014-09-19decoder/sndfile: support float and 16 bit samplesMax Kellermann
2014-09-19decoder/sndfile: move sf_readf_int() call to sndfile_read_frames()Max Kellermann
2014-09-19decoder/sndfile: add sndfile_sample_format()Max Kellermann
2014-08-30decoder/sndfile: refactor frame_to_time()Max Kellermann
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann
2014-08-26decoder/sndfile: use integer seek timesMax Kellermann