log rtsp.c @ 6179:736165b749f8 libavformat

age author description
Fri, 25 Jun 2010 08:02:50 +0000 mstorsjo RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp libavformat
Fri, 25 Jun 2010 08:00:05 +0000 mstorsjo RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c libavformat
Fri, 25 Jun 2010 07:58:38 +0000 mstorsjo RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c libavformat
Fri, 25 Jun 2010 07:56:45 +0000 mstorsjo RTSP: Remove skip_spaces in favor of strspn libavformat
Tue, 22 Jun 2010 14:15:00 +0000 mstorsjo Make the http protocol open the connection immediately in http_open again libavformat
Mon, 21 Jun 2010 19:41:02 +0000 mstorsjo RTSP: Use the same authentication for the HTTP POST session as for the GET libavformat
Sat, 19 Jun 2010 21:57:45 +0000 mstorsjo RTSP: Add the auth credentials to the HTTP tunnel URL, too libavformat
Sat, 19 Jun 2010 21:46:39 +0000 mstorsjo RTSP: Set the connection handles to null after closing them libavformat
Sat, 19 Jun 2010 21:36:13 +0000 mstorsjo RTSP: Don't store the connection handles in local variables libavformat
Fri, 18 Jun 2010 17:54:56 +0000 mstorsjo RTSP: Clean up rtsp_hd on failure libavformat
Mon, 14 Jun 2010 09:09:59 +0000 mstorsjo Cosmetics: Change connexion to connection in code comments libavformat
Mon, 14 Jun 2010 08:23:59 +0000 mstorsjo RTSP: Shrink SDP fmtp parsing buffer size libavformat
Mon, 14 Jun 2010 08:12:40 +0000 mstorsjo Reindent libavformat
Tue, 08 Jun 2010 12:40:34 +0000 mstorsjo Add RTSP tunneling over HTTP libavformat
Sat, 05 Jun 2010 19:49:55 +0000 mstorsjo Cosmetics: Reindent/align/wrap libavformat
Sat, 05 Jun 2010 19:45:46 +0000 mstorsjo RTSP: Propagate errors up from ff_rtsp_send_cmd* libavformat
Sat, 05 Jun 2010 19:43:57 +0000 mstorsjo Remove unused local variables libavformat
Sat, 05 Jun 2010 19:41:43 +0000 mstorsjo RTSP: Add a second URLContext for outgoing messages libavformat
Wed, 19 May 2010 09:46:29 +0000 mstorsjo Fix a crash when opening WMS RTSP streams libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Tue, 20 Apr 2010 07:38:52 +0000 mstorsjo Reset RTCP timestamps after seeking, add range start offset to the packets timestamps libavformat
Tue, 20 Apr 2010 07:34:28 +0000 mstorsjo Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext libavformat
Fri, 16 Apr 2010 00:20:11 +0000 ramiro AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) libavformat
Thu, 15 Apr 2010 18:27:27 +0000 rbultje Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error). libavformat
Sun, 04 Apr 2010 21:59:06 +0000 mstorsjo Zero-initialize the reply struct libavformat
Sat, 03 Apr 2010 12:16:33 +0000 mstorsjo Remove a redundant assignment, found by clang libavformat
Fri, 02 Apr 2010 20:14:55 +0000 rbultje ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>. libavformat
Thu, 01 Apr 2010 21:43:22 +0000 rbultje Merge Vorbis / Theora depayloaders. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Tue, 30 Mar 2010 15:50:57 +0000 benoit Replace @returns by @return. libavformat
Mon, 29 Mar 2010 19:17:49 +0000 reimar Some spelling fixes. libavformat
Mon, 29 Mar 2010 17:36:08 +0000 rbultje Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab libavformat
Thu, 25 Mar 2010 22:21:09 +0000 mstorsjo Reassemble the RTSP URL before replacing hostname with the numerical IP libavformat
Thu, 25 Mar 2010 22:04:41 +0000 mstorsjo Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary buffer libavformat
Thu, 25 Mar 2010 21:49:43 +0000 mstorsjo Don't force basic auth in RTSP, but retry with the server-specified method on failure libavformat
Thu, 25 Mar 2010 21:48:58 +0000 mstorsjo Actually parse the auth headers in RTSP libavformat
Thu, 25 Mar 2010 21:47:33 +0000 mstorsjo Make RTSP use the generic http authentication code libavformat
Thu, 25 Mar 2010 21:46:14 +0000 mstorsjo Add separate method/url parameters to the rtsp_send_cmd functions libavformat
Thu, 25 Mar 2010 19:47:26 +0000 mstorsjo Reindent libavformat
Wed, 24 Mar 2010 23:06:58 +0000 mstorsjo Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content libavformat
Wed, 24 Mar 2010 22:38:48 +0000 lu_zero Issue a warning if the received CSeq isn't the expected one libavformat
Wed, 24 Mar 2010 18:52:27 +0000 mstorsjo Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly libavformat
Tue, 23 Mar 2010 08:00:37 +0000 mstorsjo Handle multiple RTSP transport options properly by adding all of them into the mask libavformat
Tue, 23 Mar 2010 07:59:23 +0000 mstorsjo Parse options in the RTSP URL only from the last question mark onwards libavformat
Tue, 23 Mar 2010 07:55:15 +0000 mstorsjo Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server libavformat
Mon, 22 Mar 2010 15:07:36 +0000 mstorsjo Reindent libavformat
Mon, 22 Mar 2010 15:07:05 +0000 mstorsjo Add support for TCP as lower transport in the RTSP muxer libavformat
Mon, 22 Mar 2010 14:42:52 +0000 mstorsjo Use the caller's RTSPMessageHeader in rtsp_setup_input_streams libavformat
Mon, 15 Mar 2010 16:31:15 +0000 mstorsjo Make rtsp_skip_packet non-static, add ff prefix libavformat
Mon, 15 Mar 2010 16:15:51 +0000 mstorsjo Reindent libavformat
Mon, 15 Mar 2010 14:20:07 +0000 mstorsjo RTSP: Synchronize the start time of the chained RTP muxers libavformat
Sun, 14 Mar 2010 23:59:48 +0000 aurel move ff_url_split() and ff_url_join() declarations to internal.h libavformat
Thu, 11 Mar 2010 08:33:04 +0000 mstorsjo Cosmetics, break a long line, fix brace placement libavformat
Thu, 11 Mar 2010 08:24:18 +0000 mstorsjo RTSP muxer: Create the SDP with the numerical IP of the peer libavformat
Wed, 10 Mar 2010 07:44:51 +0000 mstorsjo Include os_support.h which has a fallback declaration of socklen_t libavformat
Tue, 09 Mar 2010 16:04:41 +0000 mstorsjo Use rt->control_uri consequently instead of s->filename in all RTSP commands libavformat
Tue, 09 Mar 2010 14:59:40 +0000 mstorsjo RTSP: Resolve and use the actual IP address of the peer we're connected to, libavformat
Mon, 08 Mar 2010 09:05:03 +0000 mstorsjo Reindent libavformat
Mon, 08 Mar 2010 09:03:25 +0000 mstorsjo Rename url_split to ff_url_split libavformat
Sun, 07 Mar 2010 19:48:59 +0000 conrad Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c libavformat