Michael Niedermayer
c361fa9e21
Bump minor versions after release branch
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
4 years ago
Michael Niedermayer
c67d2a2875
Bump Versions before release/4.4 branch
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
4 years ago
Andreas Rheinhardt
59c0301be9
avfilter/buffersink: Postpone removal of av_[a]buffersink_params_alloc
...
They have been deprecated in 61097535cd
,
yet this was less than two years ago. Removing them will therefore have
to wait.
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Andreas Rheinhardt
fec3c730e6
avfilter/avfilter: Remove avfilter_link_set_closed() on bump
...
Deprecated in 39a09e995d
.
Reviewed-by: Nicolas George <george@nsup.org>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
4 years ago
Paul B Mahol
17127f81c5
avfilter: add msad video filter
4 years ago
Paul B Mahol
4a69cd4e4e
avfilter: add identity video filter
4 years ago
Ashish Singh
38aea9b041
avfilter: add vif filter
...
This is Visual Information Fidelity (VIF) filter and one of the component
filters of VMAF. It outputs the average VIF score over all frames.
Signed-off-by: Ashish Singh <ashk43712@gmail.com>
4 years ago
Paul B Mahol
edc45d1bd5
avfilter: add monochrome video filter
4 years ago
Paul B Mahol
4390573c44
avfilter: add exposure video filter
4 years ago
Paul B Mahol
579e4e57a2
avfilter: add aexciter audio filter
4 years ago
Paul B Mahol
bd5226704a
avfilter: add colorize filter
4 years ago
Paul B Mahol
f6621a8e72
avfilter: add colorcorrect filter
4 years ago
Paul B Mahol
090f31f813
avfilter: add colorcontrast filter
4 years ago
Paul B Mahol
a9d23d33a1
avfilter: add colortemperature filter
4 years ago
Paul B Mahol
35f8628047
avfilter: add kirsch video filter
4 years ago
Paul B Mahol
37f76c81d6
avfilter: add shear video filter
4 years ago
Paul B Mahol
b897b52618
avfilter: add epx pixel art scaler
4 years ago
Paul B Mahol
e722b443e4
avfilter: add estdif video filter
4 years ago
Paul B Mahol
54cd025a82
avfilter: add temporal midway equalizer filter
4 years ago
Paul B Mahol
6e96e3d970
avfilter: add shufflepixels video filter
4 years ago
Paul B Mahol
b607f19374
avfilter: add asuperpass and asuperstop filter
4 years ago
Paul B Mahol
34773ee69f
avfilter: add asubcut filter
4 years ago
Paul B Mahol
3c922681c3
avfilter: add asupercut filter
4 years ago
Paul B Mahol
9f20e5d281
avfilter: add speechnorm filter
4 years ago
Paul B Mahol
a125e08130
avfilter: add adenorm filter
4 years ago
Timo Rothenpieler
cfdddec0c8
avfilter/scale_cuda: add lanczos algorithm
4 years ago
Timo Rothenpieler
f1d0f83712
avfilter/scale_cuda: add bicubic interpolation
4 years ago
Paul B Mahol
637c154a50
avfilter: add audio frequency and phase shift filters
4 years ago
Paul B Mahol
6cdddb773f
avfilter: add chromanr video filter
4 years ago
Michael Niedermayer
c5079bf3bc
Bump minor versions after branching 4.3
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Michael Niedermayer
0a8a96c251
Bump minor versions to separate 4.3 from master
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Paul B Mahol
726dbc57f8
avfilter: add dblur video filter
5 years ago
Nicolas George
88567a2e52
lavfi: add untile filter.
5 years ago
Paul B Mahol
f63939dedb
avfilter: add gradients source video filter
5 years ago
Limin Wang
d62d4e05e8
avfilter/vf_scdet: add filter to detect scene change
...
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
5 years ago
Paul B Mahol
c7d8082357
avfilter: add asubboost filter
5 years ago
Paul B Mahol
4457f75c65
avfilter: add maskedthreshold filter
5 years ago
Paul B Mahol
9987f6d01e
avfilter: add tmedian filter
5 years ago
Yaroslav Pogrebnyak
4976b102d8
avfilter: add vf_overlay_cuda
...
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
5 years ago
Paul B Mahol
72b6c8c99f
avfilter: add Contrast Adaptive Sharpen video filter
5 years ago
Paul B Mahol
1c6a91990d
avfilter: add pad opencl filter
5 years ago
Paul B Mahol
ae5a435300
avfilter: add afirsrc filter
5 years ago
Lynne
a71a5d9214
lavfi: bump minor version for the Vulkan filters
5 years ago
Paul B Mahol
cd823dadf9
avfilter: add xfade opencl filter
5 years ago
Paul B Mahol
863accbefa
avfilter: add xfade filter
5 years ago
Paul B Mahol
1a7f4a122e
avfilter: add freezeframes video filter
5 years ago
Zhao Zhili
b2491566a6
avfilter/buffersrc: deprecate sws_param option
5 years ago
Paul B Mahol
cc43c2f29a
avfilter: add thistogram video filter
5 years ago
Xinpeng Sun
2e2dfe6673
avfilter: Add tonemap vaapi filter for H2S
...
It performs HDR(High Dynamic Range) to SDR(Standard Dynamic Range) conversion
with tone-mapping. It only supports HDR10 as input temporarily.
An example command to use this filter with vaapi codecs:
FFMPEG -hwaccel vaapi -vaapi_device /dev/dri/renderD128 -hwaccel_output_format vaapi \
-i INPUT -vf 'tonemap_vaapi=format=p010' -c:v hevc_vaapi -profile 2 OUTPUT
Signed-off-by: Xinpeng Sun <xinpeng.sun@intel.com>
Signed-off-by: Zachary Zhou <zachary.zhou@intel.com>
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
5 years ago
Marton Balint
6498522bef
avfilter/vf_tinterlace: add support for bypassing already interlaced frames
...
The old interlace filter worked this way before it was merged with tinterlace.
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago