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-21rtpdec/srtp: Handle CSRC fields being presentMartin Storsjö
2013-01-21rtpdec: Check the return value from av_new_packetMartin Storsjö
2013-01-20rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö
2013-01-20rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö
2013-01-20rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö
2013-01-20rtpdec: Reorder payload handler registration alphabeticallyMartin Storsjö
2013-01-15rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö
2013-01-14rtpdec: Handle more received packets than expected when sending RRMartin Storsjö
2013-01-14rtpdec: Simplify insertion into the linked list queueMartin Storsjö
2013-01-14rtpdec: Remove a woefully misplaced commentMartin Storsjö
2013-01-12rtpdec: Send a valid "delay since SR" value in the RTCP RR packetsMartin Storsjö
2013-01-12rtpdec: Calculate and report packet reception jitterMartin Storsjö
2013-01-12rtpdec: Fix the calculation of expected number of packetsMartin Storsjö
2013-01-12rtpdec: Remove a useless todo commentMartin Storsjö
2013-01-10rtpdec: Add a terminating null byte at the end of the SDES/CNAMEMartin Storsjö
2013-01-08rtpdec: Support sending RTCP feedback packetsMartin Storsjö
2013-01-08rtpdec: Store the dynamic payload handler in the rtpdec contextMartin 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-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-12-12rtpdec: Limit writing to the buffer sizeMartin Storsjö
2012-12-10rtpdec: Remove an outdated todo commentMartin Storsjö
2012-12-10rtpdec: Rename a static variable to normal naming conventionsMartin Storsjö
2012-12-09rtpdec: K&R formatting and spelling cosmeticsMartin Storsjö
2012-11-02rtpdec: factorize identical code used in several handlersAnton Khirnov
2012-10-28rtpdec: Cosmetic cleanupMartin Storsjö
2012-10-22rtpdec: Don't pass a non-AVClass pointer as log contextMartin Storsjö
2012-10-09rtp: Support packetization/depacketization of opusMartin Storsjö
2012-09-26rtpdec: Remove a useless ff_ prefix from a static symbolMartin Storsjö
2012-09-26rtpdec: Support depacketizing speexDmitry Samonenko
2012-09-09rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-28Add missing libavutil/time.h includes.Anton Khirnov
2012-06-29rtpdec: Don't explicitly include unistd.h any longerRonald S. Bultje
2012-06-18rtpdec: Add a depacketizer for iLBCMartin Storsjö
2012-04-08rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö
2012-03-04avcodec: add a Vorbis parser to get packet durationJustin Ruggles
2012-02-16rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö
2012-02-14rtpdec: Support H263 in RFC 2190 formatMartin Storsjö
2012-01-22rtpdec: Use our own SSRC in the SDES field when sending RRsMartin Storsjö
2011-11-30rtpdec: Add support for G726 audioMiroslav Slugeň
2011-11-18rtpdec: only use RTCP for PTS when synchronizing multiple streamsJohn Brooks
2011-11-18rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks
2011-11-11rtpdec: Simplify finalize_packetJohn Brooks
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-10-12rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö
2011-10-12rtpdec: Read the packet length for all RTCP packet typesJohn Brooks
2011-10-12rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks
2011-07-22rtp: remove disabled codeDiego Biurrun
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard