5670 Commits (def56677e58de9aaa516a738b6469747662ac372)

Author SHA1 Message Date
Timothy Gu 014e4e4499 vf_phase: Reduce the scope of several variables 9 years ago
Paul B Mahol 4ab4793c15 avfilter/avf_showfreqs: properly handle pts 9 years ago
Timothy Gu 44304ae322 all: Add missing header guards 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Paul B Mahol ce404b4d7c avfilter/af_afade: do not duplicate curve option 9 years ago
Paul B Mahol df7b165e87 avfilter/vf_zscale: make it possible to override input frame parameters 9 years ago
Andreas Cadhalpun 38622007c4 vf_libopencv: add support for opencv 3 9 years ago
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
Clément Bœsch e8bc642202 lavu: add AV_CEIL_RSHIFT and use it in various places 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