OSDN Git Service

ffv1: Fixed size given to init_get_bits() in decoder.
[coroid/libav_saccubus.git] / libavformat / rtpdec.h
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