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
2017-08-04avfilter: add tlut2 filterPaul B Mahol
2017-08-04avfilter/vf_ssim: fix temp size calculationMuhammad Faiz
2017-08-04hwupload_cuda : Add 10/16 bit format supportYogender Gupta
2017-08-02avfilter: add unpremultiply filterPaul B Mahol
2017-07-30lavfi/vf_displace: move to "activate" design.Nicolas George
2017-07-30lavfi/vf_hysteresis: move to "activate" design.Nicolas George
2017-07-30lavfi/vf_lut2: move to "activate" design.Nicolas George
2017-07-30lavfi/vf_maskedclamp: move to "activate" design.Nicolas George
2017-07-30lavfi/vf_mergeplanes: move to "activate" design.Nicolas George
2017-07-30lavfi/vf_maskedmerge: move to "activate" design.Nicolas George
2017-07-30lavfi/vf_midequalizer: move to "activate" design.Nicolas George
2017-07-30lavfi/vf_premultiply: move to "activate" design.Nicolas George
2017-07-30lavfi/vf_remap: move to "activate" design.Nicolas George
2017-07-30lavfi/vf_threshold: move to "activate" design.Nicolas George
2017-07-30lavfi/vf_stack: move to "activate" design.Nicolas George
2017-07-30lavfi/framesync2: implement "activate" design.Nicolas George
2017-07-30lavfi: add outlink helper functions.Nicolas George
2017-07-30lavfi: make FFERROR_NOT_READY available to filters.Nicolas George
2017-07-30lavfi/framesync2: rename all conflicting symbols.Nicolas George
2017-07-30lavfi: copy framesync into framesync2.Nicolas George
2017-07-30Revert "Revert "lavfi/buffersrc: push the frame deeper if requested.""Nicolas George
2017-07-25lavfi/testsrc2: fix completely transparent alpha.Nicolas George
2017-07-23avfilter/w3fdif: do not write to line before start lineMuhammad Faiz
2017-07-21zscale: Factor out graph buildingVittorio Giovara
2017-07-21zscale: Factor out format initializationVittorio Giovara
2017-07-19avfilter/af_astats: measure dynamic rangePaul B Mahol
2017-07-19avfilter/af_astats: do not overwrite already set values when doing resetPaul B Mahol
2017-07-19avfilter: Add blue and violet noise generation filtersGeorge Boyle
2017-07-19avfilter/pthread: use slice threading from avutilMuhammad Faiz
2017-07-16avfilter: add LIBVMAF filterAshish Singh
2017-07-14x86/vf_limiter: make limiter functions work on x86_32James Almer
2017-07-08avfilter: add limiter filterPaul B Mahol
2017-07-07af_amix: Add missing error checkDerek Buitenhuis
2017-07-07af_tempo: Add missing error checkDerek Buitenhuis
2017-07-04libavfilter/scale2ref: Maintain main input's DARKevin Mark
2017-07-04avfilter/vf_ssim: use unsigned so result can be properly storedPaul B Mahol
2017-06-30avfilter/vf_geq: >8 bps supportMichael Niedermayer
2017-06-28x86/vf_blend: use ABS2 macroJames Almer
2017-06-27x86/vf_blend: optimize difference and negation functionsJames Almer
2017-06-27x86/vf_blend: add sse and ssse3 extremity functionsJames Almer
2017-06-26avfilter: remove usage of empty headerPaul B Mahol
2017-06-25avfilter/vf_blend: add extremity blend modePaul B Mahol
2017-06-25avfilter/vf_waveform: allow alpha output for >8 depth planar rgb inputsPaul B Mahol
2017-06-25avfilter/vf_overlay: separate functions with main alphaPaul B Mahol
2017-06-24avfilter/vf_lut2: add support for gray10 and gray12 pixel formatsPaul B Mahol
2017-06-24avfilter/vf_overlay: remove rgb optionPaul B Mahol
2017-06-24avfilter/af_headphone: do not free frame that's gonna be reused laterPaul B Mahol
2017-06-24avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol
2017-06-24vf_spp: only assign function pointers if permutation matches expectations.Ronald S. Bultje
2017-06-24avfilter/vf_overlay: add auto format modePaul B Mahol