| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/avisynth.c: Use new safe dlopen code. | Matt Oliver | 2016-11-05 | 1 | -9/+5 |
* | avisynth: fix Planar RGB output | Stephen Hutchinson | 2016-10-27 | 1 | -1/+3 |
* | avisynth: support pix_fmts added to AviSynth+ | Stephen Hutchinson | 2016-08-30 | 1 | -1/+182 |
* | avisynth: simplify the pix_fmt check for the newer AviSynth API | Stephen Hutchinson | 2016-08-11 | 1 | -22/+5 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -30/+30 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -29/+29 |
* | | avisynth: fix setting stream timebase | Marton Balint | 2015-08-13 | 1 | -4/+2 |
* | | Merge commit '247aa7af7d8197247c181e3fbfe8d93d75e41b29' | Michael Niedermayer | 2015-04-17 | 1 | -5/+3 |
|\| |
|
| * | avisynth: Simplify shared library name construction | Diego Biurrun | 2015-04-15 | 1 | -5/+3 |
| * | avisynth: Bump minimum required version to interface version 6 | Stephen Hutchinson | 2015-04-14 | 1 | -5/+6 |
| * | avisynth: Fix detection of AviSynth 2.5 | Stephen Hutchinson | 2015-04-14 | 1 | -9/+9 |
| * | avisynth: update documentation about the avisynth_c.h header | Stephen Hutchinson | 2015-03-24 | 1 | -10/+1 |
* | | avisynth: Bump minimum required version to interface version 6 | Stephen Hutchinson | 2015-04-02 | 1 | -5/+6 |
* | | avisynth: Fix detection of AviSynth 2.5 | Stephen Hutchinson | 2015-04-02 | 1 | -9/+9 |
* | | avisynth: drop support of AviSynth 2.5 | Stephen Hutchinson | 2015-03-25 | 1 | -8/+15 |
* | | Merge commit 'a8c99205ca8703bd849efae13fcf844315c7147d' | Michael Niedermayer | 2015-03-24 | 1 | -10/+37 |
|\| |
|
| * | avisynth: Fix compilation against current 2.6 header(s). | Stephen Hutchinson | 2015-03-24 | 1 | -5/+37 |
* | | Merge commit 'f2ad1495f23376ce61542967f4fc14205f284d40' | Michael Niedermayer | 2015-01-03 | 1 | -1/+1 |
|\| |
|
| * | avisynth: Use RTLD_LOCAL instead of RTLD_GLOBAL | Martin Storsjö | 2015-01-03 | 1 | -1/+1 |
| * | avisynth: set duration of audio streams | Hendrik Leppkes | 2014-05-16 | 1 | -0/+1 |
| * | avisynth: fix setting packet properties | Michael Niedermayer | 2014-01-17 | 1 | -10/+12 |
* | | avisynth: set duration of audio streams | Hendrik Leppkes | 2014-05-05 | 1 | -0/+1 |
* | | avformat/avisynth simplify packet allocation | Michael Niedermayer | 2014-01-10 | 1 | -24/+14 |
* | | avisynth: Use av_packet_from_data instead of av_new_packet | Stephen Hutchinson | 2014-01-08 | 1 | -4/+16 |
* | | avisynth: More av_new_packet changes | Anton Khirnov | 2014-01-08 | 1 | -9/+6 |
* | | Merge commit 'f0b234ab9e406efee85c17eb435db646092a943b' | Michael Niedermayer | 2013-12-09 | 1 | -1/+1 |
|\| |
|
| * | avformat: AviSynth demuxer rewrite | d s | 2013-12-08 | 1 | -166/+625 |
| * | avisynth: K&R formatting cosmetics | Diego Biurrun | 2013-09-06 | 1 | -145/+150 |
* | | avformat/avisynth: remove duplicate av_new_packet() call | Michael Niedermayer | 2013-12-01 | 1 | -1/+0 |
* | | avisynth: make avs_library statically allocated. | Anton Khirnov | 2013-12-01 | 1 | -33/+26 |
* | | avisynth: Move to av_new_packet/av_free_packet. | Stephen Hutchinson | 2013-12-01 | 1 | -3/+5 |
* | | avformat/avisynth: re-add trailing \n. | Clément Bœsch | 2013-10-29 | 1 | -1/+1 |
* | | avisynth: Factor out a couple of returns | Stephen Hutchinson | 2013-10-28 | 1 | -2/+2 |
* | | avisynth: Simplify a stray av_log message | Stephen Hutchinson | 2013-10-28 | 1 | -1/+1 |
* | | avisynth: Switch a couple of AVERROR_UNKNOWNs to AVERROR(ENOMEM) | Stephen Hutchinson | 2013-10-28 | 1 | -2/+2 |
* | | avisynth: Use AV_* prefixes for video and audio IDs | Stephen Hutchinson | 2013-10-28 | 1 | -6/+6 |
* | | avisynth: Remove outdated undef block | Stephen Hutchinson | 2013-10-28 | 1 | -6/+0 |
* | | avisynth: Remove a couple of useless AviSynthContext casts | Stephen Hutchinson | 2013-10-28 | 1 | -2/+2 |
* | | avisynth: Don't declare structs anonymously | Stephen Hutchinson | 2013-10-28 | 1 | -4/+3 |
* | | avisynth: Compact AvxSynth's avoidance of 2.6's colorspaces. | Stephen Hutchinson | 2013-10-28 | 1 | -9/+6 |
* | | avisynth: Cosmetics | Stephen Hutchinson | 2013-10-28 | 1 | -85/+116 |
* | | avisynth: Change most of the comments to /* */ from // | Stephen Hutchinson | 2013-10-28 | 1 | -22/+24 |
* | | avisynth: Introduce USING_AVISYNTH macro | Stephen Hutchinson | 2013-10-28 | 1 | -4/+5 |
* | | Merge commit '97b052e56807fab6887e9ba210a28a622e6a4b78' | Michael Niedermayer | 2013-09-06 | 1 | -0/+1 |
|\| |
|
| * | avisynth: Add missing #include for NULL_IF_CONFIG_SMALL | Diego Biurrun | 2013-09-06 | 1 | -0/+1 |
| * | avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo | Diego Biurrun | 2013-07-29 | 1 | -1/+1 |
| * | miscellaneous typo fixes | Diego Biurrun | 2013-07-25 | 1 | -13/+13 |
| * | lavf: remove disabled FF_API_R_FRAME_RATE cruft | Anton Khirnov | 2013-03-11 | 1 | -3/+0 |