summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* Support seeking as defined by the rfcLuca Barbato2009-06-10
* Move function for reading whole specified amount of data from RTSPKostya Shishkov2009-06-04
* fix compilation with DEBUG definedBaptiste Coudurier2009-05-31
* Fix crash when receiving from SDPLuca Abeni2009-04-20
* Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje2009-04-15
* Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoCRonald S. Bultje2009-04-14
* Increase the SDP buffer size (again!) and also increase the temporaryRonald S. Bultje2009-04-14
* strchr(string, '\0') returns non-NULL, and is thus not suited for use inRonald S. Bultje2009-03-24
* Remove slash-skipping code because the function called right after thatRonald S. Bultje2009-03-21
* Reindent something where a if () --> { <-- is on a newline rather than on theRonald S. Bultje2009-03-21
* Free metadata if already allocated; fixes a memleak if the header occurs twiceRonald S. Bultje2009-03-21
* Fix silly bug in hex_to_data() where it compares a string pointer for whetherRonald S. Bultje2009-03-21
* Remove useless comment about something that is deprecated. See summary inRonald S. Bultje2009-03-21
* Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++".Ronald S. Bultje2009-03-21
* Merge functional code from get_word() and get_word_sep() into a singleRonald S. Bultje2009-03-21
* Allow (and parse) incoming server messages (notices) interleaved with TCPRonald S. Bultje2009-03-21
* Reindent after r18023.Ronald S. Bultje2009-03-17
* Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje2009-03-17
* rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c:Ronald S. Bultje2009-03-07
* Oops, very silly typo.Ronald S. Bultje2009-03-06
* Split rtsp_send_cmd() into two functions, one for the actual sending of theRonald S. Bultje2009-03-04
* Rename "fd1" variable ro "fd". There were previously two variables (fd1 andRonald S. Bultje2009-03-03
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Reindent after r17777.Ronald S. Bultje2009-03-03
* Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fixRonald S. Bultje2009-03-03
* Recognize the "application" data type, which is required for WMS/UDPRonald S. Bultje2009-03-03
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-21
* Change sizeof(struct_type) to sizeof(variable).Ronald S. Bultje2009-02-21
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-17
* Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje2009-02-16
* Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni2009-02-06
* Rename "tx_ctx" and "cur_tx" variables to "transport_priv" andRonald S. Bultje2009-02-05
* use new metadata API in rtsp demuxerAurelien Jacobs2009-02-02
* Fix the Transport: line in the SETUP request so that it works with WMSRonald S. Bultje2009-02-01
* Merge rtp_internal.h in rtp.h, and remove rtp_internal.hLuca Abeni2009-01-27
* Skip m= blocks in the SDP if the media type is unknown. This preventsRonald S. Bultje2009-01-24
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Reindent to properly fit a 80 chars terminal.Ronald S. Bultje2009-01-09
* Reindent after r16509.Ronald S. Bultje2009-01-09
* Apply rtpmap: SDP lines to the last m= line only, since they generally justRonald S. Bultje2009-01-09
* Increase buffer size for RTP packet data because some ASF streams use aRonald S. Bultje2009-01-09
* Use the "server" RTSP field to detect whether the server that we're talkingRonald S. Bultje2009-01-07
* Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows futureRonald S. Bultje2009-01-07
* Allow subscription to any of the streams, not just the first, available inRonald S. Bultje2009-01-07
* Parse the OpaqueData field for every AVStream represented by this "set ofRonald S. Bultje2009-01-07
* Parse the ASMRuleBook SDP line to dynamically create one new AVStream forRonald S. Bultje2009-01-07
* Add comment to indicate why the SDP line buffer is as big as it is.Ronald S. Bultje2008-12-14
* Increase SDP line buffer size because ASF headers in RTSP-MS are very big. Se...Ronald S. Bultje2008-12-14