summaryrefslogtreecommitdiff
path: root/libavformat/avisynth.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avisynth: reindentStephen Hutchinson2022-09-041-174/+174
* avformat/avisynth: implement avisynth_flags optionStephen Hutchinson2022-09-041-0/+52
* avformat/avisynth: read _SARNum/_SARDen from frame propertiesStephen Hutchinson2022-09-041-0/+8
* avformat/avisynth: add missing avs_release_video_frameStephen Hutchinson2022-08-121-0/+1
* avformat/avisynth: cosmetics after nb_channels changeStephen Hutchinson2022-08-071-4/+4
* avformat/avisynth: use ch_layout.nb_channels for channel countStephen Hutchinson2022-08-071-1/+1
* libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv()Nil Admirari2022-06-211-12/+27
* avformat/avisynth: fix fallbacks for four framepropsStephen Hutchinson2022-03-021-83/+101
* avformat/avisynth: remove framedata variableStephen Hutchinson2022-02-231-2/+2
* avformat/avisynth: remove unused variable 'frameprop'Stephen Hutchinson2022-02-231-1/+0
* avformat/avisynth: fix frameprop version checkStephen Hutchinson2022-02-181-19/+6
* avisynth: use AviSynth+'s frame properties to set various fieldsStephen Hutchinson2022-02-131-13/+250
* avisynth: corrected interlace detectionemcodem2022-02-131-7/+4
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avisynth: fix audio on big endianStephen Hutchinson2021-03-111-4/+11
* avisynth: populate field orderemcodem2021-03-111-0/+17
* avisynth: more intelligent RGB flippingStephen Hutchinson2021-03-111-22/+5
* avformat/avisynth: fix deprecation warningStephen Hutchinson2020-04-051-2/+2
* avformat/avisynth: switch to AviSynth+ on LinuxStephen Hutchinson2020-04-051-41/+15
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-6/+6
* avisynth: adapt 239d02eff3ffe9f7d40caa21dde50fb4a0e94c24 to dlsymStephen Hutchinson2019-05-041-1/+2
* libavformat/avisynth: enable additional pix_fmtsStephen Hutchinson2019-05-041-1/+32
* lavc, lavf: move avformat static mutex from avcodec to avformatwm42017-12-261-5/+5
* Merge commit '3cc3463f306f425f76bd962755df1132eeac6dfa'Clément Bœsch2017-04-011-12/+14
|\
| * avisynth: Support pix_fmts added to AviSynth+Stephen Hutchinson2016-11-171-1/+165
| * avisynth: Simplify the pix_fmt check for the newer AviSynth APIStephen Hutchinson2016-11-171-22/+5
| * avisynth: Fix setting stream timebaseMarton Balint2016-11-171-5/+3
* | Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6'James Almer2017-03-311-2/+1
|\ \ | |/
| * Drop pointless void* castsDiego Biurrun2016-11-131-2/+1
* | avformat/avisynth.c: Use new safe dlopen code.Matt Oliver2016-11-051-9/+5
* | avisynth: fix Planar RGB outputStephen Hutchinson2016-10-271-1/+3
* | avisynth: support pix_fmts added to AviSynth+Stephen Hutchinson2016-08-301-1/+182
* | avisynth: simplify the pix_fmt check for the newer AviSynth APIStephen Hutchinson2016-08-111-22/+5
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-30/+30
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-29/+29
* | 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