]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec.h
AVFrame: deprecate all now unused fields
[ffmpeg] / libavformat / rtpdec.h
2013-01-20 Martin Storsjörtpdec: Split mpegts parsing to a normal depacketizer
2013-01-15 Martin Storsjörtsp: Support decryption of SRTP signalled via RFC...
2013-01-14 Martin Storsjörtpdec: Make variables that should wrap unsigned
2013-01-12 Martin Storsjörtpdec: Send a valid "delay since SR" value in the...
2013-01-08 Martin Storsjörtpdec: Support sending RTCP feedback packets
2013-01-08 Martin Storsjörtpdec: Store the dynamic payload handler in the rtpdec...
2013-01-03 Martin Storsjörtsp: Add support for depacketizing RTP data via custom IO
2013-01-03 Martin Storsjörtpdec: Move the URLContext used for RTCP RR out from...
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-12-12 Martin Storsjörtpdec: Cosmetic cleanup of the header
2012-12-12 Martin Storsjörtpdec: Get rid of a useless _s suffix on a struct...
2012-12-12 Martin Storsjörtpdec/enc: Remove outdated/useless/misleading comments
2012-12-12 Martin Storsjörtpdec: Improve some comments
2012-12-12 Martin Storsjörtpdec: Remove unused context variables
2012-11-02 Anton Khirnovrtpdec: factorize identical code used in several handlers
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-08-17 Jordi Ortizrtp: remove ff_rtp_get_rtcp_file_handle().
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2011-11-30 Martin Storsjörtpdec: Add an init function that can do custom codec...
2011-11-18 John Brooksrtpdec: unwrap RTP timestamps for PTS calculation
2011-10-12 Martin Storsjörtpdec: Add ff_ prefix to all nonstatic symbols
2011-04-23 Martin Storsjörtp: Rename the open/close functions to alloc/free
2011-04-08 Anton Khirnovavio: make URLContext internal.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-25 Diego Elio PettenòMake RTPFirstDynamicPayloadHandler static to rtpdec.c
2011-01-01 Martin Storsjörtpdec: Emit timestamps for packets before the first...
2010-12-05 Martin Storsjörtpdec: Add functions for finding depacketizers by...
2010-12-05 Martin Storsjörtpdec: Allow dynamic payload handlers to handle static...
2010-10-23 Aurelien Jacobsdrop rtp_get_file_handles() which is not part of public...
2010-10-23 Aurelien Jacobsdrop rtp_get_local_port() which is not part of public...
2010-10-01 Martin Storsjörtpdec: Reorder received RTP packets according to the...
2010-10-01 Martin Storsjörtsp/rtpdec: Allow rtp_parse_packet to take ownership...
2010-08-25 Josh AllmannAdd rtp_get_rtcp_file_handle function
2010-07-16 Martin StorsjöMove SPACE_CHARS back to libavformat/internal.h
2010-07-14 Martin Storsjörtpdec: Allow depacketizers to specify that pkt->pts...
2010-06-28 Josh Allmannrtpdec: Add generic function for iterating over FMTP...
2010-06-28 Josh Allmannrtpdec: Move space_chars from avformat/internal to...
2010-06-25 Josh AllmannRTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4...
2010-04-20 Martin StorsjöReset RTCP timestamps after seeking, add range start...
2010-04-20 Martin StorsjöRevert svn rev 21857, readd first_rtcp_ntp_time in...
2010-04-19 Luca BarbatoMake rtp protocol obey rfc3550
2010-04-05 Martin StorsjöFix leaks in the AAC RTP depacketizer
2010-04-05 Ronald S. BultjeAdd void to a function prototype that takes no argument...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-23 Ronald S. BultjePrefix non-static RTSP functions with ff_.
2010-02-16 Ronald S. BultjeRemove first_rtcp_ntp_time. This is used to prevent...
2010-02-16 Martin StorsjöWhen using RTP-over-UDP, send dummy packets during...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-02-26 Ronald S. BultjeImplement marker bit, which is used for several RTP...
2009-02-26 Ronald S. BultjeDon't (ab)use PKT_FLAG_* in RTP code, since the two...
2009-02-17 Luca AbeniMove to rtp.h the prototypes of all the functions defin...
2009-02-06 Luca AbeniMove RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used...
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h