Wed, 15 Sep 2010 17:39:25 +0000 |
mstorsjo |
rtsp: Handle standard assigned codec names for private payload types, too
libavformat
|
Fri, 03 Sep 2010 19:26:27 +0000 |
rbultje |
Reindent after r25032.
libavformat
|
Fri, 03 Sep 2010 19:25:59 +0000 |
rbultje |
Send NAT punching messages to the address specified in the Transport:
libavformat
|
Fri, 03 Sep 2010 07:10:21 +0000 |
mstorsjo |
rtsp: 10l, try to update the correct rtp stream
libavformat
|
Sun, 29 Aug 2010 10:25:16 +0000 |
mstorsjo |
rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet
libavformat
|
Sun, 29 Aug 2010 10:16:54 +0000 |
mstorsjo |
rtsp: Check the RTCP file handle for new packets, too
libavformat
|
Wed, 25 Aug 2010 15:32:29 +0000 |
mstorsjo |
Handle IPv6 in the RTSP code
libavformat
|
Wed, 25 Aug 2010 15:32:00 +0000 |
mstorsjo |
Handle IPv6 in the SDP demuxer
libavformat
|
Wed, 25 Aug 2010 13:42:17 +0000 |
mstorsjo |
rtsp: Return EOF if the TCP control channel is closed
libavformat
|
Thu, 12 Aug 2010 13:39:38 +0000 |
rbultje |
Send OPTIONS request at a regular basis to standard RTSP servers as well,
libavformat
|
Mon, 09 Aug 2010 23:00:13 +0000 |
aurel |
get ride of MAX_STREAMS limit in RTSP
libavformat
|
Sat, 07 Aug 2010 14:11:43 +0000 |
siretart |
Fix spelling in comment(s)
libavformat
|
Sat, 07 Aug 2010 11:16:07 +0000 |
mstorsjo |
Add RTP packetization of Theora and Vorbis
libavformat
|
Fri, 06 Aug 2010 10:26:30 +0000 |
lu_zero |
Preserve status reason
libavformat
|
Fri, 30 Jul 2010 12:04:27 +0000 |
mstorsjo |
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
libavformat
|
Wed, 28 Jul 2010 09:26:15 +0000 |
mstorsjo |
rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, too
libavformat
|
Wed, 21 Jul 2010 17:27:28 +0000 |
mstorsjo |
Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99
libavformat
|
Mon, 12 Jul 2010 10:17:20 +0000 |
lu_zero |
Report when a method gets an error status code
libavformat
|
Sun, 27 Jun 2010 14:16:46 +0000 |
mru |
Make ff_url_split() public
libavformat
|
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
|