]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rtsp.c
O_DIRECT works!!!
[frescor/ffmpeg.git] / libavformat / rtsp.c
2009-04-20 lucabeFix crash when receiving from SDP
2009-04-15 rbultjeSend dummy requests over the TCP connection (WMS wants...
2009-04-14 rbultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-14 rbultjeIncrease the SDP buffer size (again!) and also increase...
2009-03-24 rbultjestrchr(string, '\0') returns non-NULL, and is thus...
2009-03-21 rbultjeRemove slash-skipping code because the function called...
2009-03-21 rbultjeReindent something where a if () --> { <-- is on a...
2009-03-21 rbultjeFree metadata if already allocated; fixes a memleak...
2009-03-21 rbultjeFix silly bug in hex_to_data() where it compares a...
2009-03-21 rbultjeRemove useless comment about something that is deprecat...
2009-03-21 rbultjeUse skip_spaces() in the "redir" demuxer instead of...
2009-03-21 rbultjeMerge functional code from get_word() and get_word_sep...
2009-03-21 rbultjeAllow (and parse) incoming server messages (notices...
2009-03-17 rbultjeReindent after r18023.
2009-03-17 rbultjeAdd RTP/ASF header parsing, which is part of the SDP...
2009-03-07 rbultjertpmap is case-insensitive, see comment from Luca in...
2009-03-06 rbultjeOops, very silly typo.
2009-03-04 rbultjeSplit rtsp_send_cmd() into two functions, one for the...
2009-03-03 rbultjeRename "fd1" variable ro "fd". There were previously...
2009-03-03 rbultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 rbultjeReindent after r17777.
2009-03-03 rbultjeMake RTSP-MS-over-UDP negotiation work. See "[PATCH...
2009-03-03 rbultjeRecognize the "application" data type, which is used...
2009-02-21 rbultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-21 rbultjeChange sizeof(struct_type) to sizeof(variable).
2009-02-17 lucabeRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-16 rbultjeRename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
2009-02-06 lucabeSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-05 rbultjeRename "tx_ctx" and "cur_tx" variables to "transport_pr...
2009-02-02 aureluse new metadata API in rtsp demuxer
2009-02-01 rbultjeFix the Transport: line in the SETUP request so that...
2009-01-27 lucabeMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-24 rbultjeSkip m= blocks in the SDP if the media type is unknown...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-09 rbultjeReindent to properly fit a 80 chars terminal.
2009-01-09 rbultjeReindent after r16509.
2009-01-09 rbultjeApply rtpmap: SDP lines to the last m= line only, since...
2009-01-09 rbultjeIncrease buffer size for RTP packet data because some...
2009-01-07 rbultjeUse the "server" RTSP field to detect whether the serve...
2009-01-07 rbultjeExport RTSPState and RTSPStream from rtsp.c into rtsp...
2009-01-07 rbultjeAllow subscription to any of the streams, not just...
2009-01-07 rbultjeParse the OpaqueData field for every AVStream represent...
2009-01-07 rbultjeParse the ASMRuleBook SDP line to dynamically create...
2008-12-14 rbultjeAdd comment to indicate why the SDP line buffer is...
2008-12-14 rbultjeIncrease SDP line buffer size because ASF headers in...
2008-12-13 lucabeRename rtp_payload_data_t to avoid clashes with the...
2008-12-13 lu_zeroRename type to be consistent
2008-12-06 rbultjeChange function prototype of the sdp_parse_a_line in...
2008-11-30 rbultjeChange function prototype from taking an AVStream to...
2008-11-15 rbultjeAdd is_keyframe param to ff_rdt_parse_header(). See...
2008-11-15 rbultjeCall check_back_and_send_rr() function only in case...
2008-10-04 rbultjeReindent after r15544.
2008-10-04 rbultjeImplement RDTDemuxContext, which contains RDT-specific...
2008-10-04 rbultjeMake RTPDemuxContext opaque in rtsp.c, renaming it...
2008-10-04 rbultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-10-04 rbultjeRename RTP payload contexts to PayloadContext, suggeste...
2008-10-02 benoitUse enum typers instead of int.
2008-10-02 reimarAdd (additional) const to many global tables.
2008-10-01 rbultjeThis patch refactors RDT packet header parsing so that...
2008-09-30 rbultjeReindent after previous patches.
2008-09-30 rbultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 rbultjeRemove access to rdt_data struct in functions called...
2008-09-30 rbultjeSend improper UDP SETUP request, which is what Realmedi...
2008-09-30 rbultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-26 bcoudurieronly include sys/select.h if present, fix mingw compilation
2008-09-24 bcoudurierinclude sys/select.h instead of unistd.h to get select,
2008-09-14 rbultjeReindent after r15317.
2008-09-14 rbultjeRename RTSP_SERVER_RDT to REAL, because RDT (the transp...
2008-09-11 rbultjeReindent after r15927, see discussion in "[PATCH] rtsp...
2008-09-11 rbultjeFactorize out common code for opening of the RTP parsin...
2008-09-07 rbultjeImplement RDT-specific data parsing routines. After...
2008-09-07 rbultjeReindent after previous patch.
2008-09-07 rbultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-03 rbultjeRemove unused code that used to handle protocol concate...
2008-09-03 rbultjeImplement Realmedia/RTSP-compatible SETUP command....
2008-09-01 rbultjeRemove useless "else" case in if X { A; return }; else...
2008-09-01 rbultjeSome RTSP streams use SDP lines longer than 1024 bytes...
2008-09-01 rbultjeImplement Realmedia-compatible DESCRIBE command.
2008-08-31 rbultjeSend RTSP OPTIONS command to detect server type.
2008-08-31 rbultjeRead RealChallenge1 field from the server.
2008-08-31 rbultjeImplement RTSPServerType enum as a way to identify...
2008-08-31 rbultjeRevert back to old version (r15103).
2008-08-31 rbultjeImplement RTSP/Realmedia-compatible OPTIONS command...
2008-08-27 rbultjeUse RTPDynamicProtocol parse_sdp_a_line() handlers...
2008-08-14 aurelensure we get explicit definition of various _XOPEN_SOU...
2008-08-13 aurelstrcasecmp() requires #include <strings.h>
2008-06-27 lucabeDo not free the priv_data field of AVStream on close...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-04-15 lucabeFix receiving from SDP with unicast destinations
2008-04-15 lucabeRemove the "multicast=" tag from UDP and RTP URLs
2008-04-03 lu_zerouse FF_NETERROR to make winsock happy, patch from pross...
2008-03-19 rbultjeReindent after rtsp-alternate-protocol* patches.
2008-03-19 rbultjeChange protocol_mask into protocol, since we always...
2008-03-19 rbultjeAllow cycling between different protocols (TCP, UDP...
2008-03-17 rbultjeSplit the SETUP request into a separate function, as...
2008-01-02 diegoDrop RTSP default protocol.
next