summaryrefslogtreecommitdiff
path: root/libavformat/avisynth.c
Commit message (Expand)AuthorAge
* avisynth: support pix_fmts added to AviSynth+Stephen Hutchinson2016-08-30
* avisynth: simplify the pix_fmt check for the newer AviSynth APIStephen Hutchinson2016-08-11
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | avisynth: fix setting stream timebaseMarton Balint2015-08-13
* | Merge commit '247aa7af7d8197247c181e3fbfe8d93d75e41b29'Michael Niedermayer2015-04-17
|\|
| * avisynth: Simplify shared library name constructionDiego Biurrun2015-04-15
| * avisynth: Bump minimum required version to interface version 6Stephen Hutchinson2015-04-14
| * avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson2015-04-14
| * avisynth: update documentation about the avisynth_c.h headerStephen Hutchinson2015-03-24
* | avisynth: Bump minimum required version to interface version 6Stephen Hutchinson2015-04-02
* | avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson2015-04-02
* | avisynth: drop support of AviSynth 2.5Stephen Hutchinson2015-03-25
* | Merge commit 'a8c99205ca8703bd849efae13fcf844315c7147d'Michael Niedermayer2015-03-24
|\|
| * avisynth: Fix compilation against current 2.6 header(s).Stephen Hutchinson2015-03-24
* | Merge commit 'f2ad1495f23376ce61542967f4fc14205f284d40'Michael Niedermayer2015-01-03
|\|
| * avisynth: Use RTLD_LOCAL instead of RTLD_GLOBALMartin Storsjö2015-01-03
| * avisynth: set duration of audio streamsHendrik Leppkes2014-05-16
| * avisynth: fix setting packet propertiesMichael Niedermayer2014-01-17
* | avisynth: set duration of audio streamsHendrik Leppkes2014-05-05
* | avformat/avisynth simplify packet allocationMichael Niedermayer2014-01-10
* | avisynth: Use av_packet_from_data instead of av_new_packetStephen Hutchinson2014-01-08
* | avisynth: More av_new_packet changesAnton Khirnov2014-01-08
* | Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b'Michael Niedermayer2013-12-09
|\|
| * avformat: AviSynth demuxer rewrited s2013-12-08
| * avisynth: K&R formatting cosmeticsDiego Biurrun2013-09-06
* | avformat/avisynth: remove duplicate av_new_packet() callMichael Niedermayer2013-12-01
* | avisynth: make avs_library statically allocated.Anton Khirnov2013-12-01
* | avisynth: Move to av_new_packet/av_free_packet.Stephen Hutchinson2013-12-01
* | avformat/avisynth: re-add trailing \n.Clément Bœsch2013-10-29
* | avisynth: Factor out a couple of returnsStephen Hutchinson2013-10-28
* | avisynth: Simplify a stray av_log messageStephen Hutchinson2013-10-28
* | avisynth: Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM)Stephen Hutchinson2013-10-28
* | avisynth: Use AV_* prefixes for video and audio IDsStephen Hutchinson2013-10-28
* | avisynth: Remove outdated undef blockStephen Hutchinson2013-10-28
* | avisynth: Remove a couple of useless AviSynthContext castsStephen Hutchinson2013-10-28
* | avisynth: Don't declare structs anonymouslyStephen Hutchinson2013-10-28
* | avisynth: Compact AvxSynth's avoidance of 2.6's colorspaces.Stephen Hutchinson2013-10-28
* | avisynth: CosmeticsStephen Hutchinson2013-10-28
* | avisynth: Change most of the comments to /* */ from //Stephen Hutchinson2013-10-28
* | avisynth: Introduce USING_AVISYNTH macroStephen Hutchinson2013-10-28
* | Merge commit '97b052e56807fab6887e9ba210a28a622e6a4b78'Michael Niedermayer2013-09-06
|\|
| * avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun2013-09-06
| * avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun2013-07-29
| * miscellaneous typo fixesDiego Biurrun2013-07-25
| * lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* | avisynth: Support video input from AviSynth 2.5 properly.Stephen Hutchinson2013-08-17
* | avisynth: Exit gracefully when trying to serve video from v2.5.8.Stephen Hutchinson2013-08-07