summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* avfilter/af_anequalizer: make cliping filter type actually usefulPaul B Mahol2015-12-25
* avfilter/af_anequalizer: use pow instead of exp10Paul B Mahol2015-12-25
* avfilter: add high-order parametric multiband equalizer filterPaul B Mahol2015-12-25
* avfilter/af_sofalizer: make virtual speaker positioning supports all channel ...Paul B Mahol2015-12-24
* x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer2015-12-24
* x86/vf_blend: make all functions work on x86_32James Almer2015-12-24
* x86/vf_blend: simplify using macrosJames Almer2015-12-24
* x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32James Almer2015-12-24
* avfilter/x86/vf_maskedmerge: Clear upper part of widthMichael Niedermayer2015-12-23
* avfilter/af_biquads: display clipping warnings once per filtered framePaul B Mahol2015-12-23
* lavfi/af_aemphasis: remove unnecessary complex number usageGanesh Ajjanagadde2015-12-23
* lavfi: make request_frame() non-recursive.Nicolas George2015-12-22
* lavfi: replace link.closed by link.status.Nicolas George2015-12-22
* lavfi: deprecate avfilter_link_set_closed().Nicolas George2015-12-22
* lavfi: add link.current_pts field.Nicolas George2015-12-22
* lavfi: rename link.current_pts to current_pts_us.Nicolas George2015-12-22
* lavfi/vf_mpdecimate: remove request_frame().Nicolas George2015-12-22
* lavfi/vf_histogram: replace round by lrintGanesh Ajjanagadde2015-12-21
* lavfi/af_dynaudnorm: replace round by lrintGanesh Ajjanagadde2015-12-21
* lavfi/vf_crop: replace round by lrintGanesh Ajjanagadde2015-12-21
* lavfi/vf_drawtext: replace round by llrintGanesh Ajjanagadde2015-12-21
* lavfi/vf_colorlevels: replace round by lrintGanesh Ajjanagadde2015-12-21