aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/avisynth.c
Commit message (Expand)AuthorAgeFilesLines
* avisynth: fix setting stream timebaseMarton Balint2015-08-131-4/+2
* Merge commit '247aa7af7d8197247c181e3fbfe8d93d75e41b29'Michael Niedermayer2015-04-171-5/+3
|\
| * avisynth: Simplify shared library name constructionDiego Biurrun2015-04-151-5/+3
| * avisynth: Bump minimum required version to interface version 6Stephen Hutchinson2015-04-141-5/+6
| * avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson2015-04-141-9/+9
| * avisynth: update documentation about the avisynth_c.h headerStephen Hutchinson2015-03-241-10/+1
* | avisynth: Bump minimum required version to interface version 6Stephen Hutchinson2015-04-021-5/+6
* | avisynth: Fix detection of AviSynth 2.5Stephen Hutchinson2015-04-021-9/+9
* | avisynth: drop support of AviSynth 2.5Stephen Hutchinson2015-03-251-8/+15
* | Merge commit 'a8c99205ca8703bd849efae13fcf844315c7147d'Michael Niedermayer2015-03-241-10/+37
|\|
| * avisynth: Fix compilation against current 2.6 header(s).Stephen Hutchinson2015-03-241-5/+37
* | Merge commit 'f2ad1495f23376ce61542967f4fc14205f284d40'Michael Niedermayer2015-01-031-1/+1
|\|
| * avisynth: Use RTLD_LOCAL instead of RTLD_GLOBALMartin Storsjö2015-01-031-1/+1
| * avisynth: set duration of audio streamsHendrik Leppkes2014-05-161-0/+1
| * avisynth: fix setting packet propertiesMichael Niedermayer2014-01-171-10/+12
* | avisynth: set duration of audio streamsHendrik Leppkes2014-05-051-0/+1
* | avformat/avisynth simplify packet allocationMichael Niedermayer2014-01-101-24/+14
* | avisynth: Use av_packet_from_data instead of av_new_packetStephen Hutchinson2014-01-081-4/+16
* | avisynth: More av_new_packet changesAnton Khirnov2014-01-081-9/+6
* | Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b'Michael Niedermayer2013-12-091-1/+1
|\|
| * avformat: AviSynth demuxer rewrited s2013-12-081-166/+625
| * avisynth: K&R formatting cosmeticsDiego Biurrun2013-09-061-145/+150
* | avformat/avisynth: remove duplicate av_new_packet() callMichael Niedermayer2013-12-011-1/+0
* | avisynth: make avs_library statically allocated.Anton Khirnov2013-12-011-33/+26
* | avisynth: Move to av_new_packet/av_free_packet.Stephen Hutchinson2013-12-011-3/+5
* | avformat/avisynth: re-add trailing \n.Clément Bœsch2013-10-291-1/+1
* | avisynth: Factor out a couple of returnsStephen Hutchinson2013-10-281-2/+2
* | avisynth: Simplify a stray av_log messageStephen Hutchinson2013-10-281-1/+1
* | avisynth: Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM)Stephen Hutchinson2013-10-281-2/+2
* | avisynth: Use AV_* prefixes for video and audio IDsStephen Hutchinson2013-10-281-6/+6
* | avisynth: Remove outdated undef blockStephen Hutchinson2013-10-281-6/+0
* | avisynth: Remove a couple of useless AviSynthContext castsStephen Hutchinson2013-10-281-2/+2
* | avisynth: Don't declare structs anonymouslyStephen Hutchinson2013-10-281-4/+3
* | avisynth: Compact AvxSynth's avoidance of 2.6's colorspaces.Stephen Hutchinson2013-10-281-9/+6
* | avisynth: CosmeticsStephen Hutchinson2013-10-281-85/+116
* | avisynth: Change most of the comments to /* */ from //Stephen Hutchinson2013-10-281-22/+24
* | avisynth: Introduce USING_AVISYNTH macroStephen Hutchinson2013-10-281-4/+5
* | Merge commit '97b052e56807fab6887e9ba210a28a622e6a4b78'Michael Niedermayer2013-09-061-0/+1
|\|
| * avisynth: Add missing #include for NULL_IF_CONFIG_SMALLDiego Biurrun2013-09-061-0/+1
| * avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun2013-07-291-1/+1
| * miscellaneous typo fixesDiego Biurrun2013-07-251-13/+13
| * lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-3/+0
* | avisynth: Support video input from AviSynth 2.5 properly.Stephen Hutchinson2013-08-171-20/+13
* | avisynth: Exit gracefully when trying to serve video from v2.5.8.Stephen Hutchinson2013-08-071-0/+21
* | avisynth: CosmeticsStephen Hutchinson2013-08-071-14/+14
* | replace some deprecated definesPaul B Mahol2013-07-061-9/+9
* | avisynth: Make sure the filename passed to Avisynth is in the right code pageOka Motofumi2013-06-221-0/+11
* | avformat/avisynth: Don't insert null frames or samples at the start of a stream.Stephen Hutchinson2013-04-111-4/+4
* | avformat/avisynth: Cosmeticsd s2013-04-101-4/+4
* | avformat/avisynth: Fix off-by-one error in avisynth demuxer.d s2013-04-101-4/+6