mbox series

[FFmpeg-devel,0/3,v2] avisynth: add user-selectable flags

Message ID 20220831002340.31886-1-qyot27@gmail.com
Headers show
Series avisynth: add user-selectable flags | expand

Message

Stephen Hutchinson Aug. 31, 2022, 12:23 a.m. UTC
The reading of frame properties from the script can now be toggled
on and off per-property or as a whole, using the avisynth_flags
option.

The ability to read _SARNum/_SARDen properties has been added,
but is kept off by default because it poses more of a risk of a
user accidentally getting it wrong than the already existing properties
do, which is what prompted adding the ability to switch frame property
reading on and off.

Stephen Hutchinson (3):
  avformat/avisynth: read _SARNum/_SARDen from frame properties
  avformat/avisynth: implement avisynth_flags option
  avformat/avisynth: reindent

 libavformat/avisynth.c | 386 ++++++++++++++++++++++++-----------------
 1 file changed, 223 insertions(+), 163 deletions(-)