summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/SndfileDecoderPlugin.cxx
AgeCommit message (Expand)Author
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
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann
2014-08-19decoder/sndfile: check InputStream::KnownSize()Max Kellermann
2014-07-11decoder/sndfile: implement scan_stream() instead of scan_file()Max Kellermann
2014-07-11decoder/sndfile: make variables more localMax Kellermann
2014-07-11decoder/sndfile: support more tag typesMax Kellermann
2014-07-11decoder/sndfile: add str_type to TagType tableMax Kellermann
2014-07-11decoder/sndfile: move code to sndfile_handle_tag()Max Kellermann
2014-07-11decoder/sndfile: log libsndfile version on startupMax Kellermann
2014-07-11Merge branch 'v0.18.x'Max Kellermann
2014-05-22InputStream: make Seek() always absoluteMax Kellermann
2014-04-10Merge tag 'release-0.18.10'Max Kellermann
2014-02-07DecoderPlugin: pass Path instance to file_decode() and scan_file()Max Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann