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
2013-09-06Merge commit '97b052e56807fab6887e9ba210a28a622e6a4b78'Michael Niedermayer
2013-09-06avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun
2013-08-17avisynth: Support video input from AviSynth 2.5 properly.Stephen Hutchinson
2013-08-07avisynth: Exit gracefully when trying to serve video from v2.5.8.Stephen Hutchinson
2013-08-07avisynth: CosmeticsStephen Hutchinson
2013-07-29avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun
2013-07-25miscellaneous typo fixesDiego Biurrun
2013-07-06replace some deprecated definesPaul B Mahol
2013-06-23avisynth: Make sure the filename passed to Avisynth is in the right code pageOka Motofumi
2013-04-11avformat/avisynth: Don't insert null frames or samples at the start of a stream.Stephen Hutchinson
2013-04-10avformat/avisynth: Cosmeticsd s
2013-04-10avformat/avisynth: Fix off-by-one error in avisynth demuxer.d s
2013-03-31Use PIX_FMT_BGR24 for the AviSynth demuxer, instead of RGB24.Stephen Hutchinson
2013-03-27Fix avisynth_context_create constructor error handling.d s
2013-03-21AviSynth demuxer rewrite.d s
2013-03-11lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov
2013-01-31Merge commit '29f1fa74225e9fdbab6d590857edbecb51cf74da'Michael Niedermayer
2013-01-31avisynth: Change demuxer name to avoid conflicts with AVSDiego Biurrun
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-06-05Add missing CRLFs to avisynth error messages.Carl Eugen Hoyos
2012-06-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-31avisynth: Make sure the filename passed to avisynth is in the right code pageOka Motofumi
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-09-10avisynth: Fix upside down bugchinshou
2011-09-10avisynth: Remove wrong pts calculation.chinshou
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-01-19Restore mistakenly removed period after "DivX, Inc".Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-09-09set bits_per_coded_sample according to new lavc apiBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-02add support for some MS DIB formats for avisynthSteve L'Homme
2006-08-29Add missing file from commit r6122 (AVISynth support)Guillaume Poirier