73 Commits (57df71eaf7c472e8fa3f51a01b5b75cf7c7f9b25)

Author SHA1 Message Date
  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
  Paul B Mahol 63c442e3b1 avfilter/avf_showspectrum: reindent 9 years ago
  Michael Niedermayer 7ff296be9f avfilter/avf_showspectrum: Change enums to int, which are accessed via AVOption as int 10 years ago
  Michael Niedermayer a5cbff22b2 avfilter/avf_showspectrum: fix colums typo 10 years ago
  Nicolas George 638eec2ac3 lavfi/avf_showspectrum: check RDFT context init. 10 years ago
  Nicolas George 7c10e32ae5 lavfi/avf_showspectrum: add full frame sliding mode. 10 years ago
  Nicolas George ec33df6045 lavfi/avf_showspectrum: use automatic framing. 10 years ago
  Nicolas George d4de6d4fad lavfi/avf_showspectrum: do not push the frame at EOF. 10 years ago
  Nicolas George 65b284a4ae lavfi/avf_showspectrum: fix output pts computation. 10 years ago
  Nicolas George a3aaaec891 lavfi/avf_showspectrum: set output frame rate. 10 years ago
  Michael Niedermayer 04776cedec avfilter/avf_showspectrum: fix macro () 11 years ago
  Clément Bœsch ddaf543aa6 avfilter/showspectrum: use 0 dummies for range in const. 11 years ago
  Clément Bœsch 9343fc30e2 avfilter/showspectrum: reindent const options. 11 years ago
  Clément Bœsch 9c8b240806 avfilter/showspectrum: add blackman window. 11 years ago
  Clément Bœsch 3e69f7c221 avfilter/showspectrum: add win_func option. 11 years ago