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-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
2017-01-30avfilter/showcqt: make minimum timeclamp option lowerMuhammad Faiz
2017-01-29lavfi: make ff_framequeue_skip_samples() more useful.Nicolas George
2017-01-29avfilter/vf_remap: add . at end of long descriptionPaul B Mahol
2017-01-28avfilter/vf_gblur: Increase supported pixel count from 31bit to 32bit in filt...Michael Niedermayer
2017-01-27avfilter/avf_showspectrum: fix 2 possible crashesPaul B Mahol
2017-01-26avfilter: add abitscope multimedia filterPaul B Mahol
2017-01-25avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if ...Marton Balint
2017-01-24avfilter: add EIA-608 line extractorPaul B Mahol
2017-01-22avfilter/af_hdcd: Fix leak of memory allocated by ff_make_format_list()Michael Niedermayer
2017-01-22avfilter/avf_showspectrum: Fix memleak of text allocated by av_asprintf()Michael Niedermayer
2017-01-22avfilter/vf_palettegen: Fix leak and simplify codeMichael Niedermayer
2017-01-21avfilter/avfiltergraph: Add assert to write down in machine readable form wha...Michael Niedermayer
2017-01-19avfilter:vf_drawtext: add new line space size set parameterSteven Liu
2017-01-12libavfilter/af_biquads: warn about clipping only after frame with clippingSergey Kudryashov
2017-01-12lavfi: remove stray semicolons.Nicolas George
2017-01-12lavfi: reindent after previous commit.Nicolas George
2017-01-12lavfi/buffersink: move to the new design.Nicolas George
2017-01-12lavfi: do not call ff_filter_frame() with activate.Nicolas George
2017-01-12lavfi: make two functions static.Nicolas George
2017-01-12lavfi: disallow ff_request_frame for filters using activate.Nicolas George