Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-22avfilter/af_ladspa: accepts ' ' as command separator tooPaul B Mahol
2016-01-22avfilter/vf_convolution: add timeline supportPaul B Mahol
2016-01-22avfilter: add convolution filterPaul B Mahol
2016-01-22avfilter/avf_showwaves: add logarithmic amplitude scalerPaul B Mahol
2016-01-21avfilter/avf_showwaves: color supportPaul B Mahol
2016-01-21avfilter: add afftfilterPaul B Mahol
2016-01-20lavc,lavfi: use avutil/thread.h instead of redundant conditional includesClément Bœsch
2016-01-20vf_scale: Detecting changes of incoming frame properties and dinamically eval...Bela Bodecs
2016-01-20vf_overlay: handles expression evaluation of frame size change in frame-by-fr...Bela Bodecs
2016-01-19avfilter/af_dynaudnorm: call uninit() from config_input()Paul B Mahol
2016-01-18avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_sizePaul B Mahol
2016-01-15avfilter/af_sidechaincompress & af_agate: use audio fifo from lavuPaul B Mahol
2016-01-15avfilter: add ahistogram multimedia filterPaul B Mahol
2016-01-15avfilter/vaf_spectrumsynth: Fix mixed declaration and statmentMichael Niedermayer
2016-01-15avfilter/vf_fftfilt: this is video filter so use pixels instead of samplesPaul B Mahol
2016-01-15avfilter/vf_fftfilt: use the name 's' for the pointer to the private contextPaul B Mahol
2016-01-14avfilter: add spectrumsynth filterPaul B Mahol
2016-01-14avfilter/af_dynaudnorm: fix possible null pointer dereferencePaul B Mahol
2016-01-12avfilter/avf_showspectrum: reduce number of operationsPaul B Mahol
2016-01-12avfilter/avf_showspectrum: add posibility to display phasePaul B Mahol
2016-01-10avf_showspectrum: Silence "deprecated pixel format" warningTimothy Gu
2016-01-09avfilter/avf_showspectrum: set color range to framePaul B Mahol
2016-01-08avfilter/avf_showspectrum: add cool color mapPaul B Mahol
2016-01-08avfilter/avf_showfreqs: fix possible null pointer dereferencePaul B Mahol
2016-01-08x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_highHendrik Leppkes
2016-01-08avfilter/avf_showspectrum: add option to draw legendPaul B Mahol
2016-01-08lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x))Ganesh Ajjanagadde
2016-01-08lavfi/deshake: use FF_CEIL_RSHIFT()Clément Bœsch
2016-01-07avfilter/formats: fix leak of formats on errorPaul B Mahol
2016-01-06avfilter/vf_pad: fix direct paddingAndrey Turkin
2016-01-06lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x)Ganesh Ajjanagadde
2016-01-05avfilter/avf_avectorscope: add line drawing supportPaul B Mahol
2016-01-05avfilter/window_func: add tukey window functionPaul B Mahol
2016-01-05avfilter/avf_showspectrum: use av_clip/lrintfPaul B Mahol
2016-01-05avfilter/avf_showspectrum: add yet another color mapPaul B Mahol
2016-01-04avfilter/avf_showspectrum: add option to set gain for calculating color inten...Paul B Mahol
2016-01-04avfilter/avf_showspectrum: finally fix log scalerPaul B Mahol
2016-01-04avfilter/avf_showspectrum: switch to FFTPaul B Mahol
2016-01-04lavfi/drawtext: Fix microsecond display.Carl Eugen Hoyos
2016-01-03lavfi/vf_decimate: do not compare the first frame to itself.Nicolas George
2016-01-03x86/vf_stereo3d: remove a few unnecessary movasJames Almer
2016-01-02avfilter/avf_showspectrum: add 4th and 5th root scalerPaul B Mahol
2016-01-02avfilter/avf_showspectrum: make some helper functionsPaul B Mahol
2016-01-02avfilter/avf_showspectrum: fix null pointer dereference if allocation failsPaul B Mahol
2016-01-02avfilter/avf_showspectrum: add fiery color mapPaul B Mahol
2016-01-02avfilter: add showspectrumpic filterPaul B Mahol
2016-01-02avfilter/avf_showspectrum: store win_size in private context and calculate it...Paul B Mahol
2016-01-02avfilter/vf_zoompan: do not free frame we pushed to lavfiPaul B Mahol
2016-01-01lavfi/af_sofalizer: remove exp2 and replace clz by ff_clzGanesh Ajjanagadde
2015-12-31avfilter/avf_showspectrum: add window overlap supportPaul B Mahol