summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/Makefile: add missing framesync dependency to bm3d & mix filtersLou Logan2019-11-081-2/+2
* avfilter/vf_dnn_processing: correct duplicate statementleozhang2019-11-081-2/+2
* avfilter/vf_dnn_processing: fix fate-sourceGuo, Yejun2019-11-081-1/+1
* avfilter/f_metadata: remove unneeded codeLimin Wang2019-11-081-4/+0
* avfilter/vf_dnn_processing: add a generic filter for image proccessing with d...Guo, Yejun2019-11-073-0/+333
* avfilter/vf_lut3d: simplify codeLimin Wang2019-11-011-48/+6
* avfilter/vf_median: add radiusV optionPaul B Mahol2019-10-313-11/+15
* avfilter/af_afade: start crossfading only when first stream reached endPaul B Mahol2019-10-311-1/+1
* avfilter/af_afade: check for eof after crossfade laterPaul B Mahol2019-10-301-6/+6
* avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compareZhao Zhili2019-10-301-1/+1
* avfilter/vf_sr: correct flags since the filter changes frame w/hGuo, Yejun2019-10-301-1/+0
* avfilter/dnn: add a new interface to query dnn model's input infoGuo, Yejun2019-10-303-1/+58
* avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun2019-10-308-13/+13
* dnn: add tf.nn.conv2d support for native modelGuo, Yejun2019-10-303-11/+29
* avfilter/asrc_anoisesrc: change color variable to intLimin Wang2019-10-291-1/+1
* avfilter/vf_vfrdet: also report average deltaPaul B Mahol2019-10-291-1/+3
* avfilter/vf_vfrdet: fix reporting max deltaPaul B Mahol2019-10-291-0/+2
* avfilter: add median filterPaul B Mahol2019-10-296-1/+487
* avfilter/avf_showfreqs: free input frame after using itJames Almer2019-10-261-0/+1
* avfilter/vsrc_testsrc: increase max level of haldclutsrcPaul B Mahol2019-10-261-1/+1
* avfilter/vf_lut3d: increase max level to upper limit defined by cube format s...Paul B Mahol2019-10-261-1/+1
* avfilter/vf_lut3d: allocate 3d lut dynamicallyPaul B Mahol2019-10-261-59/+111
* avfilter/vf_psnr,vf_ssim: add warning if different timebases are encounteredPaul B Mahol2019-10-252-0/+16
* avfilter: add maskedmin/maskedmax filtersPaul B Mahol2019-10-244-1/+364
* avfilter/vf_maskedclamp: add x86 SIMDPaul B Mahol2019-10-235-7/+190
* avfilter/settb: switch to activatePaul B Mahol2019-10-231-7/+44
* avfilter/vf_floodfill: better fix for crashPaul B Mahol2019-10-231-11/+16
* avfilter/vf_floodfill: add more gray formatsPaul B Mahol2019-10-231-22/+7
* avfilter/vf_deband: add more gray formatsPaul B Mahol2019-10-231-1/+2
* lavfi/bilateral: Clean the option description and unused codeJun Zhao2019-10-231-6/+1
* avfilter/vf_lut2: fix typo, correctly support gray14Paul B Mahol2019-10-231-1/+1
* avfilter/vf_bm3d: add gray14 formatPaul B Mahol2019-10-231-3/+2
* avfilter/vf_vaguedenoiser: add more gray formatsPaul B Mahol2019-10-231-2/+2
* avfilter/transpose: add missing headersPaul B Mahol2019-10-221-0/+3
* x86/vf_transpose: make ff_transpose_8x8_16_sse2 work on x86_32James Almer2019-10-222-7/+6
* avfilter/vf_maskedclamp: rewrite using macroPaul B Mahol2019-10-221-89/+58
* avfilter/vf_premultiply: fix signed integer overflowPaul B Mahol2019-10-221-2/+2
* avfilter/vsrc_mptestsrc: simplify the code and change the type of frameLimin Wang2019-10-211-13/+14
* avfilter/vsrc_mptestsrc: add options to set the maximum number of framesLimin Wang2019-10-211-12/+17
* avfilter/vf_unsharp: rename config_props -> config_input, link -> inlinkLimin Wang2019-10-211-8/+8
* x86/vf_transpose: fix cpuflags checkJames Almer2019-10-211-2/+2
* avfilter/vf_transpose: add x86 SIMDPaul B Mahol2019-10-215-8/+157
* avfilter/x86/vf_atadenoise: fix commentPaul B Mahol2019-10-211-1/+1
* avfilter/af_join: fix possible memory leaksPaul B Mahol2019-10-211-1/+4
* avfilter/af_silencedetect: change mono default to integer literalLimin Wang2019-10-211-2/+2
* avfilter/af_silencedetect: use AV_OPT_TYPE_DURATIONLimin Wang2019-10-211-4/+6
* avfilter: add bilateral filterPaul B Mahol2019-10-214-1/+378
* avfilter/vf_nlmeans: round values toward nearest integerPaul B Mahol2019-10-211-1/+1
* avfilter/af_silencedetect: document metadataLimin Wang2019-10-211-1/+0
* avfilter/vf_tile: fix memory leakPaul B Mahol2019-10-201-0/+1
OpenPOWER on IntegriCloud