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-03-30Merge commit '124e26971e69bb25f38c6c7cb3fa20c77cf10966'Clément Bœsch
2017-03-30avfilter: Add AV_OPT_FLAG_FILTERING_PARAM where it is missingMichael Niedermayer
2017-03-30Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9'Matthieu Bouron
2017-03-30Merge commit '7e2561fa8313982aa21f7657953eedeeb33b210d'Matthieu Bouron
2017-03-30Merge commit '7433feb82f75827884d909de34d341a1c4401d4a'Matthieu Bouron
2017-03-29lavfi/signature: fix -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29lavfi/xbr: undef PI if definedClément Bœsch
2017-03-29lavfi/psnr: rename pow2 to pow_2Clément Bœsch
2017-03-29lavfi/dynaudnorm: rename pow2 to pow_2Clément Bœsch
2017-03-29Merge commit '85baef4ff1512bcc2544928bfa5f42072903a691'Clément Bœsch
2017-03-29lavfi: fix race when func rets holder is NULLClément Bœsch
2017-03-27lavfi: remove af_asynts filterRostislav Pehlivanov
2017-03-26avfilter/vf_signature: Replace uncommon spelling of seperateMichael Niedermayer
2017-03-26avfilter: stop using deprecated codec flagsJames Almer
2017-03-21vf_drawtext: Fix memory leakKieran Kunhya
2017-03-21add signature filter for MPEG7 video signatureGerion Entrup
2017-03-20Merge commit 'bdf7610eb266fd3de650040c97328791868abd82'Clément Bœsch
2017-03-18lavfi: deprecate AVFilterGraph->resample_lavr_optsRostislav Pehlivanov
2017-03-16lavf/vf_framerate: Fix frame leak when increasing framerate.Alexis Ballier
2017-03-13avfilter/vf_lut3d: actually skip lines when encountering DOMAIN_ stringPaul B Mahol
2017-03-12vf_hwupload: Add missing return value checkJun Zhao
2017-03-12Merge commit 'ad71d3276fef0ee7e791e62bbfe9c4e540047417'Mark Thompson
2017-03-12lavfi: add a QSV scaling filterAnton Khirnov
2017-03-11avfilter/af_firequalizer: add av_restrict on convolution funcMuhammad Faiz
2017-03-11libavfilter/avf_showwaves: make sqrt and cbrt scale option values available t...Moritz Barsnick
2017-03-07avfilter/allfilters: make avfilter_register_all thread safeMuhammad Faiz
2017-02-25avfilter/aeval: trim last frame's number of samples to match requested durationPaul B Mahol
2017-02-24lavfi: Add VAAPI deinterlacerMark Thompson
2017-02-21lavfi/buffersrc: fix directly setting channel layoutRostislav Pehlivanov
2017-02-20avfilter/af_atempo: fix drift calculation, ticket #6157Pavel Koshevoy
2017-02-19avfilter/f_setcmd: fix null pointer dereference on using dash as intervalMarton Balint
2017-02-14avfilter/vf_lut: make it possible to clip pixel values that are out of valid ...Paul B Mahol
2017-02-14avfilter/vf_lut: do not always explicitly clip pixelsPaul B Mahol
2017-02-11lavfi/minterpolate: Remove an unused variable.Carl Eugen Hoyos
2017-02-07avfilter/vf_scale: Fix chroma positioning for 4:2:0 pixel formatMaksym Veremeyenko
2017-02-06avfilter/vf_midequalizer: Remove duplicate includeMichael Niedermayer
2017-02-06avfilter/af_pan: fix null pointer dereference on empty tokenMarton Balint
2017-02-05vf_scale_vaapi: Add missing return value checksMark Thompson
2017-02-05avfilter/ebur128: fix relative threshold calculation for multiple contextsMarton Balint
2017-02-05avfilter/ebur128: do not allow null ebur128 context in ff_ebur128_relative_th...Marton Balint
2017-02-04avfilter: add midequalizer filterPaul B Mahol
2017-02-03avfilter/vf_unsharp: Free out AVFrame on errorMichael Niedermayer
2017-02-03avfilter/vf_perspective: Free out AVFrame on errorMichael Niedermayer
2017-02-03avfilter/vf_fieldhint: Free out AVFrame on errorMichael Niedermayer
2017-02-03avfilter/vf_deshake: Free out AVFrame on errorMichael Niedermayer
2017-02-03avfilter/vf_ciescope: Free out AVFrame on errorMichael Niedermayer
2017-02-03avfilter/scale: refactor common code for scaling height/width expressionsAman Gupta
2017-01-31avfilter/overlay: add gbrp output formatPaul B Mahol
2017-01-30avfilter: add threshold filterPaul B Mahol