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.


tdf#168594 Rework SvxCharView activation logic

19 December 21:52 - LibreOffice - Michael Weghorn

SvxCharView is used in 1) the special characters toolbar popup (triggered by the "Insert Special Characters" toolbar button) 2) the special characters dialog (triggered via "Insert" -> "Special Character...") In 1), a single click on a SvxCharView (i.e.

tdf#168594 Let SvxCharView implement basic mouse click logic

19 December 21:52 - LibreOffice - Michael Weghorn

If the SvxCharView gets clicked, let itself take focus and trigger a repaint.

tdf#169049 ensure valid range for preview document

19 December 20:39 - LibreOffice - Regina Henschel

The data provider uses a temporary document for the preview.

lavc/mathops: R-V B optimisation for mid_pred

19 December 17:56 - FFmpeg - Rémi Denis-Courmont

If Zbb is enabled at compilation (e.g.

nptl: Make pthread_{clock, timed}join{_np} act on all cancellation (BZ 33717)

19 December 16:23 - glibc - Adhemerval Zanella

The pthread_join/pthread_timedjoin_np/pthread_clockjoin_np will not act on cancellation if 1.

elf: Support vDSO with more than one PT_LOAD with v_addr starting at 0 (BZ 32583)

19 December 16:23 - glibc - Adhemerval Zanella

The setup_vdso assumes that vDSO will contain only one PT_LOAD segment and that 0 is the sentinel for the start mapping address.

nptl: Do not use pthread set_tid_address as state synchronization (BZ #19951)

19 December 16:23 - glibc - Adhemerval Zanella

The use-after-free described in BZ#19951 is due to the use of two different PD fields, 'joinid' and 'cancelhandling', to describe the thread state and to synchronise the calls of pthread_join, pthread_detach, pthread_exit, and normal thread exit. Any state change may require checking both fields atomically to handle partial state (e.g., pthread_join() with a cancellation handler to issue a 'joinstate' field rollback). This patch uses a different PD member with 4 possible states (JOINABLE, DETACHED, EXITING, and EXITED) instead of the pthread 'tid' field, with the following logic: 1.

weld: Implement index-based ItemView (un)selection in base class

19 December 08:20 - LibreOffice - Michael Weghorn

This replaces the toolkit-specific implementations of weld::ItemView::select and weld::ItemView::unselect taking an index by implementing the logic directly in the abstract weld::ItemView base class, using the toolkit-specific weld::ItemView::select weld::ItemView::unselect implementations taking a TreeIter param instead. Take over the special handling (for an index of -1 or empty view) from the SalInstanceItemView implementation.

vcl/gtk weld: Implement (un)select_all without forwarding

19 December 08:20 - LibreOffice - Michael Weghorn

In the weld::ItemView subclasses in the vcl implementation (SalInstanceItemView) and the gtk one (GtkInstanceTreeView and GtkInstanceIconView), no longer let - unselect_all() call select(-1) - select_all() call unselect(-1) and have logic in their weld::ItemView::select and weld::ItemView::unselect overrides to select all or clear selection all when called with those special indices. Instead, let select() and unselect() call unselect_all() and select_all() when called with the special indices, i.e.

weld: Add iter-based IconView::(un)select

19 December 08:20 - LibreOffice - Michael Weghorn

Both, weld::IconView and weld::TreeView have (un)select methods taking an index as a param. weld::TreeView already also has a TreeView::select/TreeView::unselect that takes an iter. Move those method declarations down into the common weld::ItemView base class.

sc: synching when default view and sheet view are sorted

19 December 07:53 - LibreOffice - Tomaž Vajngerl

In this scenario we have sheet view and the default view sorted in different ways, so we need to first unsort the sheet view sort, and then resort the default view sort so we get the correct cell address of the cell that we are changing. Resort is the reverse of unsort.

SwNavigator: Improve determining visibility of content entries

19 December 05:17 - LibreOffice - Jim Raykowski

Ideally content entries in the Navigator tree are shown as 'grayed out' when the content they refer to in the the document view is not visible due to being in a hidden section or in outline content that is folded.

Outline folding: Make unfolded anchored to frame drawing objects visible

19 December 05:15 - LibreOffice - Jim Raykowski

Currently when content is unfolded that has drawing objects anchored 'To Frame', excluding fly frame type drawing objects, the drawing object is not made visible.


skia: upgrade to m144

18 December 23:54 - LibreOffice - Xisco Fauli

Add external/skia/C4100warning.patch.1 to fix E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(92): error C2220: the following warning is treated as an error E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(92): warning C4100: 'window': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(93): warning C4100: 'c': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(95): warning C4100: 'y': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(95): warning C4100: 'x': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(96): warning C4100: 'y': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(96): warning C4100: 'x': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(96): warning C4100: 'delta': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(97): warning C4100: 'y': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(97): warning C4100: 'x': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(97): warning C4100: 'owner': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(99): warning C4100: 'state': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(100): warning C4100: 'y': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(100): warning C4100: 'x': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(100): warning C4100: 'scale': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(100): warning C4100: 'state': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(101): warning C4100: 'stateValue': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(101): warning C4100: 'stateName': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(104): warning C4100: 'height': unreferenced parameter E:\jenkins\workspace\gerrit_windows_wsl\workdir\UnpackedTarball\skia\tools/sk_app/Window.h(104): warning C4100: 'width': unreferenced parameter

vkernel: Restore MAP_VPAGETABLE support with COW/VPTE fix

18 December 22:34 - DragonFlyBSD - Antonio Huete Jimenez

Re-implement MAP_VPAGETABLE support which was removed in commit 4d4f84f5f26bf5e9fe4d0761b34a5f1a3784a16f.

virtio_blk - Implement multiqueue support

18 December 19:18 - DragonFlyBSD - Imre Vadász

- For now, this code uses at most as many virtqueues as cpu cores and interrupts are available.

weld: Replace includes by fwd-decls in 2 central headers

18 December 18:45 - LibreOffice - Michael Weghorn

Builder.hxx and DialogController.hxx are included a lot, either directly or indirectly.

weld: Move weld::MetricSpinButton to own header/source file

18 December 18:44 - LibreOffice - Michael Weghorn

Move the implementation to a new source file in the

nptl: Optimize trylock for high cache contention workloads (BZ #33704)

18 December 16:46 - glibc - Sunil K Pandey

Check lock availability before acquisition to reduce cache line bouncing.

math: Fix potential underflow on ldbl-128 erfl

18 December 13:55 - glibc - Adhemerval Zanella

The multiplication operation is required only if the branch is taken, and the compiler might not optimize it away.

Related: tdf#89365 sd UI, from numbering to bullet: fix defaults

18 December 12:34 - LibreOffice - Miklos Vajna

Open the bugdoc, start text edit on the only slide, in the only shape.

weld: Add weld::IconView::get_rect taking iter param

18 December 06:21 - LibreOffice - Michael Weghorn

Change the virtual weld::IconView::get_rect param from an index/position to a weld::TreeIter and implement that one in the toolkit-specific implementations. For the existing variant taking an index, implement it directly in the weld::IconView base class instead, by converting the index to a iterator and calling the variant taking an iterator. This makes use of the method introduced in previous commit Change-Id: I6c09044ba50556dd57fdc7bce399ba334efeada9 Author: Michael Weghorn Date: Wed Dec 17 16:47:31 2025 +0100 weld: Add method to get ItemView iter for position , see also that commit's commit message for more background. Other methods could be converted/deduplicated in a similar way, e.g.

weld: Add method to get ItemView iter for position

18 December 06:21 - LibreOffice - Michael Weghorn

Introduce weld::ItemView::get_iterator that returns a weld::TreeIter pointing to the item at the given position/index if the position is valid, otherwise a unique_ptr not owning anything. This can be used in upcoming commits to unify the iter-based and index-based methods in the weld::ItemView subclasses (weld::TreeView, weld::IconView) or easily provide both variants without having to implement the whole logic twice in every implementation.

tdf#130857 qt weld: Introduce QtInstanceItemView

18 December 06:20 - LibreOffice - Michael Weghorn

This is the implementation for the abstract weld::ItemView class introduced in

avcodec/apv_parser: add support for AU assembly

18 December 01:24 - FFmpeg - James Almer