]> git.sesse.net Git - ffmpeg/history - libavformat/rtsp.h
libgsm installs headers in a subdirectory, use gsm.h from that subdirectory.
[ffmpeg] / libavformat / rtsp.h
2010-01-22 Alan SterembergUse the control URI from the SDP (if present) rather...
2009-10-25 Luca BarbatoSupport 3xx redirection in rtsp
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-07-27 Ronald S. BultjeImplement RTSP-MS/ASF packet parsing - this completes...
2009-07-19 Stefano SabatiniUse globally consistent include guard names.
2009-06-10 Luca BarbatoSupport seeking as defined by the rfc
2009-06-06 Stefano SabatiniRemove '\p', '\c' and '\e' doxygen markup from doxy...
2009-04-15 Ronald S. BultjeSend dummy requests over the TCP connection (WMS wants...
2009-03-21 Ronald S. BultjeAdd a @todo item to use ByteIOContext instead of URLCon...
2009-03-17 Ronald S. BultjeAdd RTP/ASF header parsing, which is part of the SDP...
2009-02-26 Ronald S. BultjeDocument rtsp.h, see "[PATCH] document rtsp.h" thread.
2009-02-21 Ronald S. BultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-16 Ronald S. BultjeRename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
2009-02-16 Ronald S. BultjeDon't install rtsp.h. It is intended to be private...
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-05 Ronald S. BultjeDelete an enum and a function typedef that aren't used...
2009-02-04 Ronald S. BultjeMove enum RTSPTransport up a bit, so that all fields...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-07 Ronald S. BultjeFix typo ("Standard-compliant" -> "Standards-compliant...
2009-01-07 Ronald S. BultjeFix doxy comments missing one '*'.
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...
2008-09-30 Ronald S. BultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 Ronald S. BultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-08-31 Ronald S. BultjeRead RealChallenge1 field from the server.
2008-08-31 Ronald S. BultjeRevert back to old version (r15103).
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-31 Ronald S. BultjeImplement RTSP/Realmedia-compatible OPTIONS command...
2008-03-19 Ronald S. BultjeAllow cycling between different protocols (TCP, UDP...
2008-01-02 Ronald S. BultjeDrop RTSP default protocol.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-09-10 Aurelien Jacobsrtp and rtsp demuxer declarations are not part of publi...
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-04-26 Alex Beregszasziremove unused rtsp_callback
2007-03-05 Panagiotis IssarisMake rtsp_set_callback() comments available to Doxygen
2007-03-05 Panagiotis IssarisMove unaltered rtsp.c comments to the header file.
2007-03-05 Panagiotis IssarisDoxygenize comments in rtsp.h
2007-03-05 Panagiotis IssarisConvert macro+enum into a simple enum: Currently the...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-26 Romain DegezRTP/RTSP and MPEG4-AAC audio
2003-11-10 Fabrice Bellardinitial seek support - more generic play/pause support
2003-07-17 Fabrice Bellardsuppressed RTSP abort hack - added PLAY/PAUSE
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-25 Fabrice Bellardrenamed libav to libavformat