git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avfilter/vf_libplacebo : switch to AV_OPT_TYPE_COLOR
19 février, par Niklas Haas -
avfilter/vf_libplacebo : set colorspace properties on all inputs
19 février, par Niklas Haasavfilter/vf_libplacebo: set colorspace properties on all inputs There is no reason to only do this on the first input. It doesn't actually matter for now given that we don't constrain the color space list, but it may matter when that changes. Signed-off-by: Niklas Haas <git@haasn.dev>
-
avfilter/vf_libplacebo : allow differing formats per input
19 février, par Niklas Haasavfilter/vf_libplacebo: allow differing formats per input Each input is entirely independent and can have varying pixel formats, color spaces, etc. To accomplish this, we need to make a full copy of the format list for each subsequent input, rather than sharing the same ref. Signed-off-by: Niklas Haas <git@haasn.dev> Sponsored-by: nxtedition
-
avfilter/vf_libplacebo : switch to new background API
19 février, par Niklas Haasavfilter/vf_libplacebo: switch to new background API Fixes a deprecation warning, and also fixes a bug where the depredated skip_target_clearing option was not correctly mapped to the new API inside libplacebo upstream. Signed-off-by: Niklas Haas <git@haasn.dev> Sponsored-by: nxtedition
-
avutil : remove deprecated FF_API_VULKAN_CONTIGUOUS_MEMORY
19 février, par James Almer