index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
rtpdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary get_bits.h #includes
Diego Biurrun
2016-06-07
1
-1
/
+2
*
rtpdec: Always check if we have the next packet queued
Martin Storsjö
2016-05-11
1
-1
/
+1
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-3
/
+3
*
rtpdec: Use the right logging context
Diego Biurrun
2016-02-19
1
-10
/
+8
*
rtpdec: Forward the memory failure
Luca Barbato
2015-09-16
1
-3
/
+7
*
rtpdec: inform jitter buffer size
Eloi BAIL
2015-09-16
1
-0
/
+4
*
rtpdec: add a trace when jitter buffer is full
Eloi BAIL
2015-09-16
1
-1
/
+4
*
Replace av_dlog with normal av_log at trace level
Vittorio Giovara
2015-04-19
1
-2
/
+2
*
rtpdec: experimental VP9 depacketizer (draft 0)
Thomas Volkert
2015-03-05
1
-0
/
+1
*
rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec: Change enc_name to a pointer instead of a fixed-size buffer
Martin Storsjö
2015-02-24
1
-1
/
+2
*
libavformat: add T.140 RTP depacketization (RFC 4103)
Gilles Chanteperdrix
2015-02-24
1
-0
/
+7
*
rtpdec: DV depacketizer (RFC 6469)
Thomas Volkert
2015-02-22
1
-0
/
+1
*
libavformat: add robust MPEG audio depacketization (RFC 5219)
Gilles Chanteperdrix
2015-02-21
1
-0
/
+1
*
libavformat: add AC3 RTP depacketization (RFC 4184)
Gilles Chanteperdrix
2015-02-21
1
-0
/
+1
*
rtpdec: fix issue with conversion from unsigned to signed
Gilles Chanteperdrix
2015-02-21
1
-1
/
+1
*
rtp: Initial H.261 support
Thomas Volkert
2014-12-18
1
-0
/
+1
*
lavf: Use av_gettime_relative
Martin Storsjö
2014-10-24
1
-5
/
+5
*
rtpdec_hevc: Drop a duplicated, nonstandard entry
Vittorio Giovara
2014-09-24
1
-1
/
+0
*
rtpdec: HEVC/H.265 support
Thomas Volkert
2014-09-03
1
-0
/
+2
*
rtpdec: pass an AVFormatContext to ff_parse_fmtp()
Anton Khirnov
2014-07-09
1
-3
/
+5
*
lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...
Anton Khirnov
2013-10-28
1
-1
/
+1
*
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
[next]