summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* vf_scale: Detecting changes of incoming frame properties and dinamically eval...Bela Bodecs2016-01-201-5/+26
* vf_overlay: handles expression evaluation of frame size change in frame-by-fr...Bela Bodecs2016-01-191-0/+5
* avfilter/af_dynaudnorm: call uninit() from config_input()Paul B Mahol2016-01-191-29/+31
* avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_sizePaul B Mahol2016-01-182-10/+10
* avfilter/af_sidechaincompress & af_agate: use audio fifo from lavuPaul B Mahol2016-01-152-55/+102
* avfilter: add ahistogram multimedia filterPaul B Mahol2016-01-154-1/+414
* avfilter/vaf_spectrumsynth: Fix mixed declaration and statmentMichael Niedermayer2016-01-151-1/+2
* avfilter/vf_fftfilt: this is video filter so use pixels instead of samplesPaul B Mahol2016-01-141-1/+1
* avfilter/vf_fftfilt: use the name 's' for the pointer to the private contextPaul B Mahol2016-01-141-72/+72
* avfilter: add spectrumsynth filterPaul B Mahol2016-01-144-1/+536
* avfilter/af_dynaudnorm: fix possible null pointer dereferencePaul B Mahol2016-01-141-4/+8
* avfilter/avf_showspectrum: reduce number of operationsPaul B Mahol2016-01-121-6/+8
* avfilter/avf_showspectrum: add posibility to display phasePaul B Mahol2016-01-121-4/+52
* avf_showspectrum: Silence "deprecated pixel format" warningTimothy Gu2016-01-091-1/+1
* avfilter/avf_showspectrum: set color range to framePaul B Mahol2016-01-091-0/+1
* avfilter/avf_showspectrum: add cool color mapPaul B Mahol2016-01-081-5/+13
* avfilter/avf_showfreqs: fix possible null pointer dereferencePaul B Mahol2016-01-081-2/+4
* x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_highHendrik Leppkes2016-01-082-3/+34
* avfilter/avf_showspectrum: add option to draw legendPaul B Mahol2016-01-081-74/+296
* lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x))Ganesh Ajjanagadde2016-01-071-1/+1
* lavfi/deshake: use FF_CEIL_RSHIFT()Clément Bœsch2016-01-071-5/+5
* avfilter/formats: fix leak of formats on errorPaul B Mahol2016-01-071-0/+4
* 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
OpenPOWER on IntegriCloud