summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.h
Commit message (Expand)AuthorAgeFilesLines
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-2/+2
* rtsp: add allowed_media_types optionJohn Brooks2011-11-021-0/+5
* rtsp: Remove the separate filter_source variableMartin Storsjö2011-10-171-4/+0
* rtsp: Accept options via private avoptions instead of URL optionsMartin Storsjö2011-10-171-1/+13
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-171-0/+3
* rtsp: Parse the x-Accept-Dynamic-Rate headerMartin Storsjö2011-10-121-0/+3
* rtsp: remove disabled codeDiego Biurrun2011-07-181-3/+0
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-141-2/+2
* RTSP: Doxygen comment cleanupDiego Biurrun2011-07-031-2/+4
* rtspenc: Add RTP muxer optionsMartin Storsjö2011-06-101-0/+5
* rtspdec: add initial_pause private option.Anton Khirnov2011-05-271-0/+8
* rtsp: Only do keepalive using GET_PARAMETER if the server supports itMartin Storsjö2011-05-111-0/+5
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* os: replace select with pollLuca Barbato2011-01-281-0/+5
* Make ff_rtsp_send_cmd_with_content_async static to rtsp.c.Diego Elio Pettenò2011-01-251-18/+0
* rtspdec: Retry with TCP if UDP failedMartin Storsjö2011-01-241-0/+13
* rtsp: Split out a function undoing the setup made by ff_rtsp_make_setup_requestMartin Storsjo2011-01-241-0/+6
* rtsp: Make make_setup_request a nonstatic functionMartin Storsjo2011-01-241-0/+7
* rtsp: Allow requesting of filtering of source packetsMartin Storsjö2011-01-061-0/+4
* rtsp: Store the Content-Base header value straight to the targetMartin Storsjö2011-01-021-4/+0
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-021-1/+1
* rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö2011-01-021-1/+1
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-021-1/+3
* rtsp: Parse and use the Content-Base reply header, if presentMartin Storsjö2010-11-151-0/+4
* rtsp: Split out the RTSP demuxer functions to a separate, new fileMartin Storsjö2010-10-291-0/+24
* rtsp: Move rtsp_setup_output_streams into rtspenc.cMartin Storsjö2010-10-291-0/+6
* drop rtsp_default_protocols which is not part of public API and not used anymoreAurelien Jacobs2010-10-231-3/+0
* rtsp: Remove the start_time field from RTSPState, use AVFormatContext->start_...Martin Storsjö2010-10-081-3/+0
* rtsp: Use a dynamically allocated receive bufferMartin Storsjö2010-10-011-0/+3
* Send NAT punching messages to the address specified in the Transport:John Wimer2010-09-031-0/+1
* rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann2010-08-291-0/+5
* Handle IPv6 in the RTSP codeMartin Storsjö2010-08-251-1/+1
* Handle IPv6 in the SDP demuxerMartin Storsjö2010-08-251-1/+1
* get rid of MAX_STREAMS limit in RTSPAurelien Jacobs2010-08-091-1/+5
* Preserve status reasonLuca Barbato2010-08-061-0/+5
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-251-5/+0
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-141-1/+1
* Add RTSP tunneling over HTTPJosh Allmann2010-06-081-0/+12
* Cosmetics: Reindent/align/wrapMartin Storsjö2010-06-051-13/+13
* RTSP: Propagate errors up from ff_rtsp_send_cmd*Josh Allmann2010-06-051-4/+8
* RTSP: Add a second URLContext for outgoing messagesJosh Allmann2010-06-051-0/+11
* Change default number of channels (used if unspecified in the format desc)Ronald S. Bultje2010-06-011-1/+1
* Replace @returns by @return.Benoit Fouet2010-03-301-2/+2
* Actually parse the auth headers in RTSPMartin Storsjö2010-03-251-1/+2
* Make RTSP use the generic http authentication codeMartin Storsjö2010-03-251-2/+6
* Add separate method/url parameters to the rtsp_send_cmd functionsMartin Storsjö2010-03-251-6/+14
* Make rtsp_skip_packet non-static, add ff prefixMartin Storsjö2010-03-151-0/+5
* RTSP: Synchronize the start time of the chained RTP muxersMartin Storsjö2010-03-151-0/+3
* Cosmetics: reindentMartin Storsjö2010-02-231-11/+11
OpenPOWER on IntegriCloud