- Apr 27, 2022
-
-
Steve Lhomme authored
-
Steve Lhomme authored
Given the amount of threads used by VLC it can be useful to known which thread is what when debugging or in a backtrace (especially if the stack is bogus, we can get a hint at where the thread comes from). This feature is supported in the Windows debugger when used on Windows 10 1607 and upper. There might be support in gdb on other platforms as well. The posix variants comes from dav1d.
-
Regression from f710e406
-
even -> event
-
Steve Lhomme authored
-
Steve Lhomme authored
-
Steve Lhomme authored
It had no effect on POSIX platforms. Thread synchronization and TSAN analysis is more useful than thread priorities.
-
Steve Lhomme authored
It is not used in POSIX systems. On other system it probably don't make a difference anymore, only Windows has actual useful values for VLC_THREAD_PRIORITY_XXX. The synchronization is more important than having some threads called more often than others.
-
- Apr 26, 2022
-
-
- Apr 25, 2022
-
-
The patches were not added to the list of patches to be supplied with a make dist so were missing in the final archive.
-
libtool-2.4.6-san.patch is not used anymore, and other libtool patches have been rebased on top of libtool-2.4.7.
-
The -fsanitize support has been added upstream in the commit a5c6466528c060cc4660ad0319c00740db0e42ba which is shipped into 2.4.7.
-
-
-
-
-
-
-
-
-
- Apr 24, 2022
-
-
the removed data are after the m_partialIndex in the old model so the partial index should not be placed after. fix: #26848
-
in a scenario "____" => "__AA__AA", the index of second insertion was erroneous
-
To avoid modifying 3 functions each time we modify the arguments.
-
-
- Apr 23, 2022
-
-
-
-
-
-
-
-
Previously this condition was only working for QQuickControl(s). But we might want it to work with a non Control component, like a TextInput. In that case we declare a 'visualFocus' property manually and bind it to a parent Control 'visualFocus' property.
-
ex: --sout="{foo}"
-
This fixes #26853
-
- Apr 22, 2022
-
-
Allow to use these 2 functions with const entries.
-
-
-
-