[FFmpeg-devel] [PATCH] rtsp: proper implementation of RFC4570
Ed Torbett
ed.torbett at simulation-systems.co.uk
Fri Aug 2 11:43:02 CEST 2013
-----Original Message-----
From: Michael Niedermayer <michaelni at gmx.at>
To: FFmpeg development discussions and patches <ffmpeg-devel at ffmpeg.org>
Date: Tue, 30 Jul 2013 12:59:23 +0200
Subject: Re: [FFmpeg-devel] [PATCH] rtsp: proper implementation of RFC4570
> On Fri, Jul 26, 2013 at 11:38:00AM +0100, Ed Torbett wrote:
> > RFC4570 introduces the source-filter attribute to SDP files.
> > This patch fully implements this SDP file attribute according
> > to the syntax defined within the RFC.
> >
> > Signed-off-by: Edward Torbett <ed.torbett at simulation-systems.co.uk>
> > ---
> > libavformat/rtpproto.c | 135
> ++++++++++++++++++++++++++++++++++++++-----------
> > libavformat/rtsp.c | 122
> ++++++++++++++++++++++++++++++++++++++++----
> > libavformat/rtsp.h | 9 +++-
> > libavformat/udp.c | 71 ++++++++++++++++----------
> > 4 files changed, 270 insertions(+), 67 deletions(-)
>
> patch applied by martin with some cleanups
>
> Please check if it all works
Confirmed fully working.
Thanks
Ed
More information about the ffmpeg-devel
mailing list