summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi: add untile filter.Nicolas George2020-05-234-1/+201
* lavfi/framesync: use av_gcd_q().Nicolas George2020-05-231-12/+2
* lavfi/tests/formats: reindent.Nicolas George2020-05-231-68/+68
* lavfi/formats: remove dead code.Nicolas George2020-05-233-78/+72
* lavfi/vf_crop: use ff_formats_pixdesc_filter().Nicolas George2020-05-231-17/+4
* lavfi/formats: add ff_formats_pixdesc_filter().Nicolas George2020-05-232-0/+51
* avfilter/vf_lut3d: initial float pixel format supportMark Reid2020-05-231-6/+201
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-225-5/+5
* avfilter/af_aiir: move response drawing as last stepPaul B Mahol2020-05-221-9/+9
* avfilter/af_aiir: fix first denominator calculationPaul B Mahol2020-05-221-1/+2
* avfilter/af_aiir: add more descriptive options aliasesPaul B Mahol2020-05-221-0/+7
* avfilter/af_aiir: export normalize optionPaul B Mahol2020-05-221-1/+36
* avfilter/af_aiir: fix first delay valuePaul B Mahol2020-05-221-6/+2
* avfilter/af_aiir: fix phase and group delay calculationPaul B Mahol2020-05-201-16/+44
* avfilter/af_aiir: fix invalid memory access with tf filteringPaul B Mahol2020-05-191-2/+2
* avfilter/vf_chromakey: fix formula for calculation of differencePaul B Mahol2020-05-191-2/+2
* avfilter/vf_colorkey: fix formula for calculation of differencePaul B Mahol2020-05-191-1/+1
* avfilter: add gradients source video filterPaul B Mahol2020-05-194-1/+293
* avfilter/vsrc_sierpinski: unbreak configuring rate valuePaul B Mahol2020-05-161-2/+2
* avfilter/vsrc_mandelbrot: unbreak configuring rate valuePaul B Mahol2020-05-161-2/+2
* Revert "avfilter/vf_framerate: if metadata lavfi.scd.mafd exists, we'll use i...Marton Balint2020-05-151-11/+4
* Revert "avfilter/vf_minterpolate: if metadata lavfi.scd.mafd exists, we'll us...Marton Balint2020-05-151-12/+4
* avfilter/vf_minterpolate: change the default threshold to get better scene ch...Limin Wang2020-05-141-1/+2
* avfilter/vf_minterpolate: correct the mafd calculationLimin Wang2020-05-141-2/+4
* avfilter/vf_minterpolate: if metadata lavfi.scd.mafd exists, we'll use it firstLimin Wang2020-05-141-4/+12
* avfilter/vf_framerate: if metadata lavfi.scd.mafd exists, we'll use it firstLimin Wang2020-05-141-4/+11
* avfilter/vf_scdet: add filter to detect scene changeLimin Wang2020-05-144-1/+227
* avfilter/vf_colorbalance:: Fix for framecrc bitexact for 32bit and 64bit systemlance.lmwang@gmail.com2020-05-141-1/+1
* pixblockdsp, avdct: Add get_pixels_unalignedMartin Storsjö2020-05-131-1/+1
* vf_showinfo: support AV_FRAME_DATA_VIDEO_ENC_PARAMSAnton Khirnov2020-05-121-0/+23
* avfilter/vf_spp: Fix endian-dependance in add_block()Michael Niedermayer2020-05-121-4/+8
* avfilter/vf_spp: Remove unused AVCodecContextMichael Niedermayer2020-05-122-8/+1
* Revert "hwcontext_vulkan: only use one semaphore per image"Lynne2020-05-111-17/+21
* avfilter/vf_signalstats: reindent after last commitLimin Wang2020-05-101-6/+6
* avfilter/vf_signalstats: make the alloc array used for any bit depthLimin Wang2020-05-101-9/+9
* avfilter/vf_signalstats: add SignalstatsContext.maxsize variableLimin Wang2020-05-101-9/+11
* avfilter/vf_signalstats: rename config_props -> config_outputLimin Wang2020-05-101-2/+2
* dnn/native: add native support for minimumGuo, Yejun2020-05-082-0/+14
* s->target_i and global are in dB but s->target_tp and true_peak areSebastian Dröge2020-05-011-3/+2
* avfilter/af_adelay: Check sscanf() return valueLimin Wang2020-05-011-1/+4
* avfilter/vf_mix: Check sscanf() return valueLimin Wang2020-05-011-1/+4
* avfilter/af_crossfeed: make options runtime configurablePaul B Mahol2020-04-301-1/+14
* avfilter/af_crossfeed: make slope configurablePaul B Mahol2020-04-301-1/+3
* avfilter/af_crossfeed: fix calculation of alpha parameterPaul B Mahol2020-04-301-1/+1
* avfilter: add asubboost filterPaul B Mahol2020-04-304-1/+235
* avfilter/vf_v360: make FOV adjusted for dual fisheye tooPaul B Mahol2020-04-291-10/+14
* avfilter/af_amix: make weights option runtime configuredPaul B Mahol2020-04-291-20/+49
* avfilter/vf_v360: adjustment out_pad and in_pad maximum value to 1/10Steven Liu2020-04-291-2/+2
* avfilter/vf_pixscope: also show standard deviation of zoomed areaPaul B Mahol2020-04-261-3/+28
* avfilter/f_interleave: no need to check for inlink eof if non-empty queuePaul B Mahol2020-04-251-5/+8