avformat/rawvideodec: add stride option to skip line padding

23 December 03:20 - FFmpeg - Zhao Zhili

Some tools like v4l2-ctl dump data without skip padding.


avcodec/d3d12va_encode: support motion estimation precision mode

22 December 05:35 - FFmpeg - stevxiao

By default, the D3D12 video encoder uses MAXIMUM, which means no restriction—it uses the highest precision supported by the driver. Applications may want to reduce precision to improve speed or reduce power consumption.


Linux 6.19-rc2

21 December 23:52 - Linux Kernel - Linus Torvalds


tdf#130857 tdf#168594 qt weld: Support activate-on-single-click

20 December 21:32 - LibreOffice - Michael Weghorn

Both, GtkTreeView and GtkIconView have an "activate-on-single-click" property that specifies whether the "item-activated" signal will be emitted after a single click.

tdf#130857 qt weld: Implement QtInstanceItemView::get_selected

20 December 15:47 - LibreOffice - Michael Weghorn

Move the QtInstanceTreeView::get_selected logic to QtInstanceItemView, so it can be reused for QtInstanceIconView as well.

swscale/ops_optimizer: apply optimizations in a more predictable order

20 December 13:52 - FFmpeg - Niklas Haas

Instead of blindly interleaving re-ordering and minimizing optimizations, separate this loop into several passes - the first pass will minimize the operation list in-place as much as possible, and the second pass will apply any desired re-orderings.

weld: Implement index-based ItemView::{g,s}et_id in base class

20 December 11:30 - LibreOffice - Michael Weghorn

Now that

weld: Add weld::ItemView::set_id taking iter param

20 December 11:30 - LibreOffice - Michael Weghorn

weld::TreeView already has such a method.

vkernel: Restore MAP_VPAGETABLE support with COW/VPTE fix (2)

20 December 03:26 - DragonFlyBSD - Matthew Dillon

- Retain the wiring of vkernel-related pages but remove the PG_VPTMAPPED and replace its functionality.