Re: [FFmpeg-devel] [PATCH v4 2/2] rtp: rfc4175: add handler for YCbCr-4:2:2

2017-10-30 Thread Éloi Bail
> I think you misunderstood "unpublished" for some other word. Those > specs are actually available for anyone that wants to read them (if > they are willing to pay for them). 2110-20 isn't available on any of > the usual sources for obtaining SMPTE standards documents. > - Hendrik Hi Hendrik.

Re: [FFmpeg-devel] [PATCH v4 2/2] rtp: rfc4175: add handler for YCbCr-4:2:2

2017-10-26 Thread Hendrik Leppkes
On Thu, Oct 26, 2017 at 11:36 AM, Éloi Bail wrote: >> As an open source project we cannot cite unpublished documents. > >> Kieran > > Well... I don't buy this explanation at all. > Since when you cannot even reference a non open technology in issue projects? > >

Re: [FFmpeg-devel] [PATCH v4 2/2] rtp: rfc4175: add handler for YCbCr-4:2:2

2017-10-26 Thread Éloi Bail
> As an open source project we cannot cite unpublished documents. > Kieran Well... I don't buy this explanation at all. Since when you cannot even reference a non open technology in issue projects? Dolby, DTS, newtek technologies are already cited in the document and those aren't open.

Re: [FFmpeg-devel] [PATCH v4 2/2] rtp: rfc4175: add handler for YCbCr-4:2:2

2017-10-24 Thread Kieran Kunhya
> > Hi, > > I am surprised to see no mention on this work in changelog [1]. > > I would put: "partial support of SMPTE 2110-20 (RFC4175)". > > Thanks, > > Eloi > > [1]: https://github.com/FFmpeg/FFmpeg/blob/master/Changelog As an open source project we cannot cite unpublished documents. Kieran

Re: [FFmpeg-devel] [PATCH v4 2/2] rtp: rfc4175: add handler for YCbCr-4:2:2

2017-10-24 Thread Éloi Bail
- On Apr 5, 2017, at 6:11 PM, Rostislav Pehlivanov wrote: > On 31 March 2017 at 16:36, Damien Riegel > wrote: > > This adds partial support for the RFC 4175 (raw video over RTP). The > > only supported formats are the YCbCr-4:2:2

Re: [FFmpeg-devel] [PATCH v4 2/2] rtp: rfc4175: add handler for YCbCr-4:2:2

2017-04-05 Thread Rostislav Pehlivanov
On 31 March 2017 at 16:36, Damien Riegel wrote: > This adds partial support for the RFC 4175 (raw video over RTP). The > only supported formats are the YCbCr-4:2:2 8 bit because it's natively > supported by FFmpeg with pixel format UYVY, and 10 bit which

[FFmpeg-devel] [PATCH v4 2/2] rtp: rfc4175: add handler for YCbCr-4:2:2

2017-03-31 Thread Damien Riegel
This adds partial support for the RFC 4175 (raw video over RTP). The only supported formats are the YCbCr-4:2:2 8 bit because it's natively supported by FFmpeg with pixel format UYVY, and 10 bit which requires the vrawdepay codec to convert the payload in a format handled by FFmpeg.