summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showcwt.c
Commit message (Expand)AuthorAge
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter/avf_showcwt: fix invalid write for full bargraphPaul B Mahol2023-11-11
* avfilter/avf_showcwt: do not return initial black frames with negative timest...Paul B Mahol2023-11-11
* avfilter/avf_showcwt: add fm frequency scalerPaul B Mahol2023-11-11
* avfilter/avf_showcwt: reduce latency/delay in some casesPaul B Mahol2023-08-07
* avfilter/avf_showcwt: simplifyPaul B Mahol2023-08-07
* avfilter/avf_showcwt: add two more optionsPaul B Mahol2023-08-07
* avfilter/internal: Don't include formats.hAndreas Rheinhardt2023-08-07
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-07
* avfilter/avf_showcwt: improve range detection for morlet scalesPaul B Mahol2023-07-30
* avfilter/avf_showcwt: rename option valuePaul B Mahol2023-07-30
* avfilter/avf_showcwt: add iscale optionPaul B Mahol2023-07-30
* avfilter/avf_showcwt: improve caching of some arraysPaul B Mahol2023-07-30
* avfilter/avf_showcwt: reduce excessive operationsPaul B Mahol2023-07-30
* avfilter/avf_showcwt: fix truncation of low Hz kernelsPaul B Mahol2023-07-29
* avfilter/avf_showcwt: make kernels symmetricalPaul B Mahol2023-07-29
* avfilter/avf_showcwt: fix very low freqs leakagePaul B Mahol2023-07-29
* avfilter/avf_showcwt: remove not needed fabsf()Paul B Mahol2023-07-28
* avfilter/avf_showcwt: unbreak highest frequenciesPaul B Mahol2023-07-28
* avfilter/avf_showcwt: keep kernels precision as high as possiblePaul B Mahol2023-07-28
* avfilter/avf_showcwt: remove excessive operationsPaul B Mahol2023-07-28
* avfilter/avf_showcwt: switch to overlap-savePaul B Mahol2023-07-28
* avfilter/avf_showcwt: reduce memory usage even morePaul B Mahol2023-07-28
* avfilter/avf_showcwt: make read only variable constPaul B Mahol2023-07-24
* avfilter/avf_showcwt: reduce memory usagePaul B Mahol2023-07-22
* avfilter/avf_showcwt: extend min frequency accepted rangePaul B Mahol2023-07-22
* avfilter/avf_showcwt: no need for big forward FFT with small sample ratesPaul B Mahol2023-07-22
* avfilter/avf_showcwt: improve analysisPaul B Mahol2023-07-22
* avfilter/avf_showcwt: fix index storingPaul B Mahol2023-07-21
* avfilter/avf_showcwt: move variables out of loopPaul B Mahol2023-07-21
* avfilter/avf_showcwt: add rotation optionPaul B Mahol2023-07-13
* avfilter/avf_showcwt: add bar display supportPaul B Mahol2023-07-13
* avfilter/avf_showcwt: fix frame slide outputPaul B Mahol2023-07-10
* avfilter/avf_showcwt: simplify EOF checkingPaul B Mahol2023-07-10
* avfilter/avf_showcwt: optimize multiplication with kernelPaul B Mahol2023-07-10
* avfilter/avf_showcwt: simplify cache handlingPaul B Mahol2023-07-10
* avfilter/avf_showcwt: use av_rescale()Paul B Mahol2023-07-10
* avfilter/avf_showcwt: add qdrt frequency scalePaul B Mahol2023-07-09
* avfilter/avf_showcwt: add cbrt frequency scalePaul B Mahol2023-07-09
* avfilter/avf_showcwt: add sqrt frequency scalePaul B Mahol2023-07-09
* avfilter/avf_showcwt: fix offset to take into initial delayPaul B Mahol2023-07-05
* avfilter/avf_showcwt: fix output frame pts if inlink timebase does not match ...Paul B Mahol2023-07-05
* avfilter/avf_a3dscope,avf_showcwt: set video frame durationPaul B Mahol2023-01-17
* avfilter/avf_showcwt: write also to alpha plane if availablePaul B Mahol2022-12-04
* avfilter/avf_showcwt: fix logic mistakePaul B Mahol2022-12-03
* avfilter/avf_showcwt: add yet another mode variantPaul B Mahol2022-11-30
* avfilter/avf_showcwt: add frame slide modePaul B Mahol2022-11-30
* avfilter/avf_showcwt: add some small optimizationsPaul B Mahol2022-11-30
* avfilter/avf_showcwt: add thread jobs for forward fft per channelPaul B Mahol2022-11-29
* avfilter/avf_showcwt: flush frames at EOFPaul B Mahol2022-11-29