| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | avfilter/avf_showspectrum: finally fix log scaler | Paul B Mahol | 2016-01-03 | 1 | -1/+1 |
* | avfilter/avf_showspectrum: switch to FFT | Paul B Mahol | 2016-01-03 | 1 | -43/+47 |
* | avfilter/avf_showspectrum: add 4th and 5th root scaler | Paul B Mahol | 2016-01-02 | 1 | -1/+11 |
* | avfilter/avf_showspectrum: make some helper functions | Paul B Mahol | 2016-01-02 | 1 | -51/+57 |
* | avfilter/avf_showspectrum: fix null pointer dereference if allocation fails | Paul B Mahol | 2016-01-02 | 1 | -4/+8 |
* | avfilter/avf_showspectrum: add fiery color map | Paul B Mahol | 2016-01-02 | 1 | -1/+13 |
* | avfilter: add showspectrumpic filter | Paul B Mahol | 2016-01-02 | 1 | -45/+260 |
* | avfilter/avf_showspectrum: store win_size in private context and calculate it... | Paul B Mahol | 2016-01-02 | 1 | -22/+17 |
* | avfilter/avf_showspectrum: add window overlap support | Paul B Mahol | 2015-12-31 | 1 | -9/+49 |
* | avfilter/avf_showspectrum: add fire color map | Paul B Mahol | 2015-12-31 | 1 | -1/+12 |
* | avfilter/avf_showspectrum: add nebulae color map | Paul B Mahol | 2015-12-30 | 1 | -1/+12 |
* | avfilter/avf_showspectrum: add moreland color map | Paul B Mahol | 2015-12-30 | 1 | -4/+14 |
* | avfilter/avf_showspectrum: add rainbow colormap | Paul B Mahol | 2015-12-29 | 1 | -23/+37 |
* | avfilter/avf_showspectrum: properly calculate w factor | Paul B Mahol | 2015-12-29 | 1 | -1/+7 |
* | avfilter/avf_showspectrum: add horizontal orientation support | Paul B Mahol | 2015-12-29 | 1 | -41/+111 |
* | avfilter/avf_showspectrum: use FF_ARRAY_ELEMS() | Paul B Mahol | 2015-12-28 | 1 | -1/+1 |
* | avfilter/avf_showspectrum: make colors for log scale more user friendly | Paul B Mahol | 2015-12-28 | 1 | -1/+1 |
* | avfilter/avf_showspectrum: use ff_generate_window_func | Paul B Mahol | 2015-12-28 | 1 | -26/+19 |
* | avfilter/avf_showspectrum: add rscroll sliding mode | Paul B Mahol | 2015-12-28 | 1 | -2/+12 |
* | lavfi/avf_showspectrum: replace rint by lrint | Ganesh Ajjanagadde | 2015-12-26 | 1 | -1/+1 |