summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi/deshake: use FF_CEIL_RSHIFT()Clément Bœsch2016-01-07
* avfilter/formats: fix leak of formats on errorPaul B Mahol2016-01-07
* avfilter/vf_pad: fix direct paddingAndrey Turkin2016-01-06
* lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x)Ganesh Ajjanagadde2016-01-05
* avfilter/avf_avectorscope: add line drawing supportPaul B Mahol2016-01-05
* avfilter/window_func: add tukey window functionPaul B Mahol2016-01-05
* avfilter/avf_showspectrum: use av_clip/lrintfPaul B Mahol2016-01-05
* avfilter/avf_showspectrum: add yet another color mapPaul B Mahol2016-01-05
* avfilter/avf_showspectrum: add option to set gain for calculating color inten...Paul B Mahol2016-01-04
* avfilter/avf_showspectrum: finally fix log scalerPaul B Mahol2016-01-03
* avfilter/avf_showspectrum: switch to FFTPaul B Mahol2016-01-03
* lavfi/drawtext: Fix microsecond display.Carl Eugen Hoyos2016-01-03
* lavfi/vf_decimate: do not compare the first frame to itself.Nicolas George2016-01-03
* x86/vf_stereo3d: remove a few unnecessary movasJames Almer2016-01-03
* avfilter/avf_showspectrum: add 4th and 5th root scalerPaul B Mahol2016-01-02
* avfilter/avf_showspectrum: make some helper functionsPaul B Mahol2016-01-02
* avfilter/avf_showspectrum: fix null pointer dereference if allocation failsPaul B Mahol2016-01-02
* avfilter/avf_showspectrum: add fiery color mapPaul B Mahol2016-01-02
* avfilter: add showspectrumpic filterPaul B Mahol2016-01-02
* avfilter/avf_showspectrum: store win_size in private context and calculate it...Paul B Mahol2016-01-02
* avfilter/vf_zoompan: do not free frame we pushed to lavfiPaul B Mahol2016-01-02
* lavfi/af_sofalizer: remove exp2 and replace clz by ff_clzGanesh Ajjanagadde2016-01-01
* avfilter/avf_showspectrum: add window overlap supportPaul B Mahol2015-12-31
* avfilter/avf_showspectrum: add fire color mapPaul B Mahol2015-12-31
* avfilter/trim: support all channel numbers in atrim filterPaul B Mahol2015-12-31
* avfilter/vf_scale: set proper out frame color rangeThomas Mundt2015-12-31
* avfilter/avf_showspectrum: add nebulae color mapPaul B Mahol2015-12-30
* avfilter/avf_showspectrum: add moreland color mapPaul B Mahol2015-12-30
* avfilter/avf_showspectrum: add rainbow colormapPaul B Mahol2015-12-29
* avfilter/avf_showspectrum: properly calculate w factorPaul B Mahol2015-12-29
* avfilter/avf_showspectrum: add horizontal orientation supportPaul B Mahol2015-12-29
* lavfi/af_anequalizer: replace pow(x,-2) by 1/(x*x)Ganesh Ajjanagadde2015-12-28
* lavfi/af_anequalizer: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-28
* lavfi/af_anequalizer: remove cabs, cexp dependenciesGanesh Ajjanagadde2015-12-28
* avfilter/avf_showspectrum: use FF_ARRAY_ELEMS()Paul B Mahol2015-12-28
* x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32James Almer2015-12-28
* x86/vf_stereo3d: optimize register usageJames Almer2015-12-28
* avfilter/avf_showspectrum: make colors for log scale more user friendlyPaul B Mahol2015-12-28
* avfilter/avf_showspectrum: use ff_generate_window_funcPaul B Mahol2015-12-28
* avfilter: move window function generation into separate filePaul B Mahol2015-12-28
* avfilter/avf_showspectrum: add rscroll sliding modePaul B Mahol2015-12-28
* avfilter/af_silenceremove: make size of window user configurablePaul B Mahol2015-12-28
* avfilter/af_silenceremove: lower number of operations in for loopPaul B Mahol2015-12-28
* avfilter/af_silenceremove: add peak detectorPaul B Mahol2015-12-27
* lavfi/avf_showspectrum: replace rint by lrintGanesh Ajjanagadde2015-12-26
* lavfi/vf_hue: replace rint by lrintGanesh Ajjanagadde2015-12-26
* lavfi/af_compand: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavfi/af_volume: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25