vlc/modules
Rémi Denis-Courmont 401d885a3b vdpau/mixer: remove useless code
If the input format is not some type of VDPAU YUV, then the output
format should not be VDPAU RGB, so this situation should never happen.

Nowadays the OpenGL or Vulkan display can handle YUV pictures nicely,
so there is anyway not much point left in using the VDPAU mixer without
the VDPAU decoder.
2022-04-30 19:19:08 +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 adummy: add missing VLC_CODEC_DTSHD 2022-04-28 17:47:39 +00:00
codec daala: fix encoder_options initialization 2022-04-27 10:23:16 +00:00
control vlc_threads: remove the thread priority when creating a thread 2022-04-27 08:16:28 +00:00
demux demux: ps: unify es creation code 2022-04-28 11:16:24 +00:00
gui qml: correct disappearing control spacing 2022-04-30 11:45:03 +00:00
hw vdpau/mixer: remove useless code 2022-04-30 19:19:08 +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 lua: input: remove unused variable 2022-04-27 15:38:51 +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: remove unused variable 2022-04-27 13:32:36 +00:00
video_output vdpau/interop: fix non-reentrant pointers (fixes #26554) 2022-04-29 18:58:25 +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