1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00
FFmpeg/libavfilter
Paul B Mahol 0d3b31ae89 avfilter/avf_showspectrum: add yet another color map
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2016-01-05 10:07:58 +01:00
..
x86 x86/vf_stereo3d: remove a few unnecessary movas 2016-01-03 02:09:02 -03: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
af_aformat.c
af_agate.c avfilter/af_agate: change default for detection to rms 2015-12-03 11:07:52 +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 lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x) 2015-12-28 16:48:41 -08:00
af_anull.c
af_apad.c
af_aphaser.c
af_apulsator.c avfilter: add audio pulsator filter 2015-12-02 12:09:06 +01:00
af_aresample.c
af_asetnsamples.c
af_asetrate.c
af_ashowinfo.c
af_astats.c
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
af_dcshift.c
af_dynaudnorm.c lavfi/af_dynaudnorm: replace round by lrint 2015-12-21 08:22:23 -08:00
af_earwax.c
af_extrastereo.c
af_flanger.c avfilter/af_flanger: use rint instead of floor hack 2015-12-02 18:31:56 -05:00
af_join.c
af_ladspa.c avfilter/af_ladspa: fix av_assert0() 2015-12-21 13:27:56 +01:00
af_pan.c
af_replaygain.c
af_resample.c
af_rubberband.c
af_sidechaincompress.c avfilter/af_sidechaincompress: kill init function 2015-12-03 11:07:52 +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 lavfi/af_sofalizer: remove exp2 and replace clz by ff_clz 2016-01-01 12:12:10 -08: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
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 showspectrumpic filter 2016-01-02 18:53:09 +01:00
asink_anullsink.c
asrc_anoisesrc.c
asrc_anullsrc.c
asrc_flite.c
asrc_sine.c
audio.c
audio.h
avf_aphasemeter.c
avf_avectorscope.c
avf_concat.c
avf_showcqt.c avfilter/showcqt: BASEFREQ and ENDFREQ cast to double 2015-12-07 01:28:48 +01:00
avf_showcqt.h
avf_showfreqs.c avfilter: move window function generation into separate file 2015-12-28 18:54:55 +01:00
avf_showspectrum.c avfilter/avf_showspectrum: add yet another color map 2016-01-05 10:07:58 +01:00
avf_showvolume.c avfilter/avf_showvolume: Fix "warning: comparison of unsigned expression < 0 is always false" 2015-11-29 15:47:42 +01:00
avf_showwaves.c avfilter: use AV_OPT_TYPE_BOOL in a bunch of places 2015-12-04 15:37:06 +01:00
avfilter.c lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01:00
avfilter.h lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01: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
bufferqueue.h
buffersink.c lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01:00
buffersink.h
buffersrc.c
buffersrc.h
deshake_opencl_kernel.h
deshake_opencl.c
deshake_opencl.h
deshake.h
drawutils.c
drawutils.h
dualinput.c
dualinput.h
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_perms.c
f_realtime.c
f_reverse.c
f_select.c
f_sendcmd.c
f_zmq.c
fifo.c
filtfmts.c
formats.c avfilter: add SOFAlizer audio filter 2015-12-12 20:56:36 +01:00
formats.h avfilter: add SOFAlizer audio filter 2015-12-12 20:56:36 +01:00
framepool.c lavfi: use a video frame pool for each link of the filtergraph 2015-12-15 10:35:41 +01:00
framepool.h lavfi: use a video frame pool for each link of the filtergraph 2015-12-15 10:35:41 +01:00
framesync.c
framesync.h
generate_wave_table.c
generate_wave_table.h
gradfun.h
graphdump.c
graphparser.c
hermite.h
interlace.h
internal.h lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01:00
lavfutils.c
lavfutils.h
libavfilter.v
log2_tab.c
lswsutils.c
lswsutils.h
Makefile avfilter: add showspectrumpic filter 2016-01-02 18:53:09 +01:00
maskedmerge.h
opencl_allkernels.c
opencl_allkernels.h
psnr.h
pthread.c
removegrain.h
setpts.c
settb.c
split.c lavfi: replace link.closed by link.status. 2015-12-22 16:04:30 +01:00
src_movie.c
ssim.h
stereo3d.h
thread.h
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_opencl_kernel.h
unsharp_opencl.c
unsharp_opencl.h
unsharp.h
version.h avfilter: add showspectrumpic filter 2016-01-02 18:53:09 +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
vf_bbox.c
vf_blackdetect.c
vf_blackframe.c
vf_blend.c
vf_boxblur.c
vf_chromakey.c
vf_codecview.c avfilter/codecview: reindent after previous commit 2015-12-05 12:25:14 +01: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_copy.c
vf_cover_rect.c
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_dctdnoiz.c
vf_deband.c
vf_decimate.c lavfi/vf_decimate: do not compare the first frame to itself. 2016-01-03 15:50:51 +01:00
vf_dejudder.c
vf_delogo.c avfilter/vf_delogo: change the definition of logo_x2 and logo_y2 2015-12-19 03:12:31 +01:00
vf_deshake.c
vf_detelecine.c
vf_displace.c
vf_drawbox.c
vf_drawtext.c lavfi/drawtext: Fix microsecond display. 2016-01-03 22:55:31 +01:00
vf_edgedetect.c
vf_elbg.c
vf_eq.c
vf_eq.h
vf_extractplanes.c lavfi: replace link.closed by link.status. 2015-12-22 16:04:30 +01:00
vf_fade.c
vf_fftfilt.c
vf_field.c
vf_fieldmatch.c
vf_fieldorder.c
vf_find_rect.c
vf_format.c
vf_fps.c
vf_framepack.c
vf_framerate.c
vf_framestep.c
vf_frei0r.c
vf_fspp.c
vf_fspp.h
vf_geq.c
vf_gradfun.c
vf_hflip.c
vf_histeq.c
vf_histogram.c lavfi/vf_histogram: replace round by lrint 2015-12-21 08:23:21 -08:00
vf_hqdn3d.c
vf_hqdn3d.h
vf_hqx.c
vf_hue.c lavfi/vf_hue: replace rint by lrint 2015-12-26 20:29:22 -08:00
vf_idet.c lavfi/vf_idet: replace round and cast by lrint 2015-12-19 09:33:32 -08:00
vf_idet.h
vf_il.c
vf_interlace.c
vf_kerndeint.c
vf_lenscorrection.c
vf_libopencv.c
vf_lut3d.c
vf_lut.c
vf_maskedmerge.c
vf_mcdeint.c
vf_mergeplanes.c
vf_mpdecimate.c lavfi/vf_mpdecimate: remove request_frame(). 2015-12-22 15:55:00 +01:00
vf_neighbor.c
vf_noise.c
vf_noise.h
vf_null.c
vf_ocr.c
vf_overlay.c lavfi/vf_overlay: fix unitialized pointers 2015-12-10 07:53:47 -05:00
vf_owdenoise.c
vf_pad.c
vf_palettegen.c
vf_paletteuse.c
vf_perspective.c avfilter/vf_perspective: use lrint instead of floor hack 2015-12-02 18:31:56 -05:00
vf_phase.c
vf_pixdesctest.c
vf_pp7.c
vf_pp7.h
vf_pp.c
vf_psnr.c
vf_pullup.c avfilter: use AV_OPT_TYPE_BOOL in a bunch of places 2015-12-04 15:37:06 +01:00
vf_pullup.h
vf_qp.c
vf_random.c
vf_removegrain.c
vf_removelogo.c
vf_repeatfields.c
vf_rotate.c
vf_sab.c
vf_scale.c avfilter/vf_scale: set proper out frame color range 2015-12-31 02:08:20 +01:00
vf_selectivecolor.c
vf_separatefields.c
vf_setfield.c
vf_showinfo.c
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
vf_smartblur.c
vf_spp.c
vf_spp.h
vf_ssim.c
vf_stack.c
vf_stereo3d.c avfilter/vf_stereo3d: add interleave columns input support 2015-12-19 19:23:47 +01:00
vf_subtitles.c
vf_super2xsai.c
vf_swapuv.c
vf_telecine.c
vf_thumbnail.c
vf_tile.c
vf_tinterlace.c
vf_transpose.c
vf_unsharp.c
vf_uspp.c
vf_vectorscope.c
vf_vflip.c
vf_vidstabdetect.c
vf_vidstabtransform.c
vf_vignette.c
vf_w3fdif.c
vf_waveform.c
vf_xbr.c
vf_yadif.c
vf_zoompan.c avfilter/vf_zoompan: do not free frame we pushed to lavfi 2016-01-02 18:51:11 +01:00
vf_zscale.c
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 avfilter/vsrc_mptestsrc: use lrint instead of floor hack 2015-12-02 18:31:56 -05:00
vsrc_testsrc.c lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x) 2015-12-25 10:48:18 -08:00
w3fdif.h
window_func.c avfilter: move window function generation into separate file 2015-12-28 18:54:55 +01:00
window_func.h avfilter: move window function generation into separate file 2015-12-28 18:54:55 +01:00
yadif.h