[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

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

[FFmpeg-devel] [PATCH] FTP graceful close data connection to avoid server abort

2016-06-02 Thread Camille Gonnet
When writing files to FTP, if the data connection is closed before the control connection, the server may handle it as an aborted file transfer and create and leave the file empty. --- libavformat/ftp.c | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/libavforma

Re: [FFmpeg-devel] [PATCH] FTP graceful close data connection to avoid server abort

2016-06-13 Thread Camille Gonnet
2016-06-09 1:19 GMT+02:00 Lukasz Marek : > On 09.06.2016 00:25, Michael Niedermayer wrote: > > On Thu, Jun 02, 2016 at 02:29:47PM +0200, Camille Gonnet wrote: > >> When writing files to FTP, if the data connection is closed before the > >> control connection, the

Re: [FFmpeg-devel] [PATCH] FTP graceful close data connection to avoid server abort

2016-06-16 Thread Camille Gonnet
2016-06-13 23:29 GMT+02:00 Lukasz Marek : > On 02.06.2016 14:29, Camille Gonnet wrote: > >> When writing files to FTP, if the data connection is closed before the >> control connection, the server may handle it as an aborted file transfer >> and create