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-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-08rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö
2012-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04avcodec: add a Vorbis parser to get packet durationJustin Ruggles
2012-02-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16rtp: Factorize the check for distinguishing RTCP packets from RTPMartin Storsjö
2012-02-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-14rtpdec: Support H263 in RFC 2190 formatMartin Storsjö
2012-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-11rtpdec: Simplify finalize_packetJohn Brooks
2011-11-08libavformat: add support for G726 audio decoder in RTP and RTSP streamsMiroslav Slugeň
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-13Correct buffer handling for RTCP packetsJohn Brooks
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-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-22rtp: remove disabled codeDiego Biurrun
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-05-13Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-12configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun
2011-04-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: make url_write() internal.Anton Khirnov
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
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ö