149 Commits (66499f34b56fc6a9fdef25543bd9d576fc787895)

Author SHA1 Message Date
Anton Khirnov feeafb4ada lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects 11 years ago
Martin Storsjö aa2c918f7d rtpdec: Fix the alphabetical ordering in registering depacketizers 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Martin Storsjö 8fbab7a6c8 rtpdec: Initialize some variables to silence compiler warnings 12 years ago
Martin Storsjö f53490cc0c rtpdec/srtp: Handle CSRC fields being present 12 years ago
Martin Storsjö a76bc3bc44 rtpdec: Check the return value from av_new_packet 12 years ago
Martin Storsjö c6f1dc8e4c rtpdec: Move setting the parsing flags to the actual depacketizers 12 years ago
Martin Storsjö a9c847c1ba rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer 12 years ago
Martin Storsjö 2326558d52 rtpdec: Split mpegts parsing to a normal depacketizer 12 years ago
Martin Storsjö d5bb8cc2dd rtpdec: Reorder payload handler registration alphabetically 12 years ago
Martin Storsjö 424da30830 rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) 12 years ago
Martin Storsjö 30b50f79ae rtpdec: Handle more received packets than expected when sending RR 12 years ago
Martin Storsjö d0fe217e39 rtpdec: Simplify insertion into the linked list queue 12 years ago
Martin Storsjö 62761934b0 rtpdec: Remove a woefully misplaced comment 12 years ago
Martin Storsjö 22c436c85e rtpdec: Send a valid "delay since SR" value in the RTCP RR packets 12 years ago
Martin Storsjö e568db4025 rtpdec: Calculate and report packet reception jitter 12 years ago
Martin Storsjö abae27ed3a rtpdec: Fix the calculation of expected number of packets 12 years ago
Martin Storsjö f6804c3e1b rtpdec: Remove a useless todo comment 12 years ago
Martin Storsjö ed79093222 rtpdec: Add a terminating null byte at the end of the SDES/CNAME 12 years ago
Martin Storsjö 86d9181cf4 rtpdec: Support sending RTCP feedback packets 12 years ago
Martin Storsjö 42805eda55 rtpdec: Store the dynamic payload handler in the rtpdec context 12 years ago
Martin Storsjö e96406eda4 rtsp: Add support for depacketizing RTP data via custom IO 12 years ago
Martin Storsjö 3f95f0dda5 rtpdec: Move the URLContext used for RTCP RR out from the context, to a parameter 12 years ago
Martin Storsjö 90c784cc13 rtpdec: Pass the sequence number to depacketizers 12 years ago
Martin Storsjö 81ef519252 rtpdec: Limit writing to the buffer size 12 years ago
Martin Storsjö ccb59c106a rtpdec: Remove an outdated todo comment 12 years ago
Martin Storsjö 0d85663a47 rtpdec: Rename a static variable to normal naming conventions 12 years ago
Martin Storsjö 5d471b73d2 rtpdec: K&R formatting and spelling cosmetics 12 years ago
Anton Khirnov 179a5c37e0 rtpdec: factorize identical code used in several handlers 12 years ago
Martin Storsjö 48f01398ba rtpdec: Cosmetic cleanup 12 years ago
Martin Storsjö c3e15f7b39 rtpdec: Don't pass a non-AVClass pointer as log context 12 years ago
Martin Storsjö c136a813d7 rtp: Support packetization/depacketization of opus 12 years ago
Martin Storsjö 69673138c5 rtpdec: Remove a useless ff_ prefix from a static symbol 12 years ago
Dmitry Samonenko b6bf1490da rtpdec: Support depacketizing speex 12 years ago
Samuel Pitoiset 3c19815416 rtp: Depacketization of JPEG (RFC 2435) 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov c4ef6a3e4b Add missing libavutil/time.h includes. 12 years ago
Ronald S. Bultje dfb57fc596 rtpdec: Don't explicitly include unistd.h any longer 13 years ago
Martin Storsjö 89c3960544 rtpdec: Add a depacketizer for iLBC 13 years ago
Martin Storsjö 456001486e rtsp: Don't expose the MS-RTSP RTX data stream to the caller 13 years ago
Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 13 years ago
Martin Storsjö 298a587f44 rtp: Factorize the check for distinguishing RTCP packets from RTP 13 years ago
Martin Storsjö 08bddfcde5 rtpdec: Support H263 in RFC 2190 format 13 years ago
Martin Storsjö ad7beb2cac rtpdec: Use our own SSRC in the SDES field when sending RRs 13 years ago
Miroslav Slugeň 06d7325ab1 rtpdec: Add support for G726 audio 13 years ago
John Brooks 525c5b08fb rtpdec: only use RTCP for PTS when synchronizing multiple streams 13 years ago
John Brooks 12348ca25e rtpdec: unwrap RTP timestamps for PTS calculation 13 years ago
John Brooks b8a1b880ee rtpdec: Simplify finalize_packet 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Martin Storsjö bfc6db4477 rtpdec: Add ff_ prefix to all nonstatic symbols 13 years ago