Re: [FFmpeg-devel] [PATCH 3/4] avcodec: add a native SMPTE VC-2 encoder

2016-02-02 Thread Michael Niedermayer
On Tue, Feb 02, 2016 at 12:35:29PM +, Rostislav Pehlivanov wrote: > A new revision of the 'Dirac' encoder previously submitted. > > Changes from previous version: > - Rename to vc2 > - Fix an out of array bound read on setting quantization matrices > > Original commit message: > > Th

[FFmpeg-devel] [PATCH 3/4] avcodec: add a native SMPTE VC-2 encoder

2016-02-02 Thread Rostislav Pehlivanov
A new revision of the 'Dirac' encoder previously submitted. Changes from previous version: - Rename to vc2 - Fix an out of array bound read on setting quantization matrices Original commit message: This commit adds a new encoder capable of creating SMPTE Dirac/VC-2 HQ profile files. Dir