summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/vf_histogram: use the name 's' for the pointer to the private contextPaul B Mahol2019-12-26
* avfilter/buffersrc: Remove unused variablesAndreas Rheinhardt2019-12-26
* avfilter/vf_yadif: cosmetics in the pix_fmts[] arrayLimin Wang2019-12-25
* avfilter/drawtext: log why input pad failed to be configuredGyan Doshi2019-12-24
* avfilter/vf_fade: reindent after previous commitPaul B Mahol2019-12-23
* avfilter/vf_fade: add support for gbrp/gbrap formatsPaul B Mahol2019-12-23
* avfilter/vf_readeia608: factor some constants outPaul B Mahol2019-12-23
* avfilter/vf_readeia608: check if gaps between clock bits are big enoughPaul B Mahol2019-12-23
* avfilter/vf_readeia608: use special struct to hold line itemsPaul B Mahol2019-12-23
* avfilter/avfilter: update documentation of avfilter_graph_create_filterZhao Zhili2019-12-23
* avfilter/buffersink: deprecate AVBufferSinkParams and AVABufferSinkParamsZhao Zhili2019-12-23
* avfilter/buffersink: replace init_opaque by initZhao Zhili2019-12-23
* avfilter/buffersink: remove unused macrosZhao Zhili2019-12-23
* avfilter/buffersrc: remove redundant flagZhao Zhili2019-12-23
* lavfi/buffersrc: push frame directly.Nicolas George2019-12-23
* lavfi: remove AVFilterPad.poll_frame().Nicolas George2019-12-23
* lavfi/buffersrc: remove poll_frame.Nicolas George2019-12-23
* lavfi: remove ff_poll_frame().Nicolas George2019-12-23
* lavfi/buffersrc: remove fifo.Nicolas George2019-12-23
* avfilter/vf_readeia608: fix check for failed av_callocLimin Wang2019-12-23
* avfilter/af_adeclick: implement timeline supportPaul B Mahol2019-12-21
* avfilter/vf_readeia608: if parity bit check fails, set correct valuePaul B Mahol2019-12-21
* avfilter/vf_readeia608: rewrite processing, make extracting more robustPaul B Mahol2019-12-20
* avfilter/vf_stack: set framerate to VFR when inputs frame rates differsPaul B Mahol2019-12-17
* avfilter: Add tonemap vaapi filter for H2SXinpeng Sun2019-12-17
* avfilter/x86/vf_interlace: always use unaligned movsMarton Balint2019-12-15
* avfilter/vf_interlace: do not interlace already interlaced framesMarton Balint2019-12-15
* avfilter/vf_tinterlace: add support for bypassing already interlaced framesMarton Balint2019-12-15
* avfilter/vf_interlace: restore lowpass mode constantsMarton Balint2019-12-14
* avfilter/vf_dnn_processing: refine code for better namingGuo, Yejun2019-12-13
* avfilter/vf_datascope: add decimal outputPaul B Mahol2019-12-13
* avfilter: Fix type in av_log for random_seed in cellauto and lifeMichael Niedermayer2019-12-12
* avfilter/scale_eval: remove redundant mathematical constantsGyan Doshi2019-12-11
* Remove redundant ;Michael Niedermayer2019-12-10
* avfilter: rename scale.c,h to scale_evalGyan Doshi2019-12-10
* avfilter/scale.c: factorize ff_scale_eval_dimensionsGyan Doshi2019-12-08
* lavfi/avf_showspectrum: Fix the memory leak in error handle pathJun Zhao2019-12-07
* avfilter/vsrc_life: Fix for random_seed typeLimin Wang2019-12-06
* avfilter/vsrc_cellauto: Fix for random_seed typeLimin Wang2019-12-06
* avfilter/vf_yaepblur: add yaepblur filterleozhang2019-12-06
* avfilter/crop: avoid premature eval errorGyan Doshi2019-12-06
* avfilter/vf_elbg: Fix for the seed typeLimin Wang2019-12-04
* avfilter/vf_unsharp: Don't dereference NULLAndreas Rheinhardt2019-12-03
* avfilter/buffersrc: remove write-only variableZhao Zhili2019-12-02
* avfilter/vf_hqdn3d: add support for commandsPaul B Mahol2019-11-29
* avfilter/vf_hqdn3d: add support for 12bit and 14bit yuv formatsPaul B Mahol2019-11-29
* avfilter/vf_yadif: rename config_props -> config_output, link -> outlinkLimin Wang2019-11-29
* avfilter/vf_libvmaf: Check for av_frame_alloc failureLimin Wang2019-11-28
* avfilter/vf_colorconstancy: av_frame_free(&in) in case of error or direct fla...Limin Wang2019-11-28
* avfilter: add axcorrelate filterPaul B Mahol2019-11-23