vlc/modules
Prince Gupta 0caa9ea0e6 qt: fix cover generation on windows
in previous code, for path "C:/image.jpg", the url scheme will be "C" and
the call to QQmlFile::urlToLocalFileorQrc with fail since url scheme is not "file"
but the provided input path is valid file path, fix such cases
2022-05-21 14:41:02 +00:00
..
access modules: add a fancy name to internal threads 2022-05-18 07:52:09 +02:00
access_output access_output: srt: fix signedness warning 2022-05-01 14:40:42 +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 modules: add a fancy name to internal threads 2022-05-18 07:52:09 +02:00
codec modules: add a fancy name to internal threads 2022-05-18 07:52:09 +02:00
control cli: print item extra meta data (fixes #24986) 2022-05-19 18:33:26 +00:00
demux demux: pass a vlc_object_t to create a custom packetizer 2022-05-18 10:14:50 +00:00
gui qt: fix cover generation on windows 2022-05-21 14:41:02 +00:00
hw display: update vout_display_PlacePicture() prototype 2022-05-17 19:14:06 +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 tracer: pass the timestamp to modules 2022-05-14 06:48:20 +00:00
lua modules: add a fancy name to internal threads 2022-05-18 07:52:09 +02:00
meta_engine meta_engine: fix junk at end or raw unterminated ID3 text 2022-04-12 12:57:37 +00:00
misc medialibrary: Update to 0.12.0 API changes 2022-05-20 07:40:41 +00:00
mux mux: ts: fix VLC_CODEC_OPUS i_stream_type 2022-05-13 10:48:26 +00:00
notify modules: fix typos 2022-01-08 15:19:32 +00:00
packetizer packetizer: av1: always set subsampling_x/y 2022-05-05 16:04:08 +00:00
services_discovery modules: add a fancy name to internal threads 2022-05-18 07:52:09 +02: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 modules: add a fancy name to internal threads 2022-05-18 07:52:09 +02:00
stream_out modules: add a fancy name to internal threads 2022-05-18 07:52:09 +02:00
text_renderer freetype: fix first glyph non zero bearing alignment offset 2022-04-13 08:02:44 +00:00
video_chroma i420_yuy2: use VLC_ALTIVEC 2022-05-19 07:11:58 +00:00
video_filter deinterlace: move CPPFLAGS to Makefile 2022-05-19 07:11:58 +00:00
video_output direct3d9: fix the texture stretching 2022-05-20 05:47:04 +00:00
video_splitter window: rename <vlc_vout_window.h> to <vlc_window.h> 2022-05-16 16:51:03 +00:00
visualization modules: add a fancy name to internal threads 2022-05-18 07:52:09 +02: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