| Commit message (Expand) | Author | Age | Files | Lines |
* | rtpdec: Fix the alphabetical ordering in registering depacketizers | Martin Storsjö | 2013-06-06 | 1 | -1/+1 |
* | avpacket: use AVBuffer to allow refcounting the packets. | Anton Khirnov | 2013-03-08 | 1 | -2/+6 |
* | rtpdec: Initialize some variables to silence compiler warnings | Martin Storsjö | 2013-03-02 | 1 | -1/+1 |
* | rtpdec/srtp: Handle CSRC fields being present | Martin Storsjö | 2013-01-21 | 1 | -3/+7 |
* | rtpdec: Check the return value from av_new_packet | Martin Storsjö | 2013-01-21 | 1 | -1/+2 |
* | rtpdec: Move setting the parsing flags to the actual depacketizers | Martin Storsjö | 2013-01-20 | 1 | -12/+0 |
* | rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer | Martin Storsjö | 2013-01-20 | 1 | -37/+5 |
* | rtpdec: Split mpegts parsing to a normal depacketizer | Martin Storsjö | 2013-01-20 | 1 | -46/+10 |
* | rtpdec: Reorder payload handler registration alphabetically | Martin Storsjö | 2013-01-20 | 1 | -18/+15 |
* | rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) | Martin Storsjö | 2013-01-15 | 1 | -1/+13 |
* | rtpdec: Handle more received packets than expected when sending RR | Martin Storsjö | 2013-01-14 | 1 | -1/+1 |
* | rtpdec: Simplify insertion into the linked list queue | Martin Storsjö | 2013-01-14 | 1 | -10/+6 |
* | rtpdec: Remove a woefully misplaced comment | Martin Storsjö | 2013-01-14 | 1 | -1/+0 |
* | rtpdec: Send a valid "delay since SR" value in the RTCP RR packets | Martin Storsjö | 2013-01-12 | 1 | -2/+3 |
* | rtpdec: Calculate and report packet reception jitter | Martin Storsjö | 2013-01-12 | 1 | -0/+28 |
* | rtpdec: Fix the calculation of expected number of packets | Martin Storsjö | 2013-01-12 | 1 | -1/+1 |
* | rtpdec: Remove a useless todo comment | Martin Storsjö | 2013-01-12 | 1 | -1/+1 |
* | rtpdec: Add a terminating null byte at the end of the SDES/CNAME | Martin Storsjö | 2013-01-10 | 1 | -2/+3 |
* | rtpdec: Support sending RTCP feedback packets | Martin Storsjö | 2013-01-08 | 1 | -0/+96 |
* | rtpdec: Store the dynamic payload handler in the rtpdec context | Martin Storsjö | 2013-01-08 | 1 | -8/+9 |
* | rtsp: Add support for depacketizing RTP data via custom IO | Martin Storsjö | 2013-01-03 | 1 | -3/+8 |
* | rtpdec: Move the URLContext used for RTCP RR out from the context, to a param... | Martin Storsjö | 2013-01-03 | 1 | -6/+4 |
* | rtpdec: Pass the sequence number to depacketizers | Martin Storsjö | 2012-12-21 | 1 | -2/+3 |
* | rtpdec: Limit writing to the buffer size | Martin Storsjö | 2012-12-12 | 1 | -1/+1 |
* | rtpdec: Remove an outdated todo comment | Martin Storsjö | 2012-12-10 | 1 | -10/+0 |
* | rtpdec: Rename a static variable to normal naming conventions | Martin Storsjö | 2012-12-10 | 1 | -5/+5 |
* | rtpdec: K&R formatting and spelling cosmetics | Martin Storsjö | 2012-12-09 | 1 | -102/+110 |
* | rtpdec: factorize identical code used in several handlers | Anton Khirnov | 2012-11-02 | 1 | -0/+11 |
* | rtpdec: Cosmetic cleanup | Martin Storsjö | 2012-10-28 | 1 | -55/+51 |
* | rtpdec: Don't pass a non-AVClass pointer as log context | Martin Storsjö | 2012-10-22 | 1 | -1/+1 |
* | rtp: Support packetization/depacketization of opus | Martin Storsjö | 2012-10-09 | 1 | -0/+7 |
* | rtpdec: Remove a useless ff_ prefix from a static symbol | Martin Storsjö | 2012-09-26 | 1 | -2/+2 |
* | rtpdec: Support depacketizing speex | Dmitry Samonenko | 2012-09-26 | 1 | -0/+7 |
* | rtp: Depacketization of JPEG (RFC 2435) | Samuel Pitoiset | 2012-09-09 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -15/+15 |
* | Add missing libavutil/time.h includes. | Anton Khirnov | 2012-07-28 | 1 | -0/+1 |
* | rtpdec: Don't explicitly include unistd.h any longer | Ronald S. Bultje | 2012-06-29 | 1 | -1/+0 |
* | rtpdec: Add a depacketizer for iLBC | Martin Storsjö | 2012-06-18 | 1 | -0/+1 |
* | rtsp: Don't expose the MS-RTSP RTX data stream to the caller | Martin Storsjö | 2012-04-08 | 1 | -1/+1 |
* | avcodec: add a Vorbis parser to get packet duration | Justin Ruggles | 2012-03-03 | 1 | -0/+3 |
* | rtp: Factorize the check for distinguishing RTCP packets from RTP | Martin Storsjö | 2012-02-16 | 1 | -1/+1 |
* | rtpdec: Support H263 in RFC 2190 format | Martin Storsjö | 2012-02-14 | 1 | -0/+1 |
* | rtpdec: Use our own SSRC in the SDES field when sending RRs | Martin Storsjö | 2012-01-21 | 1 | -1/+1 |
* | rtpdec: Add support for G726 audio | Miroslav Slugeň | 2011-11-30 | 1 | -0/+5 |
* | rtpdec: only use RTCP for PTS when synchronizing multiple streams | John Brooks | 2011-11-18 | 1 | -1/+1 |
* | rtpdec: unwrap RTP timestamps for PTS calculation | John Brooks | 2011-11-18 | 1 | -1/+7 |
* | rtpdec: Simplify finalize_packet | John Brooks | 2011-11-11 | 1 | -3/+5 |
* | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -2/+2 |
* | rtpdec: Add ff_ prefix to all nonstatic symbols | Martin Storsjö | 2011-10-12 | 1 | -8/+8 |
* | rtpdec: Read the packet length for all RTCP packet types | John Brooks | 2011-10-12 | 1 | -7/+7 |