87 Commits (ad37fb86d79f982f9775d10f1c46b72ea864dce3)

Author SHA1 Message Date
  Paul B Mahol 836c8750b3 avfilter/avf_showspectrum: fix 2 possible crashes 8 years ago
  Michael Niedermayer 61164112a5 avfilter/avf_showspectrum: Fix memleak of text allocated by av_asprintf() 8 years ago
  Carl Eugen Hoyos d44af9a38e lavfi: Fix aix compilation. 8 years ago
  Carl Eugen Hoyos 70f4b453cb doc/showspectrum*: Change options order to reflect numeric values. 8 years ago
  Paul B Mahol b3c6e89d48 avfilter/avf_showspectrum: do not use uninitialized memory 8 years ago
  Paul B Mahol 345c252e9c avfilter/avf_showspectrum: unbreak dB legend 8 years ago
  Paul B Mahol b438c2025c avfilter/window_func: add cauchy, parzen and poisson window function 8 years ago
  Paul B Mahol 1457786d69 avfilter/avf_showspectrum: do not let multiple threads to write to same part of memory 8 years ago
  Paul B Mahol ea58dd2beb avfilter/window_func: add dolph window 8 years ago
  Paul B Mahol ce5ba77079 avfilter/avf_showspectrum: add some multithreading support 8 years ago
  Paul B Mahol 571f33de0a avfilter/avf_showspectrum: improve dB scale description 8 years ago
  Paul B Mahol 04a8bbca92 avfilter/avf_showspectrum: add color rotation feature 8 years ago
  Paul B Mahol 13ea7c9780 avfilter/avf_showspectrum: improve pts handling 9 years ago
  Paul B Mahol 4e17efd852 avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_size 9 years ago
  Paul B Mahol 57df71eaf7 avfilter/avf_showspectrum: reduce number of operations 9 years ago
  Paul B Mahol 2009d922db avfilter/avf_showspectrum: add posibility to display phase 9 years ago
  Timothy Gu 53d6bf6627 avf_showspectrum: Silence "deprecated pixel format" warning 9 years ago
  Paul B Mahol cbad37e5bf avfilter/avf_showspectrum: set color range to frame 9 years ago
  Paul B Mahol a69cf50dca avfilter/avf_showspectrum: add cool color map 9 years ago
  Paul B Mahol 08aec7c1bd avfilter/avf_showspectrum: add option to draw legend 9 years ago
  Ganesh Ajjanagadde 2fbdc4faf1 lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x)) 9 years ago
  Paul B Mahol c13216ac08 avfilter/window_func: add tukey window function 9 years ago
  Paul B Mahol c31fa1d7b4 avfilter/avf_showspectrum: use av_clip/lrintf 9 years ago
  Paul B Mahol 0d3b31ae89 avfilter/avf_showspectrum: add yet another color map 9 years ago
  Paul B Mahol 6defda1cdb avfilter/avf_showspectrum: add option to set gain for calculating color intensity 9 years ago
  Paul B Mahol 0a451082c7 avfilter/avf_showspectrum: finally fix log scaler 9 years ago
  Paul B Mahol 14caf9667e avfilter/avf_showspectrum: switch to FFT 9 years ago
  Paul B Mahol af018d802d avfilter/avf_showspectrum: add 4th and 5th root scaler 9 years ago
  Paul B Mahol 2b172cb625 avfilter/avf_showspectrum: make some helper functions 9 years ago
  Paul B Mahol d35c029cbf avfilter/avf_showspectrum: fix null pointer dereference if allocation fails 9 years ago
  Paul B Mahol 9b06e7befa avfilter/avf_showspectrum: add fiery color map 9 years ago
  Paul B Mahol 72280d1c6c avfilter: add showspectrumpic filter 9 years ago
  Paul B Mahol 7f7a9dd782 avfilter/avf_showspectrum: store win_size in private context and calculate it only once 9 years ago
  Paul B Mahol 15e1fd9883 avfilter/avf_showspectrum: add window overlap support 9 years ago
  Paul B Mahol b98c58573b avfilter/avf_showspectrum: add fire color map 9 years ago
  Paul B Mahol 0f387f2b62 avfilter/avf_showspectrum: add nebulae color map 9 years ago
  Paul B Mahol 2893dbfe2c avfilter/avf_showspectrum: add moreland color map 9 years ago
  Paul B Mahol b0e23f2a37 avfilter/avf_showspectrum: add rainbow colormap 9 years ago
  Paul B Mahol efa666e0da avfilter/avf_showspectrum: properly calculate w factor 9 years ago
  Paul B Mahol e30e5c83ae avfilter/avf_showspectrum: add horizontal orientation support 9 years ago
  Paul B Mahol a7bf5f4117 avfilter/avf_showspectrum: use FF_ARRAY_ELEMS() 9 years ago
  Paul B Mahol 4020787b5b avfilter/avf_showspectrum: make colors for log scale more user friendly 9 years ago
  Paul B Mahol f88546b426 avfilter/avf_showspectrum: use ff_generate_window_func 9 years ago
  Paul B Mahol 67771ac4b8 avfilter/avf_showspectrum: add rscroll sliding mode 9 years ago
  Ganesh Ajjanagadde 3e2e303e4b lavfi/avf_showspectrum: replace rint by lrint 9 years ago
  Ganesh Ajjanagadde ec66bcc0e7 avfilter/avf_showspectrum: use log10 instead of log()/... 9 years ago
  Ganesh Ajjanagadde 6aaac24d72 avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
  Nicolas George 35c3043ea4 lavfi/avf_showspectrum: reindent after last commit. 9 years ago
  Nicolas George 9a520c4d52 lavfi/avf_showspectrum: remove looping on request_frame(). 9 years ago
  Paul B Mahol 40ddbc87c5 avfilter/avf_showspectrum: use av_calloc() 9 years ago