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
2017-04-01Merge commit '3cc3463f306f425f76bd962755df1132eeac6dfa'Clément Bœsch
2017-03-31Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6'James Almer
2016-11-17avisynth: Support pix_fmts added to AviSynth+Stephen Hutchinson
2016-11-17avisynth: Simplify the pix_fmt check for the newer AviSynth APIStephen Hutchinson
2016-11-17avisynth: Fix setting stream timebaseMarton Balint
2016-11-13Drop pointless void* castsDiego Biurrun
2016-11-05avformat/avisynth.c: Use new safe dlopen code.Matt Oliver
2016-10-27avisynth: fix Planar RGB outputStephen Hutchinson
2016-08-30avisynth: support pix_fmts added to AviSynth+Stephen Hutchinson
2016-08-11avisynth: simplify the pix_fmt check for the newer AviSynth APIStephen Hutchinson
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
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