summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/af_sidechaincompress & af_agate: use audio fifo from lavuPaul B Mahol2016-01-15
* avfilter: add ahistogram multimedia filterPaul B Mahol2016-01-15
* avfilter/vaf_spectrumsynth: Fix mixed declaration and statmentMichael Niedermayer2016-01-15
* avfilter/vf_fftfilt: this is video filter so use pixels instead of samplesPaul B Mahol2016-01-14
* avfilter/vf_fftfilt: use the name 's' for the pointer to the private contextPaul B Mahol2016-01-14
* avfilter: add spectrumsynth filterPaul B Mahol2016-01-14
* avfilter/af_dynaudnorm: fix possible null pointer dereferencePaul B Mahol2016-01-14
* avfilter/avf_showspectrum: reduce number of operationsPaul B Mahol2016-01-12
* avfilter/avf_showspectrum: add posibility to display phasePaul B Mahol2016-01-12
* avf_showspectrum: Silence "deprecated pixel format" warningTimothy Gu2016-01-09
* avfilter/avf_showspectrum: set color range to framePaul B Mahol2016-01-09
* avfilter/avf_showspectrum: add cool color mapPaul B Mahol2016-01-08
* avfilter/avf_showfreqs: fix possible null pointer dereferencePaul B Mahol2016-01-08
* x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_highHendrik Leppkes2016-01-08
* avfilter/avf_showspectrum: add option to draw legendPaul B Mahol2016-01-08
* lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x))Ganesh Ajjanagadde2016-01-07
* 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