- Jun 01, 2024
-
-
-
-
-
Under some circumstances, the application won't close after a quit event. Using an `exit` in `triggerQuit` callback ensure that the application won't prevent the mainloop to quit. At this point, both the gui and vout are stopped
-
-
-
The expose event is emitted after a resize, thus this not necessary to monitor width/height events on the main window
-
-
-
-
TOP_SRCDIR is an absolute path, meaning that the result of the test will not depend from where the test is run.
-
test_setup() will setup the VLC_PLUGIN_PATH in a reliable way.
-
Steve Lhomme authored
When providing a qtconf file, the HOST parts seems to come from hardocded values in qmake.
-
Steve Lhomme authored
This reverts commit 8ce83d83.
-
Steve Lhomme authored
This reverts commit 40d21f1f.
-
Steve Lhomme authored
It seems some sources set the alpha flag but don't always attach an alpha layer to each frame. Ref #28653
-
Steve Lhomme authored
They may call FormatUpdate (lavc) and other things that lock. We don't need a lock on the decoder as it cannot change during the lifetime of our pseudo-decoder.
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
macosx: Remove handling for VLCLibraryCollectionViewAudioGroupSupplementaryDetailView in VLCLibraryCollectionViewFlowLayout Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
NSNotificationCenter was used repeatedly with repeated allocation to the autorelease pool in order to setup the suffix addition for the notification name. This commit uses a for-loop releasing the local autorelease allocations and create the notification names on-the-fly to avoid repetition.
-
Steve Lhomme authored
Since 7ca3c364
-
Steve Lhomme authored
Since 7ca3c364
-
Steve Lhomme authored
The thread never exits on its own. It's cancelable during net_Accept(). Ref. #28650
-
Steve Lhomme authored
Similar to 239eafa8
-
Signed-off-by:
Claudio Cambra <developer@claudiocambra.com>
-
Windows 11 identifies as Windows 10 (NT 10), so this comparison always yields false. As a side note, native acrylic background for Win32 windows only gained support with the Windows 11 22H2 update, that's why there is the check here. Note that according to the general conventions a transparent window must be frameless on Windows. This is currently not the case, because "frameless window don't support areo snapping". So, it can be considered as a known bug if native acrylic does not work as intended. This grants a requirement of change to use frameless window, and get rid of the current workaround that simulates frameless window in mainctx_win32.cpp. If aero snapping does not work, it is Windows's problem since we are using frameless windows in every other platform.
-
Steve Lhomme authored
We don't use the Cluster otherwise and can read at all. Ref #28653
-
- May 31, 2024
-
-
Tristan Matthews authored
Changes for 1.4.2 'Road Runner': -------------------------------- 1.4.2 is a small release of dav1d, improving notably ARM, AVX-512 and PowerPC - AVX2 optimizations for 8-tap and new variants for 6-tap - AVX-512 optimizations for 8-tap and new variants for 6-tap - Improve entropy decoding on ARM64 - New ARM64 optimizations for convolutions based on DotProd extension - New ARM64 optimizations for convolutions based on i8mm extension - New ARM64 optimizations for subpel and prep filters for i8mm
-
Tristan Matthews authored
This release includes enhancements and bug fixes. - Upgrading: This release is ABI compatible with the previous release. - Enhancement: Improved the detection of compiler support for AArch64 extensions, particularly SVE. Added vpx_codec_get_global_headers() support for VP9. - Bug fixes: Added buffer bounds checks to vpx_writer and vpx_write_bit_buffer. Fix to GetSegmentationData() crash in aq_mode=0 for RTC rate control. Fix to alloc for row_base_thresh_freq_fac. Free row mt memory before freeing cpi->tile_data. Fix to buffer alloc for vp9_bitstream_worker_data. Fix to VP8 race issue for multi-thread with pnsr_calc. Fix to uv width/height in vp9_scale_and_extend_frame_ssse3. Fix to integer division by zero and overflow in calc_pframe_target_size(). Fix to integer overflow in vpx_img_alloc() & vpx_img_wrap()(CVE-2024-5197). Fix to UBSan error in vp9_rc_update_framerate(). Fix to UBSan errors in vp8_new_framerate(). Fix to integer overflow in vp8 encodeframe.c. Handle EINTR from sem_wait().
-
Steve Lhomme authored
And without ragel. - snap is left out because there's a new image coming
-
Steve Lhomme authored
-
Steve Lhomme authored
We cannot mix system tools and tools in contribs because qtpaths6 will only provide one of those. So either we build all of them, or we build none of them.
-
Steve Lhomme authored
For native compilation, native tools are built with the libraries.
-
Steve Lhomme authored
-
-
-
-
-
-