Re: [FFmpeg-devel] [PATCH v2 5/5] opus: add a native Opus encoder

2017-02-11 Thread Rostislav Pehlivanov
On 11 February 2017 at 00:25, Rostislav Pehlivanov wrote: > This marks the first time anyone has written an Opus encoder without > using any libopus code. The aim of the encoder is to prove how far > the format can go by writing the craziest encoder for it. > > Right now the encoder's basic, it o

[FFmpeg-devel] [PATCH v2 5/5] opus: add a native Opus encoder

2017-02-10 Thread Rostislav Pehlivanov
This marks the first time anyone has written an Opus encoder without using any libopus code. The aim of the encoder is to prove how far the format can go by writing the craziest encoder for it. Right now the encoder's basic, it only supports CBR encoding, however internally every single feature th