| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | -1/+2 |
* | avfilter/avf_showspectrum: properly initialize pts | Paul B Mahol | 2017-05-22 | 1 | -0/+2 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avfilter/avf_showspectrum: fix 2 possible crashes | Paul B Mahol | 2017-01-27 | 1 | -3/+5 |
* | avfilter/avf_showspectrum: Fix memleak of text allocated by av_asprintf() | Michael Niedermayer | 2017-01-21 | 1 | -0/+1 |
* | lavfi: Fix aix compilation. | Carl Eugen Hoyos | 2016-12-01 | 1 | -6/+6 |
* | doc/showspectrum*: Change options order to reflect numeric values. | Carl Eugen Hoyos | 2016-09-06 | 1 | -5/+5 |
* | avfilter/avf_showspectrum: do not use uninitialized memory | Paul B Mahol | 2016-08-18 | 1 | -3/+2 |
* | avfilter/avf_showspectrum: unbreak dB legend | 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/+6 |
* | avfilter/avf_showspectrum: do not let multiple threads to write to same part ... | Paul B Mahol | 2016-08-16 | 1 | -10/+33 |
* | avfilter/window_func: add dolph window | Paul B Mahol | 2016-08-16 | 1 | -0/+2 |
* | avfilter/avf_showspectrum: add some multithreading support | Paul B Mahol | 2016-08-15 | 1 | -101/+131 |
* | avfilter/avf_showspectrum: improve dB scale description | Paul B Mahol | 2016-08-07 | 1 | -0/+12 |
* | avfilter/avf_showspectrum: add color rotation feature | Paul B Mahol | 2016-08-05 | 1 | -4/+11 |
* | avfilter/avf_showspectrum: improve pts handling | Paul B Mahol | 2016-02-12 | 1 | -3/+7 |
* | avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_size | Paul B Mahol | 2016-01-18 | 1 | -5/+5 |
* | avfilter/avf_showspectrum: reduce number of operations | Paul B Mahol | 2016-01-12 | 1 | -6/+8 |
* | avfilter/avf_showspectrum: add posibility to display phase | Paul B Mahol | 2016-01-12 | 1 | -4/+52 |
* | avf_showspectrum: Silence "deprecated pixel format" warning | Timothy Gu | 2016-01-09 | 1 | -1/+1 |
* | avfilter/avf_showspectrum: set color range to frame | Paul B Mahol | 2016-01-09 | 1 | -0/+1 |
* | avfilter/avf_showspectrum: add cool color map | Paul B Mahol | 2016-01-08 | 1 | -5/+13 |
* | avfilter/avf_showspectrum: add option to draw legend | Paul B Mahol | 2016-01-08 | 1 | -74/+296 |
* | lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x)) | Ganesh Ajjanagadde | 2016-01-07 | 1 | -1/+1 |
* | avfilter/window_func: add tukey window function | Paul B Mahol | 2016-01-05 | 1 | -0/+2 |
* | avfilter/avf_showspectrum: use av_clip/lrintf | Paul B Mahol | 2016-01-05 | 1 | -3/+3 |
* | avfilter/avf_showspectrum: add yet another color map | Paul B Mahol | 2016-01-05 | 1 | -1/+13 |
* | avfilter/avf_showspectrum: add option to set gain for calculating color inten... | Paul B Mahol | 2016-01-04 | 1 | -1/+5 |