summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* avfilter/vf_pixdesctest: Use 32bit read/writeMichael Niedermayer2018-10-27
| | | | | | This is needed for processing 32bit floats Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/window_func: add bohman windowPaul B Mahol2018-10-27
|
* avfilter: add xstack filterPaul B Mahol2018-10-26
|
* avfilter/vf_lut3d: do not error out if TITLE is after other linesPaul B Mahol2018-10-25
|
* avfilter/af_adelay: switch to activatePaul B Mahol2018-10-25
| | | | Also use less memory in special case when all channels have common delay.
* lavfi/ebur128: Fix mixed declarations and codeMark Thompson2018-10-25
|
* avfilter/show_info : add print of color information (range, color_primaries, ↵Martin Vignali2018-10-24
| | | | color_trc, colorspace)
* avfilter/vf_waveform: abort early if there are no components to showPaul B Mahol2018-10-24
|
* avfilter/vf_waveform: add gratcicule to rgb inputPaul B Mahol2018-10-24
|
* avfilter/vf_datascope: fix rgba mapping for oscilloscope filter outputPaul B Mahol2018-10-24
|
* lavfi/vf_showinfo: support displaying S12M timecode sidedataJosh de Kock2018-10-23
|
* avfilter: add vibrance filterPaul B Mahol2018-10-23
|
* avfilter/setparams : fix colorspace optionMartin Vignali2018-10-22
|
* avfilter/setfield, setrange : set color property to autoMartin Vignali2018-10-22
|
* avfilter/setparams : update filter descriptionMartin Vignali2018-10-22
|
* avfilter/*_cuda: don't include internal headerTimo Rothenpieler2018-10-21
| | | | It's not used, and pulls in the ffnvcodec header, which does not neccesarily have to exist to build these filters, since they include the full cuda.h.
* avfilter/setparam : add options to set color primaries, trc, spaceMartin Vignali2018-10-21
|
* avfilter/setparams : merge setfield and setrange filter to setparams filterMartin Vignali2018-10-21
| | | | setfield and setrange filters are kept.
* avfilter: add chromahold filterPaul B Mahol2018-10-21
|
* avfilter/af_afir: calculate group delay tooPaul B Mahol2018-10-21
|
* avfilter: add sinc source filterPaul B Mahol2018-10-19
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_lensfun: use av_malloc_array()Paul B Mahol2018-10-18
|
* avfilter/vf_lensfun: use av_freepPaul B Mahol2018-10-18
|
* avfilter/af_adelay: do not crash if allocation of chandelay failedPaul B Mahol2018-10-18
|
* avfilter/af_silenceremove: use enum for threshold detection modesPaul B Mahol2018-10-15
|
* avfilter/af_silenceremove: add enum for detection modesPaul B Mahol2018-10-15
|
* avfilter/af_silenceremove: add options descriptionPaul B Mahol2018-10-15
|
* avfilter/af_silenceremove: prefer outlink instead of inlinkPaul B Mahol2018-10-15
|
* avfilter/af_silenceremove: add mode optionsPaul B Mahol2018-10-15
| | | | To control how threshold is calculated in multichannel audio.
* avfilter/af_silenceremove: add options to keep min duration of silencePaul B Mahol2018-10-15
|
* lavu/hwcontext_qsv: Add support for AV_PIX_FMT_BGRA.Zhong Li2018-10-11
| | | | | | | | | | | | | | | | | RGB32(AV_PIX_FMT_BGRA on intel platforms) format may be used as overlay with alpha blending. So add AV_PIX_FMT_BGRA format support. One example of alpha blending overlay: ffmpeg -hwaccel qsv -c:v h264_qsv -i BA1_Sony_D.jsv -filter_complex 'movie=lena-rgba.png,hwupload=extra_hw_frames=16[a];[0:v][a]overlay_qsv=x=10:y=10' -c:v h264_qsv -y out.mp4 Rename RGB32 to be BGRA to make it clearer as Mark Thompson's suggestion. V2: Add P010 format support else will introduce HEVC 10bit encoding regression. Thanks for LinJie's discovery. Signed-off-by: Zhong Li <zhong.li@intel.com> Verified-by: Fu, Linjie <linjie.fu@intel.com>
* avfilter/af_afir: remove again option, merge it with gtypePaul B Mahol2018-10-10
|
* libavfilter: bump micro version to 101Daniel Molkentin2018-10-10
|
* libavfilter/ebur128: add scale parameterDaniel Molkentin2018-10-10
| | | | | | | | This allows switching between absolute (LUFS) and relativ (LU) display in the status line. Signed-off-by: Daniel Molkentin <daniel@molkentin.de> Signed-off-by: Conrad Zelck <c.zelck@imail.de>
* libavfilter/ebur128: introduce target rangeDaniel Molkentin2018-10-10
| | | | | | | This eases meeting the target level during live mixing. Signed-off-by: Daniel Molkentin <daniel@molkentin.de> Signed-off-by: Conrad Zelck <c.zelck@imail.de>
* libavfilter/ebur128: add gauge optionDaniel Molkentin2018-10-10
| | | | | | | | Allow to show short-term instead of momentary in gauge. Useful for monitoring whilst live mixing. Signed-off-by: Daniel Molkentin <daniel@molkentin.de> Signed-off-by: Conrad Zelck <c.zelck@imail.de>
* libavfilter/ebur128: add target value to statistics lineDaniel Molkentin2018-10-10
| | | | | Signed-off-by: Daniel Molkentin <daniel@molkentin.de> Signed-off-by: Conrad Zelck <c.zelck@imail.de>
* libavfilter/ebur128: add target level option for EBUR128 visualization filterDaniel Molkentin2018-10-10
| | | | | Signed-off-by: Daniel Molkentin <daniel@molkentin.de> Signed-off-by: Conrad Zelck <c.zelck@imail.de>
* avfilter/af_asetnsamples: do not leak frame on ENOMEMMarton Balint2018-10-09
| | | | | | Fixes Coverity CID 1416352. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/f_cue: always check the return value of ff_inlink_consume_frameMarton Balint2018-10-09
| | | | | | Fixes Coverity CID 1439936. Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/f_reverse: add packed sample format support to areversePaul B Mahol2018-10-08
|
* avfilter/af_silenceremove: fix max for duration optionsPaul B Mahol2018-10-08
|
* avfilter/af_afade: fix crossfade duration maximum valueMarton Balint2018-10-07
| | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* avfilter/af_afade: add logistic sigmoid curvePaul B Mahol2018-10-07
|
* avfilter/avf_showspectrum: add legend support to showspectrum filterPaul B Mahol2018-10-07
|
* avfilter/vf_tonemap_opencl: Fix seperate typoMichael Niedermayer2018-10-07
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_biquads: Remove l from %lf in av_log environmentMichael Niedermayer2018-10-07
| | | | | | The l modifier does nothing in C99 and it was undefined in C89 for %f Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/af_aiir: Remove l from %lf in av_log environmentMichael Niedermayer2018-10-07
| | | | | | The l modifier does nothing in C99 and it was undefined in C89 for %f Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/avf_showspectrum: switch to activate and add fps optionPaul B Mahol2018-10-06
|
* lavfi/deshake: fix deshake crash issue.Jun Zhao2018-10-06
| | | | | | | | | | | | | | | | | | | | | | | | Fixes ticket #7441. for block contrast calculate, the block is like this: |<---------------- stride-----------------------| +-----------------------------------------------> X | | w = 16 | (cx,cy)+------+ | | | |h=blocksize| | | | | | +------+ V Y so we calc the block contrast use: (cy + y) * stride + (cx + x) Signed-off-by: Jun Zhao <mypopydev@gmail.com>