Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | encoder/opus: implement lookahead | Max Kellermann | 2012-10-02 | 1 | -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 attribute | Max Kellermann | 2012-10-02 | 1 | -1/+5 |
| | |||||
* | encoder/{vorbis,opus}: merge code to new class OggStream | Max Kellermann | 2012-10-02 | 1 | -43/+13 |
| | |||||
* | encoder/opus: call ogg_stream_flush() only in the last iteration | Max Kellermann | 2012-10-02 | 1 | -4/+4 |
| | | | | If there are multiple pages, the last partial page must be flushed. | ||||
* | encoder/opus: new encoder plugin for the Opus codec | Max Kellermann | 2012-10-02 | 1 | -0/+417 |