aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/OpusDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Check opus_decoder!=nullptr instead.
* 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
| | | | | After seeking, the MPD core automatically refreshes the timestamp, and thus discards the value from decoder_timestamp().
* InputStream: move typedef offset_type to Offset.hxxMax Kellermann2014-08-191-2/+2
| | | | Reduce header dependencies.
* 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
| | | | | Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
* 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