aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/VorbisDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* pcm/Interleave: add optimization for 32 bit samplesMax Kellermann2015-06-221-7/+3
| | | | Move code from the "vorbis" decoder.
* decoder/vorbis: check STOP before entering the loopMax Kellermann2015-06-221-2/+2
|
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-1/+1
| | | | The old struct config_param remains only for top-level string options.
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* TagHandler: pass SongTime to duration()Max Kellermann2014-08-291-2/+4
|
* DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann2014-08-291-5/+12
|
* decoder/vorbis: use integer seek timesMax Kellermann2014-08-261-2/+2
|
* InputStream: move typedef offset_type to Offset.hxxMax Kellermann2014-08-191-1/+1
| | | | Reduce header dependencies.
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-6/+28
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* decoder/vorbis: make VorbisInputStream::input_stream a referenceMax Kellermann2014-05-221-6/+6
|
* decoder/vorbis: add VorbisInputStream constructorMax Kellermann2014-05-221-14/+13
|
* decoder/vorbis: rename struct vorbis_input_stream to VorbisInputStreamMax Kellermann2014-05-221-7/+7
|
* decoder/vorbis: add "restrict" to pointers in vorbis_interleave()Max Kellermann2014-05-221-2/+2
| | | | Allows more compiler optimizations.
* decoder/vorbis: log libvorbis version on startupMax Kellermann2014-05-221-1/+11
|
* InputStream: "protect" attributesMax Kellermann2014-05-121-1/+1
|
* Input*: move to input/Max Kellermann2014-01-241-1/+1
|
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-0/+349