Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-19Use globally consistent include guard names.Stefano Sabatini
2009-06-10Support seeking as defined by the rfcLuca Barbato
2009-06-06Remove '\p', '\c' and '\e' doxygen markup from doxy, as it shouldStefano Sabatini
2009-04-15Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,Ronald S. Bultje
2009-03-21Add a @todo item to use ByteIOContext instead of URLContext at some point inRonald S. Bultje
2009-03-17Add RTP/ASF header parsing, which is part of the SDP of these streams. SeeRonald S. Bultje
2009-02-26Document rtsp.h, see "[PATCH] document rtsp.h" thread.Ronald S. Bultje
2009-02-22Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what theRonald S. Bultje
2009-02-16Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje
2009-02-16Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje
2009-02-06Split rtp.h in rtp.h, rtpdec.h, and rtpenc.hLuca Abeni
2009-02-06Rename "tx_ctx" and "cur_tx" variables to "transport_priv" andRonald S. Bultje
2009-02-05Delete an enum and a function typedef that aren't used anywhere, andRonald S. Bultje
2009-02-04Move enum RTSPTransport up a bit, so that all fields that are assigned a valueRonald S. Bultje
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-07Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed byRonald S. Bultje
2009-01-07Fix doxy comments missing one '*'.Ronald S. Bultje
2009-01-07Use the "server" RTSP field to detect whether the server that we're talkingRonald S. Bultje
2009-01-07Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows futureRonald S. Bultje
2008-09-30Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje
2008-09-30Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje
2008-08-31Read RealChallenge1 field from the server.Ronald S. Bultje
2008-08-31Revert back to old version (r15103).Ronald S. Bultje
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-31Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch"Ronald S. Bultje
2008-03-19Allow cycling between different protocols (TCP, UDP or multicast) so that ifRonald S. Bultje
2008-01-02Drop RTSP default protocol.Ronald S. Bultje
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-09-11rtp and rtsp demuxer declarations are not part of public APIAurelien Jacobs
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-04-26remove unused rtsp_callbackAlex Beregszaszi
2007-03-05Make rtsp_set_callback() comments available to DoxygenPanagiotis Issaris
2007-03-05Move unaltered rtsp.c comments to the header file.Panagiotis Issaris
2007-03-05Doxygenize comments in rtsp.hPanagiotis Issaris
2007-03-05Convert macro+enum into a simple enum: Currently the enum was filled using aPanagiotis Issaris
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-05-26RTP/RTSP and MPEG4-AAC audioRomain Degez
2003-11-10initial seek support - more generic play/pause supportFabrice Bellard
2003-07-17suppressed RTSP abort hack - added PLAY/PAUSEFabrice Bellard
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2002-11-25renamed libav to libavformatFabrice Bellard