Re: [FFmpeg-devel] [PATCH v4 1/2] codec: bitpacked: add decoder

2017-04-05 Thread Rostislav Pehlivanov
On 4 April 2017 at 18:33, Damien Riegel wrote: > Hi, > > On Fri, Mar 31, 2017 at 07:23:28PM +0100, Rostislav Pehlivanov wrote: > > On 31 March 2017 at 18:11, Kieran Kunhya wrote: > > > > > On Fri, 31 Mar 2017 at 17:57 Rostislav Pehlivanov > > > > wrote: > > > > > > > On 31 March 2017 at 16:36,

Re: [FFmpeg-devel] [PATCH v4 1/2] codec: bitpacked: add decoder

2017-04-04 Thread Damien Riegel
Hi, On Fri, Mar 31, 2017 at 07:23:28PM +0100, Rostislav Pehlivanov wrote: > On 31 March 2017 at 18:11, Kieran Kunhya wrote: > > > On Fri, 31 Mar 2017 at 17:57 Rostislav Pehlivanov > > wrote: > > > > > On 31 March 2017 at 16:36, Damien Riegel < > > > damien.rie...@savoirfairelinux.com > > > > wr

Re: [FFmpeg-devel] [PATCH v4 1/2] codec: bitpacked: add decoder

2017-03-31 Thread Rostislav Pehlivanov
On 31 March 2017 at 18:11, Kieran Kunhya wrote: > On Fri, 31 Mar 2017 at 17:57 Rostislav Pehlivanov > wrote: > > > On 31 March 2017 at 16:36, Damien Riegel < > > damien.rie...@savoirfairelinux.com > > > wrote: > > > > > Add a codec capable of decoding some formats of the RFC4175. For now > > > i

Re: [FFmpeg-devel] [PATCH v4 1/2] codec: bitpacked: add decoder

2017-03-31 Thread Kieran Kunhya
On Fri, 31 Mar 2017 at 17:57 Rostislav Pehlivanov wrote: > On 31 March 2017 at 16:36, Damien Riegel < > damien.rie...@savoirfairelinux.com > > wrote: > > > Add a codec capable of decoding some formats of the RFC4175. For now > > it's only capable of handling YCbCr-4:2:2 with 8-bit or 10-bit depth

Re: [FFmpeg-devel] [PATCH v4 1/2] codec: bitpacked: add decoder

2017-03-31 Thread Rostislav Pehlivanov
On 31 March 2017 at 16:36, Damien Riegel wrote: > Add a codec capable of decoding some formats of the RFC4175. For now > it's only capable of handling YCbCr-4:2:2 with 8-bit or 10-bit depth. > > For 8-bit it's a simple pass-through, for 10-bit it depacks the stream > in the AV_PIX_FMT_YUV422P10 p