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-04-12libavfilter/vf_owdenoise.c: skip processing when strength is 0Yuuki Galaxy
2016-04-12vf_colorspace: x86-64 SIMD (SSE2) optimizations.Ronald S. Bultje
2016-04-12lavfi: new colorspace conversion filter.Ronald S. Bultje
2016-04-11Merge commit '1138eb5509d3db7f6d565cb45f137a786d22beb9'Derek Buitenhuis
2016-04-07avfilter: add remap filterF.Sluiter
2016-04-03avfilter/src_movie: fix how we check for overflows with seek_pointMarios Titas
2016-03-29avfilter/vf_waveform: optimize lowpass filter even morePaul B Mahol
2016-03-29fix some a/an typosLou Logan
2016-03-28avfilter/af_sofalizer: allow user to setup custom virtual speakers positionsPaul B Mahol
2016-03-28avfilter/vf_waveform: optimize 16bit lowpass filterPaul B Mahol
2016-03-28avfilter/vf_waveform: optimize lowpass 8bit filterPaul B Mahol
2016-03-27avfilter/vf_waveform: move mirror variable into function argumentPaul B Mahol
2016-03-25lavfi: Add coreimage filter for GPU based image filtering on OSX.Thilo Borgmann
2016-03-22all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.hGanesh Ajjanagadde
2016-03-20avfilter/vf_vectorscope: always flip output verticallyPaul B Mahol
2016-03-20avfilter/vf_waveform: set color range for output framesPaul B Mahol
2016-03-19avfilter/vf_waveform: add graticule to aflat filterPaul B Mahol
2016-03-19avfilter/vf_waveform: add subsampling input support for remaining filtersPaul B Mahol
2016-03-19avfilter/vf_detelecine: Remove redundant declarationMichael Niedermayer
2016-03-19Fix start_frame handling in detelecine filterBenjamin Steffes
2016-03-19Fix detelecine filter for patterns containing 1Benjamin Steffes
2016-03-18avfilter/vf_waveform: add subsampled input support for (a)color filterPaul B Mahol
2016-03-16Fix detelecine filter for patterns like 3444 or 33333334.Benjamin Steffes
2016-03-16avfilter/vf_bwdif: Add yadif base information to copyright headerThomas Mundt
2016-03-15avfilter/vf_waveform: add forgotten color and acolor filter to switch casePaul B Mahol
2016-03-15avfilter/vf_waveform: add graticule for chroma and flat filterPaul B Mahol
2016-03-15avfilter/af_sofalizer: Fix "warning: ISO C90 forbids mixed declarations and c...Michael Niedermayer
2016-03-14avfilter/vf_waveform: remove mirroring from chroma filterPaul B Mahol
2016-03-14avfilter/vf_waveform: add >8 bit support for other filtersPaul B Mahol
2016-03-13avfilter/vf_vectorscope: less aggressive memory allocationPaul B Mahol
2016-03-13avfilter/vf_vectorscope: process alpha at endPaul B Mahol
2016-03-13avfilter/vf_vectorscope: copy frame props, mainly for bench filterPaul B Mahol
2016-03-13avfilter/vf_waveform: add acolor filterPaul B Mahol
2016-03-13avfilter/vf_bwdif: add x86 SIMDThomas Mundt
2016-03-13avfilter/vf_decimate: Use the correct frame in difference calculationMichael Niedermayer
2016-03-13Revert "avfilter/vf_decimate: Check that input parameters match"Michael Niedermayer
2016-03-13avfilter/vf_vectorscope: make it possible to override colorspacePaul B Mahol
2016-03-13avfilter/smptebars: fix some 75% color valuesPaul B Mahol
2016-03-12avfilter/vf_waveform: add parade display modePaul B Mahol
2016-03-11avfilter/vf_waveform: fix and extend millivolts grat linesPaul B Mahol
2016-03-11avfilter/vf_waveform: fix ire8 for 25%Paul B Mahol
2016-03-11avfilter/vf_waveform: fix indentationPaul B Mahol
2016-03-11avfilter/vf_waveform add support for other scalers for graticulePaul B Mahol
2016-03-09avfilter/vf_waveform: use intensity for other components tooPaul B Mahol
2016-03-09avfilter/vf_waveform: make it possible to draw dots instead of linesPaul B Mahol
2016-03-09avfilter/vf_waveform: make sure that x/y for text position is positivePaul B Mahol
2016-03-08avfilter/avf_showcqt: add performance debugging logMuhammad Faiz
2016-03-08avfilter/vf_vectorscope: short for Magenta is MgPaul B Mahol
2016-03-08avfilter/vf_vectorscope: draw color points namesPaul B Mahol
2016-03-07avfilter/vf_waveform: draw graticule for color filter tooPaul B Mahol