vlc/modules
Steve Lhomme b469857dec vlc_threads: remove the thread priority when creating a thread
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.
2022-04-27 08:16:28 +00:00
..
access vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
access_output srt: use srt_create_socket() instead of deprecated srt_socket() 2022-04-06 07:25:36 +00:00
audio_filter arm: move ARMv7 NEON stuff into isa/arm/neon 2022-02-02 08:29:05 +00:00
audio_mixer plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
audio_output vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
codec vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
control vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
demux vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
gui vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
hw nvdec: guard against missing CUDA definition 2022-04-26 13:27:34 +00:00
isa deinterlace: move ARM NEON code to backend module 2022-02-26 21:58:03 +02:00
keystore modules: fix typos 2022-01-08 15:19:32 +00:00
logger logger: add emscripten module 2022-02-25 17:05:07 +00:00
lua vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
meta_engine meta_engine: fix junk at end or raw unterminated ID3 text 2022-04-12 12:57:37 +00:00
misc vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
mux demux/mux: ps: map MPEG-H 2022-04-23 13:30:17 +00:00
notify modules: fix typos 2022-01-08 15:19:32 +00:00
packetizer avparser: remove trailing line 2022-03-23 15:51:22 +00:00
services_discovery vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
spu modules: fix typos 2022-01-08 15:19:32 +00:00
stream_extractor plugins: purge use of set_category() 2021-12-20 09:45:01 +00:00
stream_filter vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
stream_out vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
text_renderer freetype: fix first glyph non zero bearing alignment offset 2022-04-13 08:02:44 +00:00
video_chroma chroma: i420: fix condition for warning message 2022-03-24 07:55:49 +00:00
video_filter egl_surfacetexture: add missing vlc_picture_pool.h include 2022-03-23 19:42:26 +00:00
video_output vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
video_splitter panoramix: remove write-only variables 2022-04-06 07:25:36 +00:00
visualization vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
.gitignore modules: gitignore test binaries 2020-10-06 14:21:52 +02:00
Makefile.am deinterlace: move AArch64 AdvSIMD code to backend module 2022-02-26 21:58:03 +02:00
common.am modules: common.am: remove trailing characters 2021-09-15 17:06:27 +00:00
module.rc.in