Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2018-04-11 Thread Carl Eugen Hoyos
2017-02-22 22:33 GMT+01:00, Rostislav Pehlivanov : > On 22 February 2017 at 20:18, Damien Riegel < > damien.rie...@savoirfairelinux.com> wrote: > >> On Fri, Feb 17, 2017 at 03:01:05PM -0500, Damien Riegel wrote: >> > Hi, >> > >> > On Thu, Feb 16, 2017 at 06:19:00PM +,

Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2017-02-23 Thread Rostislav Pehlivanov
On 23 February 2017 at 17:12, Damien Riegel < damien.rie...@savoirfairelinux.com> wrote: > On Wed, Feb 22, 2017 at 09:33:03PM +, Rostislav Pehlivanov wrote: > > On 22 February 2017 at 20:18, Damien Riegel < > > damien.rie...@savoirfairelinux.com> wrote: > > > > > On Fri, Feb 17, 2017 at

Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2017-02-23 Thread Damien Riegel
On Wed, Feb 22, 2017 at 09:33:03PM +, Rostislav Pehlivanov wrote: > On 22 February 2017 at 20:18, Damien Riegel < > damien.rie...@savoirfairelinux.com> wrote: > > > On Fri, Feb 17, 2017 at 03:01:05PM -0500, Damien Riegel wrote: > > > Hi, > > > > > > On Thu, Feb 16, 2017 at 06:19:00PM +,

Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2017-02-22 Thread Kieran Kunhya
On Wed, 22 Feb 2017, 21:39 Rostislav Pehlivanov, wrote: > On 22 February 2017 at 20:18, Damien Riegel < > damien.rie...@savoirfairelinux.com> wrote: > > > On Fri, Feb 17, 2017 at 03:01:05PM -0500, Damien Riegel wrote: > > > Hi, > > > > > > On Thu, Feb 16, 2017 at 06:19:00PM

Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2017-02-22 Thread Rostislav Pehlivanov
On 22 February 2017 at 20:18, Damien Riegel < damien.rie...@savoirfairelinux.com> wrote: > On Fri, Feb 17, 2017 at 03:01:05PM -0500, Damien Riegel wrote: > > Hi, > > > > On Thu, Feb 16, 2017 at 06:19:00PM +, Rostislav Pehlivanov wrote: > > > > > > > > No, do this in libavfilter and do not

Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2017-02-22 Thread Damien Riegel
On Fri, Feb 17, 2017 at 03:01:05PM -0500, Damien Riegel wrote: > Hi, > > On Thu, Feb 16, 2017 at 06:19:00PM +, Rostislav Pehlivanov wrote: > > > > > > No, do this in libavfilter and do not introduce another useless pseudo > > > codec > > > > > > > *libavformat, sorry > > The advantage of

Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2017-02-17 Thread Damien Riegel
Hi, On Thu, Feb 16, 2017 at 06:19:00PM +, Rostislav Pehlivanov wrote: > > > > No, do this in libavfilter and do not introduce another useless pseudo > > codec > > > > *libavformat, sorry The advantage of using a pseudo codec just to depack the stream is that the input and the codec are in

Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2017-02-16 Thread Rostislav Pehlivanov
On 16 February 2017 at 18:18, Rostislav Pehlivanov wrote: > > > On 16 February 2017 at 17:43, Damien Riegel 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

Re: [FFmpeg-devel] [PATCH v1 1/2] codec: vrawdepay: add decoder for RFC4175

2017-02-16 Thread Rostislav Pehlivanov
On 16 February 2017 at 17:43, 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. > > For 8-bit it's a simple pass-through, for 10-bit it depacks