Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-26Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò
2011-01-26Make ff_realmedia_mp3_dynamic_handler static.Diego Elio Pettenò
2011-01-06rtpdec: Don't set RTP timestamps if they already are set by the depacketizerMartin Storsjö
2011-01-02rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö
2010-12-16rtsp: Don't set the RTP time base from the sample rate if no sample rate is setMartin Storsjö
2010-12-15Reinstate default time_base for rtp streamsLuca Barbato
2010-12-07rtsp/rtpdec: Set the AVStream time_base directly in rtsp when it is knownMartin Storsjö
2010-12-07rtpdec: Handle MP3 in RealRTSPMartin Storsjö
2010-12-06rtpdec: Skip padding bytes at the end of packetsMartin Storsjö
2010-12-05rtpdec: Add functions for finding depacketizers by name or payload idMartin Storsjö
2010-12-05rtpdec: Add a dynamic payload handler for the x-Purevoice format, RFC 2658Martin Storsjö
2010-10-16rtpdec: Return AVERROR(EAGAIN) for mpegts parsing errorsMartin Storsjö
2010-10-13rtpdec: Don't use the no reordering codepath if there already is a queueMartin Storsjö
2010-10-13rtpdec: Handle wrapping seq numbers in has_next_packet properlyMartin Storsjö
2010-10-13rtpdec: Parse the next packet in the sequence if it is available, if the prev...Martin Storsjö
2010-10-13rtpdec: Return AVERROR(EAGAIN) if out of data for mpegts, pass returned error...Martin Storsjö
2010-10-13rtpdec: Don't call the depacketizer to return more data unless it actually sa...Martin Storsjö
2010-10-13rtpdec: Split out storing of the depacketization return value to a separate f...Martin Storsjö
2010-10-08rtpdec: Set prev_ret properly when parsing more data from mpegts RTP packetsMartin Storsjö
2010-10-08rtpdec: Store the previous return value for mpegts when it was -1, tooMartin Storsjö
2010-10-08rtpdec: Keep track of the previous return value from rtp_parse_packet_interna...Robert Schlabbach
2010-10-06rtpdec: Handle RTP header extensionRobert Schlabbach
2010-10-06Add RTP depacketization of the X-QT QuickTime formatMartin Storsjö
2010-10-01rtpdec: Reorder received RTP packets according to the seq numberMartin Storsjö
2010-10-01rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p...Martin Storsjö
2010-10-01rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet bufferMartin Storsjö
2010-09-15Handle G.722 in RTP, and all the exceptions mandated in RFC 3551Martin Storsjö
2010-08-29rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packetJosh Allmann
2010-08-29ReindentJosh Allmann
2010-08-29rtpdec: Read RTCP compound packetsJosh Allmann
2010-08-25rtp: Replace hardcoded RTCP packet types with definesJosh Allmann
2010-08-23Do not use the server SSRC as client SSRC in the RTP demuxerLuca Abeni
2010-08-16Add RTP depacketization of VP8Josh Allmann
2010-08-13Add RTP depacketization of MP4A-LATMMartin Storsjö
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-14Add a depacketizer for QDM2Josh Allmann
2010-07-14rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOP...Martin Storsjö
2010-07-02Add RTP depacketization of SVQ3Josh Allmann
2010-06-29rtpdec: Malloc the fmtp value bufferJosh Allmann
2010-06-28rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann
2010-06-25RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann
2010-06-25rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann
2010-06-25RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann
2010-04-20Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö
2010-04-20Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö
2010-04-05ReindentMartin Storsjö
2010-04-05Fix leaks in the AAC RTP depacketizerMartin Storsjö
2010-04-02Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-22RTP depacketization of TheoraJosh Allmann