Paul B Mahol
963c16ed38
avfilter/vf_lut3d: do not error out if TITLE is after other lines
6 years ago
Paul B Mahol
bd02a6d7ed
avfilter/af_adelay: switch to activate
Also use less memory in special case when all channels have common delay.
6 years ago
Mark Thompson
f370142ec0
lavfi/ebur128: Fix mixed declarations and code
6 years ago
Martin Vignali
66974311b1
avfilter/show_info : add print of color information (range, color_primaries, color_trc, colorspace)
6 years ago
Paul B Mahol
22d6d91649
avfilter/vf_waveform: abort early if there are no components to show
6 years ago
Paul B Mahol
d94d252731
avfilter/vf_waveform: add gratcicule to rgb input
6 years ago
Paul B Mahol
bc940cf95c
avfilter/vf_datascope: fix rgba mapping for oscilloscope filter output
6 years ago
Josh de Kock
0ac82eed6f
lavfi/vf_showinfo: support displaying S12M timecode sidedata
6 years ago
Paul B Mahol
b7b3e8c5c7
avfilter: add vibrance filter
6 years ago
Martin Vignali
6953ff714f
avfilter/setparams : fix colorspace option
6 years ago
Martin Vignali
cfdbefdd90
avfilter/setfield, setrange : set color property to auto
6 years ago
Martin Vignali
997f03cd7e
avfilter/setparams : update filter description
6 years ago
Timo Rothenpieler
2797bd5c81
avfilter/*_cuda: don't include internal header
It's not used, and pulls in the ffnvcodec header, which does not neccesarily have to exist to build these filters, since they include the full cuda.h.
6 years ago
Martin Vignali
8d3f364630
avfilter/setparam : add options to set color primaries, trc, space
6 years ago
Martin Vignali
02ad0416c0
avfilter/setparams : merge setfield and setrange filter to setparams filter
setfield and setrange filters are kept.
6 years ago
Paul B Mahol
18d391cffe
avfilter: add chromahold filter
6 years ago
Paul B Mahol
0939c33b54
avfilter/af_afir: calculate group delay too
6 years ago
Paul B Mahol
8baaed7889
avfilter: add sinc source filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
7 years ago
Paul B Mahol
2d9c290a2f
avfilter/vf_lensfun: use av_malloc_array()
6 years ago
Paul B Mahol
0ce7005d34
avfilter/vf_lensfun: use av_freep
6 years ago
Paul B Mahol
bf5bdbdb92
avfilter/af_adelay: do not crash if allocation of chandelay failed
6 years ago
Paul B Mahol
936376f3f7
avfilter/af_silenceremove: use enum for threshold detection modes
6 years ago
Paul B Mahol
631994b62b
avfilter/af_silenceremove: add enum for detection modes
6 years ago
Paul B Mahol
454ed32d56
avfilter/af_silenceremove: add options description
6 years ago
Paul B Mahol
a853623681
avfilter/af_silenceremove: prefer outlink instead of inlink
6 years ago
Paul B Mahol
346b23237b
avfilter/af_silenceremove: add mode options
To control how threshold is calculated in multichannel audio.
6 years ago
Paul B Mahol
c07bc1d6ee
avfilter/af_silenceremove: add options to keep min duration of silence
6 years ago
Zhong Li
a5e1cb9e96
lavu/hwcontext_qsv: Add support for AV_PIX_FMT_BGRA.
RGB32(AV_PIX_FMT_BGRA on intel platforms) format may be used as overlay with alpha blending.
So add AV_PIX_FMT_BGRA format support.
One example of alpha blending overlay: ffmpeg -hwaccel qsv -c:v h264_qsv -i BA1_Sony_D.jsv
-filter_complex 'movie=lena-rgba.png,hwupload=extra_hw_frames=16[a];[0:v][a]overlay_qsv=x=10:y=10'
-c:v h264_qsv -y out.mp4
Rename RGB32 to be BGRA to make it clearer as Mark Thompson's suggestion.
V2: Add P010 format support else will introduce HEVC 10bit encoding regression.
Thanks for LinJie's discovery.
Signed-off-by: Zhong Li <zhong.li@intel.com>
Verified-by: Fu, Linjie <linjie.fu@intel.com>
7 years ago
Paul B Mahol
7a6d88ee62
avfilter/af_afir: remove again option, merge it with gtype
6 years ago
Daniel Molkentin
a628fa1fec
libavfilter: bump micro version to 101
6 years ago
Daniel Molkentin
4069d2d087
libavfilter/ebur128: add scale parameter
This allows switching between absolute (LUFS) and relativ (LU) display
in the status line.
Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
Signed-off-by: Conrad Zelck <c.zelck@imail.de>
6 years ago
Daniel Molkentin
d445bcb137
libavfilter/ebur128: introduce target range
This eases meeting the target level during live mixing.
Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
Signed-off-by: Conrad Zelck <c.zelck@imail.de>
6 years ago
Daniel Molkentin
d587390988
libavfilter/ebur128: add gauge option
Allow to show short-term instead of momentary in gauge. Useful for monitoring
whilst live mixing.
Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
Signed-off-by: Conrad Zelck <c.zelck@imail.de>
6 years ago
Daniel Molkentin
1cee8f03cf
libavfilter/ebur128: add target value to statistics line
Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
Signed-off-by: Conrad Zelck <c.zelck@imail.de>
6 years ago
Daniel Molkentin
d95c5b003c
libavfilter/ebur128: add target level option for EBUR128 visualization filter
Signed-off-by: Daniel Molkentin <daniel@molkentin.de>
Signed-off-by: Conrad Zelck <c.zelck@imail.de>
6 years ago
Marton Balint
d6a1f711bc
avfilter/af_asetnsamples: do not leak frame on ENOMEM
Fixes Coverity CID 1416352.
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Marton Balint
4db291d764
avfilter/f_cue: always check the return value of ff_inlink_consume_frame
Fixes Coverity CID 1439936.
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Paul B Mahol
e10fe34e7c
avfilter/f_reverse: add packed sample format support to areverse
6 years ago
Paul B Mahol
3cbf37bf09
avfilter/af_silenceremove: fix max for duration options
6 years ago
Marton Balint
0e9a09793a
avfilter/af_afade: fix crossfade duration maximum value
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Paul B Mahol
3d308746eb
avfilter/af_afade: add logistic sigmoid curve
6 years ago
Paul B Mahol
9c120b4d42
avfilter/avf_showspectrum: add legend support to showspectrum filter
6 years ago
Michael Niedermayer
c07bbdbcf0
avfilter/vf_tonemap_opencl: Fix seperate typo
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Michael Niedermayer
6414415889
avfilter/af_biquads: Remove l from %lf in av_log environment
The l modifier does nothing in C99 and it was undefined in C89 for %f
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Michael Niedermayer
8dd7c2c6a7
avfilter/af_aiir: Remove l from %lf in av_log environment
The l modifier does nothing in C99 and it was undefined in C89 for %f
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Paul B Mahol
c98ffa086c
avfilter/avf_showspectrum: switch to activate and add fps option
6 years ago
Jun Zhao
5a3ce4a92b
lavfi/deshake: fix deshake crash issue.
Fixes ticket #7441 .
for block contrast calculate, the block is like this:
|<---------------- stride-----------------------|
+-----------------------------------------------> X
|
| w = 16
| (cx,cy)+------+
| | |
|h=blocksize| |
| | |
| +------+
V
Y
so we calc the block contrast use:
(cy + y) * stride + (cx + x)
Signed-off-by: Jun Zhao <mypopydev@gmail.com>
6 years ago
Paul B Mahol
50a2347b19
avfilter/avf_showspectrum: increase padding size for low sample rates
6 years ago
Paul B Mahol
fe447c0609
avfilter/avf_showspectrum: add zoom mode to showspectrumpic
6 years ago
Paul B Mahol
3e687be4fa
avfilter/avf_showspectrum: add green color map
6 years ago