log rtsp.c @ 3424:7a0230981402 libavformat

age author description
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavformat
Tue, 15 Apr 2008 11:28:04 +0000 lucabe Fix receiving from SDP with unicast destinations libavformat
Tue, 15 Apr 2008 11:23:07 +0000 lucabe Remove the "multicast=" tag from UDP and RTP URLs libavformat
Thu, 03 Apr 2008 22:15:16 +0000 lu_zero use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformat
Wed, 19 Mar 2008 14:08:16 +0000 rbultje Reindent after rtsp-alternate-protocol* patches. libavformat
Wed, 19 Mar 2008 14:07:31 +0000 rbultje Change protocol_mask into protocol, since we always just try a single one per libavformat
Wed, 19 Mar 2008 14:05:08 +0000 rbultje Allow cycling between different protocols (TCP, UDP or multicast) so that if libavformat
Mon, 17 Mar 2008 12:16:39 +0000 rbultje Split the SETUP request into a separate function, as a prelude into allowing libavformat
Wed, 02 Jan 2008 19:40:43 +0000 diego Drop RTSP default protocol. libavformat
Fri, 28 Dec 2007 11:25:25 +0000 lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent libavformat
Fri, 28 Dec 2007 11:23:25 +0000 lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support libavformat
Fri, 28 Dec 2007 11:10:17 +0000 lu_zero Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment libavformat
Thu, 29 Nov 2007 08:35:05 +0000 lucabe Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), libavformat
Thu, 22 Nov 2007 14:13:23 +0000 lu_zero Make av_read_frame with rtsp client return EINTR on interrupt libavformat
Wed, 21 Nov 2007 10:26:11 +0000 lu_zero Make av_read_frame with rtsp client return EINTR on interrupt libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Fri, 16 Nov 2007 07:59:41 +0000 lucabe Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP libavformat
Wed, 07 Nov 2007 14:20:40 +0000 lucabe Specify the server address when opening an rtp:// URL in rtsp.c, so libavformat
Tue, 30 Oct 2007 08:10:45 +0000 lucabe If local port n is not available, try n + 2 instead of continuing to bind libavformat
Mon, 29 Oct 2007 09:15:35 +0000 lucabe Remove the inclusion of rtsp.h and rtp.h from avformat.h, and libavformat
Sat, 25 Aug 2007 15:12:38 +0000 lucabe Use correct timescale in RTSP seeking libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Mon, 16 Jul 2007 10:56:40 +0000 alex .memleak fix by Ronald Bultje. OK'd by Luca. libavformat
Thu, 12 Jul 2007 21:12:33 +0000 lu_zero rtsp multicast fix by Thijs Vermeir $1$2@gmail.com libavformat
Fri, 06 Jul 2007 09:32:34 +0000 diego Use AV_RB* macros where appropriate. libavformat
Thu, 05 Jul 2007 20:58:34 +0000 benoit check udp_read_packet return value not to access uninitialized memory libavformat
Sun, 24 Jun 2007 11:27:12 +0000 mru replace the uses of old string functions that Reimar missed libavformat
Sat, 23 Jun 2007 23:10:32 +0000 mru use new string functions libavformat
Tue, 22 May 2007 07:51:39 +0000 benoit Add transport method options libavformat
Tue, 22 May 2007 07:47:04 +0000 benoit Add support for options libavformat
Thu, 26 Apr 2007 23:41:20 +0000 alex Don't compile RTSP_DEMUXER if not requested libavformat
Thu, 26 Apr 2007 23:40:36 +0000 alex properly compile code for REDIR_DEMUXER libavformat
Thu, 26 Apr 2007 17:38:30 +0000 alex remove unused rtsp_callback libavformat
Mon, 05 Mar 2007 13:53:42 +0000 takis Move unaltered rtsp.c comments to the header file. libavformat
Thu, 22 Feb 2007 08:40:33 +0000 diego Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. libavformat
Sun, 04 Feb 2007 17:05:44 +0000 mru move networking #includes into separate file libavformat
Thu, 18 Jan 2007 17:22:30 +0000 mmu_man The long awaited BeOS cleanup, phase 1 libavformat
Thu, 16 Nov 2006 08:48:05 +0000 gpoirier remove duplicate code, patch by Ryan Martell rdm4 A martellventures P com libavformat
Thu, 09 Nov 2006 11:37:30 +0000 bcoudurier get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used libavformat
Mon, 06 Nov 2006 21:58:43 +0000 gpoirier Add support for getting duration of a RTP stream (for seeking in stream) libavformat
Sun, 29 Oct 2006 10:58:51 +0000 gpoirier fix more dynamic protocol stuff, needed by the forthcoming h264 libavformat
Fri, 27 Oct 2006 18:19:29 +0000 gpoirier make ffmpeg able to send back a RTCP receiver report. libavformat
Fri, 27 Oct 2006 17:51:20 +0000 gpoirier indentation fix, patch by Ryan Martell % rdm4 A martellventures P com % libavformat
Thu, 26 Oct 2006 18:36:03 +0000 gpoirier Add support for H264 over RTP libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Sun, 18 Jun 2006 11:33:14 +0000 diego Add const to (mostly) char* and make some functions static, which aren't used libavformat
Sat, 11 Mar 2006 00:22:21 +0000 michael simplify AVFormatParameters NULL checks libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Thu, 26 May 2005 07:47:51 +0000 michael RTP/RTSP and MPEG4-AAC audio libavformat
Wed, 16 Mar 2005 19:06:34 +0000 michael buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org) libavformat
Sat, 13 Nov 2004 01:27:35 +0000 michael allocate a few bytes more for extradata so the bitstream reader if its used by the codec for parsing extardata, doesnt read over the end libavformat
Mon, 11 Oct 2004 23:53:53 +0000 michael 100l (forgoten seeking functions) libavformat