OSDN Git Service

Add RTP depacketization of the X-QT QuickTime format
[android-x86/external-ffmpeg.git] / libavformat / rtpdec.c
2010-10-06 Martin StorsjöAdd RTP depacketization of the X-QT QuickTime format
2010-10-01 Martin Storsjörtpdec: Reorder received RTP packets according to the...
2010-10-01 Martin Storsjörtpdec: Split out the part of rtp_parse_packet that...
2010-10-01 Martin Storsjörtsp/rtpdec: Allow rtp_parse_packet to take ownership...
2010-09-15 Martin StorsjöHandle G.722 in RTP, and all the exceptions mandated...
2010-08-29 Josh Allmannrtsp: Return AVERROR_EOF when all streams have received...
2010-08-29 Josh AllmannReindent
2010-08-29 Josh Allmannrtpdec: Read RTCP compound packets
2010-08-25 Josh Allmannrtp: Replace hardcoded RTCP packet types with defines
2010-08-23 Luca AbeniDo not use the server SSRC as client SSRC in the RTP...
2010-08-16 Josh AllmannAdd RTP depacketization of VP8
2010-08-12 Martin StorsjöAdd RTP depacketization of MP4A-LATM
2010-07-30 Martin StorsjöRemove mostly unnecessary rtpdec_*.h files, store the...
2010-07-14 Josh AllmannAdd a depacketizer for QDM2
2010-07-14 Martin Storsjörtpdec: Allow depacketizers to specify that pkt->pts...
2010-07-01 Josh AllmannAdd RTP depacketization of SVQ3
2010-06-28 Josh Allmannrtpdec: Malloc the fmtp value buffer
2010-06-28 Josh Allmannrtpdec: Add generic function for iterating over FMTP...
2010-06-25 Josh AllmannRTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4...
2010-06-25 Josh Allmannrtpdec: Move AAC depacketization code in rtpdec to...
2010-06-25 Josh AllmannRTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
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-05 Martin StorsjöReindent
2010-04-05 Martin StorsjöFix leaks in the AAC RTP depacketizer
2010-04-01 Josh AllmannRename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-22 Josh AllmannRTP depacketization of Theora
2010-02-28 Martin StorsjöRename RTP depacketizer files from rtp_* to rtpdec_*
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...
2010-02-10 Ronald S. BultjeRTP/AMR depacketizer, by Martin Storsjö <$firstname...
2010-02-01 Alexis BallierFix warnings about implicit function declaration when...
2010-01-28 Ronald S. BultjeAdd RTP/H.263 depacketizer by Martin Storsjö <$firstnam...
2009-12-23 Luca AbeniAdd support for mp3 over RTP in rtpdec.c
2009-04-14 Ronald S. BultjeAdd a Vorbis payload parser. Implemented by Colin McQui...
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-03-20 Ronald S. BultjeAssign the x-pf-asf payload string to be decoded by...
2009-03-03 Ronald S. BultjeDon't let finalize_packet() touch pkt->stream_index...
2009-03-03 Ronald S. BultjeReindent after r17764.
2009-03-03 Ronald S. BultjeIn the current implementation of rtp_parse_packet(...
2009-02-26 Ronald S. BultjeImplement marker bit, which is used for several RTP...
2009-02-06 Luca AbeniSplit rtp.h in rtp.h, rtpdec.h, and rtpenc.h
2009-02-06 Ronald S. BultjeAdd "AVFormatContext *ctx" (that being the RTSP demuxer...
2009-01-27 Luca AbeniMerge rtp_internal.h in rtp.h, and remove rtp_internal.h
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-13 Luca AbeniRename rtp_payload_data_t to avoid clashes with the...
2008-10-04 Ronald S. BultjeRemove access into RTPDemuxContext in rtsp.c, which...
2008-10-04 Ronald S. BultjeChange function prototype of RTPDynamicPayloadHandler...
2008-09-29 Diego BiurrunUniformly define _XOPEN_SOURCE to 600.
2008-09-07 Ronald S. BultjeGive register_dynamic_payload_handler() in rtpdec.c...
2008-08-22 Luca AbeniDo not set timestamp information for a non existing...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-07-13 Måns RullgårdRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-02 Luca AbeniReindent after last commit
2008-07-02 Luca AbeniFix A/V synch for RTP streams that do not contain MPEG1...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-15 Diego Biurruntypo fixes
2008-01-18 Ronald S. BultjeAdd a flags field to the RTPDynamicPayloadPacketHandler...
2008-01-10 Ronald S. BultjeReindent after r11493 (always use parse_packet() vfunc...
2008-01-10 Ronald S. BultjeMake rtp_parse_packet() always call the vfunc of the...
2008-01-04 Luca AbeniSplit the RTP demuxing functions out of rtp.c, to simpl...