summaryrefslogtreecommitdiff
path: root/src/decoder/plugins/VorbisDecoderPlugin.cxx
AgeCommit message (Expand)Author
2018-01-21decoder/Plugin: add "noexcept"Max Kellermann
2017-12-20lib/xiph/VorbisComments: return std::unique_ptr<Tag>Max Kellermann
2017-12-19Main, ...: catch any exception, not just std::runtime_errorMax Kellermann
2017-11-05Merge branch 'v0.20.x'Max Kellermann
2017-11-03decoder/vorbis: scale and clip tremor-decoded samples to 15 bitsMarcin Jurkowski
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-05-14decoder/vorbis: reimplement using class OggDecoderMax Kellermann
2016-05-14decoder/vorbis: reimplement _scan_stream() with plain libvorbisMax Kellermann
2016-05-03{de,en}coder/{vorbis,flac,opus}: move several libraries to lib/xiph/Max 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-06-22pcm/Interleave: add optimization for 32 bit samplesMax Kellermann
2015-06-22decoder/vorbis: check STOP before entering the loopMax Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann
2014-08-26decoder/vorbis: use integer seek timesMax Kellermann
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann
2014-05-22InputStream: make Seek() always absoluteMax Kellermann
2014-05-22decoder/vorbis: make VorbisInputStream::input_stream a referenceMax Kellermann
2014-05-22decoder/vorbis: add VorbisInputStream constructorMax Kellermann
2014-05-22decoder/vorbis: rename struct vorbis_input_stream to VorbisInputStreamMax Kellermann
2014-05-22decoder/vorbis: add "restrict" to pointers in vorbis_interleave()Max Kellermann
2014-05-22decoder/vorbis: log libvorbis version on startupMax Kellermann
2014-05-12InputStream: "protect" attributesMax Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann