171 Commits (2d6b3f3a9dce409ca51d70ef4b85c0593bb4b109)

Author SHA1 Message Date
Diego Biurrun b7f98659f2 Remove unnecessary get_bits.h #includes 9 years ago
Martin Storsjö 9ea78fd00a rtpdec: Always check if we have the next packet queued 9 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Diego Biurrun 8d918a98aa rtpdec: Use the right logging context 9 years ago
Luca Barbato 22cc57da64 rtpdec: Forward the memory failure 9 years ago
Eloi BAIL d555bd69e7 rtpdec: inform jitter buffer size 9 years ago
Eloi BAIL ff7f6ea9db rtpdec: add a trace when jitter buffer is full 9 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Thomas Volkert 9c09fbd805 rtpdec: experimental VP9 depacketizer (draft 0) 10 years ago
Martin Storsjö ec96a89c3e rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions 10 years ago
Martin Storsjö 353b492d0f rtpdec: Change enc_name to a pointer instead of a fixed-size buffer 10 years ago
Gilles Chanteperdrix 04a1be8e28 libavformat: add T.140 RTP depacketization (RFC 4103) 10 years ago
Thomas Volkert c99915f7c7 rtpdec: DV depacketizer (RFC 6469) 10 years ago
Gilles Chanteperdrix 96084251e5 libavformat: add robust MPEG audio depacketization (RFC 5219) 10 years ago
Gilles Chanteperdrix 5e5583efe4 libavformat: add AC3 RTP depacketization (RFC 4184) 10 years ago
Gilles Chanteperdrix 1ec28a66f2 rtpdec: fix issue with conversion from unsigned to signed 10 years ago
Thomas Volkert a505c0d737 rtp: Initial H.261 support 10 years ago
Martin Storsjö 6df9d9b55d lavf: Use av_gettime_relative 10 years ago
Vittorio Giovara c463dfc7e4 rtpdec_hevc: Drop a duplicated, nonstandard entry 10 years ago
Thomas Volkert 95e177eeb2 rtpdec: HEVC/H.265 support 10 years ago
Anton Khirnov 0307cc2253 rtpdec: pass an AVFormatContext to ff_parse_fmtp() 11 years ago
Anton Khirnov feeafb4ada lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from shared objects 11 years ago
Martin Storsjö aa2c918f7d rtpdec: Fix the alphabetical ordering in registering depacketizers 12 years ago
Anton Khirnov 1afddbe59e avpacket: use AVBuffer to allow refcounting the packets. 12 years ago
Martin Storsjö 8fbab7a6c8 rtpdec: Initialize some variables to silence compiler warnings 12 years ago
Martin Storsjö f53490cc0c rtpdec/srtp: Handle CSRC fields being present 12 years ago
Martin Storsjö a76bc3bc44 rtpdec: Check the return value from av_new_packet 12 years ago
Martin Storsjö c6f1dc8e4c rtpdec: Move setting the parsing flags to the actual depacketizers 12 years ago
Martin Storsjö a9c847c1ba rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer 12 years ago
Martin Storsjö 2326558d52 rtpdec: Split mpegts parsing to a normal depacketizer 12 years ago
Martin Storsjö d5bb8cc2dd rtpdec: Reorder payload handler registration alphabetically 12 years ago
Martin Storsjö 424da30830 rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES) 12 years ago
Martin Storsjö 30b50f79ae rtpdec: Handle more received packets than expected when sending RR 12 years ago
Martin Storsjö d0fe217e39 rtpdec: Simplify insertion into the linked list queue 12 years ago
Martin Storsjö 62761934b0 rtpdec: Remove a woefully misplaced comment 12 years ago
Martin Storsjö 22c436c85e rtpdec: Send a valid "delay since SR" value in the RTCP RR packets 12 years ago
Martin Storsjö e568db4025 rtpdec: Calculate and report packet reception jitter 12 years ago
Martin Storsjö abae27ed3a rtpdec: Fix the calculation of expected number of packets 12 years ago
Martin Storsjö f6804c3e1b rtpdec: Remove a useless todo comment 12 years ago
Martin Storsjö ed79093222 rtpdec: Add a terminating null byte at the end of the SDES/CNAME 12 years ago
Martin Storsjö 86d9181cf4 rtpdec: Support sending RTCP feedback packets 12 years ago
Martin Storsjö 42805eda55 rtpdec: Store the dynamic payload handler in the rtpdec context 12 years ago
Martin Storsjö e96406eda4 rtsp: Add support for depacketizing RTP data via custom IO 12 years ago
Martin Storsjö 3f95f0dda5 rtpdec: Move the URLContext used for RTCP RR out from the context, to a parameter 12 years ago
Martin Storsjö 90c784cc13 rtpdec: Pass the sequence number to depacketizers 12 years ago
Martin Storsjö 81ef519252 rtpdec: Limit writing to the buffer size 12 years ago
Martin Storsjö ccb59c106a rtpdec: Remove an outdated todo comment 12 years ago
Martin Storsjö 0d85663a47 rtpdec: Rename a static variable to normal naming conventions 12 years ago
Martin Storsjö 5d471b73d2 rtpdec: K&R formatting and spelling cosmetics 12 years ago