1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavfilter
Devin Heitmueller 61a9f3c0ce avfilter/vf_fps: properly preserve CEA-708 captions
The existing implementation made an attempt to remove duplicate
captions if increasing the framerate, but made no attempt to
handle reducing the framerate, nor did it rewrite the caption
payloads to have the appropriate cc_count (e.g. the cc_count needs
to change from 20 to 10 when going from 1080i59 to 720p59 and
vice-versa).

Make use of the new ccfifo mechanism to ensure that caption data
is properly preserved.

Signed-off-by: Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
2023-05-11 22:06:20 +08:00
..
aarch64
cuda
dnn lavfi/dnn: Remove DNN native backend 2023-04-28 11:07:41 +08:00
metal lavfi/metal: fix build with pre-10.11 deployment targets 2021-12-22 18:43:34 -06:00
opencl avfilter: add remap opencl filter 2022-07-07 17:52:32 +02:00
tests lavfi/dnn: Remove DNN native backend 2023-04-28 11:07:41 +08:00
x86 x86/vf_bwdif_init: limit AVX2 functions using 256bit vectors to cpus known to be fast with it 2023-03-25 13:27:20 -03:00
.gitignore
adynamicequalizer_template.c avfilter/adynamicequalizer_template: remove empty lines 2023-05-06 17:50:05 +02:00
aeval.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
af_acontrast.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_acopy.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_acrossover.c avfilter/af_acrossover: add precision option 2022-05-14 14:11:52 +02:00
af_acrusher.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_adeclick.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_adecorrelate.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_adelay.c avfilter/af_adelay: fix frame pts and set frame duration 2023-05-05 17:20:14 +02:00
af_adenorm.c avfilter/af_adenorm: simplify handling of commands 2022-04-13 22:02:47 +02:00
af_aderivative.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_adrc.c avfilter: add adrc filter 2022-12-19 20:43:58 +01:00
af_adynamicequalizer.c avfilter/af_adynamicequalizer: add precision option 2023-04-30 11:32:45 +02:00
af_adynamicsmooth.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_aecho.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_aemphasis.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_aexciter.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_afade.c avfilter/af_afade: add options to control unity/silence gains 2023-01-03 10:25:06 +01:00
af_afftdn.c avfilter/af_afftdn: call av_frame_copy_props() 2023-01-17 17:46:58 +01:00
af_afftfilt.c avfilter/af_afftfilt: call av_frame_copy_props() 2023-01-17 17:46:58 +01:00
af_afir.c avfilter/af_afir: fix remaining artifacts on IR switch 2023-04-25 21:22:15 +02:00
af_afir.h avfilter/af_afir: add way to control loading interval of impulses 2023-04-25 21:22:15 +02:00
af_afirdsp.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
af_aformat.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_afreqshift.c avfilter/af_afreqshift: cache nb_coeffs value 2023-05-03 20:13:26 +02:00
af_afwtdn.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_agate.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
af_aiir.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_alimiter.c avfilter/af_alimiter: fix misbehavior when nb_channels != 2 2022-08-23 12:20:05 +02:00
af_amerge.c avfilter/af_amerge: set output frame duration 2023-05-05 17:20:13 +02:00
af_amix.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_amultiply.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_anequalizer.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_anlmdn.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
af_anlmdndsp.h
af_anlms.c avfilter/af_anlms: improve documentation and extend option 2023-05-01 20:07:06 +02:00
af_anull.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_apad.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_aphaser.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_apsyclip.c avfilter/af_apsyclip: add copy_props() call 2022-12-01 19:50:54 +01:00
af_apulsator.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_aresample.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_arls.c avfilter/af_arls: improve documentation and extend option 2023-05-01 20:07:05 +02:00
af_arnndn.c avfilter/af_arnndn: unbreak filtering 2023-01-17 17:46:58 +01:00
af_asdr.c avfilter/af_asdr: add support for threads 2023-04-30 12:38:02 +02:00
af_asetnsamples.c avfilter/af_asetnsamples: add timeline support 2023-05-07 17:25:07 +02:00
af_asetrate.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
af_ashowinfo.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
af_asoftclip.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_aspectralstats.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
af_asr.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_astats.c lavfi/astats: sort measures keys by name 2023-02-11 17:30:20 +01:00
af_asubboost.c avfilter/af_asubboost: add channels option 2022-05-13 22:09:08 +02:00
af_asupercut.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_atempo.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
af_atilt.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_axcorrelate.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_biquads.c avfilter/af_biquads: reduce double type usage 2023-05-05 17:20:13 +02:00
af_bs2b.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_channelmap.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_channelsplit.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_chorus.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_compand.c avfilter/af_compand: simplify frame allocation 2023-02-08 18:56:57 +01:00
af_compensationdelay.c avfilter/af_compensationdelay: simplify frame allocation 2023-02-08 18:56:56 +01:00
af_crossfeed.c avfilter/af_crossfeed: always return same number of samples with block processing 2022-05-13 15:18:42 +02:00
af_crystalizer.c avfilter/af_crystalizer: remove no longer needed wrapper function 2022-04-13 09:41:14 +02:00
af_dcshift.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_deesser.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_dialoguenhance.c avfilter/af_dialoguenhance: call av_frame_copy_props() 2023-01-17 14:50:08 +01:00
af_drmeter.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_dynaudnorm.c avfilter/af_dynaudnorm: add curve option 2022-11-10 19:16:05 +01:00
af_earwax.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_extrastereo.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_firequalizer.c avfilter/af_firequalizer: switch to TX from lavu 2022-11-17 13:28:58 +01:00
af_flanger.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_haas.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_hdcd.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_headphone.c avfilter/af_headphone: properly initialize scale 2022-12-19 18:45:56 +01:00
af_join.c avfilter/af_join: fix leak on error 2023-05-10 13:56:34 +02:00
af_ladspa.c avfilter/af_ladspa: remove not wanted line 2022-05-12 10:52:52 +02:00
af_loudnorm.c avfilter/af_loudnorm: simplify query_formats() 2022-11-17 12:37:22 +01:00
af_lv2.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_mcompand.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_pan.c avfilter/af_pan: free input frame once unneeded 2023-05-10 14:01:49 +02:00
af_replaygain.c avfilter/af_replaygain: export results into read-only options 2023-05-07 17:25:57 +02:00
af_rubberband.c avfilter/af_rubberband: use correct array for multichannels 2023-03-30 14:08:52 +02:00
af_sidechaincompress.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
af_silencedetect.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_silenceremove.c avfilter/af_silenceremove: do not trim non-silence from start 2022-08-23 22:18:02 +02:00
af_sofalizer.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
af_speechnorm.c avfilter/af_speechnorm: change initial gain state 2022-11-07 08:32:48 +01:00
af_stereotools.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_stereowiden.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03: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: call av_frame_copy_props() 2023-01-17 14:50:08 +01:00
af_tremolo.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_vibrato.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
af_virtualbass.c avfilter/af_virtualbass: call av_frame_copy_props() 2023-01-17 18:36:37 +01:00
af_volume.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
af_volume.h Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
af_volumedetect.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
afir_template.c avfilter/afir_template: avoid multiplications if memcpy is enough 2023-04-27 22:53:13 +02:00
allfilters.c avfilter: add zoneplate video test source 2023-05-09 08:48:44 +02:00
asink_anullsink.c
asrc_afdelaysrc.c avfilter: add fractional delay IR source filter 2023-01-16 09:59:31 +01:00
asrc_afirsrc.c avfilter: add FIR equalizer coefficients source filter 2023-04-27 21:45:57 +02:00
asrc_anoisesrc.c avfilter/asrc_anoisesrc: improve velvet noise output 2023-05-09 00:42:36 +02:00
asrc_anullsrc.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
asrc_flite.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
asrc_hilbert.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
asrc_sinc.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
asrc_sine.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
atadenoise.h
audio.c avfilter/audio: move a variable declaration outside of an unrelated deprecated block 2023-05-01 13:57:09 -03:00
audio.h avfilter/audio, video: Remove references to avfilter_unref_buffer() 2021-09-27 06:10:57 +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: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
avf_ahistogram.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
avf_aphasemeter.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
avf_avectorscope.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
avf_concat.c lavfi/avf_concat: rescale frame durations 2023-04-24 16:56:06 +02:00
avf_showcqt.c avfilter/avf_showcqt: fix crash when using vflip filter 2022-11-25 19:40:11 +01:00
avf_showcqt.h
avf_showcwt.c avfilter/avf_a3dscope,avf_showcwt: set video frame duration 2023-01-17 14:50:08 +01:00
avf_showfreqs.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
avf_showspatial.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
avf_showspectrum.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
avf_showvolume.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
avf_showwaves.c avfilter: let single output frame A->V filters set reasonable frame rate 2022-04-10 22:41:26 +02:00
avfilter.c avfilter: use the new AVFrame key_frame flag in all filters 2023-05-04 19:19:13 -03:00
avfilter.h lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
avfiltergraph.c avfilter/avfiltergraph: remove unnecessary channel layout copy 2022-08-06 20:32:46 -03:00
avfilterres.rc
bbox.c
bbox.h
blend_modes.c avfilter/blend_modes: unbreak interpolate mode for float format 2022-02-14 17:51:45 +01:00
blend.h avfilter/vf_blend: Move ff_blend_init into a header 2022-05-06 05:19:49 +02:00
boxblur.c
boxblur.h
bufferqueue.h
buffersink.c avfilter: remove FF_API_BUFFERSINK_ALLOC 2023-02-09 15:35:14 +01:00
buffersink.h avfilter: remove FF_API_BUFFERSINK_ALLOC 2023-02-09 15:35:14 +01:00
buffersrc.c avutil/frame: deprecate key_frame 2023-05-04 19:20:03 -03:00
buffersrc.h avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
bwdif.h avfilter/bwdif: move filter_line init to a dedicated function 2023-03-25 02:38:17 +01:00
ccfifo.c avfilter/ccfifo: Properly handle CEA-708 captions through framerate conversion 2023-05-11 22:06:20 +08:00
ccfifo.h avfilter/ccfifo: Properly handle CEA-708 captions through framerate conversion 2023-05-11 22:06:20 +08:00
colorchannelmixer_template.c avfilter/vf_colorchannelmixer: add float formats support 2022-03-03 09:57:53 +01:00
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_template.c
colorspacedsp_yuv2yuv_template.c
colorspacedsp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
colorspacedsp.h
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
deshake.h
dnn_filter_common.c libavfilter: Prepare to handle specific error codes in DNN Filters 2022-03-12 15:10:28 +08:00
dnn_filter_common.h libavfilter: Prepare to handle specific error codes in DNN Filters 2022-03-12 15:10:28 +08:00
dnn_interface.h lavfi/dnn: Remove DNN native backend 2023-04-28 11:07:41 +08:00
drawutils.c avfilter/drawutils: rgb48/bgr48 is supported 2022-12-10 14:57:05 +01:00
drawutils.h lavfi/drawutils: improve colorspace support 2022-06-19 19:18:34 -05:00
ebur128.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
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 lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
f_bench.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
f_cue.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
f_drawgraph.c lavfi/f_drawgraph: forward input frame durations 2022-10-13 10:19:13 +02:00
f_ebur128.c avfilter/f_ebur128: export results into read-only options 2023-05-07 17:28:25 +02:00
f_graphmonitor.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
f_interleave.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
f_latency.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
f_loop.c lavfi: use AVFrame.duration instead of AVFrame.pkt_duration 2022-07-19 12:27:17 +02:00
f_metadata.c avfilter/f_metadata: use av_dict_iterate 2022-12-01 11:21:14 +01:00
f_perms.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
f_realtime.c avfilter/f_realtime: add support for commands 2022-03-29 20:36:54 +02:00
f_reverse.c avfilter/f_reverse: set output frame duration 2023-01-27 23:53:26 +01:00
f_segment.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
f_select.c avfilter: use the new AVFrame key_frame flag in all filters 2023-05-04 19:19:13 -03:00
f_sendcmd.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
f_sidedata.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
f_streamselect.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
f_zmq.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +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 avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
file_open.c libavutil: Deprecate av_fopen_utf8, provide an avpriv version 2022-05-23 13:52:26 +03:00
filters.h lavfi: add ff_inoutlink_check_flow() 2022-02-20 12:38:52 +01:00
formats.c avfilter/formats: Constify channel_layout in ff_add_channel_layout() 2022-05-19 20:20:38 +02:00
formats.h avfilter/formats: Constify channel_layout in ff_add_channel_layout() 2022-05-19 20:20:38 +02:00
framepool.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
framepool.h
framequeue.c avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
framequeue.h
framerate.h
framesync.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
framesync.h avfilter/framesync: add a new option to set how to sync streams based on secondary input timestamps 2022-08-10 09:15:37 -03: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 avfilter: convert to new channel layout API 2022-03-15 09:42:46 -03:00
graphparser.c lavfi/graphparser: use correct logging context 2023-03-10 13:04:25 +01: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 lavfi/avfilter: track whether a filter has been initialized 2023-02-12 10:17:26 +01:00
lavfutils.c
lavfutils.h
libavfilter.v
limiter.h
log2_tab.c
lswsutils.c
lswsutils.h
lut3d.h avfilter/vf_lut3d: allow to control when to upload CLUT for haldclut 2022-04-26 20:07:04 +02:00
Makefile avfilter/ccfifo: Properly handle CEA-708 captions through framerate conversion 2023-05-11 22:06:20 +08:00
maskedclamp.h
maskedmerge.h avfilter/vf_maskedmerge: fix rounding when masking 2022-03-03 09:57:53 +01:00
median_template.c
median.h
motion_estimation.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
motion_estimation.h Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
opencl_source.h avfilter: add remap opencl filter 2022-07-07 17:52:32 +02:00
opencl.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
opencl.h avfilter/opencl: Store format in filter, remove query function 2021-10-05 18:58:29 +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: use the new AVFrame interlace flags in all filters 2023-05-04 18:14:11 -03:00
preserve_color.h avfilter/preserve_color: Add necessary headers 2021-09-27 10:17:53 +02:00
psnr.h
pthread.c Remove unnecessary libavutil/(avutil|common|internal).h inclusions 2022-02-24 12:56:49 +01:00
qp_table.c avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01:00
qp_table.h avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01:00
qsvvpp.c avfilter: use the new AVFrame interlace flags in all filters 2023-05-04 18:14:11 -03:00
qsvvpp.h lavfi/qsv: use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsv 2023-01-17 10:10:52 +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 avfilter: use the new AVFrame interlace flags in all filters 2023-05-04 18:14:11 -03:00
settb.c lavfi/settb: rescale input frame durations 2022-10-13 10:19:13 +02:00
signature_lookup.c avfilter/signature: fix integer rounding cast precedence 2021-08-28 13:30:02 +05:30
signature.h
split.c avfilter/split: switch to activate() 2022-03-07 15:29:39 +01:00
src_avsynctest.c avfilter/src_avsynctest: add support for commands 2023-05-10 12:55:22 +02:00
src_movie.c avfilter/src_movie: support unknown channel layouts 2022-11-02 10:53:44 +01:00
ssim.h
stack_internal.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
stack_internal.h Revert "avfilter/stack_internal: add missing header includes" 2023-03-11 10:05:47 -03:00
stereo3d.h
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/vf_tinterlace: support full-range YUV 2022-12-20 14:02:37 +01:00
transform.c
transform.h
transpose.h
trim.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
unsharp.h avfilter/vf_unsharp: add support for alpha formats 2022-03-01 12:36:35 +01:00
v360.h avfilter/v360: add support for off-axis projection output 2021-11-15 20:41:27 +01:00
vaapi_vpp.c lavfi/vaapi: remove duplicated code 2023-01-17 10:10:52 +08:00
vaapi_vpp.h lavfi/vaapi: remove duplicated code 2023-01-17 10:10:52 +08:00
vaf_spectrumsynth.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
version_major.h avfilter/vf_libplacebo: wrap deprecated opts in FF_API define 2023-03-13 11:30:58 -03: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 zoneplate video test source 2023-05-09 08:48:44 +02:00
vf_addroi.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_alphamerge.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_amplify.c avfilter/vf_amplify: improve performance 2022-02-27 23:50:57 +01:00
vf_aspect.c lavfi/aspect: apply style fixes 2023-03-29 00:15:19 +02:00
vf_atadenoise.c avfilter/vf_atadenoise: Remove unused-but-set variables 2022-07-03 11:41:23 +02:00
vf_avgblur_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_avgblur_vulkan.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_avgblur.c avfilter/vf_avgblur: fix memory leaks if config_input() is called again 2022-02-10 09:22:36 +01:00
vf_backgroundkey.c avfilter: add backgroundkey video filter 2022-11-05 10:52:39 +01:00
vf_bbox.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_bilateral_cuda.c avfilter: add bilateral_cuda filter 2022-09-03 15:18:56 +02: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_bilateral.c avfilter/vf_bilateral: add slice threading support 2021-10-22 12:20:40 +02:00
vf_bitplanenoise.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_blackdetect.c avfilter/vf_blackdetect: support full-range YUV 2022-12-20 14:02:37 +01:00
vf_blackframe.c avfilter: use the new AVFrame key_frame flag in all filters 2023-05-04 19:19:13 -03:00
vf_blend_init.h all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_blend_vulkan.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_blend.c avfilter/vf_blend: Move ff_blend_init into a header 2022-05-06 05:19:49 +02:00
vf_blockdetect.c lavfi/blockdetect: Reindent after last commit 2022-06-06 09:09:34 +02:00
vf_blurdetect.c lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
vf_bm3d.c avfilter/vf_bm3d: switch to TX from lavu 2022-12-04 23:02:07 +01:00
vf_boxblur.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_bwdif.c avfilter/bwdif: move filter_line init to a dedicated function 2023-03-25 02:38:17 +01:00
vf_cas.c avfilter/vf_cas: unbreak >8 depth support 2022-02-05 20:56:33 +01:00
vf_chromaber_vulkan.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_chromakey_cuda.c avfilter: add chromakey_cuda filter 2022-07-10 17:20:15 +02:00
vf_chromakey_cuda.cu avfilter: add chromakey_cuda filter 2022-07-10 17:20:15 +02:00
vf_chromakey.c avfilter/vf_[color/chroma]key: lower lower limit for similarity option 2022-10-27 10:23:09 +02:00
vf_chromanr.c avfilter/vf_chromanr: split inner loops 2022-12-07 00:57:25 +01:00
vf_chromashift.c avfilter/vf_chromashift: simplify handling of commands 2022-04-13 09:30:36 +02:00
vf_ciescope.c avfilter/vf_ciescope: set output frame duration 2023-01-27 23:13:16 +01:00
vf_codecview.c avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01:00
vf_colorbalance.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_colorchannelmixer.c avfilter/vf_colorchannelmixer: add float formats support 2022-03-03 09:57:53 +01:00
vf_colorconstancy.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
vf_colorcontrast.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_colorcorrect.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_colorize.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_colorkey_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_colorkey.c avfilter/vf_[color/chroma]key: lower lower limit for similarity option 2022-10-27 10:23:09 +02:00
vf_colorlevels.c avfilter/vf_colorlevels: add support for gbrpf32 format 2023-01-30 18:42:49 +01:00
vf_colormap.c avfilter/vf_colormap: Avoid allocation of small array 2022-04-29 13:38:20 +02:00
vf_colormatrix.c avfilter/vf_colormatrix: Use formats list instead of query function 2021-10-05 18:01:04 +02:00
vf_colorspace_cuda.c avfilter/vf_colorspace_cuda: mark fall-through 2022-09-15 19:35:30 +02:00
vf_colorspace_cuda.cu libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filter 2022-09-13 22:59:30 +02:00
vf_colorspace.c avutil/csp: create public API for colorspace structs 2022-06-01 13:52:38 -04:00
vf_colortemperature.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_convolution_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_convolution.c libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI 2022-11-14 10:04:16 +08:00
vf_convolve.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
vf_copy.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_coreimage.m avfilter/vf_coreimage: add missing semicolon 2023-05-04 22:38:47 -03:00
vf_corr.c avfilter: add corr video filter 2022-12-08 13:03:42 +01:00
vf_cover_rect.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
vf_crop.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_cropdetect.c avfilter/vf_cropdetect: fix type for old_limit 2023-01-27 14:57:28 +01:00
vf_curves.c avfilter/vf_curves: add PCHIP interpolator and interp option 2022-10-22 19:35:44 +02:00
vf_datascope.c avfilter/vf_datascope: call av_frame_copy_props() 2023-01-27 19:50:10 +01:00
vf_dblur.c avfilter/vf_dblur: also filter last scanline 2023-01-19 12:33:55 +01:00
vf_dctdnoiz.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_deband.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_deblock.c avfilter/vf_deblock: fix posible overreads 2022-04-13 10:25:08 +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 avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
vf_deflicker.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_deinterlace_vaapi.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_dejudder.c Replace all occurences of av_mallocz_array() by av_calloc() 2021-09-20 01:03:52 +02:00
vf_delogo.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_derain.c lavfi/dnn: Remove DNN native backend 2023-04-28 11:07:41 +08:00
vf_deshake_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_deshake.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_despill.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_detelecine.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_displace.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_dnn_classify.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_dnn_detect.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_dnn_processing.c lavfi/dnn: Remove DNN native backend 2023-04-28 11:07:41 +08:00
vf_drawbox.c avfilter/vf_drawbox: use the correct macro to fill rgb plane pointers 2022-09-15 09:13:29 -03:00
vf_drawtext.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_edgedetect.c lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobel 2022-07-30 13:17:28 +02:00
vf_elbg.c avfilter/vf_elbg: call av_frame_copy_props() 2023-01-17 22:43:39 +01:00
vf_entropy.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_epx.c avfilter/vf_epx: stop doing read overflow 2022-03-14 23:01:08 +01:00
vf_eq.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_eq.h lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_estdif.c avfilter/vf_estdif: simplify finding minimum score 2023-05-09 12:12:46 +02:00
vf_exposure.c avfilter/vf_exposure: reduce copy operations 2023-02-11 10:36:56 +01:00
vf_extractplanes.c avfilter/vf_extractplanes: add missing break; statement 2022-09-27 19:35:49 +02:00
vf_fade.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_feedback.c avfilter/vf_feedback: fix artifacts with subsampled chroma 2023-05-09 00:42:18 +02:00
vf_fftdnoiz.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
vf_fftfilt.c avfilter: fix av_tx_fn stride usage for complex inputs 2022-11-19 00:25:47 +01:00
vf_field.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_fieldhint.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_fieldmatch.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_fieldorder.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_fillborders.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_find_rect.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_flip_vulkan.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_floodfill.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
vf_format.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
vf_fps.c avfilter/vf_fps: properly preserve CEA-708 captions 2023-05-11 22:06:20 +08:00
vf_framepack.c lavfi/vf_framepack: properly set output duration for framesequence output 2022-10-13 10:19:13 +02:00
vf_framerate.c avfilter: use the new AVFrame interlace flags in all filters 2023-05-04 18:14:11 -03:00
vf_framestep.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_freezedetect.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_freezeframes.c
vf_frei0r.c avfilter/vf_frei0r: set align to 1 for frei0r frames 2022-10-29 17:11:14 +02:00
vf_fspp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_fspp.h avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01: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 lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_gblur.c avfilter/vf_gblur: allow filtering with zero horizontal sigma 2022-09-10 22:11:38 +02:00
vf_geq.c avfilter/geq: unbreak alpha processing 2022-05-08 10:05:19 +05:30
vf_gradfun.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_grayworld.c avfilter/vf_grayworld: Use formats list instead of query function 2021-10-05 18:58:27 +02:00
vf_guided.c avfilter/vf_guided: fix reallocation of memory per every frame's plane processing 2022-05-02 23:47:24 +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_hflip.c avfilter/vf_hflip: Move ff_hflip_init into a header 2022-05-06 05:19:50 +02:00
vf_histeq.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_histogram.c avfilter/vf_histogram: call av_frame_copy_props() 2023-01-17 23:20:00 +01:00
vf_hqdn3d.c avfilter/vf_hqdn3d: Fix left-shift of negative numbers 2022-11-09 17:39:00 +01:00
vf_hqdn3d.h
vf_hqx.c avfilter/vf_hqx: Store format in filter, remove query function 2021-10-05 18:58:24 +02:00
vf_hsvkey.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_hue.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_huesaturation.c avfilter/vf_huesaturation: Remove dead store 2021-11-19 20:37:17 +01:00
vf_hwdownload.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_hwmap.c lavfi: add hwdevice flag to hwupload/hwmap 2023-03-27 17:14:31 +02:00
vf_hwupload_cuda.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_hwupload.c lavfi: add hwdevice flag to hwupload/hwmap 2023-03-27 17:14:31 +02:00
vf_hysteresis.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_iccdetect.c avutil/csp: create public API for colorspace structs 2022-06-01 13:52:38 -04:00
vf_iccgen.c lavfi: add vf_iccgen for generating ICC profiles 2022-04-23 21:51:55 +02:00
vf_identity.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +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: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_kerndeint.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_lagfun.c avfilter/vf_lagfun: call av_frame_copy_props() 2023-01-17 22:55:14 +01:00
vf_lenscorrection.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_lensfun.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
vf_libopencv.c avfilter/vf_libopencv: Use formats list instead of query function 2021-10-05 18:58:27 +02:00
vf_libplacebo.c avfilter/vf_libplacebo: add flexible crop exprs 2023-05-03 23:40:20 +02:00
vf_libvmaf.c avfilter/vf_libvmaf: use av_dict_iterate 2022-12-01 11:21:14 +01:00
vf_limitdiff.c avfilter: add limitdiff video filter 2021-10-13 19:02:34 +02:00
vf_limiter.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_lumakey.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_lut2.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
vf_lut3d.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_lut.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
vf_maskedclamp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_maskedmerge.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_maskedminmax.c avfilter/vf_maskedminmax: add float pixel formats 2022-02-21 00:35:11 +01:00
vf_maskedthreshold.c avfilter/vf_maskedthreshold: implement diff mode 2022-10-21 20:11:14 +02:00
vf_maskfun.c avfilter/vf_maskfun: properly handle read-only frames 2022-05-04 20:51:45 +02:00
vf_mcdeint.c avfilter/vf_mcdeint: update to new API 2023-03-26 01:46:49 +01:00
vf_median.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_mergeplanes.c avfilter/vf_mergeplanes: deprecate mapping option 2022-04-05 12:03:36 +02:00
vf_mestimate.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_midequalizer.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_minterpolate.c lavfi/vf_minterpolate: set output frame durations 2022-10-13 10:19:13 +02:00
vf_misc_vaapi.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_mix.c avfilter/vf_mix: output same number of frames from input for tmix 2022-04-29 22:27:39 +02:00
vf_monochrome.c avfilter/vf_monochrome: use lrintf for rounding 2022-02-20 23:15:34 +01:00
vf_morpho.c avfilter/vf_morpho: add slice threading support 2023-05-08 17:48:43 +02:00
vf_mpdecimate.c avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping 2023-05-08 21:55:53 +02:00
vf_multiply.c avfilter: add multiply video filter 2022-05-05 19:07:10 +02:00
vf_negate.c avfilter: split negate filter from lut filter 2021-10-27 11:29:29 +02:00
vf_neighbor_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_neighbor.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +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 lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_nlmeans.c avfilter/vf_nlmeans: Move ff_nlmeans_init into a header 2022-05-06 05:19:50 +02:00
vf_nlmeans.h avfilter/vf_nlmeans: Move ff_nlmeans_init into a header 2022-05-06 05:19:50 +02:00
vf_nnedi.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_noise.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_noise.h
vf_normalize.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_null.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_ocr.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01: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 lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01: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 lavfi/overlay_vaapi: set input region for overlay video to NULL 2023-04-24 13:24:41 +08:00
vf_overlay_vulkan.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_overlay.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_overlay.h lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_owdenoise.c avfilter/vf_owdenoise: relicense my code 2021-10-24 16:54:36 +02:00
vf_pad_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_pad.c avfilter/vf_pad: use already available outlink variable 2022-03-04 18:30:10 +01:00
vf_palettegen.c avfilter/palette{gen,use}: misc for-loop cosmetics 2023-01-03 17:18:56 +01:00
vf_paletteuse.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
vf_perspective.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_phase.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_photosensitivity.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
vf_pixdesctest.c
vf_pixelize.c avfilter: add pixelize video filter 2022-04-14 22:37:21 +02:00
vf_pp7.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_pp7.h avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01:00
vf_pp.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_premultiply.c configure: Use a separate config_components.h header for $ALL_COMPONENTS 2022-03-16 14:12:49 +02:00
vf_procamp_vaapi.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +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 spectral preset 2022-11-04 08:50:04 +01:00
vf_psnr.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_pullup.c avfilter: use the new AVFrame interlace flags in all filters 2023-05-04 18:14:11 -03:00
vf_pullup.h
vf_qp.c avfilter/vf_qp: Don't store NAN in int 2022-11-09 17:39:00 +01:00
vf_random.c avfilter/vf_random: set output frame duration 2023-01-27 23:01:52 +01:00
vf_readeia608.c avfilter/vf_readeia608: fix oversight in 278984b34 2022-02-16 20:38:23 +01:00
vf_readvitc.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_remap_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_remap.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_removegrain.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_removelogo.c avfilter/vf_removelogo: Store format in filter, remove query function 2021-10-05 18:58:29 +02:00
vf_repeatfields.c avfilter: use the new AVFrame interlace flags in all filters 2023-05-04 18:14:11 -03:00
vf_rotate.c lavfi/rotate: Avoid undefined behaviour. 2022-10-10 02:58:39 +02:00
vf_sab.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_scale_cuda.c avfilter/vf_scale_cuda: Store format in filter, remove query function 2021-10-05 18:58:28 +02:00
vf_scale_cuda.cu
vf_scale_cuda.h
vf_scale_npp.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_scale_vaapi.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_scale_vulkan.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_scale.c avfilter: use the new AVFrame interlace flags in all filters 2023-05-04 18:14:11 -03:00
vf_scdet.c avfilter/vf_scdet: fix introduced discrepancy with latest change 2023-01-24 22:02:45 +01:00
vf_scroll.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_selectivecolor.c avfilter/vf_selectivecolor: no need to use doubles 2021-10-22 13:57:42 +02:00
vf_separatefields.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_setparams.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_sharpen_npp.c avfilter/sharpen_npp: use FILTER_SINGLE_PIXFMT 2021-10-07 19:01:25 +02:00
vf_shear.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_showinfo.c avfilter: use the new AVFrame key_frame flag in all filters 2023-05-04 19:19:13 -03:00
vf_showpalette.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_shuffleframes.c
vf_shufflepixels.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_shuffleplanes.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +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 lavfi/vf_siti.c: Relicense to LGPL 2.1 2022-04-02 13:14:00 +02:00
vf_smartblur.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_spp.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_spp.h avfilter/qp_table: Stop using FF_QSCALE_TYPE_* 2022-03-23 23:45:38 +01:00
vf_sr.c lavfi/dnn: Remove DNN native backend 2023-04-28 11:07:41 +08:00
vf_ssim360.c avfilter/vf_ssim360: Remove dead code 2023-03-14 07:16:45 +01:00
vf_ssim.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +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_stack.c avfilter/xstack: Add support for fixed size grid 2022-07-04 19:49:31 +02: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 avfilter/vf_subtitles: add additional font mime types 2022-03-25 22:46:35 +01:00
vf_super2xsai.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_swaprect.c lavu/frame: deprecate AVFrame.pkt_{pos,size} 2023-03-20 10:42:09 +01:00
vf_swapuv.c Remove obsolete version.h inclusions 2022-02-24 12:56:49 +01:00
vf_telecine.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_threshold_init.h avfilter/vf_threshold: fix handling of zero threshold 2022-10-27 10:23:24 +02:00
vf_threshold.c avfilter/vf_threshold: Move ff_threshold_init into a header 2022-05-06 05:19:50 +02:00
vf_thumbnail_cuda.c avfilter/vf_thumbnail_cuda: Reindent after the previous commit 2021-10-07 16:41:21 +02:00
vf_thumbnail_cuda.cu
vf_thumbnail.c avfilter/vf_thumbnail: allow to change stats log level 2022-12-05 21:08:02 +01:00
vf_tile.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_tinterlace.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_tmidequalizer.c avfilter/vf_tmidequalizer: check that frame is valid 2022-02-24 21:46:13 +01:00
vf_tonemap_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_tonemap_vaapi.c avfilter/tonemap_vaapi: set va parameters filters and numbers 2022-01-17 16:32:17 +08:00
vf_tonemap.c avutil/csp: create public API for colorspace structs 2022-06-01 13:52:38 -04:00
vf_tpad.c avfilter/vf_tpad: set output frame duration 2023-01-27 23:01:52 +01:00
vf_transpose_npp.c avfilter/vf_transpose_npp: Store format in filter, remove query func 2021-10-05 18:58:28 +02:00
vf_transpose_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_transpose_vaapi.c avfilter: Replace query_formats callback with union of list and callback 2021-10-05 17:48:25 +02:00
vf_transpose_vulkan.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_transpose.c all: Replace if (ARCH_FOO) checks by #if ARCH_FOO 2022-06-15 04:56:37 +02:00
vf_unsharp_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_unsharp.c lavfi/unsharp: clarify invalid filter param constraints 2023-04-02 17:07:51 +02:00
vf_untile.c avfilter/vf_untile: swap the chroma shift values used for plane offsets 2023-03-16 16:07:40 -03:00
vf_uspp.c avfilter/vf_uspp: add AV_CODEC_FLAG_RECON_FRAME support 2023-03-26 01:46:49 +01: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: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_varblur.c avfilter/vf_varblur: add float format support 2023-05-09 21:46:38 +02:00
vf_vectorscope.c avfilter/vf_vectorscope: add some commands support 2022-04-08 18:54:00 +02:00
vf_vflip.c
vf_vfrdet.c avfilter: add AVFILTER_FLAG_METADATA_ONLY 2021-12-04 14:07:19 +01:00
vf_vibrance.c avfilter/vf_vibrance: reduce copy operations 2023-02-11 10:36:56 +01:00
vf_vidstabdetect.c avfilter: use ff_inlink_make_frame_writable() 2023-02-12 13:32:00 +01:00
vf_vidstabtransform.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_vif.c avfilter/vf_vif: add missing framesync options 2022-12-07 12:23:16 +01:00
vf_vignette.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_vmafmotion.c avutil/internal: Move avpriv-file API to a header of its own 2022-09-03 15:41:44 +02:00
vf_vpp_qsv.c lavfi/vf_vpp_qsv: only add the given output sw format to output pad 2023-03-31 10:27:58 +08:00
vf_w3fdif.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_waveform.c avfilter/vf_waveform: cc2b3201e7 missed same for >8 bits 2023-05-01 14:55:32 +02:00
vf_weave.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
vf_xbr.c avfilter/vf_xbr: Store format in filter, remove query function 2021-10-05 18:58:25 +02:00
vf_xfade_opencl.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vf_xfade.c avfilter/vf_xfade: fix zx and zy comparison for slide* 2022-07-12 16:32:30 +02:00
vf_xmedian.c avfilter/vf_xmedian: fix multiple threads usage 2022-04-29 22:27:39 +02:00
vf_yadif_cuda.c avfilter/vf_yadif_cuda: simplify filter definition 2021-12-18 11:55:47 -08:00
vf_yadif_cuda.cu
vf_yadif_videotoolbox.m avfilter: Constify non-const filters 2022-04-01 21:29:01 +02:00
vf_yadif.c vf_yadif: Remove unused emms_c 2023-02-14 19:09:19 +00:00
vf_yaepblur.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_zoompan.c avfilter: Reindentation after query_formats changes 2021-10-05 18:58:29 +02:00
vf_zscale.c avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typo 2022-07-28 16:17:23 +02:00
video.c avfilter/video: Fix newline in trace output 2022-09-14 21:49:00 +02:00
video.h avfilter/video: Add ff_default_get_video_buffer2() to set specific alignment 2022-04-21 22:42:20 +02:00
vidstabutils.c avfilter/vf_vidstab(detect|transform): Deduplicate pixel formats 2021-10-05 18:58:25 +02:00
vidstabutils.h avfilter/vf_vidstab(detect|transform): Deduplicate pixel formats 2021-10-05 18:58:25 +02:00
vmaf_motion.h
vsink_nullsink.c
vsrc_cellauto.c avfilter/vsrc_cellauto: set video frame duration 2023-01-17 17:46:58 +01:00
vsrc_ddagrab_shaders.h avfilter/vsrc_ddagrab: fix checkheaders error 2022-07-18 13:08:39 +02:00
vsrc_ddagrab.c lavfi: add a flag for filters able to work with hw_device_ctx 2023-03-24 10:16:51 +01:00
vsrc_gradients.c avfilter/vsrc_gradients: fix several issues with !rgba output 2023-05-06 17:49:43 +02:00
vsrc_life.c avfilter/vsrc_life: set video frame duration 2023-01-17 17:46:58 +01:00
vsrc_mandelbrot.c avfilter/vsrc_mandelbrot: set video frame duration 2023-01-17 17:46:58 +01:00
vsrc_mptestsrc.c avfilter/vsrc_mptestsrc: set video frame duration 2023-01-17 17:46:58 +01:00
vsrc_sierpinski.c avfilter/vsrc_sierpinski: set video frame duration 2023-01-17 17:46:57 +01:00
vsrc_testsrc.c avfilter/vsrc_testsrc: mark zoneplate as full range 2023-05-10 16:42:00 +02:00
vulkan_filter.c lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c 2021-11-19 16:47:26 +01:00
vulkan_filter.h lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c 2021-11-19 16:47:26 +01:00
vulkan.c lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c 2021-11-19 16:47:26 +01:00
vulkan.h lavfi/vulkan: split off lavfi-specific code into vulkan_filter.c 2021-11-19 16:47:26 +01:00
w3fdif.h
window_func.h avfilter/window_func: add kaiser window 2022-10-20 12:13:37 +02:00
yadif_common.c avutil/frame: deprecate interlaced_frame and top_field_first 2023-05-04 18:15:00 -03:00
yadif.h