summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* lavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.Carl Eugen Hoyos2018-11-27
|
* lavfi/buffersrc: Indent the code.Jun Zhao2018-11-27
| | | | | | commit b0012de420f missed reindent. Signed-off-by: Jun Zhao <mypopydev@gmail.com>
* avfilter/vf_chromashift: Fix mixed declaration and codeMark Harris2018-11-26
| | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* x86/scene_sad: fix link errors when HAVE_X86ASM is not definedJames Almer2018-11-21
| | | | | Reviewed-by: Haihao Xiang <haihao.xiang@intel.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/graphmonitor: use SIZE_SPECIFIER for size_t typePeter Ross2018-11-21
|
* avfilter/vf_overlay: fix crash with negative yPaul B Mahol2018-11-20
|
* avfilter/vf_freezedetect: add filter to detect frozen inputMarton Balint2018-11-19
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter: add rgbashift filterPaul B Mahol2018-11-19
|
* avfilter: add chromashift filterPaul B Mahol2018-11-19
|
* avfilter/vf_limiter: remove unused headerPaul B Mahol2018-11-18
|
* avfilter/vf_limiter: always limit min/max to format depthPaul B Mahol2018-11-18
|
* avfilter/f_drawgraph: use av_sscanf()Paul B Mahol2018-11-18
|
* avfilter/af_aecho: use av_sscanf()Paul B Mahol2018-11-18
|
* avfilter/af_ladspa: use av_sscanf()Paul B Mahol2018-11-18
|
* avfilter/vf_mix: use av_sscanf()Paul B Mahol2018-11-18
|
* avfilter/af_sofalizer: use av_sscanf()Paul B Mahol2018-11-18
|
* avfilter/af_afftdn: use av_sscanf()Paul B Mahol2018-11-18
|
* avfilter/af_adelay: use av_sscanf()Paul B Mahol2018-11-18
|
* avfilter/af_acrossover: use av_strtod() to parse single numberPaul B Mahol2018-11-18
|
* avfilter: use av_clip_uintp2 instead of av_clip for 10b and 12bMartin Vignali2018-11-17
|
* avfilter/vf_neighbor: fix >8 bit deflate/inflatePaul B Mahol2018-11-17
|
* lavfi/minterpolate: Remove declaration of two unused variables.Carl Eugen Hoyos2018-11-16
|
* avfilter/vf_dedot: initizalize ret variablePaul B Mahol2018-11-16
|
* avfilter/vf_lut3d: use av_sscanfPaul B Mahol2018-11-16
|
* avfilter: add dedot video filterPaul B Mahol2018-11-16
|
* avfilter/af_afade: fix duration maximumMarton Balint2018-11-15
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/vf_convolution: use sqrtf as its fasterPaul B Mahol2018-11-15
|
* avfilter/vf_blend: add 12bit supportPaul B Mahol2018-11-15
|
* avfilter/vf_blend: add 10bit supportPaul B Mahol2018-11-15
|
* avfilter/vf_lut2: implement support for different input depthsPaul B Mahol2018-11-15
|
* avfilter/vf_bwdif: Use common yadif frame management logicPhilip Langdale2018-11-14
| | | | | After adding field type management to the common yadif logic, we can remove the duplicate copy of that logic from bwdif.
* avfilter/yadif_common: Add field type tracking to help bwdifPhilip Langdale2018-11-14
| | | | | | | | The bwdif filter can use common yadif frame management if we track when a field is the first or last field in a sequence. While this information is not used by yadif, the added benefit of removing the duplicated frame management logic makes it worth tracking this state in the common code.
* avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale2018-11-14
| | | | | | | | | | | | | | | | | | We have a pattern of wrapping CUDA calls to print errors and normalise return values that is used in a couple of places. To avoid duplication and increase consistency, let's put the wrapper implementation in a shared place and use it everywhere. Affects: * avcodec/cuviddec * avcodec/nvdec * avcodec/nvenc * avfilter/vf_scale_cuda * avfilter/vf_scale_npp * avfilter/vf_thumbnail_cuda * avfilter/vf_transpose_npp * avfilter/vf_yadif_cuda
* avfilter/vf_alphamerge: do not check for ret value if all wanted frames are ↵Paul B Mahol2018-11-12
| | | | | | present It is not needed and may be uninitialized.
* avfilter/vf_fade: fix start/duration max valueMark Harris2018-11-12
| | | | | A fade out (usually at the end of a video) can easily start beyond INT32_MAX (about 36 minutes). Regression since d40dc64173.
* avfilter/af_afftfilt: use first input frame timestampPaul B Mahol2018-11-12
|
* avfilter/vf_alphamerge: switch to activatePaul B Mahol2018-11-12
|
* avfilter/af_headphone: do not leak input frames on errorPaul B Mahol2018-11-12
|
* avfilter/af_afftfilt: calculate all channels FFT values upfrontPaul B Mahol2018-11-12
|
* avfilter/af_afftfilt: add more window typesPaul B Mahol2018-11-11
|
* avfilter/af_afftfilt: extend filter functionalityPaul B Mahol2018-11-11
|
* avfilter/vf_minterpolate: use common scene sad functionsMarton Balint2018-11-11
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/vf_select: use common scene sad functionsMarton Balint2018-11-11
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole ↵Marton Balint2018-11-11
| | | | | | | | | frame Also add SIMD which works on lines because it is faster then calculating it on 8x8 blocks using pixelutils. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/vf_lut3d: ignore last whitespace when comparing LUT size stringPaul B Mahol2018-11-11
| | | | In some situations it might be tab character and in others normal space.
* avfilter/vf_lut3d: add spline 1D interpolationPaul B Mahol2018-11-10
|
* avfilter/vf_lut3d: add cosine 1D interpolationPaul B Mahol2018-11-10
|
* avfilter/af_headphone : fix mem leakMartin Vignali2018-11-09
| | | | | | report by coverity CID 1439934 CID 1439935
* avfilter/af_afir: fix hang because video is first requestedPaul B Mahol2018-11-09
|
* avfilter/af_afir: kill useless code which increases latency for no reasonPaul B Mahol2018-11-09
|