summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/vf_extractplanes: add missing break; statementTimo Rothenpieler2022-09-27
* avfilter/scale_eval: Reduce rounding error.Tristan Schmelcher2022-09-27
* avfilter/vf_extractplanes: add support for packed rgb float formatsPaul B Mahol2022-09-25
* avfilter/avfilter: Make ff_command_queue_pop() staticAndreas Rheinhardt2022-09-21
* avfilter/internal: Remove declaration of inexistent functionAndreas Rheinhardt2022-09-21
* avfilter/af_afftdn: add double sample format supportPaul B Mahol2022-09-18
* avfilter/af_dynaudnorm: fix parameter for copy samples functionPaul B Mahol2022-09-18
* avfilter/vf_libvmaf: Update ssim, ms_ssim options descriptionYondon Fu2022-09-16
* avfilter/vf_colorspace_cuda: mark fall-throughTimo Rothenpieler2022-09-15
* avfilter/vf_drawbox: use the correct macro to fill rgb plane pointersJames Almer2022-09-15
* avfilter/video: Fix newline in trace outputAndreas Rheinhardt2022-09-14
* avfilter/avfilter: #if ff_tlog_link() away when emptyAndreas Rheinhardt2022-09-14
* avfilter/avfilter: Don't use AVFrame.channel_layoutAndreas Rheinhardt2022-09-14
* avfilter/vf_libvmaf: copy all values also for 10 bit inputChristian Feldmann2022-09-14
* libavfilter: add vf_colorrange_cuda, CUDA-accelerated color conversion filterRoman Arzumanyan2022-09-13
* avfilter/vf_gblur: allow filtering with zero horizontal sigmaPaul B Mahol2022-09-10
* avfilter/vf_showinfo: remove backspacesMichael Niedermayer2022-09-08
* avfilter/vf_scale: overwrite the width and height expressions with the origin...James Almer2022-09-06
* avfilter/vf_gblur: handle cases when parameters become invalidPaul B Mahol2022-09-04
* avfilter/vf_bilateral_cuda: refactor use of pow to simple multiplicationTimo Rothenpieler2022-09-03
* compat/cuda: switch from powf to __powf intrinsicTimo Rothenpieler2022-09-03
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-03
* avfilter: add bilateral_cuda filterMohamed Khaled Mohamed2022-09-03
* avfilter: add 3D scope multimedia filterPaul B Mahol2022-09-03
* avfilter/af_silenceremove: do not trim non-silence from startPaul B Mahol2022-08-23
* avfilter/af_alimiter: fix misbehavior when nb_channels != 2David Flater2022-08-23
* avfilter/vsrc_ddagrab: add options for more control over output format fallbackTimo Rothenpieler2022-08-13
* avfilter/vsrc_ddagrab: add rgbaf16 output supportTimo Rothenpieler2022-08-13
* configure: always enable gnu_windres if availableTimo Rothenpieler2022-08-13
* lavfi/qsv: create mfx session using oneVPL for qsv filtersHaihao Xiang2022-08-12
* qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: restrict audio related code to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: remove mfx/ prefix from mfx headersHaihao Xiang2022-08-12
* avfilter/framesync: add a new option to set how to sync streams based on seco...James Almer2022-08-10
* lavfi/overlay_vaapi: set defalut alpha value as 1.0Fei Wang2022-08-09
* avfilter/avfiltergraph: remove unnecessary channel layout copyJames Almer2022-08-06
* avfilter/vsrc_ddagrab: set sRGB color information on output framesTimo Rothenpieler2022-08-06
* avfilter/vsrc_ddagrab: make output format user configurableTimo Rothenpieler2022-08-06
* avfilter/vsrc_ddagrab: move most of init to config_propsTimo Rothenpieler2022-08-05
* avfilter/vsrc_ddagrab: fix mouse cursor render initTimo Rothenpieler2022-08-05
* avfilter/vf_cropdetect: Remove set-but-unused variableAndreas Rheinhardt2022-07-30
* lavfi/vf_cropdetect: Reindent after last commitThilo Borgmann2022-07-30
* lavfi/cropdetect: Add new mode to detect crop-area based on motion vectors an...Thilo Borgmann2022-07-30
* lavfi/edge_common: Templatify ff_gaussian_blur and ff_sobelThilo Borgmann2022-07-30
* fflcms2: move to libavcodecNiklas Haas2022-07-30
* qsv: Update ffmpeg qsv_errors to recognize GPU hang and other statusesDmitry Rogozhkin2022-07-29
* avfilter/vf_zscale: Add smpte240m transfer option and fix matrix option typoMattias Wadman2022-07-28
* lavf/dnn: dump OpenVINO model input/output names to OVMdel struct.Ting Fu2022-07-24
* lavf/sr: fix the segmentation fault caused by incorrect input frame free.Ting Fu2022-07-22
* libavfilter/vf_overlay_qsv: Use format of first input to set output format fo...Wenbin Chen2022-07-20