summaryrefslogtreecommitdiffstats
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAgeFilesLines
* rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-201-3/+13
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-151-0/+12
* rtsp: Remove an outdated commentMartin Storsjö2013-01-121-4/+0
* rtsp: Remove references to weirdly named variables in other filesMartin Storsjö2013-01-121-3/+1
* rtpdec: Support sending RTCP feedback packetsMartin Storsjö2013-01-081-0/+8
* rtsp: Respect max_delay for the reordering queue when using custom IOMartin Storsjö2013-01-081-1/+5
* rtsp: Recheck the reordering queue if getting a new packetMartin Storsjö2013-01-081-2/+6
* rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö2013-01-031-12/+67
* rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö2013-01-031-2/+2
* rtp: set the payload type as stream idLuca Barbato2012-11-141-1/+2
* rtsp: Avoid a cast when calling strtolMartin Storsjö2012-10-291-1/+3
* rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packetMartin Storsjö2012-10-201-1/+2
* rtsp: Allow setting the reordering buffer size via an AVOptionMartin Storsjö2012-10-181-2/+14
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-2/+0
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-4/+4
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-3/+3
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-9/+9
* rtsp: Free the rtpdec context properlyMartin Storsjö2012-08-271-1/+1
* rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...Jordi Ortiz2012-08-171-4/+16
* rtsp: Support mpegts in raw udp packetsMartin Storsjö2012-08-091-1/+25
* rtsp: Support receiving plain data over UDP without any RTP encapsulationMartin Storsjö2012-08-091-4/+21
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-281-0/+1
* rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje2012-07-211-1/+1
* rtsp: Add listen modeJordi Ortiz2012-07-101-9/+21
* rtsp: Make rtsp_open_transport_ctx() non-staticJordi Ortiz2012-07-101-3/+3
* rtsp: Parse the mode=receive/record parameter in transport linesJordi Ortiz2012-07-101-0/+8
* Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
* rtsp: Send mode=record instead of mode=receiveMartin Storsjö2012-06-181-1/+1
* rtsp: Check for dynamic payload handlers if no static payload mapping was foundMartin Storsjö2012-05-261-6/+8
* rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö2012-05-261-3/+5
* rtsp: Add content-type message header parsingJordi Ortiz2012-05-081-0/+3
* rtsp: avoid const warnings from strtol() callMans Rullgard2012-05-061-5/+6
* rtsp: Don't use uninitialized data if there are no streamsMartin Storsjö2012-04-081-1/+1
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-081-7/+15
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-6/+3
* rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö2012-03-201-2/+3
* libavformat: Set the default for the max_delay option to -1Martin Storsjö2012-03-201-0/+6
* cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö2012-03-191-3/+3
* rtsp: Retry authentication if failed due to being staleMartin Storsjö2012-03-131-3/+5
* rtsp: Fix a typoMartin Storsjö2012-03-121-1/+1
* rtsp: Only set the ttl parameter if the server actually gave a valueMartin Storsjö2012-03-091-2/+4
* rtsp: Handle requests from server to clientTommy Winther2012-02-271-5/+53
* rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö2012-02-231-1/+1
* rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-161-1/+1
* sdp: Ignore RTCP packets when autodetecting RTP streamsMartin Storsjö2012-02-161-0/+3
* rtsp: Remove some unused variables from ff_rtsp_connect().Diego Biurrun2012-01-301-1/+0
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruftAnton Khirnov2012-01-271-45/+0
OpenPOWER on IntegriCloud