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
2013-12-12rtsp: suppress a incompatible pointer types warningVittorio Giovara
2013-11-01rtspenc: Make sure BYE packets are sent before TEARDOWNMartin Storsjö
2013-08-14sdp: Add an option for sending RTCP packets to the source of the last packetsMartin Storsjö
2013-08-07rtsp: Don't include the listen flag in the SDP demuxer flagsMartin Storsjö
2013-08-01rtsp: Simplify code for forming the remote peer urlMartin Storsjö
2013-07-31rtpproto: Move rtpproto specific function declarations to a separate headerMartin Storsjö
2013-07-29rtsp: Support RFC4570 (source specific multicast) more properly.Ed Torbett
2013-07-19rtsp: Support multicast source filters (RFC 4570)Ed Torbett
2013-07-14rtsp: Include an User-Agent header field in all requestsMartin Storsjö
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-30avformat: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun
2013-04-09lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500Andrew Van Til
2013-01-20rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö
2013-01-15rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö
2013-01-12rtsp: Remove an outdated commentMartin Storsjö
2013-01-12rtsp: Remove references to weirdly named variables in other filesMartin Storsjö
2013-01-08rtpdec: Support sending RTCP feedback packetsMartin Storsjö
2013-01-08rtsp: Respect max_delay for the reordering queue when using custom IOMartin Storsjö
2013-01-08rtsp: Recheck the reordering queue if getting a new packetMartin Storsjö
2013-01-03rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö
2013-01-03rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö
2012-11-14rtp: set the payload type as stream idLuca Barbato
2012-10-29rtsp: Avoid a cast when calling strtolMartin Storsjö
2012-10-20rtsp: Make sure the ret variable is initialized in ff_rtsp_fetch_packetMartin Storsjö
2012-10-19rtsp: Allow setting the reordering buffer size via an AVOptionMartin Storsjö
2012-10-01avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-08-27rtsp: Free the rtpdec context properlyMartin Storsjö
2012-08-17rtsp.c: use ffurl_get_multi_file_handle() instead of ff_rtp_get_rtcp_file_han...Jordi Ortiz
2012-08-09rtsp: Support mpegts in raw udp packetsMartin Storsjö
2012-08-09rtsp: Support receiving plain data over UDP without any RTP encapsulationMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30avformat: Drop pointless "format" from container long namesDiego Biurrun
2012-07-28Add missing libavutil/time.h includes.Anton Khirnov
2012-07-21rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje
2012-07-10rtsp: Add listen modeJordi Ortiz
2012-07-10rtsp: Make rtsp_open_transport_ctx() non-staticJordi Ortiz
2012-07-10rtsp: Parse the mode=receive/record parameter in transport linesJordi Ortiz
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-06-18rtsp: Send mode=record instead of mode=receiveMartin Storsjö
2012-05-26rtsp: Check for dynamic payload handlers if no static payload mapping was foundMartin Storsjö
2012-05-26rtpenc_chain: Return an error code instead of just a plain pointerMartin Storsjö
2012-05-08rtsp: Add content-type message header parsingJordi Ortiz
2012-05-06rtsp: avoid const warnings from strtol() callMans Rullgard
2012-04-08rtsp: Don't use uninitialized data if there are no streamsMartin Storsjö
2012-04-08rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun