summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* lavfi/vmafmotion: Allow more pix_fmts.Carl Eugen Hoyos2017-10-01
|
* avfilter/vf_thumbnail_cuda: Avoid mixing declaration and statementsMichael Niedermayer2017-10-01
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vmaf_motion: use correct header guardsJames Almer2017-09-30
| | | | | | Fixes fate-source Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter: add vmafmotion filterAshish Singh2017-09-30
| | | | | Signed-off-by: Ashish Singh <ashk43712@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* Merge commit '5c8a5765dc5f4e29afb85b95be393c30f45412a8'James Almer2017-09-27
|\ | | | | | | | | | | | | | | | | * commit '5c8a5765dc5f4e29afb85b95be393c30f45412a8': scale_npp: explicitly set the output frames context for passthrough mode See 62b75537db15816fde8b8a33976ffc4a8277f1fc Merged-by: James Almer <jamrial@gmail.com>
| * scale_npp: explicitly set the output frames context for passthrough modeAnton Khirnov2017-02-11
| | | | | | | | | | This is no longer done automatically for filters marked as hwframe-aware.
| * Mark some arrays that never change as const.Anton Khirnov2017-02-01
| |
* | avfilter/f_metadata: avoid trailing whitespace in filter outputTobias Rapp2017-09-27
| | | | | | | | Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
* | avfilter/interlace: rename two variables for consistencyThomas Mundt2017-09-25
| | | | | | | | Signed-off-by: Thomas Mundt <tmundt75@gmail.com>
* | avfilter/af_headphone: increase max ir lengthPaul B Mahol2017-09-25
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/interlace: add support for 10 and 12 bitThomas Mundt2017-09-23
| | | | | | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Thomas Mundt <tmundt75@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | avfilter/tinterlace: use drawutils for pad modeThomas Mundt2017-09-23
| | | | | | | | | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Thomas Mundt <tmundt75@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* | lavfi: make window_func an inline functionRostislav Pehlivanov2017-09-23
| | | | | | | | | | | | | | Eliminate lavc->lavfi dependency. The function isn't big and doesn't deserve its own file. Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* | avfilter/thumbnail_cuda: add cuda thumbnail filterYogender Gupta2017-09-22
| | | | | | | | Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
* | lavfi/stereo3d: Set SAR for every output frame.Carl Eugen Hoyos2017-09-20
| | | | | | | | Fixes ticket #6672.
* | avfilter/tinterlace: Simplify checks for lowpass filtering flagsJames Almer2017-09-18
| |
* | vf_fps: Fix memory leak introduced by eea64ef4Thierry Foucu2017-09-15
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/interlace: simplify codeThomas Mundt2017-09-15
| | | | | | | | | | Signed-off-by: Thomas Mundt <tmundt75@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/interlace: prevent over-sharpening with the complex low-pass filterThomas Mundt2017-09-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The complex vertical low-pass filter slightly over-sharpens the picture. This becomes visible when several transcodings are cascaded and the error potentises, e.g. some generations of HD->SD SD->HD. To prevent this behaviour the destination pixel must not exceed the source pixel when the average of the pixels above and below is less than the source pixel. And the other way around. Tested and approved in a visual transcoding cascade test by video professionals. SSIM/PSNR test with the first generation of an HD->SD file as a reference against the 6th generation(3 x SD->HD HD->SD): Results without the patch: SSIM Y:0.956508 (13.615881) U:0.991601 (20.757750) V:0.993004 (21.551382) All:0.974405 (15.918463) PSNR y:31.838009 u:48.424280 v:48.962711 average:34.759466 min:31.699297 max:40.857847 Results with the patch: SSIM Y:0.970051 (15.236232) U:0.991883 (20.905857) V:0.993174 (21.658049) All:0.981290 (17.279202) PSNR y:34.412108 u:48.504454 v:48.969496 average:37.264644 min:34.310637 max:42.373392 Signed-off-by: Thomas Mundt <tmundt75@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | vf_fps: when reading EOF, using current_pts to duplicate the last frame if ↵Thierry Foucu2017-09-15
| | | | | | | | | | | | | | | | | | needed. Fix ticket #2674 Tested with examples from ticket 2674. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/vf_despill: fix assigmentPaul B Mahol2017-09-14
| | | | | | | | | | Reported-by: Moritz Barsnick Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_dcshift: do not leak out framePaul B Mahol2017-09-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/framesync: remove dead code.Nicolas George2017-09-12
| | | | | | | | Fix CID 1416960.
* | lavfi/framesync: reword repeatlast option help.Nicolas George2017-09-12
| |
* | lavfi: rename framesync2 to framesync.Nicolas George2017-09-12
| |
* | lavfi: remove framesync.Nicolas George2017-09-12
| |
* | lavfi/af_sidechaincompress: use helper macros.Nicolas George2017-09-12
| |
* | lavfi/af_agate: use helper macros.Nicolas George2017-09-12
| |
* | lavfi: add helper functions and macros for activate.Nicolas George2017-09-12
| |
* | avfilter/vf_convolve: use av_clip_uint8James Almer2017-09-09
| | | | | | | | Fixes fate-source.
* | avfilter: add generic FFT video convolve filterPaul B Mahol2017-09-09
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/coreimage: reduce dependency scope from QuartzCore to CoreImageClément Bœsch2017-09-08
| | | | | | | | | | | | What is required by the filter is CoreImage, there is no QuartzCore usage. QuartzCore/CoreImage.h is simply an include to CoreImage/CoreImage.h.
* | avfilter: add Haas stereo enhancerPaul B Mahol2017-09-08
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/buffersrc: add av_buffersrc_close().Nicolas George2017-09-08
| |
* | lavfi: guess a timestamp for compat status change.Nicolas George2017-09-08
| | | | | | | | | | | | | | | | | | Use the earliest input with the same status. If that fails, print a warning and use the earliest source. With this change, simple filter forward correctly the timestamp of EOF. Filters that are supposed to change it should be updated to actually forward it.
* | avfilter/vf_zoompan: fix specific corner case when no frame was ever ↵Paul B Mahol2017-09-07
| | | | | | | | | | | | | | requested from input Reported-by: Nicolas George Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/atempo: Avoid false triggering an assertion failurePavel Koshevoy2017-09-06
| | | | | | | | | | | | | | | | Steps to reproduce: 1. revert 4240e5b047379b29c33dd3f4438bc4e610527b83 2. ./ffmpeg -f lavfi -i sine=d=1 -af aselect=e=0,atempo=0.5 -y atempo.wav Signed-off-by: Marton Balint <cus@passwd.hu>
* | Revert "lavfi/atempo: avoid false triggering an assertion failure"Pavel Koshevoy2017-09-06
| | | | | | | | | | | | | | | | This reverts commit 4240e5b047379b29c33dd3f4438bc4e610527b83. Fixes ticket #6540. Signed-off-by: Marton Balint <cus@passwd.hu>
* | avfilter/af_dcshift: add direct pathPaul B Mahol2017-09-06
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_overlay: Restore shorthand option orderMichael Niedermayer2017-09-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | avfilter/lavfutils: remove usage of AVStream->codecJames Almer2017-09-05
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | avfilter/avf_avectorscope: fix mistake in previous commitPaul B Mahol2017-09-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_avectorscope: add possibility to auto zoomPaul B Mahol2017-09-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter: add despill filterPaul B Mahol2017-09-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_fftfilt: make it possible to evaluate expressions per framePaul B Mahol2017-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_fftfilt: add generic timeline supportPaul B Mahol2017-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_fftfilt: add support for more pixel formatsPaul B Mahol2017-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_fftfilt: cache rdft contextsPaul B Mahol2017-09-04
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_datascope: make it possible for output window to automatically ↵Paul B Mahol2017-09-04
| | | | | | | | | | | | change position Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_datascope: add timeline support to pixscope and oscilloscopePaul B Mahol2017-09-03
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>