summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
Commit message (Expand)AuthorAge
* Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje2009-02-26
* Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje2009-02-21
* Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje2009-02-16
* Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald 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
* Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje2009-02-05
* Move enum RTSPTransport up a bit, so that all fields that are assigned a valueRonald S. Bultje2009-02-04
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed byRonald S. Bultje2009-01-07
* Fix doxy comments missing one '*'.Ronald S. Bultje2009-01-07
* 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
* Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje2008-09-30
* Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje2008-09-30
* Read RealChallenge1 field from the server.Ronald S. Bultje2008-08-31
* Revert back to old version (r15103).Ronald S. Bultje2008-08-31
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje2008-08-31
* Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje2008-03-19
* Drop RTSP default protocol.Ronald S. Bultje2008-01-02
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs2007-09-10
* include all prerequisites in header filesMåns Rullgård2007-06-16
* remove unused rtsp_callbackAlex Beregszaszi2007-04-26
* Make rtsp_set_callback() comments available to DoxygenPanagiotis Issaris2007-03-05
* Move unaltered rtsp.c comments to the header file.Panagiotis Issaris2007-03-05
* Doxygenize comments in rtsp.hPanagiotis Issaris2007-03-05
* Convert macro+enum into a simple enum: Currently the enum was filled using aPanagiotis Issaris2007-03-05
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* RTP/RTSP and MPEG4-AAC audioRomain Degez2005-05-26
* initial seek support - more generic play/pause supportFabrice Bellard2003-11-10
* suppressed RTSP abort hack - added PLAY/PAUSEFabrice Bellard2003-07-17
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* renamed libav to libavformatFabrice Bellard2002-11-25