summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_rfc4175.c
Commit message (Collapse)AuthorAge
* rtp: rfc4175: add handler for YCbCr-4:2:2Damien Riegel2017-04-05
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>