aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/OpusDecoderPlugin.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann2015-01-211-1/+1
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* decoder/{dsdiff,dsf,opus}: fix deadlock while seekingMax Kellermann2014-11-241-1/+1
* decoder/opus: add MIME types audio/ogg and application/oggMax Kellermann2014-11-121-0/+7
* decoder/opus: support chained streamsMax Kellermann2014-11-111-1/+36
* decoder/opus: move code to HandleEOS()Max Kellermann2014-11-111-1/+8
* decoder/opus: improved error loggingMax Kellermann2014-11-111-4/+11
* decoder/opus: fix mistyped LoadEOSPacket() return valueMax Kellermann2014-11-111-1/+1
* decoder/opus: eliminate flag "found_opus"Max Kellermann2014-11-111-5/+3
* decoder/opus: add constexpr output_buffer_framesMax Kellermann2014-11-111-8/+10
* TagHandler: pass SongTime to duration()Max Kellermann2014-08-291-3/+6
* DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann2014-08-291-3/+4
* decoder/opus: use integer seek timesMax Kellermann2014-08-261-4/+4
* decoder/opus: remove redundant decoder_timestamp() callMax Kellermann2014-08-261-5/+1
* InputStream: move typedef offset_type to Offset.hxxMax Kellermann2014-08-191-2/+2
* InputStream: make offset_type unsignedMax Kellermann2014-08-191-3/+0
* Merge branch 'v0.18.x'Max Kellermann2014-07-091-0/+1
* InputStream: make Seek() always absoluteMax Kellermann2014-05-221-2/+2
* InputStream: "protect" attributesMax Kellermann2014-05-121-5/+5
* decoder/opus: use new[] instead of g_malloc()Max Kellermann2014-02-221-6/+2
* Input*: move to input/Max Kellermann2014-01-241-1/+1
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-0/+485