aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* avfilter: add high-order parametric multiband equalizer filterPaul B Mahol2015-12-254-2/+755
* avfilter/af_sofalizer: make virtual speaker positioning supports all channel ...Paul B Mahol2015-12-241-172/+53
* x86/vf_blend: add sse2 versions of blend_difference and blend_negationJames Almer2015-12-242-3/+13
* x86/vf_blend: make all functions work on x86_32James Almer2015-12-242-55/+52
* x86/vf_blend: simplify using macrosJames Almer2015-12-242-325/+53
* x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32James Almer2015-12-242-12/+19
* avfilter/x86/vf_maskedmerge: Clear upper part of widthMichael Niedermayer2015-12-231-0/+1
* avfilter/af_biquads: display clipping warnings once per filtered framePaul B Mahol2015-12-231-10/+14
* lavfi/af_aemphasis: remove unnecessary complex number usageGanesh Ajjanagadde2015-12-231-7/+6
* lavfi: make request_frame() non-recursive.Nicolas George2015-12-225-5/+99
* lavfi: replace link.closed by link.status.Nicolas George2015-12-228-21/+49
* lavfi: deprecate avfilter_link_set_closed().Nicolas George2015-12-222-1/+4
* lavfi: add link.current_pts field.Nicolas George2015-12-222-0/+8
* lavfi: rename link.current_pts to current_pts_us.Nicolas George2015-12-223-6/+6
* lavfi/vf_mpdecimate: remove request_frame().Nicolas George2015-12-221-14/+0
* lavfi/vf_histogram: replace round by lrintGanesh Ajjanagadde2015-12-211-1/+1
* lavfi/af_dynaudnorm: replace round by lrintGanesh Ajjanagadde2015-12-211-1/+1
* lavfi/vf_crop: replace round by lrintGanesh Ajjanagadde2015-12-211-1/+1
* lavfi/vf_drawtext: replace round by llrintGanesh Ajjanagadde2015-12-211-1/+1
* lavfi/vf_colorlevels: replace round by lrintGanesh Ajjanagadde2015-12-211-8/+8
* lavfi/vf_colorchannelmixer: replace round by lrintGanesh Ajjanagadde2015-12-211-19/+19
* lavfi/drawtext: fix shadow[xy] descriptionsClément Bœsch2015-12-211-2/+2
* lavfi/drawtext: hide first font load warning when fontconfig is presentClément Bœsch2015-12-211-0/+2
* lavfi/drawtext: fix crash when no text, file or timecode providedClément Bœsch2015-12-211-6/+6
* avfilter/af_ladspa: fix av_assert0()Paul B Mahol2015-12-211-2/+2
* lavfi/scale: add nb_slices debug optionClément Bœsch2015-12-211-0/+12