Linux 6.19-rc4

4 January 22:41 - Linux Kernel - Linus Torvalds

avfilter/vf_drawvg: skip conversions when a color is assigned to a variable

4 January 13:42 - FFmpeg - Ayose

In libcairo, colors are defined as 4 separate components, and each one is double between 0 and 1.

avfilter/vf_drawvg: support color expressions as setvar/call arguments

4 January 13:42 - FFmpeg - Ayose

The arguments for `setvar` and `call` commands can be colors (like `#rrggbb`).

[base] Fix support for format 13 charmaps

4 January 06:13 - FreeType - Celeste Liu

According to the OpenType specification of the 'cmap' table, the pair (0,6) for platform and encoding IDs is used for format 13 charmap tables.


  • Most Popular This Week

amdgpu - Expose amdgpu support for RGB565 mode

1 January 20:23 - DragonFlyBSD - Imre Vadász

wifi: mt76: Remove blank line after mt792x firmware version dmesg

1 January 01:03 - Linux Kernel - Shuah Khan

An extra blank line gets printed after printing firmware version because the build date is null terminated.


hwcontext_vulkan: enable the explicit shader workgroup extension

31 December 14:00 - FFmpeg - Lynne

Its useful as it allows us to alias memory in shaders.

avcodec/vulkan_decode: fix logic error when checking for encode support

31 December 10:30 - FFmpeg - Kacper Michajłow

Both FF_VK_EXT_VIDEO_ENCODE_QUEUE and FF_VK_EXT_VIDEO_MAINTENANCE_1 are required, not only one of them.

avfilter/vulkan_filter: fix logic error when checking for encode support

31 December 10:30 - FFmpeg - Kacper Michajłow

Both FF_VK_EXT_VIDEO_ENCODE_QUEUE and FF_VK_EXT_VIDEO_MAINTENANCE_1 are required, not only one of them.

avutil/hwcontext_vulkan: fix logic error when checking for encode support

31 December 10:30 - FFmpeg - Kacper Michajłow

Both FF_VK_EXT_VIDEO_ENCODE_QUEUE and FF_VK_EXT_VIDEO_MAINTENANCE_1 are required, not only one of them.