Re: [FFmpeg-devel] [PATCH] avformat: Add parityfec and ulpfec protocol

2021-06-04 Thread Martin Storsjö
Hi, On Fri, 9 Apr 2021, Camille Gonnet wrote: Parityfec (RFC 2733) and ulpfec (RFC 5109) generic FEC encoding for RTP streams. Signed-off-by: Camille Gonnet --- Changelog | 1 + doc/general_contents.texi | 1 + doc/protocols.texi| 106 + libavformat/Makefile

Re: [FFmpeg-devel] [PATCH] avformat: Add parityfec and ulpfec protocol

2021-04-21 Thread Camille Gonnet
I did not have any feedback on this patch. Thanks, On April 9, 2021 at 4:08 PM, Camille Gonnet (cami...@sound4.biz) wrote: Parityfec (RFC 2733) and ulpfec (RFC 5109) generic FEC encoding for RTP streams. Signed-off-by: Camille Gonnet ---  Changelog                 |   1 +  doc/general_contents.t

[FFmpeg-devel] [PATCH] avformat: Add parityfec and ulpfec protocol

2021-04-09 Thread Camille Gonnet
Parityfec (RFC 2733) and ulpfec (RFC 5109) generic FEC encoding for RTP streams. Signed-off-by: Camille Gonnet --- Changelog | 1 + doc/general_contents.texi | 1 + doc/protocols.texi| 106 + libavformat/Makefile | 1 + libavformat/fecrtp.c | 884 +