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
2012-01-22rtpdec: Use our own SSRC in the SDES field when sending RRsMartin Storsjö
2011-11-30rtpdec: Add support for G726 audioMiroslav Slugeň
2011-11-18rtpdec: only use RTCP for PTS when synchronizing multiple streamsJohn Brooks
2011-11-18rtpdec: unwrap RTP timestamps for PTS calculationJohn Brooks
2011-11-11rtpdec: Simplify finalize_packetJohn Brooks
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-10-12rtpdec: Add ff_ prefix to all nonstatic symbolsMartin Storsjö
2011-10-12rtpdec: Read the packet length for all RTCP packet typesJohn Brooks
2011-10-12rtpdec: Fix the minimum packet length for RTCP SR packetsJohn Brooks
2011-07-22rtp: remove disabled codeDiego Biurrun
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04avio: make url_open_dyn_packet_buf internal.Anton Khirnov
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-25Make RTPFirstDynamicPayloadHandler static to rtpdec.cDiego Elio Pettenò
2011-01-25Make 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