OSDN Git Service

xmv: eliminate superfluous zeroing of zero data
[coroid/ffmpeg_saccubus.git] / libavformat / rtpdec.c
2011-07-21 Diego Biurrunrtp: remove disabled code
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-06-03 Mans RullgardMark some variables with av_unused
2011-05-12 Diego Biurrunconfigure: Do not unconditionally add -D_POSIX_C_SOURCE...
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-03 Anton Khirnovavio: make url_open_dyn_packet_buf internal.
2011-04-03 Anton Khirnovavio: avio_ prefix for url_close_dyn_buf
2011-04-03 Anton Khirnovavio: avio_ prefix for url_open_dyn_buf
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-25 Diego Elio PettenòMake RTPFirstDynamicPayloadHandler static to rtpdec.c
2011-01-25 Diego Elio PettenòMake ff_realmedia_mp3_dynamic_handler static.
2011-01-06 Martin Storsjörtpdec: Don't set RTP timestamps if they already are...
2011-01-01 Martin Storsjörtpdec: Emit timestamps for packets before the first...
2010-12-15 Martin Storsjörtsp: Don't set the RTP time base from the sample rate...
2010-12-15 Luca BarbatoReinstate default time_base for rtp streams
2010-12-07 Martin Storsjörtsp/rtpdec: Set the AVStream time_base directly in...
2010-12-07 Martin Storsjörtpdec: Handle MP3 in RealRTSP
2010-12-06 Martin Storsjörtpdec: Skip padding bytes at the end of packets
2010-12-05 Martin Storsjörtpdec: Add functions for finding depacketizers by...
2010-12-05 Martin Storsjörtpdec: Add a dynamic payload handler for the x-Purevoi...
2010-10-15 Martin Storsjörtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors
2010-10-13 Martin Storsjörtpdec: Don't use the no reordering codepath if there...
2010-10-13 Martin Storsjörtpdec: Handle wrapping seq numbers in has_next_packet...
2010-10-13 Martin Storsjörtpdec: Parse the next packet in the sequence if it...
2010-10-13 Martin Storsjörtpdec: Return AVERROR(EAGAIN) if out of data for mpegt...
2010-10-13 Martin Storsjörtpdec: Don't call the depacketizer to return more...
2010-10-13 Martin Storsjörtpdec: Split out storing of the depacketization return...
2010-10-08 Martin Storsjörtpdec: Set prev_ret properly when parsing more data...
2010-10-08 Martin Storsjörtpdec: Store the previous return value for mpegts...
2010-10-08 Robert Schlabbachrtpdec: Keep track of the previous return value from...
2010-10-06 Robert Schlabbachrtpdec: Handle RTP header extension
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...