| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -2/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -31/+31 |
* | avfilter/avf_showcwt: fix invalid write for full bargraph | Paul B Mahol | 2023-11-11 | 1 | -77/+92 |
* | avfilter/avf_showcwt: do not return initial black frames with negative timest... | Paul B Mahol | 2023-11-11 | 1 | -2/+6 |
* | avfilter/avf_showcwt: add fm frequency scaler | Paul B Mahol | 2023-11-11 | 1 | -1/+12 |
* | avfilter/avf_showcwt: reduce latency/delay in some cases | Paul B Mahol | 2023-08-07 | 1 | -46/+61 |
* | avfilter/avf_showcwt: simplify | Paul B Mahol | 2023-08-07 | 1 | -31/+22 |
* | avfilter/avf_showcwt: add two more options | Paul B Mahol | 2023-08-07 | 1 | -14/+23 |
* | avfilter/internal: Don't include formats.h | Andreas Rheinhardt | 2023-08-07 | 1 | -0/+1 |
* | avfilter: Deduplicate default audio inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | avfilter/avf_showcwt: improve range detection for morlet scales | Paul B Mahol | 2023-07-30 | 1 | -8/+13 |
* | avfilter/avf_showcwt: rename option value | Paul B Mahol | 2023-07-30 | 1 | -4/+4 |
* | avfilter/avf_showcwt: add iscale option | Paul B Mahol | 2023-07-30 | 1 | -9/+46 |
* | avfilter/avf_showcwt: improve caching of some arrays | Paul B Mahol | 2023-07-30 | 1 | -10/+16 |
* | avfilter/avf_showcwt: reduce excessive operations | Paul B Mahol | 2023-07-30 | 1 | -21/+23 |
* | avfilter/avf_showcwt: fix truncation of low Hz kernels | Paul B Mahol | 2023-07-29 | 1 | -16/+33 |
* | avfilter/avf_showcwt: make kernels symmetrical | Paul B Mahol | 2023-07-29 | 1 | -1/+1 |
* | avfilter/avf_showcwt: fix very low freqs leakage | Paul B Mahol | 2023-07-29 | 1 | -0/+2 |
* | avfilter/avf_showcwt: remove not needed fabsf() | Paul B Mahol | 2023-07-28 | 1 | -1/+1 |
* | avfilter/avf_showcwt: unbreak highest frequencies | Paul B Mahol | 2023-07-28 | 1 | -1/+1 |
* | avfilter/avf_showcwt: keep kernels precision as high as possible | Paul B Mahol | 2023-07-28 | 1 | -2/+3 |
* | avfilter/avf_showcwt: remove excessive operations | Paul B Mahol | 2023-07-28 | 1 | -3/+1 |
* | avfilter/avf_showcwt: switch to overlap-save | Paul B Mahol | 2023-07-28 | 1 | -22/+33 |
* | avfilter/avf_showcwt: reduce memory usage even more | Paul B Mahol | 2023-07-28 | 1 | -4/+4 |
* | avfilter/avf_showcwt: make read only variable const | Paul B Mahol | 2023-07-24 | 1 | -2/+2 |
* | avfilter/avf_showcwt: reduce memory usage | Paul B Mahol | 2023-07-22 | 1 | -40/+52 |
* | avfilter/avf_showcwt: extend min frequency accepted range | Paul B Mahol | 2023-07-22 | 1 | -2/+8 |
* | avfilter/avf_showcwt: no need for big forward FFT with small sample rates | Paul B Mahol | 2023-07-22 | 1 | -1/+1 |
* | avfilter/avf_showcwt: improve analysis | Paul B Mahol | 2023-07-22 | 1 | -36/+42 |
* | avfilter/avf_showcwt: fix index storing | Paul B Mahol | 2023-07-21 | 1 | -1/+1 |
* | avfilter/avf_showcwt: move variables out of loop | Paul B Mahol | 2023-07-21 | 1 | -2/+2 |
* | avfilter/avf_showcwt: add rotation option | Paul B Mahol | 2023-07-13 | 1 | -4/+13 |
* | avfilter/avf_showcwt: add bar display support | Paul B Mahol | 2023-07-13 | 1 | -15/+111 |
* | avfilter/avf_showcwt: fix frame slide output | Paul B Mahol | 2023-07-10 | 1 | -4/+1 |
* | avfilter/avf_showcwt: simplify EOF checking | Paul B Mahol | 2023-07-10 | 1 | -2/+1 |
* | avfilter/avf_showcwt: optimize multiplication with kernel | Paul B Mahol | 2023-07-10 | 1 | -12/+61 |
* | avfilter/avf_showcwt: simplify cache handling | Paul B Mahol | 2023-07-10 | 1 | -25/+14 |
* | avfilter/avf_showcwt: use av_rescale() | Paul B Mahol | 2023-07-10 | 1 | -1/+1 |
* | avfilter/avf_showcwt: add qdrt frequency scale | Paul B Mahol | 2023-07-09 | 1 | -0/+10 |
* | avfilter/avf_showcwt: add cbrt frequency scale | Paul B Mahol | 2023-07-09 | 1 | -0/+10 |
* | avfilter/avf_showcwt: add sqrt frequency scale | Paul B Mahol | 2023-07-09 | 1 | -0/+10 |
* | avfilter/avf_showcwt: fix offset to take into initial delay | Paul B Mahol | 2023-07-05 | 1 | -1/+1 |
* | avfilter/avf_showcwt: fix output frame pts if inlink timebase does not match ... | Paul B Mahol | 2023-07-05 | 1 | -0/+1 |
* | avfilter/avf_a3dscope,avf_showcwt: set video frame duration | Paul B Mahol | 2023-01-17 | 1 | -0/+1 |
* | avfilter/avf_showcwt: write also to alpha plane if available | Paul B Mahol | 2022-12-04 | 1 | -11/+31 |
* | avfilter/avf_showcwt: fix logic mistake | Paul B Mahol | 2022-12-03 | 1 | -1/+1 |
* | avfilter/avf_showcwt: add yet another mode variant | Paul B Mahol | 2022-11-30 | 1 | -1/+25 |
* | avfilter/avf_showcwt: add frame slide mode | Paul B Mahol | 2022-11-30 | 1 | -15/+98 |
* | avfilter/avf_showcwt: add some small optimizations | Paul B Mahol | 2022-11-30 | 1 | -30/+26 |
* | avfilter/avf_showcwt: add thread jobs for forward fft per channel | Paul B Mahol | 2022-11-29 | 1 | -10/+34 |