[FFmpeg-devel] [PATCH v1 0/2] Add support for raw video over RTP
Damien Riegel
damien.riegel at savoirfairelinux.com
Thu Feb 16 19:43:35 EET 2017
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: add handler for YCbCr-4:2:2
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/avcodec.h | 1 +
libavcodec/codec_desc.c | 7 ++
libavcodec/vrawdepay.c | 113 +++++++++++++++++++++
libavformat/Makefile | 1 +
libavformat/rtpdec.c | 1 +
libavformat/rtpdec_formats.h | 1 +
libavformat/rtpdec_rawvideo.c | 226 ++++++++++++++++++++++++++++++++++++++++++
9 files changed, 352 insertions(+)
create mode 100644 libavcodec/vrawdepay.c
create mode 100644 libavformat/rtpdec_rawvideo.c
--
2.11.1
More information about the ffmpeg-devel
mailing list