- 31 Aug, 2008 5 commits
-
-
Ronald S. Bultje authored
Originally committed as revision 15125 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 15124 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
the server will send to us (standard-compliant RTP or Realmedia-style RDT). Originally committed as revision 15123 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
Originally committed as revision 15122 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
thread on mailinglist for discussion. This patch also implements a RTSPServerType enum, which allows the RTSP to keep track of what kind of a stream we're handling: standard-compliant RTP or a proprietary derivative. This will be used in subsequent patches to implement more Realmedia-specific extensions required to receive and parse data coming from a Realmedia server. Originally committed as revision 15104 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Aug, 2008 1 commit
-
-
Ronald S. Bultje authored
lines. This allows "private" SDP tags to be forwarded to the specific handler, allowing protocol-specific handling of SDP data. See mailinglist discussion in the "Realmedia patch" thread. Originally committed as revision 14987 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 14 Aug, 2008 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 14766 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Aug, 2008 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 14728 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jun, 2008 1 commit
-
-
Luca Abeni authored
freed by av_close_input_stream()) Originally committed as revision 14006 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jun, 2008 1 commit
-
-
Stefano Sabatini authored
patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 May, 2008 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 13069 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 15 Apr, 2008 2 commits
-
-
Luca Abeni authored
Originally committed as revision 12831 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Abeni authored
Originally committed as revision 12830 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Apr, 2008 1 commit
-
-
Luca Barbato authored
Originally committed as revision 12678 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Mar, 2008 3 commits
-
-
Ronald S. Bultje authored
Originally committed as revision 12506 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
iteration in make_setup_request(), and cycling between the different protocols is now done in the calling function, therefore the need for a mask goes away. This also makes the function somewhat simpler to read. Discussed and approved in "[PATCH] RTSP alternate protocol 3/4". Originally committed as revision 12505 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Ronald S. Bultje authored
one doesn't work, we can try the next one (i.e. trial-error protocol auto- probing). Discussed and approved in "[PATCH] RTSP alternate protocol 2-3/3". Originally committed as revision 12504 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Mar, 2008 1 commit
-
-
Ronald S. Bultje authored
multiple SETUPs to be send to cycle protocols rather than bailing if one fails. Discussed and approved in "[PATCH] RTSP alternate protocol 1/3". Originally committed as revision 12476 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jan, 2008 1 commit
-
-
Ronald S. Bultje authored
patch by Ronald S. Bultje, rsbultje gmail com Originally committed as revision 11377 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Dec, 2007 3 commits
-
-
Luca Barbato authored
Originally committed as revision 11341 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 11340 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Luca Barbato authored
Originally committed as revision 11339 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Nov, 2007 1 commit
-
-
Luca Abeni authored
and implement the redirector format more properly. Originally committed as revision 11112 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Nov, 2007 1 commit
-
-
Luca Barbato authored
patch from elupusateccedotse (missing hunk from r11072) Originally committed as revision 11076 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Nov, 2007 2 commits
-
-
Luca Barbato authored
patch from elupusateccedotse Originally committed as revision 11072 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Björn Axelsson authored
patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Nov, 2007 1 commit
-
-
Luca Abeni authored
code (this is needed for supporting MPEG2 video in the RTP muxer) Originally committed as revision 11046 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Nov, 2007 1 commit
-
-
Ronald S. Bultje authored
that the correct local address can be used for binding the socket. Fixes rtsp:// URLs in ffplay on MacOS X Patch by Ronald Bultje (rsbultje at gmail dot com) Originally committed as revision 10940 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Oct, 2007 1 commit
-
-
Luca Abeni authored
on n (allow to receive 2 rtsp streams simultaneously with libavformat) Originally committed as revision 10876 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 29 Oct, 2007 1 commit
-
-
Luca Abeni authored
explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Aug, 2007 1 commit
-
-
Luca Abeni authored
Originally committed as revision 10222 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Jul, 2007 2 commits
-
-
Panagiotis Issaris authored
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Panagiotis Issaris authored
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jul, 2007 1 commit
-
-
Alex Beregszaszi authored
Originally committed as revision 9697 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jul, 2007 1 commit
-
-
Luca Barbato authored
Originally committed as revision 9611 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jul, 2007 1 commit
-
-
Ronald S. Bultje authored
patch by Ronald S. Bultje, rsbultje gmail com thread: Re: [FFmpeg-devel] remove int readers date: Sat, 23 Jun 2007 09:32:12 -0400 Originally committed as revision 9499 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 05 Jul, 2007 1 commit
-
-
Eric Paul authored
patch by Eric Paul: [eric paul gmail com] original thread: [FFmpeg-devel] [PATCH] : libavformat segfault when a RTSP reading is interrupted date: 07/05/2007 03:13 PM Originally committed as revision 9492 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 24 Jun, 2007 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Jun, 2007 1 commit
-
-
Måns Rullgård authored
based on patch by Reimar Döffinger Originally committed as revision 9401 to svn://svn.ffmpeg.org/ffmpeg/trunk
-