Re: [FFmpeg-devel] [PATCH] avformat/udp: UDP-Lite (RFC 3828) support added

2014-11-04 Thread Michael Niedermayer
On Tue, Nov 04, 2014 at 11:48:05PM +0100, Thomas Volkert wrote: > From: Thomas Volkert > > --- [...] > @@ -893,3 +938,15 @@ URLProtocol ff_udp_protocol = { > .priv_data_class = &udp_context_class, > .flags = URL_PROTOCOL_FLAG_NETWORK, > }; > + > +URLProtocol ff_udplit

Re: [FFmpeg-devel] [PATCH] avformat/udp: UDP-Lite (RFC 3828) support added

2014-11-04 Thread Carl Eugen Hoyos
Thomas Volkert gmx.net> writes: > +#define UDPLITE_SEND_CSCOV10 tabs cannot be committed to FFmpeg git, please remove them. There is a tool tools/patcheck that finds the tabs (and other issues) for you. Carl Eugen ___

[FFmpeg-devel] [PATCH] avformat/udp: UDP-Lite (RFC 3828) support added

2014-11-04 Thread Thomas Volkert
From: Thomas Volkert --- Changelog| 1 + configure| 3 +++ libavformat/allformats.c | 1 + libavformat/udp.c| 59 +++- libavformat/version.h| 2 +- 5 files changed, 64 insertions(+), 2 deletions(-) diff

Re: [FFmpeg-devel] [PATCH] avformat/udp: UDP-Lite (RFC 3828) support added

2014-11-03 Thread Thomas Volkert
On 03.11.2014 23:02, Kieran Kunhya wrote: Out of interest, does UDP-lite have any practical applications? i.e. do you actually ever receive packets which have corruption as opposed to packet loss. That depends on your used layer 2 protocol (implementation). ___

Re: [FFmpeg-devel] [PATCH] avformat/udp: UDP-Lite (RFC 3828) support added

2014-11-03 Thread Kieran Kunhya
On 3 November 2014 14:35, Michael Niedermayer wrote: > On Mon, Nov 03, 2014 at 09:35:16AM +0100, Thomas Volkert wrote: >> From: Thomas Volkert >> >> --- >> Changelog| 1 + >> configure| 3 +++ >> libavformat/allformats.c | 1 + >> libavformat/udp.c| 55

Re: [FFmpeg-devel] [PATCH] avformat/udp: UDP-Lite (RFC 3828) support added

2014-11-03 Thread Michael Niedermayer
On Mon, Nov 03, 2014 at 09:35:16AM +0100, Thomas Volkert wrote: > From: Thomas Volkert > > --- > Changelog| 1 + > configure| 3 +++ > libavformat/allformats.c | 1 + > libavformat/udp.c| 55 > +++- > libavfo

Re: [FFmpeg-devel] [PATCH] avformat/udp: UDP-Lite (RFC 3828) support added

2014-11-03 Thread Thomas Volkert
On 11/03/2014 09:35 AM, Thomas Volkert wrote: From: Thomas Volkert --- Changelog| 1 + configure| 3 +++ libavformat/allformats.c | 1 + libavformat/udp.c| 55 +++- libavformat/version.h| 2 +- 5

[FFmpeg-devel] [PATCH] avformat/udp: UDP-Lite (RFC 3828) support added

2014-11-03 Thread Thomas Volkert
From: Thomas Volkert --- Changelog| 1 + configure| 3 +++ libavformat/allformats.c | 1 + libavformat/udp.c| 55 +++- libavformat/version.h| 2 +- 5 files changed, 60 insertions(+), 2 deletions(-) diff