]> git.sesse.net Git - ffmpeg/history - libavformat/rtsp.c
Fix book_idx check.
[ffmpeg] / libavformat / rtsp.c
2009-09-18 Ronald S. BultjeUnscrewup indentation (pointed out by Diego).
2009-09-17 Ronald S. BultjeRTSP basic authentication, patch originally by Philip...
2009-07-27 Ronald S. BultjeImplement support for EOS as used by WMS and other...
2009-06-10 Luca BarbatoSupport seeking as defined by the rfc
2009-06-04 Kostya ShishkovMove function for reading whole specified amount of...
2009-05-31 Baptiste Coudurierfix compilation with DEBUG defined
2009-04-20 Luca AbeniFix crash when receiving from SDP
2009-04-15 Ronald S. BultjeSend dummy requests over the TCP connection (WMS wants...
2009-04-14 Ronald S. BultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-14 Ronald S. BultjeIncrease the SDP buffer size (again!) and also increase...
2009-03-24 Ronald S. Bultjestrchr(string, '\0') returns non-NULL, and is thus...
2009-03-21 Ronald S. BultjeRemove slash-skipping code because the function called...
2009-03-21 Ronald S. BultjeReindent something where a if () --> { <-- is on a...
2009-03-21 Ronald S. BultjeFree metadata if already allocated; fixes a memleak...
2009-03-21 Ronald S. BultjeFix silly bug in hex_to_data() where it compares a...
2009-03-21 Ronald S. BultjeRemove useless comment about something that is deprecat...
2009-03-21 Ronald S. BultjeUse skip_spaces() in the "redir" demuxer instead of...
2009-03-21 Ronald S. BultjeMerge functional code from get_word() and get_word_sep...
2009-03-21 Ronald S. BultjeAllow (and parse) incoming server messages (notices...
2009-03-17 Ronald S. BultjeReindent after r18023.
2009-03-17 Ronald S. BultjeAdd RTP/ASF header parsing, which is part of the SDP...
2009-03-07 Ronald S. Bultjertpmap is case-insensitive, see comment from Luca in...
2009-03-06 Ronald S. BultjeOops, very silly typo.
2009-03-04 Ronald S. BultjeSplit rtsp_send_cmd() into two functions, one for the...
2009-03-03 Ronald S. BultjeRename "fd1" variable ro "fd". There were previously...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-03-03 Ronald S. BultjeReindent after r17777.
2009-03-03 Ronald S. BultjeMake RTSP-MS-over-UDP negotiation work. See "[PATCH...
2009-03-03 Ronald S. BultjeRecognize the "application" data type, which is require...
2009-02-21 Ronald S. BultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-21 Ronald S. BultjeChange sizeof(struct_type) to sizeof(variable).
2009-02-17 Luca AbeniRemame rtp_get_codec_info() to ff_rtp_get_codec_info...
2009-02-16 Ronald S. BultjeRename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-05 Ronald S. BultjeRename "tx_ctx" and "cur_tx" variables to "transport_pr...
2009-02-02 Aurelien Jacobsuse new metadata API in rtsp demuxer
2009-02-01 Ronald S. BultjeFix the Transport: line in the SETUP request so that...
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-24 Ronald S. BultjeSkip m= blocks in the SDP if the media type is unknown...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-09 Ronald S. BultjeReindent to properly fit a 80 chars terminal.
2009-01-09 Ronald S. BultjeReindent after r16509.
2009-01-09 Ronald S. BultjeApply rtpmap: SDP lines to the last m= line only, since...
2009-01-09 Ronald S. BultjeIncrease buffer size for RTP packet data because some...
2009-01-07 Ronald S. BultjeUse the "server" RTSP field to detect whether the serve...
2009-01-07 Ronald S. BultjeExport RTSPState and RTSPStream from rtsp.c into rtsp...
2009-01-07 Ronald S. BultjeAllow subscription to any of the streams, not just...
2009-01-07 Ronald S. BultjeParse the OpaqueData field for every AVStream represent...
2009-01-07 Ronald S. BultjeParse the ASMRuleBook SDP line to dynamically create...
2008-12-14 Ronald S. BultjeAdd comment to indicate why the SDP line buffer is...
2008-12-14 Ronald S. BultjeIncrease SDP line buffer size because ASF headers in...
2008-12-13 Luca AbeniRename rtp_payload_data_t to avoid clashes with the...
2008-12-13 Luca BarbatoRename type to be consistent
2008-12-06 Ronald S. BultjeChange function prototype of the sdp_parse_a_line in...
2008-11-30 Ronald S. BultjeChange function prototype from taking an AVStream to...
2008-11-15 Ronald S. BultjeAdd is_keyframe param to ff_rdt_parse_header(). See...
2008-11-15 Ronald S. BultjeCall check_back_and_send_rr() function only in case...
2008-10-04 Ronald S. BultjeReindent after r15544.
2008-10-04 Ronald S. BultjeImplement RDTDemuxContext, which contains RDT-specific...
2008-10-04 Ronald S. BultjeMake RTPDemuxContext opaque in rtsp.c, renaming it...
2008-10-04 Ronald S. BultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-10-04 Ronald S. BultjeRename RTP payload contexts to PayloadContext, suggeste...
2008-10-02 Diego PettenòUse enum typers instead of int.
2008-10-02 Reimar DöffingerAdd (additional) const to many global tables.
2008-10-01 Ronald S. BultjeThis patch refactors RDT packet header parsing so that...
2008-09-30 Ronald S. BultjeReindent after previous patches.
2008-09-30 Ronald S. BultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 Ronald S. BultjeRemove access to rdt_data struct in functions called...
2008-09-30 Ronald S. BultjeSend improper UDP SETUP request, which is what Realmedi...
2008-09-30 Ronald S. BultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-09-26 Baptiste Coudurieronly include sys/select.h if present, fix mingw compilation
2008-09-24 Baptiste Coudurierinclude sys/select.h instead of unistd.h to get select,
2008-09-14 Ronald S. BultjeReindent after r15317.
2008-09-14 Ronald S. BultjeRename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because...
2008-09-11 Ronald S. BultjeReindent after r15927, see discussion in "[PATCH] rtsp...
2008-09-11 Ronald S. BultjeFactorize out common code for opening of the RTP parsin...
2008-09-07 Ronald S. BultjeImplement RDT-specific data parsing routines. After...
2008-09-07 Ronald S. BultjeReindent after previous patch.
2008-09-07 Ronald S. BultjeImplement a RDT-specific SET_PARAMETER command that...
2008-09-03 Ronald S. BultjeRemove unused code that used to handle protocol concate...
2008-09-03 Ronald S. BultjeImplement Realmedia/RTSP-compatible SETUP command....
2008-09-01 Ronald S. BultjeRemove useless "else" case in if X { A; return }; else...
2008-09-01 Ronald S. BultjeSome RTSP streams use SDP lines longer than 1024 bytes...
2008-09-01 Ronald S. BultjeImplement Realmedia-compatible DESCRIBE command.
2008-08-31 Ronald S. BultjeSend RTSP OPTIONS command to detect server type.
2008-08-31 Ronald S. BultjeRead RealChallenge1 field from the server.
2008-08-31 Ronald S. BultjeImplement RTSPServerType enum as a way to identify...
2008-08-31 Ronald S. BultjeRevert back to old version (r15103).
2008-08-31 Ronald S. BultjeImplement RTSP/Realmedia-compatible OPTIONS command...
2008-08-27 Ronald S. BultjeUse RTPDynamicProtocol parse_sdp_a_line() handlers...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-08-13 Aurelien Jacobsstrcasecmp() requires #include <strings.h>
2008-06-27 Luca AbeniDo not free the priv_data field of AVStream on close...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2008-04-15 Luca AbeniFix receiving from SDP with unicast destinations
2008-04-15 Luca AbeniRemove the "multicast=" tag from UDP and RTP URLs
next