summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAge
* rtpdec: Always check if we have the next packet queuedMartin Storsjö2016-05-11
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* rtpdec: Use the right logging contextDiego Biurrun2016-02-19
* rtpdec: Forward the memory failureLuca Barbato2015-09-16
* rtpdec: inform jitter buffer sizeEloi BAIL2015-09-16
* rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-16
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert2015-03-05
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-24
* rtpdec: Change enc_name to a pointer instead of a fixed-size bufferMartin Storsjö2015-02-24
* libavformat: add T.140 RTP depacketization (RFC 4103)Gilles Chanteperdrix2015-02-24
* rtpdec: DV depacketizer (RFC 6469)Thomas Volkert2015-02-22
* libavformat: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix2015-02-21
* libavformat: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix2015-02-21
* rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix2015-02-21
* 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