Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rtp: rfc4175: add handler for YCbCr-4:2:2 | Damien Riegel | 2017-04-05 | 1 | -0/+236 |
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. Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com> Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com> |