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
2017-12-01avfilter: add fillborders filterPaul B Mahol
2017-12-01avfilter/vf_tile: add init_padding optionPaul B Mahol
2017-11-30lavfi/libvmaf: Rename local variable "main" as "master".Carl Eugen Hoyos
2017-11-30Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer
2017-11-28avfilter/drawbox: rename variable for maximum thicknessGyan Doshi
2017-11-28stereo3d: Support view type for frame sequence typeVittorio Giovara
2017-11-28vf_zscale: Add more supported input propertiesVittorio Giovara
2017-11-28vf_zscale: Relax color properties maximum boundsVittorio Giovara
2017-11-27avfilter/vf_threshold: use correct linesizePaul B Mahol
2017-11-27avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol
2017-11-27avfilter/af_silenceremove: fix logic error in EOF casePaul B Mahol
2017-11-26avfilter: add lv2 wrapper filterPaul B Mahol
2017-11-25avfilter: add normalize filterRichard Ling
2017-11-24avfilter/af_amix: make use of av_asprintf()Paul B Mahol
2017-11-24avfilter: add mix filterPaul B Mahol
2017-11-24avfilter/af_ladspa: remove duplicate code linesPaul B Mahol
2017-11-24avfilter/Makefile: skip building opencl.h when opencl is disabledJames Almer
2017-11-23lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson
2017-11-23vf_hwmap: Pass mapping mode when deriving frames context on an existing deviceMark Thompson
2017-11-23lavfi: Add OpenCL unsharp mask filterMark Thompson
2017-11-23lavfi: Add OpenCL overlay filterMark Thompson
2017-11-23lavfi: Add infrastructure for building OpenCL source into libavfilterMark Thompson
2017-11-23lavfi: Add some common code for OpenCL filteringMark Thompson
2017-11-21avfilter/af_asetnsamples: add missing error checkPaul B Mahol
2017-11-21avfilter/avf_avectorscope: add swap and mirror optionsPaul B Mahol
2017-11-20lavf/qsv_vpp: check the return value of ff_formats_ref()Zhong Li
2017-11-20lavf/qsv_overlay: check the return value of ff_formats_ref()Zhong Li
2017-11-20avfilter/avfiltergraph: pass correct audio/video flagsPaul B Mahol
2017-11-20avfilter/af_afftfilt: add missing error checkPaul B Mahol
2017-11-20avfilter/af_headphone: add missing error checkPaul B Mahol
2017-11-20avfilter/af_afir: add missing error checkPaul B Mahol
2017-11-20avfilter/af_surround: add missing error checkPaul B Mahol
2017-11-20avfilter/af_extrastereo: fix filtering when clipping is disabledPaul B Mahol
2017-11-19avfilter/af_surround: add some more layoutsPaul B Mahol
2017-11-19avfilter: fix indentationPaul B Mahol
2017-11-19lavfi/af_pan: fix sign handling in channel coefficient parserMichael Roitzsch
2017-11-19avfilter: add acontrast filterPaul B Mahol
2017-11-17avfilter: add multiband compand filterPaul B Mahol
2017-11-15avfilter/vf_subtitles: remove usage of AVCodecContext accessorsJames Almer
2017-11-13avfilter/vf_premultiply: fix memory-leak on failureTimo Rothenpieler
2017-11-13lavfi/paletteuse: check get_color return valueTimo Rothenpieler
2017-11-13avfilter/vf_*_qsv: Fix flagsMichael Niedermayer
2017-11-12avfilter/vf_tile: add overlap optionPaul B Mahol
2017-11-12avfilter/vf_hysteresis: allow using framesync optionsPaul B Mahol
2017-11-12avfilter/vf_maskedmerge: ignore SAR from all inputsPaul B Mahol
2017-11-12avfilter/vf_lut2: ignore SAR from all inputsPaul B Mahol
2017-11-12avfilter/vf_blend: ignore SAR from all inputsPaul B Mahol
2017-11-12avfilter/vf_hysteresis: ignore SAR from all inputsPaul B Mahol
2017-11-12avfilter/vf_maskedclamp: ignore SAR from all inputsPaul B Mahol
2017-11-11Merge commit 'ea25ccd1b2a980df8d43cc1f86a23e3c094090a6'James Almer