| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/vf_libvmaf: add warning when color ranges differ | Chema Gonzalez | 2023-09-23 | 1 | -0/+7 |
* | lavfi/vf_ssim: add warning when color ranges differ | Chema Gonzalez | 2023-09-23 | 1 | -0/+7 |
* | lavfi/vf_psnr: add warning when color ranges differ | Chema Gonzalez | 2023-09-23 | 1 | -0/+7 |
* | avfilter: use ptrdiff_t instead of int for linesize | Paul B Mahol | 2023-09-22 | 13 | -124/+124 |
* | avfilter/vf_smartblur: pass old context to sws_getCachedContext | Zhao Zhili | 2023-09-20 | 1 | -1/+1 |
* | avfilter/x86/af_afir: add FMA3 SIMD | Paul B Mahol | 2023-09-17 | 2 | -0/+32 |
* | avfilter/dnn_backend_openvino: fix wild pointer on error path | Zhao Zhili | 2023-09-15 | 1 | -2/+7 |
* | avfilter/dnn_backend_openvino: fix input_port/output_port leaks | Zhao Zhili | 2023-09-15 | 1 | -0/+4 |
* | avfilter/dnn_backend_openvino: fix leak of ov_shape_t | Zhao Zhili | 2023-09-15 | 1 | -1/+7 |
* | avfilter/dnn_backend_openvino: fix leak or ov_core_t on error path | Zhao Zhili | 2023-09-15 | 1 | -1/+1 |
* | avfilter/dnn_backend_openvino: fix use uninitialized values | Zhao Zhili | 2023-09-15 | 1 | -6/+6 |
* | avfilter/dnn_backend_openvino: reduce indentation in free_model_ov | Zhao Zhili | 2023-09-15 | 1 | -43/+46 |
* | avfilter/dnn_backend_openvino: fix multiple memleaks | Zhao Zhili | 2023-09-15 | 1 | -2/+7 |
* | avfilter/dnn_filter_common: fix memleak | Zhao Zhili | 2023-09-15 | 1 | -0/+6 |
* | avfilter/avfilter: Don't report deprecated pkt_pos | Andreas Rheinhardt | 2023-09-14 | 1 | -2/+2 |
* | avfilter/vf_drawtext: fix text width measurement | yethie | 2023-09-12 | 1 | -3/+11 |
* | avfilter/vf_framepack: Use dedicated pointer for access | Andreas Rheinhardt | 2023-09-12 | 1 | -12/+14 |
* | avutil/imgutils: Add wrapper for av_image_copy() to avoid casts | Andreas Rheinhardt | 2023-09-12 | 4 | -28/+21 |
* | all: Use av_frame_replace() where appropriate | Andreas Rheinhardt | 2023-09-10 | 2 | -4/+2 |
* | avfilter/buffersrc: Use av_frame_clone() where appropriate | Andreas Rheinhardt | 2023-09-10 | 1 | -8/+5 |
* | avfilter/blend_modes: Always preserve constness | Andreas Rheinhardt | 2023-09-07 | 3 | -6/+6 |
* | avfilter/vf_varblur: Don't use pointer-to-const for destination | Andreas Rheinhardt | 2023-09-07 | 1 | -2/+2 |
* | avfilter/vsrc_testsrc: Don't use const uint8_t* when pointee changes | Andreas Rheinhardt | 2023-09-07 | 1 | -1/+1 |
* | avfilter/vf_vif: Don't cast const away unnecessarily | Andreas Rheinhardt | 2023-09-07 | 1 | -2/+2 |
* | avfilter/f_select: Also deprecate "pos" variable name | Andreas Rheinhardt | 2023-09-07 | 1 | -0/+2 |
* | avfilter/af_volume: Also deprecate position enum value | Andreas Rheinhardt | 2023-09-07 | 1 | -0/+2 |
* | avutil/internal: Don't auto-include emms.h | Andreas Rheinhardt | 2023-09-04 | 9 | -0/+9 |
* | avfilter/af_amultiply: Remove unnecessary emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -1/+0 |
* | avfilter/af_headphone: Remove unnecessary emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -1/+0 |
* | avfilter/af_sofalizer: Remove unnecessary emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -1/+0 |
* | avfilter/af_volume: Remove unnecessary emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -2/+0 |
* | avfilter/afir_template: Remove unnecessary emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -2/+0 |
* | avfilter/vf_bwdif: Remove obsolete emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -2/+0 |
* | avfilter/vf_colorspace: Remove redundant emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -8/+1 |
* | avfilter/vf_gblur: Remove unnecessary emms_c() | Andreas Rheinhardt | 2023-09-04 | 1 | -1/+0 |
* | avfilter: Remove unnecessary emms_c for ff_scene_sad_get_fn | Andreas Rheinhardt | 2023-09-04 | 5 | -5/+0 |
* | vf_libplacebo: warn on extra_opts + too old libplacebo | Niklas Haas | 2023-09-03 | 1 | -0/+4 |
* | avfilter/asrc_sinc: check return code of tx_init() | Paul B Mahol | 2023-09-03 | 1 | -8/+9 |
* | lavfi/testsrc_vulkan: fix memory leaks | Lynne | 2023-08-28 | 1 | -2/+0 |
* | lavfi/transpose_vulkan: fix memory leaks | Lynne | 2023-08-28 | 1 | -2/+0 |
* | lavfi/scale_vulkan: fix memory leaks | Lynne | 2023-08-28 | 1 | -2/+0 |
* | lavfi/nlmeans_vulkan: fix memory leaks | Lynne | 2023-08-28 | 1 | -6/+3 |
* | lavfi/chromaber_vulkan: fix memory leaks | Lynne | 2023-08-28 | 1 | -2/+0 |
* | lavfi/bwdif_vulkan: fix memory leaks | Lynne | 2023-08-28 | 1 | -2/+0 |
* | lavfi/avgblur_vulkan: fix memory leaks | Lynne | 2023-08-28 | 1 | -2/+0 |
* | lavfi/vf_libplacebo: add extra_opts AVDictionary | Niklas Haas | 2023-08-27 | 1 | -0/+13 |
* | lavfi/vf_libplacebo: switch to new pl_options struct | Niklas Haas | 2023-08-27 | 1 | -32/+57 |
* | avfilter/vf_transpose_vt: fix declaration-after-statement | Zhao Zhili | 2023-08-26 | 1 | -1/+2 |
* | avfilter/vf_transpose_vt: fix output frame dimension | Zhao Zhili | 2023-08-26 | 1 | -5/+42 |
* | avfilter/vf_scale_vt: fix output frame dimension | Zhao Zhili | 2023-08-26 | 1 | -0/+25 |