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
/
VorbisDecoderPlugin.cxx
Age
Commit message (
Expand
)
Author
2018-01-21
decoder/Plugin: add "noexcept"
Max Kellermann
2017-12-20
lib/xiph/VorbisComments: return std::unique_ptr<Tag>
Max Kellermann
2017-12-19
Main, ...: catch any exception, not just std::runtime_error
Max Kellermann
2017-11-05
Merge branch 'v0.20.x'
Max Kellermann
2017-11-03
decoder/vorbis: scale and clip tremor-decoded samples to 15 bits
Marcin Jurkowski
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-05-14
decoder/vorbis: reimplement using class OggDecoder
Max Kellermann
2016-05-14
decoder/vorbis: reimplement _scan_stream() with plain libvorbis
Max Kellermann
2016-05-03
{de,en}coder/{vorbis,flac,opus}: move several libraries to lib/xiph/
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-06-22
pcm/Interleave: add optimization for 32 bit samples
Max Kellermann
2015-06-22
decoder/vorbis: check STOP before entering the loop
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-08-29
TagHandler: pass SongTime to duration()
Max Kellermann
2014-08-29
DecoderAPI: pass SignedSongTime to decoder_initialized()
Max Kellermann
2014-08-26
decoder/vorbis: use integer seek times
Max Kellermann
2014-08-19
InputStream: move typedef offset_type to Offset.hxx
Max Kellermann
2014-05-22
InputStream: make Seek() always absolute
Max Kellermann
2014-05-22
decoder/vorbis: make VorbisInputStream::input_stream a reference
Max Kellermann
2014-05-22
decoder/vorbis: add VorbisInputStream constructor
Max Kellermann
2014-05-22
decoder/vorbis: rename struct vorbis_input_stream to VorbisInputStream
Max Kellermann
2014-05-22
decoder/vorbis: add "restrict" to pointers in vorbis_interleave()
Max Kellermann
2014-05-22
decoder/vorbis: log libvorbis version on startup
Max Kellermann
2014-05-12
InputStream: "protect" attributes
Max Kellermann
2014-01-24
Input*: move to input/
Max Kellermann
2014-01-24
decoder/*: move to decoder/plugins/
Max Kellermann