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-04-24avfilter/vf_drawtext: Check return code of load_glyph()Michael Niedermayer
2016-04-21avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missingMichael Niedermayer
2016-04-21Merge commit 'a638e9184d63e57e67901f34afe919fd56fd3ac4'Derek Buitenhuis
2016-04-18Merge commit '8a02a8031ef4f98faf5647f0e01a8922247bf748'Derek Buitenhuis
2016-04-18Merge commit '98114d70e48caf871b0fe9b8e5bf8ebd989b845d'Derek Buitenhuis
2016-04-17lavfi/perspective: Add basic timeline editing.Thilo Borgmann
2016-04-17avfilter/vf_readvitc: Use avpriv_frame_get_metadatap() avoid direct access to...Michael Niedermayer
2016-04-17vf_scale: support bt2020 in in/out_color_matrix properties.Ronald S. Bultje
2016-04-17avfilter/colorspacedsp_template: Add argument protecting () to avg()Michael Niedermayer
2016-04-16avfilter: add readvitc filterTobias Rapp
2016-04-16avfilter/af_hdcd: Fix informations typoMichael Niedermayer
2016-04-15lavfi/af_hdcd: Implement high definition audio cd filtering.Benjamin Steffes
2016-04-14Merge commit '07a844f32ebb78503981df017fa3ebfedb75fe1c'Derek Buitenhuis
2016-04-13avfilter/vf_drawtext: add optional default value to metadata functionTobias Rapp
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-25vf_fade: make sure the slice end is always in the frameAnton Khirnov
2016-03-23lavfi: add an NVIDIA NPP-based scaling filterAnton Khirnov
2016-03-23lavf: VAAPI scale filterMark Thompson
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-19lavfi: generic hardware surface upload and download filtersMark Thompson
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