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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtpdec: Increase the max size of the jitter buffer to 500 packets
Martin Storsjö
2015-09-15
1
-1
/
+1
*
rtpdec: Rename the free method to close
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec: Free depacketizers if the init function failed
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec: Don't free the payload context in the .free function
Martin Storsjö
2015-02-24
1
-1
/
+3
*
rtpdec: Remove the now unused .alloc field
Martin Storsjö
2015-02-24
1
-2
/
+0
*
rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec: Allow allocating and freeing the private data without explicit functions
Martin Storsjö
2015-02-24
1
-0
/
+1
*
rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandler
Martin Storsjö
2015-02-24
1
-0
/
+1
*
rtpdec: Change enc_name to a pointer instead of a fixed-size buffer
Martin Storsjö
2015-02-24
1
-1
/
+1
*
rtpdec: pass an AVFormatContext to ff_parse_fmtp()
Anton Khirnov
2014-07-09
1
-2
/
+4
*
lavf: do not export av_register_{rtp,rdt}_dynamic_payload_handlers from share...
Anton Khirnov
2013-10-28
1
-1
/
+1
*
rtpproto: Move rtpproto specific function declarations to a separate header
Martin Storsjö
2013-07-31
1
-4
/
+0
*
rtpdec: Increase max rtp packet size to 8192
Andrew Van Til
2013-04-09
1
-1
/
+1
*
rtpdec: Split mpegts parsing to a normal depacketizer
Martin Storsjö
2013-01-20
1
-6
/
+0
*
rtsp: Support decryption of SRTP signalled via RFC 4568 (SDES)
Martin Storsjö
2013-01-15
1
-0
/
+6
*
rtpdec: Make variables that should wrap unsigned
Martin Storsjö
2013-01-14
1
-3
/
+3
*
rtpdec: Send a valid "delay since SR" value in the RTCP RR packets
Martin Storsjö
2013-01-12
1
-0
/
+1
*
rtpdec: Support sending RTCP feedback packets
Martin Storsjö
2013-01-08
1
-0
/
+5
*
rtpdec: Store the dynamic payload handler in the rtpdec context
Martin Storsjö
2013-01-08
1
-1
/
+1
*
rtsp: Add support for depacketizing RTP data via custom IO
Martin Storsjö
2013-01-03
1
-2
/
+3
*
rtpdec: Move the URLContext used for RTCP RR out from the context, to a param...
Martin Storsjö
2013-01-03
1
-5
/
+3
*
rtpdec: Pass the sequence number to depacketizers
Martin Storsjö
2012-12-21
1
-1
/
+2
*
rtpdec: Cosmetic cleanup of the header
Martin Storsjö
2012-12-12
1
-19
/
+26
*
rtpdec: Get rid of a useless _s suffix on a struct name
Martin Storsjö
2012-12-12
1
-3
/
+3
*
rtpdec/enc: Remove outdated/useless/misleading comments
Martin Storsjö
2012-12-12
1
-12
/
+10
*
rtpdec: Improve some comments
Martin Storsjö
2012-12-12
1
-2
/
+3
*
rtpdec: Remove unused context variables
Martin Storsjö
2012-12-12
1
-3
/
+0
*
rtpdec: factorize identical code used in several handlers
Anton Khirnov
2012-11-02
1
-0
/
+5
*
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-10-06
1
-1
/
+1
*
rtp: remove ff_rtp_get_rtcp_file_handle().
Jordi Ortiz
2012-08-17
1
-5
/
+0
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
rtpdec: Add an init function that can do custom codec context initialization
Martin Storsjö
2011-11-30
1
-0
/
+1
*
rtpdec: unwrap RTP timestamps for PTS calculation
John Brooks
2011-11-18
1
-0
/
+1
*
rtpdec: Add ff_ prefix to all nonstatic symbols
Martin Storsjö
2011-10-12
1
-12
/
+12
*
rtp: Rename the open/close functions to alloc/free
Martin Storsjö
2011-04-24
1
-2
/
+2
*
avio: make URLContext internal.
Anton Khirnov
2011-04-08
1
-0
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Make RTPFirstDynamicPayloadHandler static to rtpdec.c
Diego Elio Pettenò
2011-01-25
1
-1
/
+0
*
rtpdec: Emit timestamps for packets before the first RTCP packet, too
Martin Storsjö
2011-01-01
1
-0
/
+1
*
rtpdec: Add functions for finding depacketizers by name or payload id
Martin Storsjö
2010-12-05
1
-0
/
+4
*
rtpdec: Allow dynamic payload handlers to handle static payload types, too
Martin Storsjö
2010-12-05
1
-0
/
+3
*
drop rtp_get_file_handles() which is not part of public API and not used anymore
Aurelien Jacobs
2010-10-23
1
-3
/
+0
*
drop rtp_get_local_port() which is not part of public API and not used anymore
Aurelien Jacobs
2010-10-23
1
-3
/
+0
*
rtpdec: Reorder received RTP packets according to the seq number
Martin Storsjö
2010-10-01
1
-1
/
+20
*
rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer
Martin Storsjö
2010-10-01
1
-1
/
+1
*
Add rtp_get_rtcp_file_handle function
Josh Allmann
2010-08-25
1
-0
/
+5
*
Move SPACE_CHARS back to libavformat/internal.h
Martin Storsjö
2010-07-16
1
-2
/
+0
*
rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...
Martin Storsjö
2010-07-14
1
-0
/
+2
*
rtpdec: Add generic function for iterating over FMTP configuration lines
Josh Allmann
2010-06-28
1
-0
/
+5
*
rtpdec: Move space_chars from avformat/internal to rtpdec
Josh Allmann
2010-06-28
1
-0
/
+2
[next]