| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -74/+74 |
* | avfilter/avf_showspectrum: fix off by 1 error | Michael Niedermayer | 2023-12-29 | 1 | -1/+1 |
* | 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_showspectrum: do not use ff_outlink_get_status() on inlink | Paul B Mahol | 2023-05-30 | 1 | -10/+13 |
* | avfilter/avf_showspectrum: check for allocation error | Paul B Mahol | 2023-05-18 | 1 | -0/+2 |
* | avfilter: use ff_inlink_make_frame_writable() | Paul B Mahol | 2023-02-12 | 1 | -1/+4 |
* | avfilter/avf_showspectrum: set hop_size for showspectrumpic | Paul B Mahol | 2022-11-21 | 1 | -0/+1 |
* | avfilter: fix av_tx_fn stride usage for complex inputs | Paul B Mahol | 2022-11-19 | 1 | -3/+3 |
* | avfilter/avf_showspectrum: fix stride and set scale | Paul B Mahol | 2022-11-18 | 1 | -2/+2 |
* | avfilter/avf_showspectrum: fix possible hang at EOF | Paul B Mahol | 2022-11-17 | 1 | -1/+3 |
* | 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 |