aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/vf_lut3d: add spline 1D interpolationPaul B Mahol2018-11-101-0/+32
|
* avfilter/vf_lut3d: add cosine 1D interpolationPaul B Mahol2018-11-101-0/+24
|
* avfilter/af_headphone : fix mem leakMartin Vignali2018-11-091-1/+1
| | | | | | report by coverity CID 1439934 CID 1439935
* avfilter/af_afir: fix hang because video is first requestedPaul B Mahol2018-11-091-0/+2
|
* avfilter/af_afir: kill useless code which increases latency for no reasonPaul B Mahol2018-11-092-34/+9
|
* avfilter/af_afir: add minp/maxp options to control latency and speedPaul B Mahol2018-11-082-2/+6
|
* avfilter/af_afir: do not leak frame and clear pointer to freed framePaul B Mahol2018-11-081-1/+4
|
* avfilter/avf_showspectrum: add terrain color mapPaul B Mahol2018-11-081-1/+10
|
* avfilter/avf_showspectrum: add cividis colormapPaul B Mahol2018-11-081-1/+12
|
* avfilter/af_aiir: implement rate optionPaul B Mahol2018-11-081-4/+12
|
* avfilter/af_afir: implement rate optionPaul B Mahol2018-11-082-5/+20
|
* avfilter/af_afir: return early when giving video framePaul B Mahol2018-11-081-3/+1
|
* avfilter/af_afir: remove redundant codePaul B Mahol2018-11-081-4/+1
|
* avfilter/avf_showspectrum: add plasma color mapPaul B Mahol2018-11-071-1/+12
|
* avfilter/avf_showspectrum: add viridis color mapPaul B Mahol2018-11-071-1/+13
|
* avfilter/avf_showspectrum: improve magma colorsPaul B Mahol2018-11-071-2/+2
|
* lavc/qsv_overlay: suppress code scan complainZhong Li2018-11-061-1/+1
| | | | | | | Suppress the complain "variables 'pix_fmt' is used but maybe uninitialized". Signed-off-by: Zhong Li <zhong.li@intel.com>
* avfilter/af_afade: remove unused codePaul B Mahol2018-11-041-3/+0
|
* avfilter/split: use ff_outlink_get_status()Paul B Mahol2018-11-031-4/+2
|
* avfilter/af_afade: do not use framequeue directlyPaul B Mahol2018-11-031-8/+5
|
* avfilter/af_amerge: use ff_inlink_queued_samples()Paul B Mahol2018-11-031-6/+3
|
* avfilter/af_amultiply: make use of ff_inlink_queued_samples()Paul B Mahol2018-11-031-6/+3
|
* avfilter/vf_extractplanes: use ff_outlink_get_status()Paul B Mahol2018-11-031-4/+2
|
* avfilter/vf_cuda_yadif: Avoid new syntax for vector initialisationPhilip Langdale2018-11-021-6/+9
| | | | This requires a newer version of CUDA than we want to require.
* avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacerPhilip Langdale2018-11-025-1/+725
| | | | | | This is a cuda implementation of yadif, which gives us a way to do deinterlacing when using the nvdec hwaccel. In that scenario we don't have access to the nvidia deinterlacer.
* libavfilter/vf_yadif: Make frame management logic and options shareablePhilip Langdale2018-11-024-188/+228
| | | | | | | | | | | I'm writing a cuda implementation of yadif, and while this obviously has a very different implementation of the actual filtering, all the frame management is unchanged. To avoid duplicating that logic, let's make it shareable. From the perspective of the existing filter, the only real change is introducing a function pointer for the filter() function so it can be specified for the specific filter.
* avfilter/f_loop: switch to activatePaul B Mahol2018-11-021-18/+38
|
* avfilter/f_loop: make sure duration of frame is never zeroPaul B Mahol2018-11-021-3/+12
|
* avfilter: add tpad filterPaul B Mahol2018-11-024-1/+221
|
* Bump minor version for master after 4.1 branchpointn4.2-devMichael Niedermayer2018-11-021-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Bump minor versions for branching 4.1Michael Niedermayer2018-11-021-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add (a)graphmonitor filter(s)Paul B Mahol2018-10-314-1/+430
|
* avfilter/af_afftdn: fix memory leaks reported by coverityPaul B Mahol2018-10-281-7/+7
|
* avfilter/af_afftdn: add alias for sample_noise endPaul B Mahol2018-10-281-1/+2
| | | | Added the same one as one mentioned in documentation.
* avfilter/af_afftdn: switch to activatePaul B Mahol2018-10-281-87/+116
|
* avfilter/vf_pixdesctest: Use 32bit read/writeMichael Niedermayer2018-10-271-5/+5
| | | | | | This is needed for processing 32bit floats Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/window_func: add bohman windowPaul B Mahol2018-10-274-0/+13
|
* avfilter: add xstack filterPaul B Mahol2018-10-264-12/+143
|
* avfilter/vf_lut3d: do not error out if TITLE is after other linesPaul B Mahol2018-10-251-0/+4
|
* avfilter/af_adelay: switch to activatePaul B Mahol2018-10-251-16/+74
| | | | Also use less memory in special case when all channels have common delay.
* lavfi/ebur128: Fix mixed declarations and codeMark Thompson2018-10-251-2/+3
|
* avfilter/show_info : add print of color information (range, color_primaries, ↵Martin Vignali2018-10-241-0/+35
| | | | color_trc, colorspace)
* avfilter/vf_waveform: abort early if there are no components to showPaul B Mahol2018-10-241-0/+3
|
* avfilter/vf_waveform: add gratcicule to rgb inputPaul B Mahol2018-10-241-17/+22
|
* avfilter/vf_datascope: fix rgba mapping for oscilloscope filter outputPaul B Mahol2018-10-241-8/+8
|
* lavfi/vf_showinfo: support displaying S12M timecode sidedataJosh de Kock2018-10-231-0/+10
|
* avfilter: add vibrance filterPaul B Mahol2018-10-234-1/+243
|
* avfilter/setparams : fix colorspace optionMartin Vignali2018-10-221-1/+1
|
* avfilter/setfield, setrange : set color property to autoMartin Vignali2018-10-221-0/+6
|
* avfilter/setparams : update filter descriptionMartin Vignali2018-10-221-1/+1
|