]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/rtsp.h
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / rtsp.h
2009-04-15 rbultjeSend dummy requests over the TCP connection (WMS wants...
2009-03-21 rbultjeAdd a @todo item to use ByteIOContext instead of URLCon...
2009-03-17 rbultjeAdd RTP/ASF header parsing, which is part of the SDP...
2009-02-26 rbultjeDocument rtsp.h, see "[PATCH] document rtsp.h" thread.
2009-02-21 rbultjeRename RTSPHeader to RTSPMessageHeader to reflect more...
2009-02-16 rbultjeRename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_...
2009-02-16 rbultjeDon't install rtsp.h. It is intended to be private...
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-05 rbultjeDelete an enum and a function typedef that aren't used...
2009-02-04 rbultjeMove enum RTSPTransport up a bit, so that all fields...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-07 rbultjeFix typo ("Standard-compliant" -> "Standards-compliant...
2009-01-07 rbultjeFix doxy comments missing one '*'.
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...
2008-09-30 rbultjeImplement a RTSPTransport field, which allows proper...
2008-09-30 rbultjeRename RTSPProtocol to RTSPLowerTransport, so that...
2008-08-31 rbultjeRead RealChallenge1 field from the server.
2008-08-31 rbultjeRevert back to old version (r15103).
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-31 rbultjeImplement RTSP/Realmedia-compatible OPTIONS command...
2008-03-19 rbultjeAllow cycling between different protocols (TCP, UDP...
2008-01-02 diegoDrop RTSP default protocol.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-09-10 aurelrtp and rtsp demuxer declarations are not part of publi...
2007-06-16 mruinclude all prerequisites in header files
2007-04-26 alexremove unused rtsp_callback
2007-03-05 takisMake rtsp_set_callback() comments available to Doxygen
2007-03-05 takisMove unaltered rtsp.c comments to the header file.
2007-03-05 takisDoxygenize comments in rtsp.h
2007-03-05 takisConvert macro+enum into a simple enum: Currently the...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-05-26 michaelRTP/RTSP and MPEG4-AAC audio
2003-11-10 bellardinitial seek support - more generic play/pause support
2003-07-17 bellardsuppressed RTSP abort hack - added PLAY/PAUSE
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2002-11-25 bellardrenamed libav to libavformat