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-04-07vf_pad: center image on padded area if negative x/yRicardo Constantino
2017-04-05avfilter/af_loudnorm: do not upsample during second-pass linear normalizationKyle Swanson
2017-04-04Merge commit 'ce6f780bc6656ad3895f81a988b239ad3c8af4b8'James Almer
2017-04-03avfilter/vf_pad: add aspect optionPaul B Mahol
2017-04-02Bump versions for master after 3.3Michael Niedermayer
2017-04-02Bump minor for 3.3Michael Niedermayer
2017-04-01vf_deinterlace_vaapi: Mark as hwframe-awareMark Thompson
2017-03-31Bump minor versions for master after release/3.3 branchpointMichael Niedermayer
2017-03-31Bump minor versions for staring release/3.3 branchMichael Niedermayer
2017-03-31avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_...Michael Niedermayer
2017-03-31avfilter/vf_zoompan: Free out frame on errorMichael Niedermayer
2017-03-31avfilter/af_chorus & aecho: Handle NULL return from av_strtok()Michael Niedermayer
2017-03-30avfilter/vf_minterpolate: Use dx and dyMichael Niedermayer
2017-03-30avfilter/deshake_opencl: Remove redundant returnMichael Niedermayer
2017-03-30avfilter/af_sofalizer: Fix bad shiftMichael Niedermayer
2017-03-30avfilter/avf_abitscope: Correct range for framerateGyan Doshi
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