ffmpeg/libavfilter
Marton Balint 52cc89dc45 avfilter/yadif_common: fix timestamps with very small timebases
Yadif filter assumed that the output timebase is always half of the input
timebase. This is not true if halving the input time base is not representable
as an AVRational causing the output timestamps to be invalidly scaled in such a
case.

So let's use av_reduce instead of av_mul_q when calculating the output time
base and if the conversion is inexact then let's fall back to the original
timebase which probably makes more parctical sense than using x/INT_MAX.

Fixes invalidly scaled pts_time values in this command line:
ffmpeg -f lavfi -i testsrc -vf settb=tb=1/2000000000,yadif,showinfo -f null none

Signed-off-by: Marton Balint <cus@passwd.hu>
2024-02-04 20:04:18 +01:00
..
aarch64 aarch64: Lowercase UXTW/SXTW and similar flags 2023-10-21 23:25:23 +03:00
cuda apply spelling fixes 2023-11-18 19:55:42 +01:00
dnn libavfilter/dnn_interface: use dims to represent shapes 2024-01-28 11:18:06 +08:00
metal
opencl apply spelling fixes 2023-11-18 19:55:42 +01:00
riscv af_afir: RISC-V V fcmul_add 2023-11-16 20:53:18 +02:00
tests lavfi/dnn: Remove DNN native backend 2023-04-28 11:07:41 +08:00
vulkan nlmeans_vulkan: parallelize workgroup invocations 2023-10-11 16:53:06 +02:00
x86 avfilter/bwdifdsp: Constify 2023-09-28 00:17:47 +02:00
.gitignore
Makefile avfilter: Add fsync filter 2024-01-05 09:29:05 +01:00
aap_template.c avfilter: add Affine Projection adaptive audio filter 2023-11-28 15:40:34 +01:00
adynamicequalizer_template.c avfilter/af_adynamicequalizer: add adaptive detection mode 2023-11-17 00:17:54 +01:00
aeval.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_aap.c avfilter: add Affine Projection adaptive audio filter 2023-11-28 15:40:34 +01:00
af_acontrast.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_acopy.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_acrossover.c avfilter/af_acrossover: add precision option 2022-05-14 14:11:52 +02:00
af_acrusher.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_adeclick.c avfilter/af_adeclick: stop returning EINVAL error 2023-08-12 11:27:32 +02:00
af_adecorrelate.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_adelay.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_adenorm.c
af_aderivative.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_adrc.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_adynamicequalizer.c avfilter/af_adynamicequalizer: add adaptive detection mode 2023-11-17 00:17:54 +01:00
af_adynamicsmooth.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_aecho.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_aemphasis.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_aexciter.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_afade.c avfilter/af_afade: add 4 more curves 2023-08-24 22:20:06 +02:00
af_afftdn.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_afftfilt.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_afir.c avfilter/af_afir: remove flag that is not needed 2023-11-19 23:59:23 +01:00
af_afir.h avfilter/af_afir: add timeline support 2023-11-19 23:47:51 +01:00
af_afirdsp.h af_afir: RISC-V V fcmul_add 2023-11-16 20:53:18 +02:00
af_aformat.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_afreqshift.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_afwtdn.c avfilter/af_afwtdn: fix crash with EOF handling 2023-11-27 11:56:26 +01:00
af_agate.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_aiir.c apply spelling fixes 2023-11-18 19:55:42 +01:00
af_alimiter.c avfilter/af_alimiter: Check nextpos before use 2023-12-29 21:07:57 +01:00
af_amerge.c all: use av_channel_layout_describe_bprint instead of av_channel_layout_describe in a few places 2024-01-07 22:47:22 +01:00
af_amix.c avfilter/af_amix: set output frame duration 2023-11-28 13:17:13 +01:00
af_amultiply.c avfilter/af_amultiply: set output frame duration 2023-11-28 13:17:12 +01:00
af_anequalizer.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_anlmdn.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_anlmdndsp.h
af_anlms.c avfilter/af_anlms: set output frame duration 2023-11-28 13:17:19 +01:00
af_anull.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_apad.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_aphaser.c
af_apsyclip.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_apulsator.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_aresample.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
af_arls.c avfilter/af_arls: set output frame duration 2023-11-28 13:17:13 +01:00
af_arnndn.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_asdr.c avfilter: no need to request more samples if internal frame is available 2023-11-28 13:16:18 +01:00
af_asetnsamples.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_asetrate.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_ashowinfo.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_asoftclip.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_aspectralstats.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_asr.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_astats.c avfilter/af_astats: extend and improve bit depth output 2023-09-25 19:07:11 +02:00
af_asubboost.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_asupercut.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_atempo.c avfilter/af_atempo: improve RE_MALLOC_OR_FAIL macro 2023-07-15 10:52:15 +02:00
af_atilt.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_axcorrelate.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_biquads.c avfilter: fix highshelf zdf coefficients 2023-08-07 11:57:28 +02:00
af_bs2b.c
af_channelmap.c avfilter/af_channelmap: do not override set channel layout 2023-11-25 13:05:31 +01:00
af_channelsplit.c avfilter: use AV_OPT_TYPE_CHLAYOUT 2023-11-22 19:28:40 +01:00
af_chorus.c
af_compand.c avfilter/af_compand: simplify frame allocation 2023-02-08 18:56:57 +01:00
af_compensationdelay.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_crossfeed.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_crystalizer.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_dcshift.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_deesser.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_dialoguenhance.c avfilter/af_dialoguenhance: add double-floating point sample format support 2023-12-04 23:14:40 +01:00
af_drmeter.c avfilter/af_drmeter: misc cleanups 2023-06-18 02:21:29 +02:00
af_dynaudnorm.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_earwax.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_extrastereo.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_firequalizer.c avfilter/af_firequalizer: switch to TX from lavu 2022-11-17 13:28:58 +01:00
af_flanger.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_haas.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_hdcd.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_headphone.c avfilter/af_headphone: Remove unnecessary emms_c() 2023-09-04 11:04:45 +02:00
af_join.c avfilter: use AV_OPT_TYPE_CHLAYOUT 2023-11-22 19:28:40 +01:00
af_ladspa.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_loudnorm.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_lv2.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_mcompand.c
af_pan.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_replaygain.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_rubberband.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_sidechaincompress.c
af_silencedetect.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_silenceremove.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
af_sofalizer.c avfilter/af_sofalizer: Remove unnecessary emms_c() 2023-09-04 11:04:45 +02:00
af_speechnorm.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_stereotools.c avfilter/af_stereotools: round-up max size of buffer 2023-12-29 01:19:06 +01:00
af_stereowiden.c avfilter/af_stereowiden: Check length 2023-12-29 19:29:06 +01:00
af_superequalizer.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
af_surround.c avfilter/af_surround: refactor some code 2023-12-04 23:14:39 +01:00
af_tremolo.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
af_vibrato.c avfilter/af_vibrato: refactor code 2023-08-08 17:45:32 +02:00
af_virtualbass.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
af_volume.c avfilter/af_volume: Remove unnecessary emms_c() 2023-09-04 11:04:45 +02:00
af_volume.h avfilter/af_volume: Also deprecate position enum value 2023-09-07 00:49:25 +02:00
af_volumedetect.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
afir_template.c avfilter/af_afir: refactor crossfade code 2023-11-19 23:47:52 +01:00
allfilters.c avfilter: Add fsync filter 2024-01-05 09:29:05 +01:00
anlms_template.c avfilter/af_anlms: add double sample format support 2023-11-27 20:27:25 +01:00
arls_template.c avfilter/arls_template: use defines for all constants 2023-11-28 16:09:12 +01:00
asink_anullsink.c
asrc_afdelaysrc.c avfilter: use AV_OPT_TYPE_CHLAYOUT 2023-11-22 19:28:40 +01:00
asrc_afirsrc.c avfilter/asrc_afirsrc: fix by one smaller allocation of buffer 2023-11-23 15:01:55 +01:00
asrc_anoisesrc.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
asrc_anullsrc.c avfilter/asrc_anullsrc: fix allowed range for sample_rate 2023-11-22 19:41:15 -03:00
asrc_flite.c avfilter/asrc_flite: use streaming function 2023-12-06 10:52:46 +01:00
asrc_hilbert.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
asrc_sinc.c avfilter/asrc_sinc: check return code of tx_init() 2023-09-03 09:33:26 +02:00
asrc_sine.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
atadenoise.h
audio.c avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
audio.h avfilter: Deduplicate default audio inputs/outputs 2023-08-07 09:21:13 +02:00
avf_a3dscope.c avfilter/avf_a3dscope,avf_showcwt: set video frame duration 2023-01-17 14:50:08 +01:00
avf_abitscope.c avfilter/avf_abitscope: refactor bit counting for histogram 2023-05-30 19:21:13 +02:00
avf_ahistogram.c avfilter/avf_ahistogram: refactor frame fill data code 2023-05-30 18:18:14 +02:00
avf_aphasemeter.c avfilter/avf_aphasemeter: switch to activate 2023-05-30 20:09:47 +02:00
avf_avectorscope.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
avf_concat.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
avf_showcqt.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
avf_showcqt.h
avf_showcwt.c avfilter/avf_showcwt: fix invalid write for full bargraph 2023-11-11 23:29:45 +01:00
avf_showfreqs.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
avf_showspatial.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
avf_showspectrum.c avfilter/avf_showspectrum: fix off by 1 error 2023-12-29 01:19:04 +01:00
avf_showvolume.c avfilter/avf_showvolume: improve step for vertical orientation 2023-11-18 23:50:39 +01:00
avf_showwaves.c avfilter/avf_showwaves: Check history_nb_samples 2023-12-30 21:50:04 +01:00
avfilter.c avfilter: add negotiation API for color space/range 2023-12-31 13:35:03 -08:00
avfilter.h avfilter: add negotiation API for color space/range 2023-12-31 13:35:03 -08:00
avfiltergraph.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
avfilterres.rc
bbox.c
bbox.h
blend.h avfilter/vf_blend: Move ff_blend_init into a header 2022-05-06 05:19:49 +02:00
blend_modes.c avfilter/blend_modes: Always preserve constness 2023-09-07 20:58:00 +02:00
boxblur.c
boxblur.h
bufferqueue.h
buffersink.c avfilter/buffersink: add color space/range accessors 2023-12-31 13:36:12 -08:00
buffersink.h avfilter/buffersink: add color space/range accessors 2023-12-31 13:36:12 -08:00
buffersrc.c avfilter/buffersrc: limit link variance logs below debug loglevel 2024-02-01 16:36:18 +05:30
buffersrc.h avfilter/buffersrc: add color_space/range parameters 2023-12-31 13:35:17 -08:00
bwdifdsp.c avfilter/bwdifdsp: Avoid including ff_bwdif_filter_line3_c() 2023-09-28 00:17:47 +02:00
bwdifdsp.h avfilter/bwdifdsp: Avoid including ff_bwdif_filter_line3_c() 2023-09-28 00:17:47 +02:00
ccfifo.c avfilter/ccfifo: constify some parameters 2023-05-12 22:33:16 -03:00
ccfifo.h avfilter/ccfifo: constify some parameters 2023-05-12 22:33:16 -03:00
colorchannelmixer_template.c
colorspace.c lavfi/colorspace: add ff_matrix_mul_3x3_vec 2022-06-19 19:18:34 -05:00
colorspace.h lavfi/colorspace: add ff_matrix_mul_3x3_vec 2022-06-19 19:18:34 -05:00
colorspacedsp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
colorspacedsp.h
colorspacedsp_template.c
colorspacedsp_yuv2yuv_template.c
convolution.h libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI 2022-11-14 10:04:16 +08:00
dialoguenhance_template.c avfilter/af_dialoguenhance: add double-floating point sample format support 2023-12-04 23:14:40 +01:00
dnn_filter_common.c libavfilter/dnn_bakcend_openvino: Add automatic input/output detection 2024-01-28 11:17:59 +08:00
dnn_filter_common.h avfilter/dnn: refactor ff_get_dnn_module to remove allocation 2023-06-08 10:50:23 +08:00
dnn_interface.h libavfilter/dnn_interface: use dims to represent shapes 2024-01-28 11:18:06 +08:00
drawutils.c avfilter/drawutils: remove redundant xyz format check 2023-10-31 15:46:38 +01:00
drawutils.h lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
ebur128.c
ebur128.h
edge_common.c lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
edge_common.h lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
edge_template.c avfilter/edge_template: Fix small inputs with gaussian_blur() 2023-12-29 01:28:10 +01:00
f_bench.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
f_cue.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
f_drawgraph.c avfilter/f_drawgraph: Deduplicate outputs 2023-11-04 01:24:09 +01:00
f_ebur128.c avfilter/f_ebur128: do not print summary log if nothing was processed 2023-09-29 18:40:54 +02:00
f_graphmonitor.c avfilter/f_graphmonitor: Deduplicate outputs 2023-11-04 01:24:09 +01:00
f_interleave.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
f_latency.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
f_loop.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
f_metadata.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
f_perms.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
f_realtime.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
f_reverse.c avfilter/f_reverse: Apply PTS compensation only when pts is available 2023-12-29 19:29:07 +01:00
f_segment.c
f_select.c avfilter/select: initialize prev_selected_n to NAN 2023-12-10 09:29:50 +05:30
f_sendcmd.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
f_sidedata.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
f_streamselect.c
f_zmq.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
fflcms2.c fflcms2: move to libavcodec 2022-07-30 11:42:06 +02:00
fflcms2.h fflcms2: move to libavcodec 2022-07-30 11:42:06 +02:00
fifo.c
file_open.c libavutil: Deprecate av_fopen_utf8, provide an avpriv version 2022-05-23 13:52:26 +03:00
filters.h
formats.c avfilter: add negotiation API for color space/range 2023-12-31 13:35:03 -08:00
formats.h avfilter: add negotiation API for color space/range 2023-12-31 13:35:03 -08:00
framepool.c
framepool.h
framequeue.c lavfi/framequeue: remove redundant logic code 2023-09-28 09:25:02 +02:00
framequeue.h
framerate.h
framesync.c avfilter/framesync: fix OOM case 2023-11-30 11:08:34 +01:00
framesync.h Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
gblur.h avfilter/vf_gblur: Move ff_gblur_init into a header 2022-05-06 05:19:49 +02:00
generate_wave_table.c
generate_wave_table.h
gradfun.h
graphdump.c all: use av_channel_layout_describe_bprint instead of av_channel_layout_describe in a few places 2024-01-07 22:47:22 +01:00
graphparser.c lavfi/graphparser: be more verbose when filtergraph parsing fails 2023-06-16 08:07:02 +02:00
hermite.h
hflip.h avfilter/vf_hflip: Move ff_hflip_init into a header 2022-05-06 05:19:50 +02:00
internal.h Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
lavfutils.c avutil/imgutils: Add wrapper for av_image_copy() to avoid casts 2023-09-12 09:42:27 +02:00
lavfutils.h
libavfilter.v
limiter.h
log2_tab.c
lswsutils.c
lswsutils.h
lut3d.h
maskedclamp.h
maskedmerge.h
median.h
median_template.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
motion_estimation.c
motion_estimation.h
opencl.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
opencl.h
opencl_source.h tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
palette.c avfilter/palette: add lowbias32 hashing 2023-01-03 17:18:55 +01:00
palette.h avfilter/palette: add lowbias32 hashing 2023-01-03 17:18:55 +01:00
phase_template.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
preserve_color.h
psnr.h
pthread.c
qp_table.c
qp_table.h
qrencode.c lavfi: add qrencode source and filter 2024-01-01 20:12:52 +01:00
qsvvpp.c lavfi/qsvvpp: add set_frame_ext_params callback 2023-08-04 10:27:55 +08:00
qsvvpp.h lavfi/qsvvpp: add set_frame_ext_params callback 2023-08-04 10:27:55 +08:00
removegrain.h
scale_eval.c avfilter/scale_eval: Reduce rounding error. 2022-09-27 00:07:43 +02:00
scale_eval.h avfilter/scale_eval: Reduce rounding error. 2022-09-27 00:07:43 +02:00
scene_sad.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
scene_sad.h
setpts.c lavfi/setpts: use macro to access variables array 2024-01-01 20:12:52 +01:00
settb.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
signature.h
signature_lookup.c
silenceremove_template.c avfilter/silenceremove_template: refactor detectors using common peaks code 2023-05-29 11:47:11 +02:00
split.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
src_avsynctest.c avfilter/src_avsynctest: add support for commands 2023-05-10 12:55:22 +02:00
src_movie.c lavfi/src_movie: stop using AV_CODEC_FLAG_COPY_OPAQUE 2023-07-11 19:14:23 +02:00
ssim.h
stack_internal.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
stack_internal.h Revert "avfilter/stack_internal: add missing header includes" 2023-03-11 10:05:47 -03:00
stereo3d.h
textutils.c lavfi: introduce textutils 2024-01-01 20:12:52 +01:00
textutils.h lavfi: introduce textutils 2024-01-01 20:12:52 +01:00
thread.h
threshold.h avfilter/vf_threshold: Move ff_threshold_init into a header 2022-05-06 05:19:50 +02:00
tinterlace.h avfilter/ccfifo: remove unnecessary context allocations 2023-05-12 16:21:18 -03:00
transform.c
transform.h
transpose.h
trim.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
unsharp.h
v360.h
vaapi_vpp.c avfilter: add negotiation API for color space/range 2023-12-31 13:35:03 -08:00
vaapi_vpp.h lavfi/{denoise, procamp, scale, sharpness}_vaapi: Add passthrough mode 2023-06-25 10:01:51 +08:00
vaf_spectrumsynth.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
version.c lib*/version: Move library version functions into files of their own 2022-05-10 06:49:32 +02:00
version.h avfilter: Add fsync filter 2024-01-05 09:29:05 +01:00
version_major.h avfilter/vf_libplacebo: wrap deprecated opts in FF_API define 2023-03-13 11:30:58 -03:00
vf_addroi.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_alphamerge.c avfilter/vf_alphamerge: warn if input not full range 2023-11-09 12:53:35 +01:00
vf_amplify.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_aspect.c avfilter/vf_aspect: Deduplicate inputs 2023-11-04 01:24:09 +01:00
vf_atadenoise.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_avgblur.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_avgblur_opencl.c tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
vf_avgblur_vulkan.c lavfi/avgblur_vulkan: fix memory leaks 2023-08-28 22:29:34 +02:00
vf_backgroundkey.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_bbox.c
vf_bilateral.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_bilateral_cuda.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_bilateral_cuda.cu avfilter/vf_bilateral_cuda: refactor use of pow to simple multiplication 2022-09-03 20:27:34 +02:00
vf_bitplanenoise.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_blackdetect.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_blackframe.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_blend.c avfilter/vf_blend: Deduplicate outputs 2023-11-04 01:24:09 +01:00
vf_blend_init.h avfilter/blend_modes: Always preserve constness 2023-09-07 20:58:00 +02:00
vf_blend_vulkan.c avfilter/internal: Don't include video.h 2023-08-07 09:21:13 +02:00
vf_blockdetect.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_blurdetect.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_bm3d.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_boxblur.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_bwdif.c avfilter/yadif_common: factorize some part of the config_output and the uninit functions 2024-02-04 20:04:18 +01:00
vf_bwdif_cuda.c avfilter/yadif_common: factorize some part of the config_output and the uninit functions 2024-02-04 20:04:18 +01:00
vf_bwdif_cuda.cu avfilter/vf_bwdif_cuda: CUDA accelerated bwdif deinterlacer 2023-06-16 12:52:32 -07:00
vf_bwdif_vulkan.c avfilter/yadif_common: factorize some part of the config_output and the uninit functions 2024-02-04 20:04:18 +01:00
vf_cas.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_ccrepack.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_chromaber_vulkan.c lavfi/chromaber_vulkan: fix memory leaks 2023-08-28 22:29:34 +02:00
vf_chromakey.c avfilter/vf_chromakey: Deduplicate inputs and outputs 2023-11-04 01:24:09 +01:00
vf_chromakey_cuda.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_chromakey_cuda.cu avfilter: add chromakey_cuda filter 2022-07-10 17:20:15 +02:00
vf_chromanr.c avfilter/vf_chromanr: compare correct variables for advanced mode 2023-12-01 21:31:38 +01:00
vf_chromashift.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_ciescope.c avfilter/vf_ciescope: set output frame duration 2023-01-27 23:13:16 +01:00
vf_codecview.c avfilter/vf_codecview: fix heap buffer overflow 2024-01-05 01:14:33 +08:00
vf_colorbalance.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_colorchannelmixer.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_colorconstancy.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_colorcontrast.c avfilter: use ptrdiff_t instead of int for linesize 2023-09-22 22:56:57 +02:00
vf_colorcorrect.c avfilter/vf_colorcorrect: fix memory leaks 2023-11-27 12:10:26 +01:00
vf_colorize.c avfilter: use ptrdiff_t instead of int for linesize 2023-09-22 22:56:57 +02:00
vf_colorkey.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_colorkey_opencl.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_colorlevels.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_colormap.c
vf_colormatrix.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_colorspace.c avfilter/vf_colorspace: Remove redundant emms_c() 2023-09-04 11:04:45 +02:00
vf_colorspace_cuda.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_colorspace_cuda.cu libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter 2022-09-13 22:59:30 +02:00
vf_colortemperature.c avfilter/vf_colortemperature: add gbr(a)pf support 2023-11-12 02:39:44 +01:00
vf_convolution.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_convolution_opencl.c tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
vf_convolve.c avfilter/vf_convolve: Deduplicate outputs 2023-11-04 01:24:09 +01:00
vf_copy.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
vf_coreimage.m avfilter/vf_coreimage: add missing semicolon 2023-05-04 22:38:47 -03:00
vf_corr.c avfilter/vf_corr: for all zero returns zero score instead of 1 2023-12-03 03:10:05 +01:00
vf_cover_rect.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_crop.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_cropdetect.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_curves.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_datascope.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_dblur.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_dctdnoiz.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_deband.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
vf_deblock.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_decimate.c avfilter/vf_decimate: add mixed option to process input only partially to be decimated 2022-12-19 16:24:25 +01:00
vf_dedot.c apply spelling fixes 2023-11-18 19:55:42 +01:00
vf_deflicker.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_deinterlace_vaapi.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_dejudder.c
vf_delogo.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_derain.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_deshake.c avfilter/deshake: Merge header into its only user 2023-11-04 01:26:25 +01:00
vf_deshake_opencl.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_despill.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_detelecine.c
vf_displace.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_dnn_classify.c libavfilter/dnn_interface: use dims to represent shapes 2024-01-28 11:18:06 +08:00
vf_dnn_detect.c libavfilter/vf_dnn_detect: Use class confidence to filt boxes 2024-01-28 11:18:13 +08:00
vf_dnn_processing.c libavfilter/dnn_interface: use dims to represent shapes 2024-01-28 11:18:06 +08:00
vf_drawbox.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_drawtext.c lavfi/drawtext: fix missed rename of is_newline 2024-01-03 16:49:16 +01:00
vf_edgedetect.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_elbg.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
vf_entropy.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_epx.c avfilter/internal: Don't include video.h 2023-08-07 09:21:13 +02:00
vf_eq.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_eq.h lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_estdif.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_exposure.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_extractplanes.c avfilter/vf_extractplanes: tag alpha plane as full range 2023-11-09 12:53:35 +01:00
vf_fade.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_feedback.c avfilter/vf_feedback: add timeline support 2023-10-30 16:06:46 +01:00
vf_fftdnoiz.c avfilter/internal: Don't include video.h 2023-08-07 09:21:13 +02:00
vf_fftfilt.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_field.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_fieldhint.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
vf_fieldmatch.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
vf_fieldorder.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_fillborders.c avfilter: use ptrdiff_t instead of int for linesize 2023-09-22 22:56:57 +02:00
vf_find_rect.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_flip_vulkan.c avfilter/internal: Don't include video.h 2023-08-07 09:21:13 +02:00
vf_floodfill.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_format.c avfilter/vf_format: allow empty pix_fmts list 2023-12-31 13:36:22 -08:00
vf_fps.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_framepack.c avfilter/vf_framepack: Use dedicated pointer for access 2023-09-12 09:42:43 +02:00
vf_framerate.c avfilter: Remove unnecessary emms_c for ff_scene_sad_get_fn 2023-09-04 11:04:45 +02:00
vf_framestep.c
vf_freezedetect.c avfilter: Remove unnecessary emms_c for ff_scene_sad_get_fn 2023-09-04 11:04:45 +02:00
vf_freezeframes.c
vf_frei0r.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_fspp.c avutil/internal: Don't auto-include emms.h 2023-09-04 11:04:45 +02:00
vf_fspp.h
vf_fsync.c avfilter/fsync: Fix memory leak 2024-01-07 13:59:02 +01:00
vf_gblur.c avfilter/vf_gblur: Remove unnecessary emms_c() 2023-09-04 11:04:45 +02:00
vf_gblur_init.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_gblur_vulkan.c avfilter/internal: Don't include video.h 2023-08-07 09:21:13 +02:00
vf_geq.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
vf_gradfun.c avfilter/vf_gradfun: Do not overread last line 2023-12-29 01:19:05 +01:00
vf_grayworld.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_guided.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_hflip.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_hflip_init.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_histeq.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_histogram.c avfilter/vf_histogram: call av_frame_copy_props() 2023-01-17 23:20:00 +01:00
vf_hqdn3d.c avutil/internal: Don't auto-include emms.h 2023-09-04 11:04:45 +02:00
vf_hqdn3d.h
vf_hqx.c avfilter/internal: Don't include video.h 2023-08-07 09:21:13 +02:00
vf_hsvkey.c avfilter/vf_hsvkey: Deduplicate inputs and outputs 2023-11-04 01:24:09 +01:00
vf_hue.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_huesaturation.c avfilter: use ptrdiff_t instead of int for linesize 2023-09-22 22:56:57 +02:00
vf_hwdownload.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_hwmap.c lavfi: add hwdevice flag to hwupload/hwmap 2023-03-27 17:14:31 +02:00
vf_hwupload.c lavfi: add hwdevice flag to hwupload/hwmap 2023-03-27 17:14:31 +02:00
vf_hwupload_cuda.c
vf_hysteresis.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_iccdetect.c avfilter/vf_iccdetect: use ff_icc_profile_sanitize 2023-10-03 00:28:50 +02:00
vf_iccgen.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_identity.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_idet.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_idet.h
vf_il.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
vf_kerndeint.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_lagfun.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_lenscorrection.c
vf_lensfun.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_libopencv.c
vf_libplacebo.c avfilter/vf_libplacebo: switch to colorspace negotiation API 2023-12-31 13:35:35 -08:00
vf_libvmaf.c avfilter/vf_libvmaf: fix string comparison bug 2023-12-08 10:32:46 -08:00
vf_limitdiff.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_limiter.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_lumakey.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_lut.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_lut2.c
vf_lut3d.c avfilter: use ptrdiff_t instead of int for linesize 2023-09-22 22:56:57 +02:00
vf_maskedclamp.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_maskedmerge.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_maskedminmax.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_maskedthreshold.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_maskfun.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_mcdeint.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_median.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_mergeplanes.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
vf_mestimate.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_midequalizer.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_minterpolate.c avfilter/vf_minterpolate: Check pts before division 2023-12-30 21:50:04 +01:00
vf_misc_vaapi.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_mix.c avfilter/vf_mix: add fast filtering in case all tmix weights are same 2023-06-02 18:54:32 +02:00
vf_monochrome.c avfilter: use ptrdiff_t instead of int for linesize 2023-09-22 22:56:57 +02:00
vf_morpho.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_mpdecimate.c avfilter/vf_mpdecimate: Remove emms_c 2023-11-04 01:26:25 +01:00
vf_multiply.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_negate.c avfilter/vf_negate: add support for more planar with alpha 2023-09-28 22:46:54 +02:00
vf_neighbor.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_neighbor_opencl.c tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
vf_nlmeans.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_nlmeans.h avfilter/vf_nlmeans: Move ff_nlmeans_init into a header 2022-05-06 05:19:50 +02:00
vf_nlmeans_init.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_nlmeans_opencl.c tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
vf_nlmeans_vulkan.c nlmeans_vulkan: fix offsets calculation and various stride issues 2023-11-09 09:14:18 +01:00
vf_nnedi.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_noise.c avutil/internal: Don't auto-include emms.h 2023-09-04 11:04:45 +02:00
vf_noise.h
vf_normalize.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_null.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_ocr.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_overlay.c lavfi/overlay: factorize definition of planar and packed blending functions 2024-01-01 20:12:52 +01:00
vf_overlay.h avfilter/vf_overlay: Add support for yuv444p10 pixel format 2023-07-20 16:49:05 +02:00
vf_overlay_cuda.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_overlay_cuda.cu
vf_overlay_opencl.c tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
vf_overlay_qsv.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_overlay_vaapi.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_overlay_vulkan.c avfilter/internal: Don't include video.h 2023-08-07 09:21:13 +02:00
vf_owdenoise.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_pad.c
vf_pad_opencl.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_palettegen.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
vf_paletteuse.c avfilter: use ptrdiff_t instead of int for linesize 2023-09-22 22:56:57 +02:00
vf_perspective.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_phase.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_photosensitivity.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_pixdesctest.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_pixelize.c
vf_pp.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_pp7.c avutil/internal: Don't auto-include emms.h 2023-09-04 11:04:45 +02:00
vf_pp7.h
vf_premultiply.c
vf_procamp_vaapi.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_program_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_pseudocolor.c avfilter/vf_pseudocolor: add support for more planar alpha formats 2023-09-28 23:09:31 +02:00
vf_psnr.c lavfi/vf_psnr: add warning when color ranges differ 2023-09-23 15:55:44 +01:00
vf_pullup.c avutil/imgutils: Add wrapper for av_image_copy() to avoid casts 2023-09-12 09:42:27 +02:00
vf_pullup.h
vf_qp.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_quirc.c lavfi: add quirc filter 2024-01-01 20:12:52 +01:00
vf_random.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_readeia608.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_readvitc.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_remap.c
vf_remap_opencl.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_removegrain.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_removelogo.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_repeatfields.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_rotate.c lavfi/rotate: Avoid undefined behaviour. 2022-10-10 02:58:39 +02:00
vf_sab.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_scale.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_scale_cuda.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_scale_cuda.cu avfilter/scale_cuda: add support for rgb32/bgr32 conversions 2023-06-16 10:40:21 -07:00
vf_scale_cuda.h
vf_scale_npp.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_scale_vaapi.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_scale_vt.c avfilter/vf_scale_vt: fix output frame dimension 2023-08-26 16:31:43 +08:00
vf_scale_vulkan.c lavfi/scale_vulkan: fix memory leaks 2023-08-28 22:29:35 +02:00
vf_scdet.c avfilter: Remove unnecessary emms_c for ff_scene_sad_get_fn 2023-09-04 11:04:45 +02:00
vf_scroll.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_selectivecolor.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_separatefields.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_setparams.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_sharpen_npp.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_shear.c
vf_showinfo.c avfilter/vf_showinfo: add udu_sei_as_ascii option 2023-12-28 21:22:54 +08:00
vf_showpalette.c
vf_shuffleframes.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_shufflepixels.c
vf_shuffleplanes.c avfilter/internal: Don't include formats.h 2023-08-07 09:21:13 +02:00
vf_signalstats.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
vf_signature.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_siti.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_smartblur.c avfilter/vf_smartblur: pass old context to sws_getCachedContext 2023-09-20 23:24:55 +08:00
vf_spp.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_spp.h
vf_sr.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_ssim.c lavfi/vf_ssim: add warning when color ranges differ 2023-09-23 15:55:47 +01:00
vf_ssim360.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_stack.c avfilter/xstack: Add support for fixed size grid 2022-07-04 19:49:31 +02:00
vf_stack_qsv.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_stack_vaapi.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_stereo3d.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_subtitles.c avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusions 2023-10-03 01:59:07 +02:00
vf_super2xsai.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_swaprect.c avfilter/vf_swaprect: round coordinates down 2023-12-29 21:07:59 +01:00
vf_swapuv.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_telecine.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_threshold.c avfilter/vf_threshold: Move ff_threshold_init into a header 2022-05-06 05:19:50 +02:00
vf_threshold_init.h avfilter/vf_threshold: fix handling of zero threshold 2022-10-27 10:23:24 +02:00
vf_thumbnail.c avfilter/vf_thumbnail: allow to change stats log level 2022-12-05 21:08:02 +01:00
vf_thumbnail_cuda.c
vf_thumbnail_cuda.cu
vf_tile.c
vf_tiltandshift.c Add new vf_tiltandshift filter 2023-12-21 17:16:16 -05:00
vf_tinterlace.c avfilter/internal: Don't include video.h 2023-08-07 09:21:13 +02:00
vf_tmidequalizer.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_tonemap.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_tonemap_opencl.c tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
vf_tonemap_vaapi.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_tpad.c avfilter/vf_tpad: fix check for drawing initialization 2023-11-09 11:11:00 +01:00
vf_transpose.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_transpose_npp.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_transpose_opencl.c tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
vf_transpose_vaapi.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_transpose_vt.c avfilter/vf_transpose_vt: fix declaration-after-statement 2023-08-26 16:31:43 +08:00
vf_transpose_vulkan.c lavfi/transpose_vulkan: fix memory leaks 2023-08-28 22:29:36 +02:00
vf_unsharp.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_unsharp_opencl.c tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
vf_untile.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_uspp.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_v360.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_vaguedenoiser.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_varblur.c avfilter/vf_varblur: Don't use pointer-to-const for destination 2023-09-07 20:58:00 +02:00
vf_vectorscope.c
vf_vflip.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_vfrdet.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_vibrance.c avfilter: use ptrdiff_t instead of int for linesize 2023-09-22 22:56:57 +02:00
vf_vidstabdetect.c avfilter/vf_vidstabdetect: Avoid double AVERRORS 2023-12-29 21:36:03 +01:00
vf_vidstabtransform.c avfilter/vidstab: add option for file format specification 2023-10-26 15:46:18 +05:30
vf_vif.c avfilter/vf_vif: Don't cast const away unnecessarily 2023-09-07 20:58:00 +02:00
vf_vignette.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_vmafmotion.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_vpp_qsv.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vf_w3fdif.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_waveform.c avfilter/vf_waveform: add input option 2023-05-14 00:13:59 +02:00
vf_weave.c avfilter/vf_weave: Fix odd height handling 2023-12-29 01:28:11 +01:00
vf_xbr.c avfilter/internal: Don't include video.h 2023-08-07 09:21:13 +02:00
vf_xfade.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_xfade_opencl.c tools/cl2c: change to tools/source2c and allow non-OpenCL source files 2023-05-29 00:42:00 +02:00
vf_xfade_vulkan.c lavfi/vf_xfade_vulkan: add wipes 2023-08-24 22:50:57 +02:00
vf_xmedian.c avfilter/vf_xmedian: Deduplicate outputs 2023-11-04 01:24:09 +01:00
vf_yadif.c avfilter/yadif_common: factorize some part of the config_output and the uninit functions 2024-02-04 20:04:18 +01:00
vf_yadif_cuda.c avfilter/yadif_common: factorize some part of the config_output and the uninit functions 2024-02-04 20:04:18 +01:00
vf_yadif_cuda.cu
vf_yadif_videotoolbox.m avfilter/yadif_common: factorize some part of the config_output and the uninit functions 2024-02-04 20:04:18 +01:00
vf_yaepblur.c avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vf_zoompan.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vf_zscale.c avfilter/vf_zscale: fix query_formats 2024-01-12 14:12:44 +01:00
video.c avfilter: add negotiation API for color space/range 2023-12-31 13:35:03 -08:00
video.h avfilter: Deduplicate default video inputs/outputs 2023-08-07 09:21:13 +02:00
vidstabutils.c Revert "all: Don't set AVClass.item_name to its default value" 2024-01-20 10:34:48 +01:00
vidstabutils.h
vmaf_motion.h
vsink_nullsink.c
vsrc_cellauto.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vsrc_ddagrab.c lavfi/vsrc_ddagrab: add an option to avoid duplicating frames 2024-01-30 09:32:39 +01:00
vsrc_ddagrab_shaders.h avfilter/vsrc_ddagrab: fix checkheaders error 2022-07-18 13:08:39 +02:00
vsrc_gradients.c avfilter/vsrc_gradients: make rotation always continuous if speed changes 2023-12-03 18:43:26 +01:00
vsrc_life.c avfilter/vsrc_life: set video frame duration 2023-01-17 17:46:58 +01:00
vsrc_mandelbrot.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vsrc_mptestsrc.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vsrc_sierpinski.c avfilter: Remove unnecessary formats.h inclusions 2023-08-07 09:21:13 +02:00
vsrc_testsrc.c avfilter/vsrc_testsrc: fix colorchart black stripe 2024-01-12 23:35:40 +01:00
vsrc_testsrc_vulkan.c lavfi/vsrc_testsrc_vulkan: fix -Wint-conversion 2024-01-31 14:26:26 +01:00
vulkan.c
vulkan.h
vulkan_filter.c avfilter/vulkan_filter: Remove unused label 2023-10-06 12:28:45 +02:00
vulkan_filter.h lavfi: add lavfi-only Vulkan infrastructure 2023-05-29 00:41:51 +02:00
vulkan_glslang.c lavfi: add lavfi-only Vulkan infrastructure 2023-05-29 00:41:51 +02:00
vulkan_shaderc.c lavfi: add lavfi-only Vulkan infrastructure 2023-05-29 00:41:51 +02:00
vulkan_spirv.h lavfi: add lavfi-only Vulkan infrastructure 2023-05-29 00:41:51 +02:00
w3fdif.h
window_func.h avfilter/window_func: Use av_bessel_i0() 2023-05-29 00:55:52 +02:00
yadif.h avfilter/yadif_common: fix timestamps with very small timebases 2024-02-04 20:04:18 +01:00
yadif_common.c avfilter/yadif_common: fix timestamps with very small timebases 2024-02-04 20:04:18 +01:00