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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-08-13avisynth: fix setting stream timebaseMarton Balint
2015-04-17Merge commit '247aa7af7d8197247c181e3fbfe8d93d75e41b29'Michael Niedermayer
2015-04-15avisynth: Simplify shared library name constructionDiego Biurrun
2015-04-14avisynth: Bump minimum required version to interface version 6Stephen Hutchinson
2015-04-14avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson
2015-04-03avisynth: Bump minimum required version to interface version 6Stephen Hutchinson
2015-04-03avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson
2015-03-25avisynth: drop support of AviSynth 2.5Stephen Hutchinson
2015-03-24Merge commit 'a8c99205ca8703bd849efae13fcf844315c7147d'Michael Niedermayer
2015-03-24avisynth: update documentation about the avisynth_c.h headerStephen Hutchinson
2015-03-24avisynth: Fix compilation against current 2.6 header(s).Stephen Hutchinson
2015-01-03Merge commit 'f2ad1495f23376ce61542967f4fc14205f284d40'Michael Niedermayer
2015-01-03avisynth: Use RTLD_LOCAL instead of RTLD_GLOBALMartin Storsjö
2014-05-16avisynth: set duration of audio streamsHendrik Leppkes
2014-05-05avisynth: set duration of audio streamsHendrik Leppkes
2014-01-17avisynth: fix setting packet propertiesMichael Niedermayer
2014-01-10avformat/avisynth simplify packet allocationMichael Niedermayer
2014-01-08avisynth: Use av_packet_from_data instead of av_new_packetStephen Hutchinson
2014-01-08avisynth: More av_new_packet changesAnton Khirnov
2013-12-09Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b'Michael Niedermayer
2013-12-09avformat: AviSynth demuxer rewrited s
2013-12-02avformat/avisynth: remove duplicate av_new_packet() callMichael Niedermayer
2013-12-01avisynth: make avs_library statically allocated.Anton Khirnov
2013-12-01avisynth: Move to av_new_packet/av_free_packet.Stephen Hutchinson
2013-10-29avformat/avisynth: re-add trailing \n.Clément Bœsch
2013-10-29avisynth: Factor out a couple of returnsStephen Hutchinson
2013-10-29avisynth: Simplify a stray av_log messageStephen Hutchinson
2013-10-29avisynth: Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM)Stephen Hutchinson
2013-10-29avisynth: Use AV_* prefixes for video and audio IDsStephen Hutchinson
2013-10-29avisynth: Remove outdated undef blockStephen Hutchinson
2013-10-29avisynth: Remove a couple of useless AviSynthContext castsStephen Hutchinson
2013-10-29avisynth: Don't declare structs anonymouslyStephen Hutchinson
2013-10-29avisynth: Compact AvxSynth's avoidance of 2.6's colorspaces.Stephen Hutchinson
2013-10-29avisynth: CosmeticsStephen Hutchinson
2013-10-29avisynth: Change most of the comments to /* */ from //Stephen Hutchinson
2013-10-29avisynth: Introduce USING_AVISYNTH macroStephen Hutchinson
2013-09-06Merge commit '97b052e56807fab6887e9ba210a28a622e6a4b78'Michael Niedermayer
2013-09-06avisynth: K&R formatting cosmeticsDiego Biurrun
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