5659 Commits (209f50e16b5e66424d593ba4f9d4d8be5feff947)

Author SHA1 Message Date
Paul B Mahol f42eae96b2 avfilter/vf_zoompan: fix pts handling 9 years ago
Paul B Mahol 8a34344379 avfilter/vf_zoompan: unbreak filtering with video input 9 years ago
Paul B Mahol 3b9f41a9c6 avfilter/vf_zoompan: rewrite so it doesn't cache all output frames 9 years ago
Ronald S. Bultje 9cf81e573c lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map(). 9 years ago
Clément Bœsch 17d41220d8 lavfi/pthread: fix perameters/parameters typo 9 years ago
Paul B Mahol 547d412078 avfilter: update some comments 9 years ago
Michael Niedermayer d863785379 avfilter/vf_convolution: Use av_clip_uint8() 9 years ago
Paul B Mahol 805563c814 avfilter/af_ladspa: accepts ' ' as command separator too 9 years ago
Paul B Mahol 8a5d4a51ff avfilter/vf_convolution: add timeline support 9 years ago
Paul B Mahol 1c02af307a avfilter: add convolution filter 9 years ago
Paul B Mahol b18467a943 avfilter/avf_showwaves: add logarithmic amplitude scaler 9 years ago
Paul B Mahol 6ed3a10f64 avfilter/avf_showwaves: color support 9 years ago
Paul B Mahol fa04ec728d avfilter: add afftfilter 9 years ago
Clément Bœsch a362015641 lavc,lavfi: use avutil/thread.h instead of redundant conditional includes 9 years ago
Bela Bodecs 868a2ed568 vf_scale: Detecting changes of incoming frame properties and dinamically evaluate width and height expressions 9 years ago
Bela Bodecs cc83177db4 vf_overlay: handles expression evaluation of frame size change in frame-by-frame evalutaion mode 9 years ago
Paul B Mahol 307b848218 avfilter/af_dynaudnorm: call uninit() from config_input() 9 years ago
Paul B Mahol 4e17efd852 avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_size 9 years ago
Paul B Mahol d4ce63a1bf avfilter/af_sidechaincompress & af_agate: use audio fifo from lavu 9 years ago
Paul B Mahol 7d76294ce0 avfilter: add ahistogram multimedia filter 9 years ago
Michael Niedermayer 48f5244df7 avfilter/vaf_spectrumsynth: Fix mixed declaration and statment 9 years ago
Paul B Mahol d6f1abe9ce avfilter/vf_fftfilt: this is video filter so use pixels instead of samples 9 years ago
Paul B Mahol 2bbc7e9625 avfilter/vf_fftfilt: use the name 's' for the pointer to the private context 9 years ago
Paul B Mahol 653f9d84ae avfilter: add spectrumsynth filter 9 years ago
Paul B Mahol 70df51112c avfilter/af_dynaudnorm: fix possible null pointer dereference 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 b7b4d99a18 avfilter/avf_showfreqs: fix possible null pointer dereference 9 years ago
Hendrik Leppkes 53ada3af62 x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high 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
Clément Bœsch 90cd02059b lavfi/deshake: use FF_CEIL_RSHIFT() 9 years ago
Paul B Mahol 9f17d4ae7e avfilter/formats: fix leak of formats on error 9 years ago
Andrey Turkin 149b1f7cca avfilter/vf_pad: fix direct padding 9 years ago
Ganesh Ajjanagadde fc703f53cf lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x) 9 years ago
Paul B Mahol 206f65b06d avfilter/avf_avectorscope: add line drawing support 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
Carl Eugen Hoyos ae9f2e6f28 lavfi/drawtext: Fix microsecond display. 9 years ago
Nicolas George 962727acb4 lavfi/vf_decimate: do not compare the first frame to itself. 9 years ago
James Almer 35b0c7efda x86/vf_stereo3d: remove a few unnecessary movas 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