summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
...
* x86/vf_hflip: don't load the width argument twiceJames Almer2017-12-07
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter: add setrange filterPaul B Mahol2017-12-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_convolution: add 7x7 filterPaul B Mahol2017-12-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* x86/vf_threshold: make threshold8 functions work on x86_32James Almer2017-12-04
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/x86/vf_hflip.asm: fix building on x32Paul B Mahol2017-12-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add hflip x86 SIMDPaul B Mahol2017-12-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* x86vf_threshold/: use the PBLENDVB macroJames Almer2017-12-04
| | | | | | | Fixes building with yasm Tested-by: stevenliu Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/x86/vf_threshold : cosmetic indentMartin Vignali2017-12-03
|
* avfilter/x86/vf_threshold : add avx2 version for threshold 8Martin Vignali2017-12-03
|
* avfilter/x86/vf_threshold : make macro for threshold8 in order to add avx2 ↵Martin Vignali2017-12-03
| | | | version
* avfilter/vf_threshold : move context func init in ff_threshold_initMartin Vignali2017-12-03
|
* avfilter/vf_stack: always copy SAR from first inputPaul B Mahol2017-12-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_threshold: add x86 SIMDPaul B Mahol2017-12-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add fillborders filterPaul B Mahol2017-12-01
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_tile: add init_padding optionPaul B Mahol2017-12-01
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/libvmaf: Rename local variable "main" as "master".Carl Eugen Hoyos2017-11-30
| | | | | | | Fixes the following warning: libavfilter/vf_libvmaf.c:179:14: warning: 'main' is usually a function Missed in 5d3e9357
* Merge commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa'James Almer2017-11-29
|\ | | | | | | | | | | | | * commit '99e9697e3a12ab4a6638a36b95edafd6a98f9eaa': stereo3d: Support view type for frame sequence type Merged-by: James Almer <jamrial@gmail.com>
| * stereo3d: Support view type for frame sequence typeVittorio Giovara2017-11-28
| | | | | | | | | | | | Implement detection in h264 and hevc and insertion in framepack filter. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
| * vaapi: Always free parameter buffers after vaEndPicture() with libva2Mark Thompson2017-10-25
| | | | | | | | | | | | This is an ABI change in libva2: previously the Intel driver had this behaviour and it was implemented as a driver quirk, but now it is part of the specification so all drivers must do it.
* | avfilter/drawbox: rename variable for maximum thicknessGyan Doshi2017-11-28
| | | | | | | | | | | | | | | | | | The present value name for maximum thickness is 'max' which results in a parse error of any thickness expression containing 'max(val1,val2)'. Value renamed to 'fill'. Tested locally and documented. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | vf_zscale: Add more supported input propertiesVittorio Giovara2017-11-28
| | | | | | | | | | | | Bump the minimum version necessary in the configure file. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | vf_zscale: Relax color properties maximum boundsVittorio Giovara2017-11-28
| | | | | | | | | | | | This simplifies adding new values, which are already validated elsewhere. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* | avfilter/vf_threshold: use correct linesizePaul B Mahol2017-11-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_silenceremove: fix possible crash if supplied duration is negativePaul B Mahol2017-11-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_silenceremove: fix logic error in EOF casePaul B Mahol2017-11-27
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add lv2 wrapper filterPaul B Mahol2017-11-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add normalize filterRichard Ling2017-11-25
| |
* | avfilter/af_amix: make use of av_asprintf()Paul B Mahol2017-11-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add mix filterPaul B Mahol2017-11-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_ladspa: remove duplicate code linesPaul B Mahol2017-11-24
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/Makefile: skip building opencl.h when opencl is disabledJames Almer2017-11-23
| | | | | | | | | | | | Fixes make checkheaders. Signed-off-by: James Almer <jamrial@gmail.com>
* | lavu,lavfi,ffmpeg: Remove experimental OpenCL APIMark Thompson2017-11-22
| | | | | | | | | | | | | | | | | | | | | | This was added in early 2013 and abandoned several months later; as far as I can tell, there are no external users. Future OpenCL use will be via hwcontext, which requires neither special OpenCL-only API nor global state in libavutil. All internal users are also deleted - this is just the unsharp filter (replaced by unsharp_opencl, which is more flexible) and the deshake filter (no replacement).
* | vf_hwmap: Pass mapping mode when deriving frames context on an existing deviceMark Thompson2017-11-22
| | | | | | | | | | To match creation on a newly-derived device. (This was missed earlier because the mode is only used in some cases.)
* | lavfi: Add OpenCL unsharp mask filterMark Thompson2017-11-22
| | | | | | | | | | | | | | Intended to replace existing opencl mode of the unsharp filter. Supports many more pixel formats and works without immediate upload and download of frame data. The options are compatible with the existing filter.
* | lavfi: Add OpenCL overlay filterMark Thompson2017-11-22
| | | | | | | | | | Input and output formats must be the same, the overlay format must be the same as the input except possibly with an additional alpha component.
* | lavfi: Add infrastructure for building OpenCL source into libavfilterMark Thompson2017-11-22
| |
* | lavfi: Add some common code for OpenCL filteringMark Thompson2017-11-22
| |
* | avfilter/af_asetnsamples: add missing error checkPaul B Mahol2017-11-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_avectorscope: add swap and mirror optionsPaul B Mahol2017-11-21
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf/qsv_vpp: check the return value of ff_formats_ref()Zhong Li2017-11-20
| | | | | | | | | | | | | | | | | | Fixes the build warning of "ignoring return value of ‘ff_formats_ref’, declared with attribute warn_unused_result" Signed-off-by: Zhong Li <zhong.li@intel.com> Reviewed-by: Carl Eugen Hoyos <ceffmpeg@gmail.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
* | lavf/qsv_overlay: check the return value of ff_formats_ref()Zhong Li2017-11-20
| | | | | | | | | | | | | | | | | | Fixes the build warning of "ignoring return value of ‘ff_formats_ref’, declared with attribute warn_unused_result" Signed-off-by: Zhong Li <zhong.li@intel.com> Reviewed-by: Carl Eugen Hoyos <ceffmpeg@gmail.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
* | avfilter/avfiltergraph: pass correct audio/video flagsPaul B Mahol2017-11-20
| | | | | | | | | | | | Previously video flags where set for audio option. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_afftfilt: add missing error checkPaul B Mahol2017-11-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_headphone: add missing error checkPaul B Mahol2017-11-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_afir: add missing error checkPaul B Mahol2017-11-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_surround: add missing error checkPaul B Mahol2017-11-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_extrastereo: fix filtering when clipping is disabledPaul B Mahol2017-11-20
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_surround: add some more layoutsPaul B Mahol2017-11-19
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: fix indentationPaul B Mahol2017-11-19
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/af_pan: fix sign handling in channel coefficient parserMichael Roitzsch2017-11-19
| | | | | | | | | | When a channel formula ends with a subtraction, the next formula will otherwise have its first coefficient negated.