summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | avfilter/vf_pad: fix direct paddingAndrey Turkin2016-01-061-1/+1
* | lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x)Ganesh Ajjanagadde2016-01-051-1/+1
* | avfilter/avf_avectorscope: add line drawing supportPaul B Mahol2016-01-051-4/+55
* | avfilter/window_func: add tukey window functionPaul B Mahol2016-01-054-1/+16
* | avfilter/avf_showspectrum: use av_clip/lrintfPaul B Mahol2016-01-051-3/+3
* | avfilter/avf_showspectrum: add yet another color mapPaul B Mahol2016-01-051-1/+13
* | avfilter/avf_showspectrum: add option to set gain for calculating color inten...Paul B Mahol2016-01-041-1/+5
* | avfilter/avf_showspectrum: finally fix log scalerPaul B Mahol2016-01-031-1/+1
* | avfilter/avf_showspectrum: switch to FFTPaul B Mahol2016-01-031-43/+47
* | lavfi/drawtext: Fix microsecond display.Carl Eugen Hoyos2016-01-031-1/+1
* | lavfi/vf_decimate: do not compare the first frame to itself.Nicolas George2016-01-031-3/+6
* | x86/vf_stereo3d: remove a few unnecessary movasJames Almer2016-01-031-12/+12
* | avfilter/avf_showspectrum: add 4th and 5th root scalerPaul B Mahol2016-01-021-1/+11
* | avfilter/avf_showspectrum: make some helper functionsPaul B Mahol2016-01-021-51/+57
* | avfilter/avf_showspectrum: fix null pointer dereference if allocation failsPaul B Mahol2016-01-021-4/+8
* | avfilter/avf_showspectrum: add fiery color mapPaul B Mahol2016-01-021-1/+13
* | avfilter: add showspectrumpic filterPaul B Mahol2016-01-024-46/+263
* | avfilter/avf_showspectrum: store win_size in private context and calculate it...Paul B Mahol2016-01-021-22/+17
* | avfilter/vf_zoompan: do not free frame we pushed to lavfiPaul B Mahol2016-01-021-1/+1
* | lavfi/af_sofalizer: remove exp2 and replace clz by ff_clzGanesh Ajjanagadde2016-01-011-14/+3
* | avfilter/avf_showspectrum: add window overlap supportPaul B Mahol2015-12-311-9/+49
* | avfilter/avf_showspectrum: add fire color mapPaul B Mahol2015-12-311-1/+12
* | avfilter/trim: support all channel numbers in atrim filterPaul B Mahol2015-12-311-0/+1
* | avfilter/vf_scale: set proper out frame color rangeThomas Mundt2015-12-311-0/+2
* | avfilter/avf_showspectrum: add nebulae color mapPaul B Mahol2015-12-301-1/+12
* | avfilter/avf_showspectrum: add moreland color mapPaul B Mahol2015-12-301-4/+14
* | avfilter/avf_showspectrum: add rainbow colormapPaul B Mahol2015-12-291-23/+37
* | avfilter/avf_showspectrum: properly calculate w factorPaul B Mahol2015-12-291-1/+7
* | avfilter/avf_showspectrum: add horizontal orientation supportPaul B Mahol2015-12-291-41/+111
* | lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x)Ganesh Ajjanagadde2015-12-281-2/+2
* | lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-281-9/+9
* | lavfi/af_anequalizer: remove cabs, cexp dependenciesGanesh Ajjanagadde2015-12-281-8/+17
* | avfilter/avf_showspectrum: use FF_ARRAY_ELEMS()Paul B Mahol2015-12-281-1/+1
* | x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32James Almer2015-12-282-4/+45
* | x86/vf_stereo3d: optimize register usageJames Almer2015-12-281-78/+86
* | avfilter/avf_showspectrum: make colors for log scale more user friendlyPaul B Mahol2015-12-281-1/+1
* | avfilter/avf_showspectrum: use ff_generate_window_funcPaul B Mahol2015-12-282-27/+20
* | avfilter: move window function generation into separate filePaul B Mahol2015-12-284-92/+145
* | avfilter/avf_showspectrum: add rscroll sliding modePaul B Mahol2015-12-281-2/+12
* | avfilter/af_silenceremove: make size of window user configurablePaul B Mahol2015-12-281-1/+3
* | avfilter/af_silenceremove: lower number of operations in for loopPaul B Mahol2015-12-281-4/+4
* | avfilter/af_silenceremove: add peak detectorPaul B Mahol2015-12-271-33/+73
* | lavfi/avf_showspectrum: replace rint by lrintGanesh Ajjanagadde2015-12-261-1/+1
* | lavfi/vf_hue: replace rint by lrintGanesh Ajjanagadde2015-12-261-2/+2
* | lavfi/af_compand: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* | lavfi/af_volume: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* | lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* | lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-251-1/+1
* | avfilter/af_anequalizer: make cliping filter type actually usefulPaul B Mahol2015-12-251-1/+1
* | avfilter/af_anequalizer: use pow instead of exp10Paul B Mahol2015-12-251-9/+9
OpenPOWER on IntegriCloud