summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAge
* rtp: Initial H.261 supportThomas Volkert2014-12-18
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-24
* rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara2014-09-24
* rtpdec: HEVC/H.265 supportThomas Volkert2014-09-03
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-09
* lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov2013-10-28
* rtpdec: Fix the alphabetical ordering in registering depacketizersMartin Storsjö2013-06-06
* avpacket: use AVBuffer to allow refcounting the packets.Anton Khirnov2013-03-08
* rtpdec: Initialize some variables to silence compiler warningsMartin Storsjö2013-03-02
* rtpdec/srtp: Handle CSRC fields being presentMartin Storsjö2013-01-21
* rtpdec: Check the return value from av_new_packetMartin Storsjö2013-01-21
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-20
* rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö2013-01-20
* rtpdec: Split mpegts parsing to a normal depacketizerMartin Storsjö2013-01-20
* rtpdec: Reorder payload handler registration alphabeticallyMartin Storsjö2013-01-20
* rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)Martin Storsjö2013-01-15
* rtpdec: Handle more received packets than expected when sending RRMartin Storsjö2013-01-14
* rtpdec: Simplify insertion into the linked list queueMartin Storsjö2013-01-14
* rtpdec: Remove a woefully misplaced commentMartin Storsjö2013-01-14
* rtpdec: Send a valid "delay since SR" value in the RTCP RR packetsMartin Storsjö2013-01-12
* rtpdec: Calculate and report packet reception jitterMartin Storsjö2013-01-12
* rtpdec: Fix the calculation of expected number of packetsMartin Storsjö2013-01-12
* rtpdec: Remove a useless todo commentMartin Storsjö2013-01-12
* rtpdec: Add a terminating null byte at the end of the SDES/CNAMEMartin Storsjö2013-01-10
* rtpdec: Support sending RTCP feedback packetsMartin Storsjö2013-01-08
* rtpdec: Store the dynamic payload handler in the rtpdec contextMartin Storsjö2013-01-08
* rtsp: Add support for depacketizing RTP data via custom IOMartin Storsjö2013-01-03
* rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...Martin Storsjö2013-01-03
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* rtpdec: Limit writing to the buffer sizeMartin Storsjö2012-12-12
* rtpdec: Remove an outdated todo commentMartin Storsjö2012-12-10
* rtpdec: Rename a static variable to normal naming conventionsMartin Storsjö2012-12-10
* rtpdec: K&R formatting and spelling cosmeticsMartin Storsjö2012-12-09
* rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-02
* rtpdec: Cosmetic cleanupMartin Storsjö2012-10-28
* rtpdec: Don't pass a non-AVClass pointer as log contextMartin Storsjö2012-10-22
* rtp: Support packetization/depacketization of opusMartin Storsjö2012-10-09
* rtpdec: Remove a useless ff_ prefix from a static symbolMartin Storsjö2012-09-26
* rtpdec: Support depacketizing speexDmitry Samonenko2012-09-26
* rtp: Depacketization of JPEG (RFC 2435)Samuel Pitoiset2012-09-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Add missing libavutil/time.h includes.Anton Khirnov2012-07-28
* rtpdec: Don't explicitly include unistd.h any longerRonald S. Bultje2012-06-29
* rtpdec: Add a depacketizer for iLBCMartin Storsjö2012-06-18
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-08
* avcodec: add a Vorbis parser to get packet durationJustin Ruggles2012-03-03
* rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö2012-02-16
* rtpdec: Support H263 in RFC 2190 formatMartin Storsjö2012-02-14
* rtpdec: Use our own SSRC in the SDES field when sending RRsMartin Storsjö2012-01-21
* rtpdec: Add support for G726 audioMiroslav Slugeň2011-11-30