summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAgeFilesLines
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-081-2/+6
* rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö2013-03-021-1/+1
* rtpdec/srtp: Handle CSRC fields being presentMartin Storsjö2013-01-211-3/+7
* rtpdec: Check the return value from av_new_packetMartin Storsjö2013-01-211-1/+2
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-201-12/+0
* rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö2013-01-201-37/+5
* rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-201-46/+10
* rtpdec: Reorder payload handler registration alphabeticallyMartin Storsjö2013-01-201-18/+15
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-151-1/+13
* rtpdec: Handle more received packets than expected when sending RRMartin Storsjö2013-01-141-1/+1
* rtpdec: Simplify insertion into the linked list queueMartin Storsjö2013-01-141-10/+6
* rtpdec: Remove a woefully misplaced commentMartin Storsjö2013-01-141-1/+0
* rtpdec: Send a valid "delay since SR" value in the RTCP RR packetsMartin Storsjö2013-01-121-2/+3
* rtpdec: Calculate and report packet reception jitterMartin Storsjö2013-01-121-0/+28
* rtpdec: Fix the calculation of expected number of packetsMartin Storsjö2013-01-121-1/+1
* rtpdec: Remove a useless todo commentMartin Storsjö2013-01-121-1/+1
* rtpdec: Add a terminating null byte at the end of the SDES/CNAMEMartin Storsjö2013-01-101-2/+3
* rtpdec: Support sending RTCP feedback packetsMartin Storsjö2013-01-081-0/+96
* rtpdec: Store the dynamic payload handler in the rtpdec contextMartin Storsjö2013-01-081-8/+9
* rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö2013-01-031-3/+8
* rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö2013-01-031-6/+4
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-211-2/+3
* rtpdec: Limit writing to the buffer sizeMartin Storsjö2012-12-121-1/+1
* rtpdec: Remove an outdated todo commentMartin Storsjö2012-12-101-10/+0
* rtpdec: Rename a static variable to normal naming conventionsMartin Storsjö2012-12-101-5/+5
* rtpdec: K&R formatting and spelling cosmeticsMartin Storsjö2012-12-091-102/+110
* rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-021-0/+11
* rtpdec: Cosmetic cleanupMartin Storsjö2012-10-281-55/+51
* rtpdec: Don't pass a non-AVClass pointer as log contextMartin Storsjö2012-10-221-1/+1
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-091-0/+7
* rtpdec: Remove a useless ff_ prefix from a static symbolMartin Storsjö2012-09-261-2/+2
* rtpdec: Support depacketizing speexDmitry Samonenko2012-09-261-0/+7
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-091-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-15/+15
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-281-0/+1
* rtpdec: Don't explicitly include unistd.h any longerRonald S. Bultje2012-06-291-1/+0
* rtpdec: Add a depacketizer for iLBCMartin Storsjö2012-06-181-0/+1
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-081-1/+1
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-031-0/+3
* rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-161-1/+1
* rtpdec: Support H263 in RFC 2190 formatMartin Storsjö2012-02-141-0/+1
* rtpdec: Use our own SSRC in the SDES field when sending RRsMartin Storsjö2012-01-211-1/+1
* rtpdec: Add support for G726 audioMiroslav Slugeň2011-11-301-0/+5
* rtpdec: only use RTCP for PTS when synchronizing multiple streamsJohn Brooks2011-11-181-1/+1
* rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks2011-11-181-1/+7
* rtpdec: Simplify finalize_packetJohn Brooks2011-11-111-3/+5
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-2/+2
* rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö2011-10-121-8/+8
* rtpdec: Read the packet length for all RTCP packet typesJohn Brooks2011-10-121-7/+7
* rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks2011-10-121-1/+1
OpenPOWER on IntegriCloud