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
2014-07-10Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c'Michael Niedermayer
2014-07-09rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov
2014-04-24Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-05-06Merge commit '7abd35a1ffaecfd79fa07b801621ee11ab595c43'Michael Niedermayer
2013-05-05avformat: Add av_cold attributes to init functions missing themDiego Biurrun
2013-01-21Merge commit 'c6f1dc8e4cd967ae056698eafb891a08003c211c'Michael Niedermayer
2013-01-20rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö
2012-12-21Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-11-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-02rtpdec: factorize identical code used in several handlersAnton Khirnov
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer
2012-10-13rtpdec_xiph: fix function return typeMans Rullgard
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-24rtpdec_xiph: switch to av_assert()Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-08cosmetics: Fix indentationMartin Storsjö
2012-04-08rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
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-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2010-08-05rtpdec_xiph: Split packets in the depacketizerMartin Storsjö
2010-08-04rtpdec_xiph: Correct the bitmask for num_pktsMartin Storsjö
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-28rtpdec_xiph: Handle the sampling SDP parameterJosh Allmann
2010-07-27rtpdec_xiph: Drop RTP packets that come in without a prior fragment start mar...Josh Allmann
2010-07-19rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizerJosh Allmann
2010-06-29rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizerJosh Allmann
2010-06-09Fix printf format warningsEli Friedman
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-15Remove useless assert(), since this can (in theora) be used for any XiphRonald S. Bultje
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-04-02Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_Martin Storsjö
2010-04-02Merge Vorbis / Theora depayloaders.Josh Allmann
2010-04-02Reindent after r22766.Josh Allmann
2010-04-02Rename functions / comments from "Theora" to "Xiph" where relevant.Josh Allmann
2010-04-02Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann