aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avf_showcwt.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-2/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-31/+31
* avfilter/avf_showcwt: fix invalid write for full bargraphPaul B Mahol2023-11-111-77/+92
* avfilter/avf_showcwt: do not return initial black frames with negative timest...Paul B Mahol2023-11-111-2/+6
* avfilter/avf_showcwt: add fm frequency scalerPaul B Mahol2023-11-111-1/+12
* avfilter/avf_showcwt: reduce latency/delay in some casesPaul B Mahol2023-08-071-46/+61
* avfilter/avf_showcwt: simplifyPaul B Mahol2023-08-071-31/+22
* avfilter/avf_showcwt: add two more optionsPaul B Mahol2023-08-071-14/+23
* 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_showcwt: improve range detection for morlet scalesPaul B Mahol2023-07-301-8/+13
* avfilter/avf_showcwt: rename option valuePaul B Mahol2023-07-301-4/+4
* avfilter/avf_showcwt: add iscale optionPaul B Mahol2023-07-301-9/+46
* avfilter/avf_showcwt: improve caching of some arraysPaul B Mahol2023-07-301-10/+16
* avfilter/avf_showcwt: reduce excessive operationsPaul B Mahol2023-07-301-21/+23
* avfilter/avf_showcwt: fix truncation of low Hz kernelsPaul B Mahol2023-07-291-16/+33
* avfilter/avf_showcwt: make kernels symmetricalPaul B Mahol2023-07-291-1/+1
* avfilter/avf_showcwt: fix very low freqs leakagePaul B Mahol2023-07-291-0/+2
* avfilter/avf_showcwt: remove not needed fabsf()Paul B Mahol2023-07-281-1/+1
* avfilter/avf_showcwt: unbreak highest frequenciesPaul B Mahol2023-07-281-1/+1
* avfilter/avf_showcwt: keep kernels precision as high as possiblePaul B Mahol2023-07-281-2/+3
* avfilter/avf_showcwt: remove excessive operationsPaul B Mahol2023-07-281-3/+1
* avfilter/avf_showcwt: switch to overlap-savePaul B Mahol2023-07-281-22/+33
* avfilter/avf_showcwt: reduce memory usage even morePaul B Mahol2023-07-281-4/+4
* avfilter/avf_showcwt: make read only variable constPaul B Mahol2023-07-241-2/+2
* avfilter/avf_showcwt: reduce memory usagePaul B Mahol2023-07-221-40/+52
* avfilter/avf_showcwt: extend min frequency accepted rangePaul B Mahol2023-07-221-2/+8
* avfilter/avf_showcwt: no need for big forward FFT with small sample ratesPaul B Mahol2023-07-221-1/+1
* avfilter/avf_showcwt: improve analysisPaul B Mahol2023-07-221-36/+42
* avfilter/avf_showcwt: fix index storingPaul B Mahol2023-07-211-1/+1
* avfilter/avf_showcwt: move variables out of loopPaul B Mahol2023-07-211-2/+2
* avfilter/avf_showcwt: add rotation optionPaul B Mahol2023-07-131-4/+13
* avfilter/avf_showcwt: add bar display supportPaul B Mahol2023-07-131-15/+111
* avfilter/avf_showcwt: fix frame slide outputPaul B Mahol2023-07-101-4/+1
* avfilter/avf_showcwt: simplify EOF checkingPaul B Mahol2023-07-101-2/+1
* avfilter/avf_showcwt: optimize multiplication with kernelPaul B Mahol2023-07-101-12/+61
* avfilter/avf_showcwt: simplify cache handlingPaul B Mahol2023-07-101-25/+14
* avfilter/avf_showcwt: use av_rescale()Paul B Mahol2023-07-101-1/+1
* avfilter/avf_showcwt: add qdrt frequency scalePaul B Mahol2023-07-091-0/+10
* avfilter/avf_showcwt: add cbrt frequency scalePaul B Mahol2023-07-091-0/+10
* avfilter/avf_showcwt: add sqrt frequency scalePaul B Mahol2023-07-091-0/+10
* avfilter/avf_showcwt: fix offset to take into initial delayPaul B Mahol2023-07-051-1/+1
* avfilter/avf_showcwt: fix output frame pts if inlink timebase does not match ...Paul B Mahol2023-07-051-0/+1
* avfilter/avf_a3dscope,avf_showcwt: set video frame durationPaul B Mahol2023-01-171-0/+1
* avfilter/avf_showcwt: write also to alpha plane if availablePaul B Mahol2022-12-041-11/+31
* avfilter/avf_showcwt: fix logic mistakePaul B Mahol2022-12-031-1/+1
* avfilter/avf_showcwt: add yet another mode variantPaul B Mahol2022-11-301-1/+25
* avfilter/avf_showcwt: add frame slide modePaul B Mahol2022-11-301-15/+98
* avfilter/avf_showcwt: add some small optimizationsPaul B Mahol2022-11-301-30/+26
* avfilter/avf_showcwt: add thread jobs for forward fft per channelPaul B Mahol2022-11-291-10/+34