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
2018-08-14lavfi/vf_colorconstancy: cosmetic updateMina
2018-08-14lavfi/vf_colorconstancy: change option rangesMina
2018-08-14libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.Sergey Lavrushkin
2018-08-14libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.Sergey Lavrushkin
2018-08-14libavfilter/dnn_backend_tf.c: Fixes ff_dnn_free_model_tf.Sergey Lavrushkin
2018-08-12lavfi: add erosion_opencl, dilation_opencl filtersDanil Iashchenko
2018-08-10lavfi/vf_libvmaf: update to use libvmaf v1.3.9Kyle Swanson
2018-08-09lavfi/selectivecolor: fix neutral color filteringClément Bœsch
2018-08-09lavfi/xbr: update filter urlMina
2018-08-07libavfilter: Fixes warnings for unused variables in dnn_srcnn.h, dnn_espcn.h,...Sergey Lavrushkin
2018-08-07libavfilter: Code style fixes for pointers in DNN module and sr filter.Sergey Lavrushkin
2018-08-07libavfilter: Adds on the fly generation of default DNN models for tensorflow ...Sergey Lavrushkin
2018-08-06vf_tonemap: Update hdr metadata with the new peak valueVittorio Giovara
2018-08-06vf_tonemap_opencl: Move update_metadata() to a shared fileVittorio Giovara
2018-08-06vf_tonemap[_opencl]: Move determine_signal_peak() to a shared fileVittorio Giovara
2018-08-06vf_tonemap: Fix logic for detecting the maximum peak of untagged sourcesVittorio Giovara
2018-07-28lavfi/nlmeans: fix aarch64 assembly with clangJan Ekström
2018-07-23avfilter: Add colorconstancy filterMina
2018-07-20lavfi/af_afir,af_aiir: Remove a variable that is always -1.Carl Eugen Hoyos
2018-07-15Update Changelog for lensfun addition and bump minorPaul B Mahol
2018-07-15Add lensfun filterStephen Seo
2018-07-13avfilter/drawtext: fix box sizingGyan Doshi
2018-07-13lavfi/convolution_opencl: use CL_FAIL_ON_ERROR for error handlingDanil Iashchenko
2018-07-12lavfi/avgblur_opencl: fix using uninitialized valueDanil Iashchenko
2018-07-12lavfi/vf_avgblur_opencl: remove useless clFinish().Ruiling Song
2018-07-12lavfi/opencl: add macro for opencl error handling.Ruiling Song
2018-07-08lavfi/minterpolate: fix blending calc issue.Jun Zhao
2018-07-07avfilter/setpts: add FR shorthand for FRAME_RATEGyan Doshi
2018-07-04lavfi/weave: Refactor two near-identical clauses.Shlomi Fish
2018-07-03lavfi: add sobel, prewitt, roberts filtersDanil Iashchenko
2018-07-02libavfilter: vf_sr.c remove warningsPedro Arthur
2018-07-02Adds ESPCN super resolution filter merged with SRCNN filter.Sergey Lavrushkin
2018-06-28lavfi/colorspace: Add namespace prefix to global functionsMark Thompson
2018-06-25lavfi/vf_tonemap_opencl: Mark local tables staticMark Thompson
2018-06-24lavfi/framesync: Add namespace prefix to framesync_get_classMark Thompson
2018-06-21lavfi: make vf_colorspace use functions from colorspace.cRuiling Song
2018-06-21lavfi: add opencl tonemap filterRuiling Song
2018-06-21lavfi: Add boxblur_opencl filterDanil Iashchenko
2018-06-17libavfilter/opencl: Add macro for setting opencl kernel argumentsDanil Iashchenko
2018-06-17lavfi/graphdump: Replace the number by macro for bprint initJun Zhao
2018-06-17lavfi/af_amerge: Replace the number by macro for bprint initJun Zhao
2018-06-15lavfi/atempo: raise max tempo limit (v2)Pavel Koshevoy
2018-06-08libavfilter/dnn_interface.c: fix av_freep dnn_module.Sergey Lavrushkin
2018-06-08libavfilter/vf_srcnn.c: adds DNN module backend AVOption, changes AV_LOG_INFO...Sergey Lavrushkin
2018-06-07lavfi/opencl: remove redundant header.Jun Zhao
2018-06-05Adds TensorFlow backend for dnn inference module.Sergey Lavrushkin
2018-06-04avfilter/drawtext: present 'hms' formatted 'pts' in 24h formatVishwanath Dixit
2018-06-03avfilter/f_drawgraph: fix drawing of first point for non-first metadata keyPaul B Mahol
2018-06-03avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0Paul B Mahol
2018-06-03avfilter/avf_showspectrum: also show sample rate and channel layoutPaul B Mahol