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
2015-04-19Replace av_dlog with normal av_log at trace levelVittorio Giovara
2015-03-05rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert
2015-02-25rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö
2015-02-24rtpdec: Change enc_name to a pointer instead of a fixed-size bufferMartin Storsjö
2015-02-24libavformat: add T.140 RTP depacketization (RFC 4103)Gilles Chanteperdrix
2015-02-23rtpdec: DV depacketizer (RFC 6469)Thomas Volkert
2015-02-22libavformat: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix
2015-02-22libavformat: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix
2015-02-22rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix
2014-12-19rtp: Initial H.261 supportThomas Volkert
2014-10-24lavf: Use av_gettime_relativeMartin Storsjö
2014-09-24rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara
2014-09-03rtpdec: HEVC/H.265 supportThomas Volkert
2014-07-09rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov
2013-10-28lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov
2013-06-06rtpdec: Fix the alphabetical ordering in registering depacketizersMartin Storsjö
2013-03-08avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov
2013-03-02rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö
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