aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_showspectrum.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-74/+74
* avfilter/avf_showspectrum: fix off by 1 errorMichael Niedermayer2023-12-291-1/+1
* avfilter/internal: Don't include formats.hAndreas Rheinhardt2023-08-071-0/+1
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* avfilter/avf_showspectrum: do not use ff_outlink_get_status() on inlinkPaul B Mahol2023-05-301-10/+13
* avfilter/avf_showspectrum: check for allocation errorPaul B Mahol2023-05-181-0/+2
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-1/+4
* avfilter/avf_showspectrum: set hop_size for showspectrumpicPaul B Mahol2022-11-211-0/+1
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-191-3/+3
* avfilter/avf_showspectrum: fix stride and set scalePaul B Mahol2022-11-181-2/+2
* avfilter/avf_showspectrum: fix possible hang at EOFPaul B Mahol2022-11-171-1/+3
* avfilter/avf_showspectrum: filter support all channel countsPaul B Mahol2022-04-231-1/+1
* avfilter/avf_showspectrum: fix pts offset by onePaul B Mahol2022-04-141-1/+2
* avfilter/avf_showspectrum: add alpha pixel format supportPaul B Mahol2022-04-141-22/+79
* avfilter: let single output frame A->V filters set reasonable frame ratePaul B Mahol2022-04-101-0/+2
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-8/+7
* avfilter/avf_showspectrum: stop rewriting ptsPaul B Mahol2022-03-131-5/+6
* avfilter/avf_showspectrum: stop using AVAudioFifo to keep samplesPaul B Mahol2022-02-141-81/+106
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-151-44/+2
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/avf_showspectrum: rewrite frequency log axis/bin scalingPaul B Mahol2021-09-201-56/+34
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-151-6/+6
* avfilter/avf_showspectrum: add unwrapped phase data modePaul B Mahol2021-08-151-1/+47
* avfilter/avf_showspectrum: fix another case of frames queuing upPaul B Mahol2021-08-081-0/+2
* avfilter/avf_showspectrum: improve dBFS scale legendPaul B Mahol2021-08-071-35/+86
* avfilter/avf_showspectrum: add option to control dynamic range for colorsPaul B Mahol2021-08-051-3/+10
* avfilter/avf_showspectrum: add lreplace sliding modePaul B Mahol2021-08-041-6/+23
* avfilter/avf_showspectrum: proper rational multiplicationPaul B Mahol2021-08-041-2/+2
* avfilter/avf_showspectrum: fix last frame/eof timestampPaul B Mahol2021-08-041-1/+1
* libavfilter: Fix implicit declarations of av_cpu_max_alignMartin Storsjö2021-08-041-0/+1
* avfilter/avf_showspectrum: use proper function return value instead of hardco...Paul B Mahol2021-08-041-1/+1
* avfilter/avf_showspectrum: fix not rendering all channels with fscale=log:mod...Paul B Mahol2021-07-241-2/+2
* avfilter/avf_showspectrum: fix hz scale with legend enabledPaul B Mahol2021-07-241-2/+2
* avfilter/avf_showspectrum: switch to TX FFT from avutilPaul B Mahol2021-07-241-44/+62
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-4/+4
* avfilter/avf_showspectrum: properly handle EOF casePaul B Mahol2020-06-061-6/+10
* avfilter/avf_showspectrum: check if frame clone is setPaul B Mahol2020-01-141-1/+6
* lavfi/avf_showspectrum: Fix the memory leak in error handle pathJun Zhao2019-12-071-3/+2
* lavfi/avf_showspectrum: add error handle if av_asprintf return nullJun Zhao2019-10-181-0/+10
* avfilter/avf_showspectrum: convert some doubles to floatsPaul B Mahol2019-04-301-34/+34
* avfilter/avf_showspectrum: add log scale for frequency plotPaul B Mahol2019-04-291-65/+174
* avfilter/avf_showspectrum: add terrain color mapPaul B Mahol2018-11-081-1/+10
* avfilter/avf_showspectrum: add cividis colormapPaul B Mahol2018-11-081-1/+12
* avfilter/avf_showspectrum: add plasma color mapPaul B Mahol2018-11-071-1/+12
* avfilter/avf_showspectrum: add viridis color mapPaul B Mahol2018-11-071-1/+13
* avfilter/avf_showspectrum: improve magma colorsPaul B Mahol2018-11-071-2/+2