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-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
2012-03-20rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxersMartin Storsjö
2012-03-20libavformat: Set the default for the max_delay option to -1Martin Storsjö
2012-03-19cosmetics: Align some AVInput/OutputFormat declarationsMartin Storsjö
2012-03-13rtsp: Retry authentication if failed due to being staleMartin Storsjö
2012-03-12rtsp: Fix a typoMartin Storsjö
2012-03-09rtsp: Only set the ttl parameter if the server actually gave a valueMartin Storsjö
2012-02-27rtsp: Handle requests from server to clientTommy Winther
2012-02-23rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTSMartin Storsjö
2012-02-16rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö
2012-02-16sdp: Ignore RTCP packets when autodetecting RTP streamsMartin Storsjö
2012-01-30rtsp: Remove some unused variables from ff_rtsp_connect().Diego Biurrun
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-27lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruftAnton Khirnov