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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-07avfilter/vf_blend: add multiply128 modePaul B Mahol
2016-02-07lavfi/fieldmatch: fix fields copy when plane height is oddClément Bœsch
2016-02-07avfilter: add swaprect filterPaul B Mahol
2016-02-07avfilter: add streamselect and astreamselect filterPaul B Mahol
2016-02-05avfilter/split: support any channel count for asplit filterPaul B Mahol
2016-02-05avfilter/af_apulsator: assert that pathes leaving uninitialized variables do ...Michael Niedermayer
2016-02-04avfilter/vf_stack: free input pads name on uninitPaul B Mahol
2016-02-04avfilter/af_afftfilt: Set last_expr to the defaultMichael Niedermayer
2016-02-03avfilter/af_sidechaincompress: Free out frame on errorMichael Niedermayer
2016-02-03avfilter/vf_nnedi: fix ISO C90 warningsPaul B Mahol
2016-02-01avfilter: add nnedi filterPaul B Mahol
2016-02-01avfilter/vf_yadif: make use of ctx pointerPaul B Mahol
2016-02-01all: Make header guard names consistentTimothy Gu
2016-02-01vf_phase: Reduce the scope of several variablesTimothy Gu
2016-02-01avfilter/avf_showfreqs: properly handle ptsPaul B Mahol
2016-01-29all: Add missing header guardsTimothy Gu
2016-01-27Merge commit 'e8bc642202c10beda1ea4e93ec8492b1e39805e5'Derek Buitenhuis
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-27avfilter/af_afade: do not duplicate curve optionPaul B Mahol
2016-01-27avfilter/vf_zscale: make it possible to override input frame parametersPaul B Mahol
2016-01-26vf_libopencv: add support for opencv 3Andreas Cadhalpun
2016-01-24avfilter/vf_zoompan: fix pts handlingPaul B Mahol
2016-01-24avfilter/vf_zoompan: unbreak filtering with video inputPaul B Mahol
2016-01-24avfilter/vf_zoompan: rewrite so it doesn't cache all output framesPaul B Mahol
2016-01-24lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map().Ronald S. Bultje
2016-01-24lavfi/pthread: fix perameters/parameters typoClément Bœsch
2016-01-24avfilter: update some commentsPaul B Mahol
2016-01-23avfilter/vf_convolution: Use av_clip_uint8()Michael Niedermayer
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-11lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch
2016-01-10avf_showspectrum: Silence "deprecated pixel format" warningTimothy Gu