Re: [FFmpeg-devel] [PATCH v2 0/5] A native Opus encoder

2017-02-16 Thread Rostislav Pehlivanov
On 16 February 2017 at 13:08, Moritz Barsnick wrote: > On Tue, Feb 14, 2017 at 06:37:16 +, Rostislav Pehlivanov wrote: > > Applied! > > Thanks for all the people who commented on it > > This deserves a Changelog entry. (I missed that during the review > process.) > > Moritz >

Re: [FFmpeg-devel] [PATCH v2 0/5] A native Opus encoder

2017-02-16 Thread Moritz Barsnick
On Tue, Feb 14, 2017 at 06:37:16 +, Rostislav Pehlivanov wrote: > Applied! > Thanks for all the people who commented on it This deserves a Changelog entry. (I missed that during the review process.) Moritz ___ ffmpeg-devel mailing list ffmpeg-devel@

Re: [FFmpeg-devel] [PATCH v2 0/5] A native Opus encoder

2017-02-13 Thread Rostislav Pehlivanov
On 13 February 2017 at 19:42, Rostislav Pehlivanov wrote: > > > On 11 February 2017 at 00:25, Rostislav Pehlivanov > wrote: > >> This series of commits implements a native Opus encoder. >> >> This is v2 of the patchset, the changes are: >> - The forward MDCT doesn't need a third buffer and c

Re: [FFmpeg-devel] [PATCH v2 0/5] A native Opus encoder

2017-02-13 Thread Rostislav Pehlivanov
On 11 February 2017 at 00:25, Rostislav Pehlivanov wrote: > This series of commits implements a native Opus encoder. > > This is v2 of the patchset, the changes are: > - The forward MDCT doesn't need a third buffer and can handle > the full set of sizes the init function allows > -

Re: [FFmpeg-devel] [PATCH v2 0/5] A native Opus encoder

2017-02-12 Thread Rostislav Pehlivanov
On 12 February 2017 at 11:33, Nicolas George wrote: > Le tridi 23 pluviôse, an CCXXV, Rostislav Pehlivanov a écrit : > > This series of commits implements a native Opus encoder. > > That is wonderful news. > > I do not have the knowledge to review the patches themselves. > > But I think they are

Re: [FFmpeg-devel] [PATCH v2 0/5] A native Opus encoder

2017-02-12 Thread Nicolas George
Le tridi 23 pluviôse, an CCXXV, Rostislav Pehlivanov a écrit : > This series of commits implements a native Opus encoder. That is wonderful news. I do not have the knowledge to review the patches themselves. But I think they are missing an essential, but fortunately rather easy, part: user docum