| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/yadif: update output frame durations | Anton Khirnov | 2023-10-03 | 1 | -0/+3 |
* | avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusions | Andreas Rheinhardt | 2023-10-03 | 1 | -0/+1 |
* | avfilter/vf_iccdetect: use ff_icc_profile_sanitize | Niklas Haas | 2023-10-03 | 1 | -1/+3 |
* | avfilter/f_ebur128: do not print summary log if nothing was processed | Paul B Mahol | 2023-09-29 | 1 | -0/+2 |
* | avfilter/vf_pseudocolor: add support for more planar alpha formats | Paul B Mahol | 2023-09-28 | 1 | -3/+6 |
* | avfilter/vf_zscale: fix adding >8 bit alpha plane | Paul B Mahol | 2023-09-28 | 1 | -2/+10 |
* | avfilter/vf_zscale: add more planar formats with alpha | Paul B Mahol | 2023-09-28 | 1 | -1/+2 |
* | avfilter/vf_negate: add support for more planar with alpha | Paul B Mahol | 2023-09-28 | 1 | -1/+3 |
* | avfilter/vf_extractplanes: add GBRAP14 support | Paul B Mahol | 2023-09-28 | 1 | -1/+1 |
* | lavfi/framequeue: remove redundant logic code | 杨亚磊 via ffmpeg-devel | 2023-09-28 | 1 | -3/+2 |
* | avfilter/bwdifdsp: Avoid including ff_bwdif_filter_line3_c() | Andreas Rheinhardt | 2023-09-28 | 2 | -26/+29 |
* | avfilter/bwdifdsp: Constify | Andreas Rheinhardt | 2023-09-28 | 4 | -48/+48 |
* | avfilter/vf_bwdif: Move DSP code to a new file | Andreas Rheinhardt | 2023-09-28 | 3 | -212/+252 |
* | avfilter/bwdif: Add proper BWDIFDSPContext | Andreas Rheinhardt | 2023-09-28 | 4 | -26/+27 |
* | avfilter: add libvmaf_cuda | Kyle Swanson | 2023-09-27 | 3 | -0/+212 |
* | libavfilter/dnn: Initialze DNNData variables | Wenbin Chen | 2023-09-27 | 1 | -2/+2 |
* | libavfilter/dnn: Add scale and mean preprocess to openvino backend | Wenbin Chen | 2023-09-27 | 3 | -19/+108 |
* | libavfilter/dnn: add layout option to openvino backend | Wenbin Chen | 2023-09-27 | 3 | -20/+185 |
* | avfilter/af_astats: extend and improve bit depth output | Paul B Mahol | 2023-09-25 | 1 | -31/+64 |
* | 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 |