aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoder/OpusEncoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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