summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showspectrum.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter/avf_showspectrum: fix off by 1 errorMichael Niedermayer2023-12-29
* avfilter/internal: Don't include formats.hAndreas Rheinhardt2023-08-07
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-07
* avfilter/avf_showspectrum: do not use ff_outlink_get_status() on inlinkPaul B Mahol2023-05-30
* avfilter/avf_showspectrum: check for allocation errorPaul B Mahol2023-05-18
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-12
* avfilter/avf_showspectrum: set hop_size for showspectrumpicPaul B Mahol2022-11-21
* avfilter: fix av_tx_fn stride usage for complex inputsPaul B Mahol2022-11-19
* avfilter/avf_showspectrum: fix stride and set scalePaul B Mahol2022-11-18
* avfilter/avf_showspectrum: fix possible hang at EOFPaul B Mahol2022-11-17
* avfilter/avf_showspectrum: filter support all channel countsPaul B Mahol2022-04-23
* avfilter/avf_showspectrum: fix pts offset by onePaul B Mahol2022-04-14
* avfilter/avf_showspectrum: add alpha pixel format supportPaul B Mahol2022-04-14
* avfilter: let single output frame A->V filters set reasonable frame ratePaul B Mahol2022-04-10
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/avf_showspectrum: stop rewriting ptsPaul B Mahol2022-03-13
* avfilter/avf_showspectrum: stop using AVAudioFifo to keep samplesPaul B Mahol2022-02-14
* avfilter/window_func: unify all filters win_func option that use this headerPaul B Mahol2021-10-15
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avf_showspectrum: rewrite frequency log axis/bin scalingPaul B Mahol2021-09-20
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/internal: Factor out executing a filter's execute_funcAndreas Rheinhardt2021-08-15
* avfilter/avf_showspectrum: add unwrapped phase data modePaul B Mahol2021-08-15
* avfilter/avf_showspectrum: fix another case of frames queuing upPaul B Mahol2021-08-08
* avfilter/avf_showspectrum: improve dBFS scale legendPaul B Mahol2021-08-07
* avfilter/avf_showspectrum: add option to control dynamic range for colorsPaul B Mahol2021-08-05
* avfilter/avf_showspectrum: add lreplace sliding modePaul B Mahol2021-08-04
* avfilter/avf_showspectrum: proper rational multiplicationPaul B Mahol2021-08-04
* avfilter/avf_showspectrum: fix last frame/eof timestampPaul B Mahol2021-08-04
* libavfilter: Fix implicit declarations of av_cpu_max_alignMartin Storsjö2021-08-04
* avfilter/avf_showspectrum: use proper function return value instead of hardco...Paul B Mahol2021-08-04
* avfilter/avf_showspectrum: fix not rendering all channels with fscale=log:mod...Paul B Mahol2021-07-24
* avfilter/avf_showspectrum: fix hz scale with legend enabledPaul B Mahol2021-07-24
* avfilter/avf_showspectrum: switch to TX FFT from avutilPaul B Mahol2021-07-24
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-08
* avfilter/avf_showspectrum: properly handle EOF casePaul B Mahol2020-06-06
* avfilter/avf_showspectrum: check if frame clone is setPaul B Mahol2020-01-14
* lavfi/avf_showspectrum: Fix the memory leak in error handle pathJun Zhao2019-12-07
* lavfi/avf_showspectrum: add error handle if av_asprintf return nullJun Zhao2019-10-18
* avfilter/avf_showspectrum: convert some doubles to floatsPaul B Mahol2019-04-30
* avfilter/avf_showspectrum: add log scale for frequency plotPaul B Mahol2019-04-29
* avfilter/avf_showspectrum: add terrain color mapPaul B Mahol2018-11-08
* avfilter/avf_showspectrum: add cividis colormapPaul B Mahol2018-11-08
* avfilter/avf_showspectrum: add plasma color mapPaul B Mahol2018-11-07
* avfilter/avf_showspectrum: add viridis color mapPaul B Mahol2018-11-07
* avfilter/avf_showspectrum: improve magma colorsPaul B Mahol2018-11-07
* avfilter/window_func: add bohman windowPaul B Mahol2018-10-27