Re: [FFmpeg-devel] [PATCH v1 0/2] Add support for raw video over RTP

2017-02-16 Thread Carl Eugen Hoyos
2017-02-16 18:43 GMT+01:00 Damien Riegel : > This patchset adds support for the RFC 4175: RTP Payload Format for > Uncompressed Video. [1] > > It only supports progressive YCbCr 4:2:2 video format, with 8-bit and > 10-bit samples. How is the 10-bit payload expected to be sent? Big- or little-endia

[FFmpeg-devel] [PATCH v1 0/2] Add support for raw video over RTP

2017-02-16 Thread Damien Riegel
This patchset adds support for the RFC 4175: RTP Payload Format for Uncompressed Video. [1] It only supports progressive YCbCr 4:2:2 video format, with 8-bit and 10-bit samples. [1] https://tools.ietf.org/html/rfc4175 Damien Riegel (2): codec: vrawdepay: add decoder for RFC4175 rtp: rawvideo