ffmpeg/libavfilter
Michael Niedermayer 500cb98471 avfilter/af_afftfilt: Extend to 17bit fft
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-03-04 16:05:47 +01:00
..
x86 x86/vf_blend: Add SSE2 optimization for divide 2016-02-28 08:19:09 -08:00
Makefile avfilter: add ciescope filter 2016-03-03 12:26:44 +01:00
aeval.c
af_adelay.c
af_aecho.c
af_aemphasis.c lavfi/af_aemphasis: remove unnecessary complex number usage 2015-12-23 09:22:59 -08:00
af_afade.c avfilter/af_afade: do not duplicate curve option 2016-01-27 11:11:51 +01:00
af_afftfilt.c avfilter/af_afftfilt: Extend to 17bit fft 2016-03-04 16:05:47 +01:00
af_aformat.c avfilter/af_aformat: remove deprecated syntax from options description 2016-02-07 22:47:39 +01:00
af_agate.c avfilter/af_agate: fix memleak of out frame 2016-02-08 22:51:32 +01:00
af_alimiter.c avfilter/af_alimiter: add 3 more options 2015-12-06 19:10:39 +01:00
af_amerge.c
af_amix.c lavfi/af_amix: fix memory leak 2015-12-09 07:58:19 -05:00
af_anequalizer.c avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist frequency 2016-02-12 15:59:35 +01:00
af_anull.c
af_apad.c
af_aphaser.c
af_apulsator.c avfilter/af_apulsator: assert that pathes leaving uninitialized variables do not occur 2016-02-04 23:14:02 +01:00
af_aresample.c
af_asetnsamples.c
af_asetrate.c
af_ashowinfo.c
af_astats.c avfilter/af_astats: do not clear previous sample value 2016-02-26 11:12:45 +01:00
af_asyncts.c
af_atempo.c
af_biquads.c avfilter/af_biquads: display clipping warnings once per filtered frame 2015-12-23 19:15:25 +01:00
af_bs2b.c
af_channelmap.c lavfi/af_channelmap: fix memory leak 2015-12-09 07:58:13 -05:00
af_channelsplit.c
af_chorus.c
af_compand.c lavfi/af_compand: replace pow(10,x) by ff_exp10(x) 2015-12-25 10:48:18 -08:00
af_compensationdelay.c lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x) 2016-01-05 19:07:19 -08:00
af_dcshift.c
af_dynaudnorm.c avfilter/af_dynaudnorm: call uninit() from config_input() 2016-01-19 20:14:14 +01:00
af_earwax.c
af_extrastereo.c
af_firequalizer.c avfilter: add firequalizer filter 2016-02-23 00:44:07 +07:00
af_flanger.c avfilter/af_flanger: use rint instead of floor hack 2015-12-02 18:31:56 -05:00
af_join.c cosmetics: Drop empty comment lines 2016-02-18 15:35:30 +01:00
af_ladspa.c avfilter/af_ladspa: accepts ' ' as command separator too 2016-01-22 21:41:11 +01:00
af_pan.c
af_replaygain.c
af_resample.c cosmetics: Drop empty comment lines 2016-02-18 15:35:30 +01:00
af_rubberband.c
af_sidechaincompress.c avfilter/af_sidechaincompress: Free out frame on error 2016-02-03 17:09:24 +01:00
af_silencedetect.c
af_silenceremove.c avfilter/af_silenceremove: make size of window user configurable 2015-12-28 12:23:59 +01:00
af_sofalizer.c avfilter/af_sofalizer: fix crash when ir size is not aligned, usually when n_samples are not power of 2 2016-03-04 10:38:40 +01:00
af_stereotools.c avfilter/af_stereotools: fix logic fail 2015-12-06 10:09:09 +01:00
af_stereowiden.c
af_tremolo.c
af_vibrato.c
af_volume.c lavfi/af_volume: replace pow(10,x) by ff_exp10(x) 2015-12-25 10:48:18 -08:00
af_volume.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
af_volumedetect.c avfilter/af_volumedetect: use log10 instead of hardcoded constant 2015-12-01 19:31:58 -05:00
all_channel_layouts.inc
allfilters.c avfilter: add ciescope filter 2016-03-03 12:26:44 +01:00
asink_anullsink.c
asrc_anoisesrc.c
asrc_anullsrc.c
asrc_flite.c
asrc_sine.c
audio.c
audio.h
avf_ahistogram.c avfilter/avf_ahistogram: assert that variables are initialized by switch() 2016-02-12 00:38:45 +01:00
avf_aphasemeter.c
avf_avectorscope.c avfilter/avf_avectorscope: assert that variables are initialized by switch() 2016-02-11 23:09:39 +01:00
avf_concat.c
avf_showcqt.c avfilter/avf_showcqt: optimize draw routines 2016-02-29 16:06:39 +07:00
avf_showcqt.h avfilter/avf_showcqt: improve pts handling 2016-02-17 16:13:09 +01:00
avf_showfreqs.c avfilter/avf_showfreqs: assert that variables are initialized by switch() 2016-02-12 00:37:11 +01:00
avf_showspectrum.c avfilter/avf_showspectrum: improve pts handling 2016-02-12 17:14:30 +01:00
avf_showvolume.c avfilter/avf_showvolume: support unknown channel layouts too 2016-02-28 23:18:31 +01:00
avf_showwaves.c avfilter/avf_showwaves: add logarithmic amplitude scaler 2016-01-22 11:11:06 +01:00
avfilter.c Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3' 2016-02-24 16:03:57 +00:00
avfilter.h Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3' 2016-02-24 16:03:57 +00:00
avfiltergraph.c lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01:00
avfiltergraph.h
avfilterres.rc
bbox.c
bbox.h
blend.h avfilter/vf_blend: add freeze and heat modes 2016-02-24 19:30:13 +01:00
bufferqueue.h
buffersink.c lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01:00
buffersink.h
buffersrc.c Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3' 2016-02-24 16:03:57 +00:00
buffersrc.h Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 2016-02-24 17:31:44 +00:00
deshake.h
deshake_opencl.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
deshake_opencl.h
deshake_opencl_kernel.h
drawutils.c lavfi/drawutils: Add some missing GBRP pix_fmts. 2016-03-03 11:15:30 +01:00
drawutils.h avfilter/drawutils: >8 bit support 2016-02-17 18:59:56 +01:00
dualinput.c avfilter/dualinput: use pts provided by framesync 2016-02-10 19:57:23 +01:00
dualinput.h
f_bench.c lavfi: add bench and abench filters 2016-03-01 10:36:15 +01:00
f_drawgraph.c
f_ebur128.c lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x) 2015-12-25 10:48:18 -08:00
f_interleave.c lavfi: replace link.closed by link.status. 2015-12-22 16:04:30 +01:00
f_loop.c avfilter: add loop filters 2016-02-18 11:55:00 +01:00
f_metadata.c avfilter/f_metadata: remove unused headers 2016-02-14 15:21:36 +01:00
f_perms.c
f_realtime.c
f_reverse.c
f_select.c
f_sendcmd.c
f_streamselect.c avfilter/f_streamselect: check if map is available 2016-02-16 19:18:31 +01:00
f_zmq.c
fifo.c
filtfmts.c
formats.c avfilter/formats: fix leak of formats on error 2016-01-07 09:58:55 +01:00
formats.h Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 2016-02-24 17:31:44 +00:00
framepool.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
framepool.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
framesync.c
framesync.h
generate_wave_table.c
generate_wave_table.h
gradfun.h
graphdump.c
graphparser.c
hermite.h all: Add missing header guards 2016-01-28 19:49:48 -08:00
interlace.h
internal.h avfilter: update some comments 2016-01-24 14:32:14 +01:00
lavfutils.c
lavfutils.h
libavfilter.v
log2_tab.c
lswsutils.c
lswsutils.h
maskedmerge.h all: Add missing header guards 2016-01-28 19:49:48 -08:00
opencl_allkernels.c
opencl_allkernels.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
psnr.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
pthread.c Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 2016-02-24 17:31:44 +00:00
removegrain.h all: Add missing header guards 2016-01-28 19:49:48 -08:00
setpts.c
settb.c
split.c avfilter/split: support any channel count for asplit filter 2016-02-05 21:05:47 +01:00
src_movie.c
ssim.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
stereo3d.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
thread.h Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 2016-02-24 17:31:44 +00:00
tinterlace.h
transform.c
transform.h
trim.c avfilter/trim: support all channel numbers in atrim filter 2015-12-31 09:14:17 +01:00
unsharp.h
unsharp_opencl.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
unsharp_opencl.h
unsharp_opencl_kernel.h
vaf_spectrumsynth.c avfilter/vaf_spectrumsynth: assert that variables are initialized by switch() 2016-02-11 23:06:24 +01:00
version.h avfilter: add ciescope filter 2016-03-03 12:26:44 +01:00
vf_alphamerge.c lavfi/vf_alphamerge: fix unitialized pointers 2015-12-10 08:01:40 -05:00
vf_aspect.c
vf_atadenoise.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_bbox.c
vf_blackdetect.c
vf_blackframe.c
vf_blend.c avfilter/vf_blend: add freeze and heat modes 2016-02-24 19:30:13 +01:00
vf_boxblur.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_bwdif.c avfilter: add BobWeaver deinterlacing filter 2016-02-18 13:12:48 +01:00
vf_chromakey.c
vf_ciescope.c avfilter/vf_ciescope: Fix 'ISO C90 forbids mixed declarations and code' 2016-03-03 21:20:08 +01:00
vf_codecview.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_colorbalance.c
vf_colorchannelmixer.c lavfi/vf_colorchannelmixer: replace round by lrint 2015-12-21 08:15:31 -08:00
vf_colorkey.c
vf_colorlevels.c lavfi/vf_colorlevels: replace round by lrint 2015-12-21 08:17:13 -08:00
vf_colormatrix.c
vf_convolution.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_copy.c vf_copy: exclude hwaccel formats 2016-02-27 21:35:20 +01:00
vf_cover_rect.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_crop.c lavfi/vf_crop: replace round by lrint 2015-12-21 08:21:20 -08:00
vf_cropdetect.c lavfi/vf_cropdetect: replace round by lrint 2015-12-19 09:34:08 -08:00
vf_curves.c
vf_datascope.c avfilter: add datascope filter 2016-02-26 22:22:05 +01:00
vf_dctdnoiz.c
vf_deband.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_decimate.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_dejudder.c
vf_delogo.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_deshake.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_detelecine.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_displace.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_drawbox.c avfilter/vf_drawbox: reindent 2016-02-17 09:42:46 +01:00
vf_drawtext.c lavfi/drawtext: Fix microsecond display. 2016-01-03 22:55:31 +01:00
vf_edgedetect.c
vf_elbg.c lavfi/elbg: Make the pal8 output opaque. 2016-02-16 09:16:32 +01:00
vf_eq.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_eq.h
vf_extractplanes.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_fade.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_fftfilt.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_field.c
vf_fieldhint.c avfilter: add fieldhint filter 2016-02-16 16:12:44 +01:00
vf_fieldmatch.c lavfi/fieldmatch: fix fields copy when plane height is odd 2016-02-07 15:49:20 +01:00
vf_fieldorder.c
vf_find_rect.c
vf_format.c
vf_fps.c
vf_framepack.c Merge commit 'e8bc642202c10beda1ea4e93ec8492b1e39805e5' 2016-01-27 16:46:58 +00:00
vf_framerate.c
vf_framestep.c
vf_frei0r.c
vf_fspp.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_fspp.h
vf_geq.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_gradfun.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_hflip.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_histeq.c
vf_histogram.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_hqdn3d.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_hqdn3d.h all: Make header guard names consistent 2016-01-31 15:44:11 -08:00
vf_hqx.c
vf_hue.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_hwupload_cuda.c avfilter/hwupload_cuda: Add missing semicolon. 2016-02-25 15:52:01 +11:00
vf_idet.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_idet.h
vf_il.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_interlace.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_kerndeint.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_lenscorrection.c
vf_libopencv.c vf_libopencv: add support for opencv 3 2016-01-25 23:49:22 +01:00
vf_lut.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_lut3d.c
vf_maskedmerge.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_mcdeint.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_mergeplanes.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_mpdecimate.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_neighbor.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_nnedi.c lavfi/nnedi: Fix a compilation warning. 2016-02-23 00:21:49 +01:00
vf_noise.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_noise.h
vf_null.c
vf_ocr.c
vf_overlay.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_owdenoise.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_pad.c avfilter/vf_pad: fix direct padding 2016-01-06 16:41:50 +01:00
vf_palettegen.c
vf_paletteuse.c
vf_perspective.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_phase.c vf_phase: Reduce the scope of several variables 2016-01-31 15:34:09 -08:00
vf_pixdesctest.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_pp.c
vf_pp7.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_pp7.h
vf_psnr.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_pullup.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_pullup.h
vf_qp.c
vf_random.c
vf_removegrain.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_removelogo.c
vf_repeatfields.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_rotate.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_sab.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_scale.c vf_scale: Detecting changes of incoming frame properties and dinamically evaluate width and height expressions 2016-01-20 13:32:00 +01:00
vf_selectivecolor.c
vf_separatefields.c
vf_setfield.c
vf_showinfo.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_showpalette.c lavfi/show_palette: fix memory leak 2015-12-09 07:57:37 -05:00
vf_shuffleframes.c avfilter/vf_shuffleframes: Assert that the case of an uninitialized ret does not occur 2015-12-01 22:00:25 +01:00
vf_shuffleplanes.c
vf_signalstats.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_smartblur.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_spp.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_spp.h
vf_ssim.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_stack.c avfilter/vf_stack: free input pads name on uninit 2016-02-04 18:02:29 +01:00
vf_stereo3d.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_subtitles.c lavfi/ass: fix version check for sub_text_format option 2016-02-27 16:26:10 +01:00
vf_super2xsai.c
vf_swaprect.c avfilter/vf_swaprect: add timeline support 2016-02-08 15:43:09 +01:00
vf_swapuv.c
vf_telecine.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_thumbnail.c
vf_tile.c
vf_tinterlace.c avfilter/vf_tinterlace: fix image alignment 2016-02-14 19:17:36 +01:00
vf_transpose.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_unsharp.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_uspp.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_vectorscope.c avfilter/vf_vectorscope: improve green graticule visibility 2016-03-03 21:05:39 +01:00
vf_vflip.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_vidstabdetect.c
vf_vidstabtransform.c
vf_vignette.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_w3fdif.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vf_waveform.c avfilter/vf_waveform: add 12bit depth support 2016-02-22 18:04:04 +01:00
vf_xbr.c
vf_yadif.c avfilter/vf_yadif: make use of ctx pointer 2016-02-01 11:59:17 +01:00
vf_zoompan.c avfilter/vf_zoompan: Initialize ret 2016-02-12 15:59:35 +01:00
vf_zscale.c avfilter/vf_zscale: unbreak RGB support 2016-03-03 13:28:25 +01:00
video.c lavfi: use a video frame pool for each link of the filtergraph 2015-12-15 10:35:41 +01:00
video.h
vidstabutils.c
vidstabutils.h
vsink_nullsink.c
vsrc_cellauto.c
vsrc_life.c
vsrc_mandelbrot.c lavfi/vsrc_mandelbrot: replace round by lrint 2015-12-19 09:34:26 -08:00
vsrc_mptestsrc.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
vsrc_testsrc.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 2016-01-27 16:36:46 +00:00
w3fdif.h
window_func.c avfilter/window_func: add tukey window function 2016-01-05 11:37:11 +01:00
window_func.h avfilter/window_func: add tukey window function 2016-01-05 11:37:11 +01:00
yadif.h