Re: [libav-devel] [PATCH] rtsp: Factor out the rtp stream opening

2016-03-19 Thread Vittorio Giovara
On Thu, Feb 4, 2016 at 7:08 AM, Luca Barbato wrote: > On 04/02/16 12:54, Vittorio Giovara wrote: > >> is this still needed? >> > > Yes. so.. any reason it's not pushed? -- Vittorio ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] rtsp: Factor out the rtp stream opening

2016-02-04 Thread Vittorio Giovara
On Thu, Dec 17, 2015 at 1:58 PM, Luca Barbato wrote: > --- > libavformat/rtsp.c | 74 > +- > 1 file changed, 40 insertions(+), 34 deletions(-) > > diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c > index

Re: [libav-devel] [PATCH] rtsp: Factor out the rtp stream opening

2016-02-04 Thread Luca Barbato
On 04/02/16 12:54, Vittorio Giovara wrote: > is this still needed? > Yes. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] rtsp: Factor out the rtp stream opening

2015-12-17 Thread Luca Barbato
--- libavformat/rtsp.c | 74 +- 1 file changed, 40 insertions(+), 34 deletions(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 4beb275..0c53e3e 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -2233,13 +2233,51 @@