Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avfilter/vf_lut3d: add spline 1D interpolation | Paul B Mahol | 2018-11-10 | 1 | -0/+32 |
| | |||||
* | avfilter/vf_lut3d: add cosine 1D interpolation | Paul B Mahol | 2018-11-10 | 1 | -0/+24 |
| | |||||
* | avfilter/af_headphone : fix mem leak | Martin Vignali | 2018-11-09 | 1 | -1/+1 |
| | | | | | | report by coverity CID 1439934 CID 1439935 | ||||
* | avfilter/af_afir: fix hang because video is first requested | Paul B Mahol | 2018-11-09 | 1 | -0/+2 |
| | |||||
* | avfilter/af_afir: kill useless code which increases latency for no reason | Paul B Mahol | 2018-11-09 | 2 | -34/+9 |
| | |||||
* | avfilter/af_afir: add minp/maxp options to control latency and speed | Paul B Mahol | 2018-11-08 | 2 | -2/+6 |
| | |||||
* | avfilter/af_afir: do not leak frame and clear pointer to freed frame | Paul B Mahol | 2018-11-08 | 1 | -1/+4 |
| | |||||
* | avfilter/avf_showspectrum: add terrain color map | Paul B Mahol | 2018-11-08 | 1 | -1/+10 |
| | |||||
* | avfilter/avf_showspectrum: add cividis colormap | Paul B Mahol | 2018-11-08 | 1 | -1/+12 |
| | |||||
* | avfilter/af_aiir: implement rate option | Paul B Mahol | 2018-11-08 | 1 | -4/+12 |
| | |||||
* | avfilter/af_afir: implement rate option | Paul B Mahol | 2018-11-08 | 2 | -5/+20 |
| | |||||
* | avfilter/af_afir: return early when giving video frame | Paul B Mahol | 2018-11-08 | 1 | -3/+1 |
| | |||||
* | avfilter/af_afir: remove redundant code | Paul B Mahol | 2018-11-08 | 1 | -4/+1 |
| | |||||
* | avfilter/avf_showspectrum: add plasma color map | Paul B Mahol | 2018-11-07 | 1 | -1/+12 |
| | |||||
* | avfilter/avf_showspectrum: add viridis color map | Paul B Mahol | 2018-11-07 | 1 | -1/+13 |
| | |||||
* | avfilter/avf_showspectrum: improve magma colors | Paul B Mahol | 2018-11-07 | 1 | -2/+2 |
| | |||||
* | lavc/qsv_overlay: suppress code scan complain | Zhong Li | 2018-11-06 | 1 | -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 code | Paul B Mahol | 2018-11-04 | 1 | -3/+0 |
| | |||||
* | avfilter/split: use ff_outlink_get_status() | Paul B Mahol | 2018-11-03 | 1 | -4/+2 |
| | |||||
* | avfilter/af_afade: do not use framequeue directly | Paul B Mahol | 2018-11-03 | 1 | -8/+5 |
| | |||||
* | avfilter/af_amerge: use ff_inlink_queued_samples() | Paul B Mahol | 2018-11-03 | 1 | -6/+3 |
| | |||||
* | avfilter/af_amultiply: make use of ff_inlink_queued_samples() | Paul B Mahol | 2018-11-03 | 1 | -6/+3 |
| | |||||
* | avfilter/vf_extractplanes: use ff_outlink_get_status() | Paul B Mahol | 2018-11-03 | 1 | -4/+2 |
| | |||||
* | avfilter/vf_cuda_yadif: Avoid new syntax for vector initialisation | Philip Langdale | 2018-11-02 | 1 | -6/+9 |
| | | | | This requires a newer version of CUDA than we want to require. | ||||
* | avfilter/vf_yadif_cuda: CUDA accelerated yadif deinterlacer | Philip Langdale | 2018-11-02 | 5 | -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 shareable | Philip Langdale | 2018-11-02 | 4 | -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 activate | Paul B Mahol | 2018-11-02 | 1 | -18/+38 |
| | |||||
* | avfilter/f_loop: make sure duration of frame is never zero | Paul B Mahol | 2018-11-02 | 1 | -3/+12 |
| | |||||
* | avfilter: add tpad filter | Paul B Mahol | 2018-11-02 | 4 | -1/+221 |
| | |||||
* | Bump minor version for master after 4.1 branchpointn4.2-dev | Michael Niedermayer | 2018-11-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | Bump minor versions for branching 4.1 | Michael Niedermayer | 2018-11-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avfilter: add (a)graphmonitor filter(s) | Paul B Mahol | 2018-10-31 | 4 | -1/+430 |
| | |||||
* | avfilter/af_afftdn: fix memory leaks reported by coverity | Paul B Mahol | 2018-10-28 | 1 | -7/+7 |
| | |||||
* | avfilter/af_afftdn: add alias for sample_noise end | Paul B Mahol | 2018-10-28 | 1 | -1/+2 |
| | | | | Added the same one as one mentioned in documentation. | ||||
* | avfilter/af_afftdn: switch to activate | Paul B Mahol | 2018-10-28 | 1 | -87/+116 |
| | |||||
* | avfilter/vf_pixdesctest: Use 32bit read/write | Michael Niedermayer | 2018-10-27 | 1 | -5/+5 |
| | | | | | | This is needed for processing 32bit floats Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> | ||||
* | avfilter/window_func: add bohman window | Paul B Mahol | 2018-10-27 | 4 | -0/+13 |
| | |||||
* | avfilter: add xstack filter | Paul B Mahol | 2018-10-26 | 4 | -12/+143 |
| | |||||
* | avfilter/vf_lut3d: do not error out if TITLE is after other lines | Paul B Mahol | 2018-10-25 | 1 | -0/+4 |
| | |||||
* | avfilter/af_adelay: switch to activate | Paul B Mahol | 2018-10-25 | 1 | -16/+74 |
| | | | | Also use less memory in special case when all channels have common delay. | ||||
* | lavfi/ebur128: Fix mixed declarations and code | Mark Thompson | 2018-10-25 | 1 | -2/+3 |
| | |||||
* | avfilter/show_info : add print of color information (range, color_primaries, ↵ | Martin Vignali | 2018-10-24 | 1 | -0/+35 |
| | | | | color_trc, colorspace) | ||||
* | avfilter/vf_waveform: abort early if there are no components to show | Paul B Mahol | 2018-10-24 | 1 | -0/+3 |
| | |||||
* | avfilter/vf_waveform: add gratcicule to rgb input | Paul B Mahol | 2018-10-24 | 1 | -17/+22 |
| | |||||
* | avfilter/vf_datascope: fix rgba mapping for oscilloscope filter output | Paul B Mahol | 2018-10-24 | 1 | -8/+8 |
| | |||||
* | lavfi/vf_showinfo: support displaying S12M timecode sidedata | Josh de Kock | 2018-10-23 | 1 | -0/+10 |
| | |||||
* | avfilter: add vibrance filter | Paul B Mahol | 2018-10-23 | 4 | -1/+243 |
| | |||||
* | avfilter/setparams : fix colorspace option | Martin Vignali | 2018-10-22 | 1 | -1/+1 |
| | |||||
* | avfilter/setfield, setrange : set color property to auto | Martin Vignali | 2018-10-22 | 1 | -0/+6 |
| | |||||
* | avfilter/setparams : update filter description | Martin Vignali | 2018-10-22 | 1 | -1/+1 |
| |