aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/OpusEncoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix overwriting bitrate with signal typeMatthias Larisch2013-06-241-3/+3
| | | | | | | I recently opened a bug: http://bugs.musicpd.org/view.php?id=3787 The main problem is that opus encoder config for signal overwrote bitrate setting.
* {encoder,output}_api.h: allow compiling as C++Max Kellermann2013-01-301-4/+0
|
* encoder/{Vorbis,Opus}: use new/deleteMax Kellermann2013-01-151-6/+7
|
* encoder/opus: implement lookaheadMax Kellermann2012-10-021-2/+43
| | | | | | The "opusinfo" program complained about preskip value that was too small. This commit uses OPUS_GET_LOOKAHEAD to obtain the number of frames that shall be silence at the beginning.
* encoder/opus: initialize the "granulepos" packet attributeMax Kellermann2012-10-021-1/+5
|
* encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann2012-10-021-43/+13
|
* encoder/opus: call ogg_stream_flush() only in the last iterationMax Kellermann2012-10-021-4/+4
| | | | If there are multiple pages, the last partial page must be flushed.
* encoder/opus: new encoder plugin for the Opus codecMax Kellermann2012-10-021-0/+417