summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-3/+3
* rtpdec: Use the right logging contextDiego Biurrun2016-02-191-10/+8
* rtpdec: Forward the memory failureLuca Barbato2015-09-161-3/+7
* rtpdec: inform jitter buffer sizeEloi BAIL2015-09-161-0/+4
* rtpdec: add a trace when jitter buffer is fullEloi BAIL2015-09-161-1/+4
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-2/+2
* rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert2015-03-051-0/+1
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-241-1/+1
* rtpdec: Change enc_name to a pointer instead of a fixed-size bufferMartin Storsjö2015-02-241-1/+2
* libavformat: add T.140 RTP depacketization (RFC 4103)Gilles Chanteperdrix2015-02-241-0/+7
* rtpdec: DV depacketizer (RFC 6469)Thomas Volkert2015-02-221-0/+1
* libavformat: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix2015-02-211-0/+1
* libavformat: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix2015-02-211-0/+1
* rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix2015-02-211-1/+1
* rtp: Initial H.261 supportThomas Volkert2014-12-181-0/+1
* lavf: Use av_gettime_relativeMartin Storsjö2014-10-241-5/+5
* rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara2014-09-241-1/+0
* rtpdec: HEVC/H.265 supportThomas Volkert2014-09-031-0/+2
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-091-3/+5
* lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...Anton Khirnov2013-10-281-1/+1
* rtpdec: Fix the alphabetical ordering in registering depacketizersMartin Storsjö2013-06-061-1/+1
* 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
OpenPOWER on IntegriCloud