git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avcodec/dxa : Remove set-but-unused variable
29 mars, par Andreas Rheinhardt -
avutil/hwcontext_vulkan : stop checking for deprecated and removed flag
28 mars, par llyyravutil/hwcontext_vulkan: stop checking for deprecated and removed flag AV_VK_FRAME_FLAG_CONTIGUOUS_MEMORY was deprecated in e0f2d2e70228d022195afccc057bd6dc8b688c21 and removed in 09a57602991d47011247f2683f32a53255adcf09 Fixes: e0f2d2e70228d022195afccc057bd6dc8b688c21 Fixes: 09a57602991d47011247f2683f32a53255adcf09
-
avcodec/raw : Duplicate raw_pix_fmt_tags into fourcc2pixfmt tool
28 mars, par Andreas Rheinhardtavcodec/raw: Duplicate raw_pix_fmt_tags into fourcc2pixfmt tool Do this instead of exporting raw_pix_fmt_tags via avpriv_get_raw_pix_fmt_tags(). For shared builds this will lead to an increase in the combined size of the lavc and fourcc2pixfmt binaries (because the overhead of exporting avpriv_get_raw_pix_fmt_tags() is dwarfed by the size of the array), but given that fourcc2pixfmt is a test tool that is not widely distributed it does not really matter. For static builds the opposite is true (the rest of lavc/raw.o is no longer pulled into the test tool and the getter can be removed, too). This patch has the additional benefit of removing struct PixelFormatTag from the ABI. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/ituh263enc : Add necessary #if checks for FLV encoder
28 mars, par Andreas Rheinhardt -
avutil/hwcontext_amf : add support for d3d12va initialisation
28 mars, par Dmitrii Ovchinnikov