summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/af_afade: remove unused codePaul B Mahol2018-11-04
* avfilter/split: use ff_outlink_get_status()Paul B Mahol2018-11-03
* avfilter/af_afade: do not use framequeue directlyPaul B Mahol2018-11-03
* avfilter/af_amerge: use ff_inlink_queued_samples()Paul B Mahol2018-11-03
* avfilter/af_amultiply: make use of ff_inlink_queued_samples()Paul B Mahol2018-11-03
* avfilter/vf_extractplanes: use ff_outlink_get_status()Paul B Mahol2018-11-03
* avfilter/vf_cuda_yadif: Avoid new syntax for vector initialisationPhilip Langdale2018-11-02
* avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale2018-11-02
* libavfilter/vf_yadif: Make frame management logic and options shareablePhilip Langdale2018-11-02
* avfilter/f_loop: switch to activatePaul B Mahol2018-11-02
* avfilter/f_loop: make sure duration of frame is never zeroPaul B Mahol2018-11-02
* avfilter: add tpad filterPaul B Mahol2018-11-02
* Bump minor version for master after 4.1 branchpointMichael Niedermayer2018-11-02
* Bump minor versions for branching 4.1Michael Niedermayer2018-11-02
* avfilter: add (a)graphmonitor filter(s)Paul B Mahol2018-10-31
* avfilter/af_afftdn: fix memory leaks reported by coverityPaul B Mahol2018-10-28
* avfilter/af_afftdn: add alias for sample_noise endPaul B Mahol2018-10-28
* avfilter/af_afftdn: switch to activatePaul B Mahol2018-10-28
* avfilter/vf_pixdesctest: Use 32bit read/writeMichael Niedermayer2018-10-27
* avfilter/window_func: add bohman windowPaul B Mahol2018-10-27
* avfilter: add xstack filterPaul B Mahol2018-10-26
* avfilter/vf_lut3d: do not error out if TITLE is after other linesPaul B Mahol2018-10-25
* avfilter/af_adelay: switch to activatePaul B Mahol2018-10-25
* lavfi/ebur128: Fix mixed declarations and codeMark Thompson2018-10-25
* avfilter/show_info : add print of color information (range, color_primaries, ...Martin Vignali2018-10-24
* avfilter/vf_waveform: abort early if there are no components to showPaul B Mahol2018-10-24
* avfilter/vf_waveform: add gratcicule to rgb inputPaul B Mahol2018-10-24
* avfilter/vf_datascope: fix rgba mapping for oscilloscope filter outputPaul B Mahol2018-10-24
* lavfi/vf_showinfo: support displaying S12M timecode sidedataJosh de Kock2018-10-23
* avfilter: add vibrance filterPaul B Mahol2018-10-23
* avfilter/setparams : fix colorspace optionMartin Vignali2018-10-22
* avfilter/setfield, setrange : set color property to autoMartin Vignali2018-10-22
* avfilter/setparams : update filter descriptionMartin Vignali2018-10-22
* avfilter/*_cuda: don't include internal headerTimo Rothenpieler2018-10-21
* avfilter/setparam : add options to set color primaries, trc, spaceMartin Vignali2018-10-21
* avfilter/setparams : merge setfield and setrange filter to setparams filterMartin Vignali2018-10-21
* avfilter: add chromahold filterPaul B Mahol2018-10-21
* avfilter/af_afir: calculate group delay tooPaul B Mahol2018-10-21
* avfilter: add sinc source filterPaul B Mahol2018-10-19
* avfilter/vf_lensfun: use av_malloc_array()Paul B Mahol2018-10-18
* avfilter/vf_lensfun: use av_freepPaul B Mahol2018-10-18
* avfilter/af_adelay: do not crash if allocation of chandelay failedPaul B Mahol2018-10-18
* avfilter/af_silenceremove: use enum for threshold detection modesPaul B Mahol2018-10-15
* avfilter/af_silenceremove: add enum for detection modesPaul B Mahol2018-10-15
* avfilter/af_silenceremove: add options descriptionPaul B Mahol2018-10-15
* avfilter/af_silenceremove: prefer outlink instead of inlinkPaul B Mahol2018-10-15
* avfilter/af_silenceremove: add mode optionsPaul B Mahol2018-10-15
* avfilter/af_silenceremove: add options to keep min duration of silencePaul B Mahol2018-10-15
* lavu/hwcontext_qsv: Add support for AV_PIX_FMT_BGRA.Zhong Li2018-10-11
* avfilter/af_afir: remove again option, merge it with gtypePaul B Mahol2018-10-10