Paul B Mahol
7e3f20c43c
avfilter/af_asoftclip: add two more useful options for finer filtering
4 years ago
Paul B Mahol
69be00aa61
avfilter/af_biquads: add one-pole shelf filters by adding pole option
4 years ago
Paul B Mahol
32586a42da
avfilter/vf_limiter: add support for commands
4 years ago
Paul B Mahol
fc50a8de55
avfilter/af_afade: add support for commands to afade filter
4 years ago
Paul B Mahol
d76469378d
avfilter/vf_convolution: add support for commands
4 years ago
Paul B Mahol
7adb747fd7
avfilter/vf_chromanr: add options for finer controls of filtering
4 years ago
Paul B Mahol
b607f19374
avfilter: add asuperpass and asuperstop filter
4 years ago
Gyan Doshi
7777e5119a
avfilter/cropdetect: add option for initial skip
...
The cropdetect filter, at present, skips the first two frames. This
behaviour is hardcoded.
New option 'skip' allows users to change this. Convenient for when
input is a single image or a trimmed video stream.
Default is kept at 2 to preserve current behaviour.
4 years ago
Nikola Pajkovsky
3ffed80eba
hlsenc: expand hls_fmp4_init_filename with strftime()
...
the init.mp4 can be expanded with strftime the same way as
hls_segment_filename.
Signed-off-by: Nikola Pajkovsky <nikola@pajkovsky.cz>
Signed-off-by: liuqi05 <liuqi05@kuaishou.com>
4 years ago
Paul B Mahol
fcae745f46
doc/filters: fix obvious mistake for minimum accepted value
4 years ago
Paul B Mahol
88b6ebdace
avfilter/af_biquads: add shortcut to set internal precision
4 years ago
Peter Ross
2aab42bc40
avformat/mspdec: Microsoft Paint (MSP) demuxer
...
Signed-off-by: Peter Ross <pross@xvid.org>
4 years ago
Paul B Mahol
530d1dbcef
avfilter/af_afreqshift: add level option
4 years ago
Paul B Mahol
34773ee69f
avfilter: add asubcut filter
4 years ago
Paul B Mahol
7025c91d07
avfilter/af_arnndn: add mix option
...
Mostly useful to listen to actual noise.
4 years ago
Paul B Mahol
51f8848e36
avfilter/af_stereotools: add support for commands
4 years ago
Paul B Mahol
456146356a
avfilter/af_stereotools: add two more modes
4 years ago
Marton Balint
ff373bb4a8
avdevice/decklink_dec: add support for 50/60 fps timecode
...
Signed-off-by: Marton Balint <cus@passwd.hu>
4 years ago
Marton Balint
eca12f4d5a
avutil/timecode: add av_timecode_init_from_components
...
Signed-off-by: Marton Balint <cus@passwd.hu>
4 years ago
Paul B Mahol
0c8a0d3a56
avfilter/af_acrossover: add per output band gain
4 years ago
Paul B Mahol
0a5ff19643
avfilter/af_acrossover: document roll-off of each filter order
4 years ago
Paul B Mahol
da83673c8b
avfilter/af_agate: add support for commands and timeline
4 years ago
Paul B Mahol
bebea78755
avfilter/af_asupercut: add order option
4 years ago
Paul B Mahol
94ea760c6f
avfilter/af_asubboost: make wet option apply to final output
...
Also changes some default values for options after this change.
This makes distinction between feedback and wet option.
Before they would produce same output if values were swapped.
4 years ago
Paul B Mahol
a01b037c90
avfilter/avf_showfreqs: add group delay data mode
4 years ago
Paul B Mahol
66d89a8070
avfilter/af_acrossover: add option to adjust input gain
4 years ago
Paul B Mahol
ea8c05a3e7
doc/filters: mention when adenorm filter should be placed in graph
4 years ago
Paul B Mahol
7a95cf86ff
avfilter/af_aemphasis: add timeline/slice and commands support
4 years ago
Paul B Mahol
ecc47e91e3
doc/filters: fix several errors/typos
4 years ago
Anton Khirnov
a83098ab03
avcodec: deprecate thread_safe_callbacks
...
They add considerable complexity to frame-threading implementation,
which includes an unavoidably leaking error path, while the advantages
of this option to the users are highly dubious.
It should be always possible and desirable for the callers to make their
get_buffer2() implementation thread-safe, so deprecate this option.
4 years ago
Paul B Mahol
ca90d83c1e
doc/filters: document adenorm commands support
4 years ago
Paul B Mahol
1f75462007
doc/filters: add acrossover examples
4 years ago
Paul B Mahol
3864896017
avfilter/avf_showfreqs: implement phase display
4 years ago
Paul B Mahol
3c922681c3
avfilter: add asupercut filter
4 years ago
Paul B Mahol
cc74700a83
avfilter/af_acrossover: add even more orders
4 years ago
Gyan Doshi
859de8df4a
doc/filters: fix typo in overlay_cuda
4 years ago
Lynne
d243dd540a
libavcodec: add a new AV_CODEC_EXPORT_DATA_FILM_GRAIN flag and option
...
This introduces a new field to allow decoders to export their film grain
parameters.
Will be used by the next patch.
4 years ago
Lynne
4f9ee87253
libavutil: introduce AVFilmGrainParams side data
...
This patch introduces a new frame side data type AVFilmGrainParams for use
with video codecs which support it.
It can save a lot of memory used for duplicate processed reference frames and
reduce copies when applying film grain during presentation.
4 years ago
Paul B Mahol
97bc6900e6
avfilter/vf_readeia608: add support for commands
4 years ago
Jean-Baptiste Kempf
052a5993ad
avcodec: add SpeedHQ encoder
4 years ago
Paul B Mahol
9208b72a38
avfilter/af_aiir: add support for arbitrary order lattice-ladder filter format
4 years ago
Anton Khirnov
ce0f5397a8
doc/examples/transcoding: switch to the new encoding API
4 years ago
Anton Khirnov
29f33c1076
doc/examples/transcoding: stop constantly allocating AVFrames
...
Allocate just one and reuse it.
4 years ago
Paul B Mahol
c417f1a76c
avfilter/vf_xfade: add squeeze transitions
4 years ago
Paul B Mahol
381ab69042
avfilter/vf_frei0r: add support for commands
4 years ago
Paul B Mahol
17a0dfebf5
avfilter/vf_despill: add support for commands
4 years ago
Paul B Mahol
e3081d6f4f
avfilter/af_afade: add sinc curve types
4 years ago
Paul B Mahol
bb7bb440c2
avfilter/af_anlmdn: support all options as commands
4 years ago
Paul B Mahol
9f20e5d281
avfilter: add speechnorm filter
4 years ago
Paul B Mahol
ee4a046540
avfilter/af_asoftclip: add oversampling support
4 years ago