- Sep 08, 2022
-
-
- Aug 30, 2022
-
-
- Aug 22, 2022
-
-
- Jul 14, 2022
-
-
- Jun 26, 2022
-
-
We also update the EmptyLabel implementation to make it generic.
-
- Jun 11, 2022
-
-
- Jun 03, 2022
-
-
The Linux fbdev subsystem has been deprecated for more than a decade as there are better options available now.
-
- May 17, 2022
-
-
-
no functional changes
-
- May 16, 2022
-
-
- May 14, 2022
-
-
- Mar 13, 2022
-
-
- Mar 11, 2022
-
-
- Mar 05, 2022
-
-
This gives a table listing all options, similar to and inspired by the `about:config` interface in Firefox. Unique benefits: - It highlights which options have been modified from default state. - It allows selective resetting of individual options to default values. Support is included to toggle booleans with a simple double-click. Double-clicking on other types opens the edit dialog. For colour selection items, the modify action directly opens the Qt colour selection dialog rather than present the colour control used in the advanced preferences view, since this is much cleaner. Note that the existing simple and advanced views are not linked; if you change an option in one view, that change is not reflected in the other, and saving changes only uses the state from the selected view. The same is currently true of the new expert mode, though I plan to later change this behaviour (for all three). Note also that hotkey items are deliberately excluded from this view. The dedicated hotkey editor is best suited to managing hotkeys. It does not work well to include the set of 224 unique hotkey options within this table, especially since we'd have to duplicate the code checking for duplicate assignments if we allow editing of them as with all other option types within this interface. It may seem odd for the 'expert' mode to be the only one without hotkey editing, however the hotkey editor does not really fit well into 'advanced' mode either, and I have plans to propose separating the hotkey editor entirely from within the set of three views in a small redesign. Fixes #18607.
-
- Feb 23, 2022
-
-
Rémi Denis-Courmont authored
The OpenMAX Development Layer seemingly never really happened, so this module was never ever taken into use.
-
- Feb 20, 2022
-
-
- Feb 13, 2022
-
-
- Feb 02, 2022
-
-
Rémi Denis-Courmont authored
Down the line, we probably should not have one directory per ISA extension. This replicates the model from the hw/*/ directory. isa/ seems better than arch/ because: - "Instruction Set Architecture" is more specific than "Architecture", - it saves one character, - no modules/ subdirectory starts with I yet (so this will not break auto-completion habits). This also moves non-NEON-specific files to isa/arm/.
-
- Jan 17, 2022
-
-
Steve Lhomme authored
Using COM interfaces is better in C++ anyway. It also makes it usable with the GDK (Xbox).
-
- Jan 11, 2022
-
-
This adds an initial AVS2-P2 video decoder using libdavs2.
-
- Jan 10, 2022
-
-
-
After this, groups will be hidden until we bring them back in VideoAllDisplay.
-
- Dec 23, 2021
-
-
Refs #18762
-
No functional changes Refs #18762
-
- Dec 03, 2021
-
-
MainInterface was the actual QWidget interface in VLC 3.0, now it's the application context only rename classes and files, no functional changes
-
- Dec 01, 2021
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This module does not pretend that UDP output is a regular access that should be handled with the "standard" stream output. This takes handles SAP much more cleanly and supports vector I/O to avoid unnecessary memory copies. Also fixes #26058.
-
- Nov 03, 2021
-
-
As defined in RFC2397.
-
- Oct 21, 2021
-
-
This filter crops the input pictures by adjusting the format (offsets and size), without any copy (contrary to croppadd). This is especially useful to receive pictures with arbitrary visible area (smaller than the full size), to debug vouts or filters.
-
- Sep 17, 2021
-
-
- Sep 16, 2021
-
-
- Sep 02, 2021
-
-
- Jul 30, 2021
-
-