| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/avf_showspectrum: filter support all channel counts | Paul B Mahol | 2022-04-23 | 1 | -1/+1 |
* | avfilter/avf_showspectrum: fix pts offset by one | Paul B Mahol | 2022-04-14 | 1 | -1/+2 |
* | avfilter/avf_showspectrum: add alpha pixel format support | Paul B Mahol | 2022-04-14 | 1 | -22/+79 |
* | avfilter: let single output frame A->V filters set reasonable frame rate | Paul B Mahol | 2022-04-10 | 1 | -0/+2 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -8/+7 |
* | avfilter/avf_showspectrum: stop rewriting pts | Paul B Mahol | 2022-03-13 | 1 | -5/+6 |
* | avfilter/avf_showspectrum: stop using AVAudioFifo to keep samples | Paul B Mahol | 2022-02-14 | 1 | -81/+106 |
* | avfilter/window_func: unify all filters win_func option that use this header | Paul B Mahol | 2021-10-15 | 1 | -44/+2 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -2/+2 |
* | avfilter/avf_showspectrum: rewrite frequency log axis/bin scaling | Paul B Mahol | 2021-09-20 | 1 | -56/+34 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -8/+4 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -6/+6 |
* | avfilter/avf_showspectrum: add unwrapped phase data mode | Paul B Mahol | 2021-08-15 | 1 | -1/+47 |
* | avfilter/avf_showspectrum: fix another case of frames queuing up | Paul B Mahol | 2021-08-08 | 1 | -0/+2 |
* | avfilter/avf_showspectrum: improve dBFS scale legend | Paul B Mahol | 2021-08-07 | 1 | -35/+86 |
* | avfilter/avf_showspectrum: add option to control dynamic range for colors | Paul B Mahol | 2021-08-05 | 1 | -3/+10 |
* | avfilter/avf_showspectrum: add lreplace sliding mode | Paul B Mahol | 2021-08-04 | 1 | -6/+23 |
* | avfilter/avf_showspectrum: proper rational multiplication | Paul B Mahol | 2021-08-04 | 1 | -2/+2 |
* | avfilter/avf_showspectrum: fix last frame/eof timestamp | Paul B Mahol | 2021-08-04 | 1 | -1/+1 |
* | libavfilter: Fix implicit declarations of av_cpu_max_align | Martin Storsjö | 2021-08-04 | 1 | -0/+1 |
* | avfilter/avf_showspectrum: use proper function return value instead of hardco... | Paul B Mahol | 2021-08-04 | 1 | -1/+1 |
* | avfilter/avf_showspectrum: fix not rendering all channels with fscale=log:mod... | Paul B Mahol | 2021-07-24 | 1 | -2/+2 |
* | avfilter/avf_showspectrum: fix hz scale with legend enabled | Paul B Mahol | 2021-07-24 | 1 | -2/+2 |
* | avfilter/avf_showspectrum: switch to TX FFT from avutil | Paul B Mahol | 2021-07-24 | 1 | -44/+62 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -2/+2 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -4/+4 |
* | avfilter/avf_showspectrum: properly handle EOF case | Paul B Mahol | 2020-06-06 | 1 | -6/+10 |
* | avfilter/avf_showspectrum: check if frame clone is set | Paul B Mahol | 2020-01-14 | 1 | -1/+6 |
* | lavfi/avf_showspectrum: Fix the memory leak in error handle path | Jun Zhao | 2019-12-07 | 1 | -3/+2 |
* | lavfi/avf_showspectrum: add error handle if av_asprintf return null | Jun Zhao | 2019-10-18 | 1 | -0/+10 |
* | avfilter/avf_showspectrum: convert some doubles to floats | Paul B Mahol | 2019-04-30 | 1 | -34/+34 |
* | avfilter/avf_showspectrum: add log scale for frequency plot | Paul B Mahol | 2019-04-29 | 1 | -65/+174 |
* | avfilter/avf_showspectrum: add terrain color map | Paul B Mahol | 2018-11-08 | 1 | -1/+10 |
* | avfilter/avf_showspectrum: add cividis colormap | Paul B Mahol | 2018-11-08 | 1 | -1/+12 |
* | avfilter/avf_showspectrum: add plasma color map | Paul B Mahol | 2018-11-07 | 1 | -1/+12 |
* | avfilter/avf_showspectrum: add viridis color map | Paul B Mahol | 2018-11-07 | 1 | -1/+13 |
* | avfilter/avf_showspectrum: improve magma colors | Paul B Mahol | 2018-11-07 | 1 | -2/+2 |
* | avfilter/window_func: add bohman window | Paul B Mahol | 2018-10-27 | 1 | -0/+2 |
* | avfilter/avf_showspectrum: add legend support to showspectrum filter | Paul B Mahol | 2018-10-07 | 1 | -348/+382 |
* | avfilter/avf_showspectrum: switch to activate and add fps option | Paul B Mahol | 2018-10-06 | 1 | -64/+98 |
* | avfilter/avf_showspectrum: increase padding size for low sample rates | Paul B Mahol | 2018-10-05 | 1 | -1/+1 |
* | avfilter/avf_showspectrum: add zoom mode to showspectrumpic | Paul B Mahol | 2018-10-05 | 1 | -2/+11 |
* | avfilter/avf_showspectrum: add green color map | Paul B Mahol | 2018-10-05 | 1 | -1/+8 |
* | avfilter/avf_showspectrum: fix scaling in zoom mode | Paul B Mahol | 2018-10-05 | 1 | -3/+3 |
* | avfilter/avf_showspectrum: implement zoom mode | Paul B Mahol | 2018-10-04 | 1 | -25/+153 |
* | avfilter/avf_showspectrum: add magma color map | Paul B Mahol | 2018-09-15 | 1 | -1/+13 |
* | avfilter/avf_showspectrum: also show sample rate and channel layout | Paul B Mahol | 2018-06-03 | 1 | -0/+10 |
* | avfilter/avf_showspectrum: avoid overwritting text | Paul B Mahol | 2018-06-03 | 1 | -1/+1 |
* | avfilter/avf_showspectrum: improve axes drawing | Paul B Mahol | 2018-06-03 | 1 | -3/+4 |