summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
Commit message (Collapse)AuthorAge
* avfilter: add colorize filterPaul B Mahol2021-02-07
|
* avfilter: add colorcorrect filterPaul B Mahol2021-02-03
|
* avfilter: add colorcontrast filterPaul B Mahol2021-02-02
|
* avfilter: add colortemperature filterPaul B Mahol2021-01-27
|
* avfilter: add kirsch video filterPaul B Mahol2021-01-27
|
* avfilter: add shear video filterPaul B Mahol2021-01-26
|
* avfilter: add epx pixel art scalerPaul B Mahol2021-01-25
|
* avfilter: add estdif video filterPaul B Mahol2021-01-16
|
* lavfi/vf_uspp: convert to the video_enc_params APIAnton Khirnov2021-01-01
|
* lavfi/vf_codecview: convert to the video_enc_params APIAnton Khirnov2021-01-01
|
* lavfi/vf_fspp: convert to the video_enc_params APIAnton Khirnov2021-01-01
|
* lavfi/vf_pp7: convert to the video_enc_params APIAnton Khirnov2021-01-01
| | | | Re-enable fate-filter-pp7
* lavfi/vf_spp: convert to the video_enc_params APIAnton Khirnov2021-01-01
| | | | Re-enable fate-filter-spp
* lavfi/vf_pp: convert to the video_enc_params APIAnton Khirnov2021-01-01
| | | | Re-enable fate-filter-qp and fate-filter-pp.
* avfilter: add temporal midway equalizer filterPaul B Mahol2021-01-01
|
* avfilter: add shufflepixels video filterPaul B Mahol2020-12-20
|
* avfilter: add asuperpass and asuperstop filterPaul B Mahol2020-12-11
|
* avfilter: add asubcut filterPaul B Mahol2020-12-05
|
* avfilter: add asupercut filterPaul B Mahol2020-11-26
|
* avfilter: add speechnorm filterPaul B Mahol2020-11-15
|
* avfilter: add adenorm filterPaul B Mahol2020-11-05
|
* avfilter/scale_cuda: add bicubic interpolationTimo Rothenpieler2020-11-03
|
* lavfi/Makefile: Remove opencl object files when calling make clean.Carl Eugen Hoyos2020-10-25
|
* avfilter: add audio frequency and phase shift filtersPaul B Mahol2020-10-20
|
* avfilter/vf_alphamerge: use framesyncPaul B Mahol2020-09-04
|
* avfilter: add chromanr video filterPaul B Mahol2020-07-08
|
* avfilter: add dblur video filterPaul B Mahol2020-05-30
|
* lavfi: add untile filter.Nicolas George2020-05-23
|
* avfilter: add gradients source video filterPaul B Mahol2020-05-19
|
* avfilter/vf_scdet: add filter to detect scene changeLimin Wang2020-05-14
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* avfilter: add asubboost filterPaul B Mahol2020-04-30
|
* avfilter: add maskedthreshold filterPaul B Mahol2020-04-18
|
* avfilter: add tmedian filterPaul B Mahol2020-04-18
|
* avfilter: add vf_overlay_cudaYaroslav Pogrebnyak2020-03-28
| | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* avfilter/Makefile: remove dnn files when calling make cleanJames Almer2020-03-11
| | | | | | | Also remove the ancient reference to libmpcodecs while at it. Signed-off-by: James Almer <jamrial@gmail.com> Reviewed-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add Contrast Adaptive Sharpen video filterPaul B Mahol2020-02-24
|
* avfilter: add pad opencl filterPaul B Mahol2020-02-14
|
* avfilter: add afirsrc filterPaul B Mahol2020-02-07
|
* avfilter/Makefile: add vulkan.h to the list of skipped headersJames Almer2020-02-06
| | | | | | Should fix make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
* lavfi: add an chromaber_vulkan filterLynne2020-02-04
| | | | | | | This commit adds a chromatic aberration filter for Vulkan that attempts to emulate a lens chromatic aberration effect. For a YUV frame it will instead shift the chroma channels, providing a simple approximation.
* lavfi: add an avgblur_vulkan filterLynne2020-02-04
| | | | | | This commit adds a fast avgblur Vulkan filter. This will reset Intel GPUs on Linux due to a known, two-year-old driver bug (!834 on mesa's gitlab).
* lavfi: add an overlay_vulkan filterLynne2020-02-04
| | | | This commit adds a basic, non-converting overlay filter for Vulkan.
* lavfi: add an scale_vulkan filterLynne2020-02-04
| | | | This commit adds a basic, non-converting Vulkan scaling filter.
* lavfi: add Vulkan filtering frameworkLynne2020-02-04
| | | | | | | | | This commit adds a Vulkan filtering infrastructure for libavfilter. It attempts to abstract as much as possible of the Vulkan API from filters. The way the hwcontext and the framework are designed permits for parallel, non-CPU-blocking filtering throughout, with the exception of up/downloading and mapping.
* avfilter: add xfade opencl filterPaul B Mahol2020-02-02
|
* avfilter: add xfade filterPaul B Mahol2020-01-30
|
* avfilter: add freezeframes video filterPaul B Mahol2020-01-11
|
* avfilter: add thistogram video filterPaul B Mahol2019-12-29
|
* avfilter: Add tonemap vaapi filter for H2SXinpeng Sun2019-12-17
| | | | | | | | | | | | | 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>
* avfilter: rename scale.c,h to scale_evalGyan Doshi2019-12-10
| | | | scale.c is too generic; scale_eval is more representative