| 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 | -20/+20 |
* | 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: fix av_tx_fn stride usage for complex inputs | Paul B Mahol | 2022-11-19 | 1 | -2/+2 |
* | lavfi/avf_showfreqs: set frame durations | Anton Khirnov | 2022-10-04 | 1 | -0/+1 |
* | avfilter/avf_showfreqs: fix memleak in plot_freqs | Steven Liu | 2022-05-23 | 1 | -1/+3 |
* | avfilter/avf_showfreqs: add rate option | Paul B Mahol | 2022-04-30 | 1 | -26/+32 |
* | avfilter/avf_showfreqs: add option to draw subset of channels | Paul B Mahol | 2022-04-22 | 1 | -2/+42 |
* | avfilter/avf_showfreqs: filter support all channel counts | Paul B Mahol | 2022-04-22 | 1 | -1/+1 |
* | avfilter: convert to new channel layout API | James Almer | 2022-03-15 | 1 | -2/+2 |
* | avfilter/avf_showfreqs: stop using audio fifo | Paul B Mahol | 2022-02-23 | 1 | -60/+30 |
* | avfilter/window_func: unify all filters win_func option that use this header | Paul B Mahol | 2021-10-15 | 1 | -21/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/avf_showfreqs: switch to TX FFT from avutil | Paul B Mahol | 2021-07-30 | 1 | -22/+30 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/avf_showfreqs: add group delay data mode | Paul B Mahol | 2020-11-28 | 1 | -1/+12 |
* | avfilter/avf_showfreqs: implement phase display | Paul B Mahol | 2020-11-27 | 1 | -5/+25 |
* | lavfi: regroup formats lists in a single structure. | Nicolas George | 2020-09-08 | 1 | -4/+4 |
* | avfilter/avf_showfreqs: free input frame after using it | James Almer | 2019-10-26 | 1 | -0/+1 |
* | avfilter/avf_showfreqs: fix check for failed allocation | Paul B Mahol | 2019-09-21 | 1 | -1/+1 |
* | avfilter/avf_showfreqs: make selecting window size simpler | Paul B Mahol | 2019-07-10 | 1 | -14/+3 |
* | avfilter/avf_showfreqs: switch to activate | Paul B Mahol | 2019-05-26 | 1 | -26/+48 |
* | avfilter/window_func: add bohman window | Paul B Mahol | 2018-10-27 | 1 | -0/+1 |
* | lavfi: make window_func an inline function | Rostislav Pehlivanov | 2017-09-23 | 1 | -1/+1 |
* | avfilter: properly set SAR for A->V filters | Paul B Mahol | 2017-06-13 | 1 | -0/+1 |
* | lavfi: split frame_count between input and output. | Nicolas George | 2016-11-13 | 1 | -2/+2 |
* | avfilter/avf_showfreqs: make minimum amplitude for log scaler configurable | Paul B Mahol | 2016-08-17 | 1 | -1/+5 |
* | avfilter/window_func: add cauchy, parzen and poisson window function | Paul B Mahol | 2016-08-16 | 1 | -0/+3 |
* | avfilter/window_func: add dolph window | Paul B Mahol | 2016-08-16 | 1 | -0/+1 |
* | avfilter/avf_showfreqs: assert that variables are initialized by switch() | Michael Niedermayer | 2016-02-12 | 1 | -0/+2 |
* | avfilter/avf_showfreqs: properly handle pts | Paul B Mahol | 2016-01-31 | 1 | -2/+17 |
* | avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_size | Paul B Mahol | 2016-01-18 | 1 | -5/+5 |
* | avfilter/avf_showfreqs: fix possible null pointer dereference | Paul B Mahol | 2016-01-08 | 1 | -2/+4 |
* | avfilter/window_func: add tukey window function | Paul B Mahol | 2016-01-05 | 1 | -0/+1 |
* | avfilter: move window function generation into separate file | Paul B Mahol | 2015-12-28 | 1 | -91/+2 |
* | avfilter/avf_showfreqs: make it possible to split channels | Paul B Mahol | 2015-12-20 | 1 | -2/+17 |
* | avfilter/avf_showfreqs: avoid wasteful pow | Ganesh Ajjanagadde | 2015-12-09 | 1 | -1/+2 |
* | avfilter,swresample,swscale: use fabs, fabsf instead of FFABS | Ganesh Ajjanagadde | 2015-10-22 | 1 | -2/+2 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -12/+9 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter/avf_showfreqs: add lanczos and gauss windowing functions | Paul B Mahol | 2015-09-15 | 1 | -1/+14 |
* | avfilter/avf_showfreqs: Fix memleak of out frame | Michael Niedermayer | 2015-09-05 | 1 | -1/+3 |
* | avfilter/avf_showfreqs: Fix "may be used uninitialized in this function" warning | Michael Niedermayer | 2015-09-05 | 1 | -1/+1 |
* | avfilter/avf_showfreqs: Free fin | Michael Niedermayer | 2015-09-05 | 1 | -0/+1 |
* | avfilter/avf_showfreqs: Use floating point division in WFUNC_BHANN | Michael Niedermayer | 2015-09-03 | 1 | -1/+1 |
* | avfilter: add showfreqs filter | Paul B Mahol | 2015-08-19 | 1 | -0/+558 |