├── ABOUT-NLS ├── AUTHORS ├── COPYING ├── COPYING.LIB ├── ChangeLog ├── INSTALL ├── Makefile.am ├── Makefile.in ├── NEWS ├── README ├── THANKS ├── aclocal.m4 ├── autotools ├── compile ├── config.guess ├── config.rpath ├── config.sub ├── depcomp ├── install-sh ├── ltmain.sh ├── missing ├── test-driver └── ylwrap ├── bin ├── Makefile.am ├── Makefile.in ├── breakpad.cpp ├── cachegen.c ├── darwinvlc.m ├── override.c ├── rootwrap.c ├── vlc.c ├── vlc_win32_rc.rc.in └── winvlc.c ├── bootstrap ├── compat ├── Makefile.am ├── Makefile.in ├── aligned_alloc.c ├── asprintf.c ├── atof.c ├── atoll.c ├── dirfd.c ├── dummy.c ├── fdopendir.c ├── ffsll.c ├── flockfile.c ├── freeaddrinfo.c ├── fsync.c ├── gai_strerror.c ├── getdelim.c ├── getpid.c ├── gettimeofday.c ├── gmtime_r.c ├── inet_pton.c ├── lfind.c ├── lldiv.c ├── localtime_r.c ├── memrchr.c ├── nrand48.c ├── pathconf.c ├── poll.c ├── realpath.c ├── recvmsg.c ├── rewind.c ├── sendmsg.c ├── setenv.c ├── sigwait.c ├── sincos.c ├── strcasecmp.c ├── strcasestr.c ├── strdup.c ├── strlcpy.c ├── strndup.c ├── strnlen.c ├── strnstr.c ├── strsep.c ├── strtof.c ├── strtok_r.c ├── strtoll.c ├── strverscmp.c ├── swab.c ├── tdestroy.c ├── test │ └── strnstr.c ├── tfind.c ├── timegm.c ├── timespec_get.c └── vasprintf.c ├── config.h.in ├── configure ├── configure.ac ├── contrib ├── bootstrap └── src │ ├── README │ ├── README.md │ ├── SDL_image │ ├── SDL_image.patch │ ├── SHA512SUMS │ ├── pkg-config.patch │ └── rules.mak │ ├── a52 │ ├── SHA512SUMS │ ├── liba52-fixed.diff │ ├── liba52-inline.patch │ ├── liba52-pic.patch │ ├── liba52-silence.patch │ └── rules.mak │ ├── amf │ ├── 0001-Differentiate-the-AMF_NO_VTABLE-based-on-the-compile.patch │ ├── 0001-Don-t-cast-amf_int64-when-using-a-format-string.patch │ ├── 0001-Fix-const-on-return-by-value-AMF_DECLARE_IID.patch │ ├── 0001-Fix-warning-when-_MSC_VER-is-not-defined.patch │ ├── 0001-Move-AMF_UNICODE-into-Platform.h.patch │ ├── 0002-Define-LPRI-d-ud-x-64-as-Unicode-wide-versions-of-AM.patch │ ├── 0002-Fix-const-on-return-by-value-Variant-values.patch │ ├── 0003-Define-AMFPRI-d-ud-x-64-using-the-standard-C-format-.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── aom │ ├── 0002-cmake-win-fix-asm-flag-appending.patch │ ├── SHA512SUMS │ ├── aom-android-cpufeatures.patch │ ├── aom-android-pthreads.patch │ └── rules.mak │ ├── aribb24 │ ├── SHA512SUMS │ ├── libm.patch │ └── rules.mak │ ├── aribb25 │ ├── 0001-add-an-option-not-to-build-the-b25-sample-code.patch │ ├── 0001-fix-build-script.patch │ ├── 0002-fix-libs-include.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── asdcplib │ ├── 0001-Remove-a-broken-unused-template-class.patch │ ├── SHA512SUMS │ ├── adding-pkg-config-file.patch │ ├── port-to-nettle.patch │ ├── rules.mak │ ├── static-programs.patch │ ├── win32-cross-compilation.patch │ └── win32-dirent.patch │ ├── ass │ ├── SHA512SUMS │ └── rules.mak │ ├── basu │ ├── SHA512SUMS │ └── rules.mak │ ├── bluray │ ├── 0001-install-bdjo_data-header.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── bpg │ ├── SHA512SUMS │ ├── pic.patch │ └── rules.mak │ ├── breakpad │ ├── 0001-mac-client-Upgrade-Breakpad.xib-to-new-format.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── caca │ ├── 0001-win32-don-t-for-_WIN32_WINNT-to-Win2K.patch │ ├── 0002-win32-don-t-redefine-GetCurrentConsoleFont-with-ming.patch │ ├── 0003-win32-use-ANSI-calls-explicitly.patch │ ├── 0004-win32-use-CreateFile2-when-compiling-for-Win8.patch │ ├── 0005-canvas-use-GetCurrentProcessId-on-Windows.patch │ ├── SHA512SUMS │ ├── caca-fix-compilation-llvmgcc.patch │ ├── caca-fix-pkgconfig.patch │ ├── caca-llvm-weak-alias.patch │ └── rules.mak │ ├── cargo │ ├── SHA512SUMS │ └── rules.mak │ ├── cddb │ ├── SHA512SUMS │ ├── cddb-no-alarm.patch │ ├── cross.patch │ ├── fix-header-guards.patch │ ├── getenv-crash.patch │ ├── no-gettext.patch │ ├── rules.mak │ └── win32-pkg.patch │ ├── change_prefix.sh │ ├── chromaprint │ ├── 0002-add-the-C-runtime-to-the-packages-to-link-to.patch │ ├── SHA512SUMS │ ├── linklibs.patch │ └── rules.mak │ ├── crystalhd │ ├── SHA512SUMS │ ├── callback_proto.patch │ └── rules.mak │ ├── d3d11 │ ├── SHA512SUMS │ ├── dxgi12.patch │ ├── dxgi1_3.idl │ ├── dxgi1_4.idl │ ├── dxgi1_5.idl │ ├── dxgi1_6.idl │ ├── dxgidebug.patch │ ├── processor_format.patch │ └── rules.mak │ ├── d3d9 │ ├── SHA512SUMS │ ├── d3d9.patch │ ├── d3d9caps.patch │ ├── dxva2api.patch │ └── rules.mak │ ├── daala │ └── rules.mak │ ├── dav1d │ ├── SHA512SUMS │ └── rules.mak │ ├── dca │ ├── SHA512SUMS │ └── rules.mak │ ├── decklink │ └── rules.mak │ ├── dvbpsi │ ├── 0001-really-identify-duplicates.patch │ ├── 0002-really-reset-packet-counter.patch │ ├── SHA512SUMS │ ├── dvbpsi-noexamples.patch │ ├── dvbpsi-sys-types.patch │ └── rules.mak │ ├── dvdcss │ ├── SHA512SUMS │ └── rules.mak │ ├── dvdnav │ ├── SHA512SUMS │ └── rules.mak │ ├── dvdread │ ├── 0001-ifo_types-avoid-forcing-a-higher-length-in-bitfield-.patch │ ├── 0001-nav_types-make-btin_t-not-packed.patch │ ├── 0002-nav_types-make-hli_t-and-pci_t-not-packed.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── ebml │ ├── SHA512SUMS │ └── rules.mak │ ├── faad2 │ ├── SHA512SUMS │ ├── faad2-add-define.patch │ ├── faad2-disable-drc.patch │ ├── faad2-fix-71wPCEmapping.patch │ ├── faad2-fixed.patch │ └── rules.mak │ ├── ffi │ ├── SHA512SUMS │ └── rules.mak │ ├── ffmpeg │ ├── 0001-avcodec-dxva2_hevc-add-support-for-parsing-HEVC-Rang.patch │ ├── 0001-avcodec-mpeg12dec-don-t-call-hw-end_frame-when-start.patch │ ├── 0001-avcodec-vp9-Do-not-destroy-uninitialized-mutexes-con.patch │ ├── 0001-bring-back-XP-support.patch │ ├── 0001-dxva2_hevc-don-t-use-frames-as-reference-if-they-are.patch │ ├── 0001-ffmpeg-add-target_os-support-for-emscripten.patch │ ├── 0001-fix-MediaFoundation-compilation-if-WINVER-was-forced.patch │ ├── 0001-fix-mf_utils-compilation-with-mingw64.patch │ ├── 0001-vulkan-Fix-win-i386-calling-convention.patch │ ├── 0001-w32pthread-fix-signature-of-WinRT-version-of-thread-.patch │ ├── 0002-avcodec-hevcdec-allow-HEVC-444-8-10-12-bits-decoding.patch │ ├── 0002-avcodec-mpeg12dec-don-t-end-a-slice-without-first_sl.patch │ ├── 0002-lavu-vulkan-fix-handle-type-for-32-bit-targets.patch │ ├── 0003-avcodec-hevcdec-allow-HEVC-422-10-12-bits-decoding-w.patch │ ├── SHA512SUMS │ ├── armv7_fixup.patch │ ├── dxva_vc1_crash.patch │ ├── h264_early_SAR.patch │ ├── libav_gsm.patch │ └── rules.mak │ ├── flac │ ├── 0001-Fixed-compilation-of-get_utf8_argv-for-Windows-UWP.patch │ ├── SHA512SUMS │ ├── console_write.patch │ ├── dont-force-msvcrt-version.patch │ ├── no-createfilea.patch │ ├── remove_blocking_code_useless_flaclib.patch │ └── rules.mak │ ├── fluid │ ├── SHA512SUMS │ ├── fluid-pkg-static.patch │ ├── fluid-static-win32.patch │ └── rules.mak │ ├── fluidlite │ └── rules.mak │ ├── fontconfig │ ├── SHA512SUMS │ ├── fontconfig-march.patch │ ├── fontconfig-noxml2.patch │ ├── fontconfig-win32.patch │ └── rules.mak │ ├── freetype2 │ ├── SHA512SUMS │ └── rules.mak │ ├── fribidi │ ├── SHA512SUMS │ └── rules.mak │ ├── fxc2 │ ├── 0001-make-Vn-argument-as-optional-and-provide-default-var.patch │ ├── 0002-accept-windows-style-flags-and-splitted-argument-val.patch │ ├── 0004-Revert-Fix-narrowing-conversion-from-int-to-BYTE.patch │ └── rules.mak │ ├── gcrypt │ ├── 0001-compat-provide-a-getpid-replacement-that-works-on-Wi.patch │ ├── 0001-random-Don-t-assume-that-_WIN64-implies-x86_64.patch │ ├── 0002-aarch64-mpi-Fix-building-the-mpi-aarch64-assembly-fo.patch │ ├── 0007-random-don-t-use-API-s-that-are-forbidden-in-UWP-app.patch │ ├── 0008-random-only-use-wincrypt-in-UWP-builds-if-WINSTORECO.patch │ ├── 64bits-relocation.patch │ ├── SHA512SUMS │ ├── clang-mips64.patch │ ├── disable-tests-compilation.patch │ ├── fix-pthread-detection.patch │ ├── gcrypt-uwp-getpid.patch │ └── rules.mak │ ├── gen-cmake-toolchain.py │ ├── gen-meson-crossfile.py │ ├── gen-meson-machinefile.py │ ├── get-arch.sh │ ├── gettext │ ├── 0001-libasprintf-On-mingw-really-use-our-vasprintf-functi.patch │ ├── 0002-libasprintf-Avoid-compilation-error-on-mingw-with-D_.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── glad │ ├── SHA512SUMS │ └── rules.mak │ ├── glew │ ├── SHA512SUMS │ ├── glew-drop-debug-postfix.patch │ ├── rules.mak │ └── win32.patch │ ├── glib │ ├── SHA512SUMS │ └── rules.mak │ ├── glslang │ ├── SHA512SUMS │ ├── glslang-win32.patch │ └── rules.mak │ ├── gme │ ├── 0001-Export-the-proper-C-runtime-library.patch │ ├── 0002-link-with-libm-and-set-it-in-pkg-config-when-buildin.patch │ ├── 0003-fix-android-toolchain-broken-CMAKE_CXX_IMPLICIT_LINK.patch │ ├── 0004-Blip_Buffer-replace-assert-with-a-check.patch │ ├── SHA512SUMS │ ├── add-libm.patch │ ├── mac-use-c-stdlib.patch │ ├── rules.mak │ └── skip-underrun.patch │ ├── gmp │ ├── SHA512SUMS │ ├── arm64-Add-GSYM_PREFIX-to-function-calls-in-assembly.patch │ ├── arm64-Change-adrp-add-relocations-to-darwin-style.patch │ ├── gmp-fix-asm-detection.patch │ ├── ppc64.patch │ ├── rules.mak │ └── win-arm64.patch │ ├── gnutls │ ├── 0001-Don-t-assume-that-UNICODE-is-not-defined.patch │ ├── 0001-Use-CreateFile2-in-UWP-builds.patch │ ├── 0001-explicit_bzero-Do-not-call-SecureZeroMemory-on-UWP-b.patch │ ├── 0001-fcntl-do-not-call-GetHandleInformation-in-Winstore-a.patch │ ├── 0001-fix-mingw64-detection.patch │ ├── 0001-stat-fstat-Fix-when-compiling-for-versions-older-tha.patch │ ├── 0001-windows-Avoid-Wint-conversion-errors.patch │ ├── SHA512SUMS │ ├── gnutls-fix-aarch64-compilation-appleos.patch │ ├── gnutls-fix-mangling.patch │ └── rules.mak │ ├── goom │ ├── SHA512SUMS │ ├── clang-emms.patch │ ├── goom2k4-0-memleaks.patch │ ├── goom2k4-0-win32.patch │ ├── goom2k4-autotools.patch │ ├── goom2k4-noxmmx.patch │ ├── goom2k4-osx.patch │ ├── goom2k4-xmmslibdir.patch │ └── rules.mak │ ├── gpg-error │ ├── SHA512SUMS │ ├── darwin-triplet.patch │ ├── gpg-error-createfile2.patch │ ├── gpg-error-uwp-GetFileSize.patch │ ├── gpg-error-uwp-fix.patch │ ├── lock-obj-pub.posix.h │ ├── missing-unistd-include.patch │ ├── no-executable.patch │ ├── rules.mak │ ├── version-bump-gawk-5.patch │ ├── win32-extern-struct.patch │ ├── win32-unicode.patch │ ├── windres-make.patch │ └── winrt.patch │ ├── growl │ ├── SHA512SUMS │ ├── fix-function-check.patch │ ├── growl-log-delegate.patch │ ├── growl-partial-availability.diff │ ├── growl-support-arm64.patch │ ├── growl-update-vcs-target.patch │ ├── rules.mak │ └── security-nothanks.patch │ ├── gsm │ ├── SHA512SUMS │ ├── gsm-cross.patch │ ├── gsm-missing-include.patch │ └── rules.mak │ ├── harfbuzz │ ├── 0001-freetype-Fix-function-signatures-to-match-without-ca.patch │ ├── 0001-meson-Enable-big-objects-support-when-building-for-w.patch │ ├── 0002-Disable-Wcast-function-type-strict.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── help.txt │ ├── iconv │ ├── 0001-Use-CreateFile2-in-UWP-builds.patch │ ├── SHA512SUMS │ ├── bins.patch │ ├── libiconv-win64.patch │ ├── rules.mak │ └── win32.patch │ ├── jack │ ├── SHA512SUMS │ ├── config-osx.patch │ └── rules.mak │ ├── jinja │ ├── SHA512SUMS │ └── rules.mak │ ├── jpeg │ ├── SHA512SUMS │ ├── no_executables.patch │ └── rules.mak │ ├── kate │ ├── SHA512SUMS │ └── rules.mak │ ├── lame │ ├── SHA512SUMS │ ├── lame-fix-i386-on-aarch64.patch │ ├── lame-forceinline.patch │ ├── rules.mak │ ├── sse.patch │ └── struct-float-copy.patch │ ├── libarchive │ ├── SHA512SUMS │ ├── android.patch │ ├── rules.mak │ └── winrt.patch │ ├── libaribcaption │ ├── SHA512SUMS │ └── rules.mak │ ├── libdsm │ ├── 0001-Avoid-relying-on-implicit-function-declarations.patch │ ├── 0001-use-GetCurrentProcessId-for-the-process-ID-on-Window.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── libebur128 │ ├── SHA512SUMS │ └── rules.mak │ ├── libmpeg2 │ ├── SHA512SUMS │ ├── libmpeg2-arm-pld.patch │ ├── libmpeg2-inline.patch │ ├── libmpeg2-mc-neon.patch │ └── rules.mak │ ├── libplacebo │ ├── 0001-build-use-a-Makefile.patch │ ├── 0001-meson-allow-forcing-the-path-to-look-for-libraries.patch │ ├── 0001-meson-allow-overriding-python3-path.patch │ ├── 0001-vulkan-meson-add-the-clang-gcc-C-runtime.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── librist │ ├── 0001-meson-don-t-force-the-Windows-version-if-it-s-higher.patch │ ├── SHA512SUMS │ ├── librist-fix-libcjson-meson.patch │ ├── rules.mak │ └── win32-timing.patch │ ├── libtasn1 │ ├── 0001-Use-CreateFile2-in-UWP-builds.patch │ ├── SHA512SUMS │ ├── no-executables.patch │ └── rules.mak │ ├── libxml2 │ ├── SHA512SUMS │ ├── bins.patch │ ├── nogetcwd.patch │ ├── pthread.patch │ ├── rules.mak │ └── win32.patch │ ├── live555 │ ├── DISABLE_LOOPBACK_IP_ADDRESS_CHECK.patch │ ├── SHA512SUMS │ ├── add-pkgconfig-file.patch │ ├── android-no-ifaddrs.patch │ ├── expose_server_string.patch │ ├── file-offset-bits-64.patch │ ├── in_addr-s_addr-field.patch │ ├── live555-formatmessage.patch │ ├── live555-nosignal.patch │ ├── mingw-static-libs.patch │ ├── no-null-reference.patch │ ├── rules.mak │ └── winstore.patch │ ├── lua │ ├── Add-EXE_EXT-to-allow-specifying-binary-extension.patch │ ├── Add-a-Makefile-variable-to-override-the-strip-tool.patch │ ├── Add-version-to-library-name.patch │ ├── Avoid-usage-of-localeconv.patch │ ├── Create-an-import-library-needed-for-lld.patch │ ├── Create-and-install-a-.pc-file.patch │ ├── Disable-dynamic-library-loading-support.patch │ ├── Disable-system-and-popen-for-windows-store-builds.patch │ ├── Do-not-use-large-file-offsets-with-too-old-Android-A.patch │ ├── Do-not-use-log2f-with-too-old-Android-API-level.patch │ ├── Enforce-always-using-64bit-integers-floats.patch │ ├── SHA512SUMS │ ├── implib.patch │ ├── lua-ios-support.patch │ ├── lua-noreadline.patch │ ├── lua-winrt.patch │ ├── luac-32bits.patch │ ├── no-dylibs.patch │ ├── no-localeconv.patch │ └── rules.mak │ ├── mad │ ├── Provide-Thumb-2-alternative-code-for-MAD_F_MLN.diff │ ├── SHA512SUMS │ ├── check-bitstream-length.patch │ ├── mad-foreign.patch │ ├── mad-ios-asm.patch │ ├── mad-mips-h-constraint-removal.patch │ ├── mad-noopt.patch │ └── rules.mak │ ├── main-rust.mak │ ├── main.mak │ ├── markupsafe │ ├── SHA512SUMS │ └── rules.mak │ ├── matroska │ ├── SHA512SUMS │ └── rules.mak │ ├── medialibrary │ ├── SHA512SUMS │ └── rules.mak │ ├── meson-machinefile │ └── rules.mak │ ├── mfx │ ├── 0001-Add-missing-mfx_dispatcher_uwp.h-.cpp.patch │ ├── 0001-detect-winstore-builds-with-a-regular-mingw32-toolch.patch │ ├── 0001-fix-UWP-build-in-ming-w64.patch │ ├── 0002-Fix-linking-statically-with-intel_gfx_api-x86.dll.patch │ ├── 0002-fix-UWP-build-in-ming-w64.patch │ ├── 0003-Don-t-change-the-calling-convention-of-x86-gfx-api.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── microdns │ ├── 0001-build-fix-getifaddrs-detection.patch │ ├── 0002-fix-dummy-mdns_list_interfaces.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── mingw64 │ ├── 0001-headers-allow-CryptAcquireContext-in-Win10-RS4-UWP-b.patch │ ├── 0001-headers-enable-GetFileInformationByHandle-in-Win10-U.patch │ ├── 0001-include-process-fix-bare-DllMain-_CRT_INIT-signature.patch │ ├── 0002-headers-allow-CryptGenRandom-in-Win10-19H1-UWP-build.patch │ ├── 0002-headers-enable-VirtualAlloc-Ex-in-Win10-UWP-builds.patch │ ├── 0003-headers-allow-more-wincrypt-API-s-in-Win10-RS4-UWP-b.patch │ ├── 0003-headers-enable-GetVolumePathNameW-in-Win10-UWP-build.patch │ ├── 0004-headers-allow-more-wincrypt-API-s-in-Win10-19H1-UWP-.patch │ ├── 0004-headers-enable-GET_MODULE_HANDLE_EX_xxx-defines-in-U.patch │ ├── 0005-crt-use-wincrypt-API-from-windowsapp-in-Windows-10.patch │ ├── 0005-headers-enable-CreateHardLinkW-in-Win10-19H1-UWP-bui.patch │ ├── 0006-headers-enable-more-module-API-in-Win10-19H1-UWP-bui.patch │ ├── 0007-crt-add-api-ms-core-registry-def-files.patch │ ├── 0008-headers-enable-some-Registry-API-calls-in-Win10-19H1.patch │ ├── 0009-headers-only-enable-GetFileInformationByHandle-for-1.patch │ ├── 0010-headers-allow-Get-SetHandleInformation-in-Win10-19H1.patch │ ├── 0011-crt-add-missing-api-ms-win-core-heap-l1-1-0.patch │ ├── 0012-headers-Allow-some-Heap-API-in-Win10-19H1-UWP-builds.patch │ ├── 0013-headers-enable-FindResourceW-in-Win10-19H1-UWP-build.patch │ ├── 0014-headers-check-which-version-of-UWP-Windows-contains-.patch │ ├── 0015-headers-enabled-LoadLibraryEx-flags-in-Win10-19H1-UW.patch │ ├── 0016-headers-Allow-SetDllDirectoryW-A-API-in-Win10-19H1-U.patch │ ├── 0017-headers-allow-FORMAT_MESSAGE_ALLOCATE_BUFFER-in-UWP.patch │ ├── 0018-headers-allow-RtlSecureZeroMemory-in-all-targets.patch │ ├── 0019-headers-use-inline-version-of-RtlSecureZeroMemory-fo.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── modplug │ ├── SHA512SUMS │ ├── fix-endianness-check.diff │ ├── mac-use-c-stdlib.patch │ ├── macosx-do-not-force-min-version.patch │ ├── modplug-win32-static.patch │ └── rules.mak │ ├── mpcdec │ ├── 0004-libmpcdec-added-install-and-soversion.patch │ ├── 0005-If-BUILD_SHARED_LIBS-is-set-and-SHARED-undefined-the.patch │ ├── 0006-adapted-patch-0001-shared.patch-from-buildroot.patch │ ├── SHA512SUMS │ ├── musepack-asinh-msvc.patch │ ├── musepack-no-binaries.patch │ ├── musepack-no-cflags-clobber.patch │ └── rules.mak │ ├── mpg123 │ ├── SHA512SUMS │ ├── no-programs.patch │ └── rules.mak │ ├── mysofa │ ├── SHA512SUMS │ └── rules.mak │ ├── ncurses │ ├── SHA512SUMS │ ├── ncurses-win32.patch │ └── rules.mak │ ├── nettle │ ├── SHA512SUMS │ └── rules.mak │ ├── nfs │ ├── SHA512SUMS │ └── rules.mak │ ├── nvcodec │ ├── SHA512SUMS │ └── rules.mak │ ├── ogg │ ├── SHA512SUMS │ ├── libogg-configure.patch │ ├── libogg-disable-check.patch │ └── rules.mak │ ├── openjpeg │ ├── SHA512SUMS │ ├── freebsd.patch │ ├── install.patch │ ├── msvc.patch │ ├── openjp2_pthread.patch │ ├── pic.patch │ ├── restrict.patch │ └── rules.mak │ ├── opus │ ├── 0001-meson-arm64.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── orc │ ├── SHA512SUMS │ ├── rules.mak │ └── use-proper-func-detection.patch │ ├── pkg-rewrite-absolute.py │ ├── pkg-static.sh │ ├── png │ ├── 0001-Put-the-build-include-include-before-the-CMake-Platf.patch │ ├── SHA512SUMS │ ├── automake.patch │ ├── bins.patch │ ├── rules.mak │ └── winrt.patch │ ├── postproc │ ├── rules.mak │ └── win-pic.patch │ ├── projectM │ ├── SHA512SUMS │ ├── clang6.patch │ ├── gcc6.patch │ ├── missing-includes.patch │ ├── projectm-cmake-install.patch │ ├── rules.mak │ ├── win32.patch │ └── win64.patch │ ├── protobuf │ ├── SHA512SUMS │ ├── dont-build-protoc.patch │ ├── include-algorithm.patch │ ├── protobuf-no-mingw-pthread.patch │ └── rules.mak │ ├── pthread-stubs │ ├── SHA512SUMS │ └── rules.mak │ ├── pthreads │ ├── 0001-headers-Update-to-Wine-master-and-regenerate-H-from-.patch │ ├── 0002-headers-dxvahd-Regenerate-H-from-IDL.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── qt │ ├── 0001-Windows-QPA-Reimplement-calculation-of-window-frames_56.patch │ ├── 0001-disable-qt_random_cpu.patch │ ├── 0002-Windows-QPA-Disable-systray-notification-sounds.patch │ ├── 0002-Windows-QPA-Use-new-EnableNonClientDpiScaling-for-Wi_56.patch │ ├── 0003-QPA-prefer-lower-value-when-rounding-fractional-scaling.patch │ ├── 0003-allow-cross-compilation-of-angle-with-wine.patch │ ├── 0004-qmake-don-t-limit-command-line-length-when-not-actua.patch │ ├── 0005-harfbuzz-Fix-building-for-win64-with-clang.patch │ ├── 0006-moc-Initialize-staticMetaObject-with-the-highest-use.patch │ ├── 0007-ANGLE-remove-static-assert-that-can-t-be-evaluated-b.patch │ ├── 0007-Only-define-QT_FASTCALL-on-x86_32.patch │ ├── 0008-ANGLE-disable-ANGLE_STD_ASYNC_WORKERS-when-compiling.patch │ ├── 0008-Skip-arm-pixman-drawhelpers-on-windows-just-like-on-.patch │ ├── 0009-Add-KHRONOS_STATIC-to-allow-static-linking-on-Windows.patch │ ├── 0009-mkspecs-Add-a-win32-clang-g-mkspec-for-clang-targeti.patch │ ├── 0010-Add-the-QT_HAS_xxx-macros-for-post-C-11-feature-test.patch │ ├── 0011-qCount-Leading-Trailing-ZeroBits-Use-__builtin_clzs-.patch │ ├── 0012-Remove-_bit_scan_-forward-reverse.patch │ ├── 0013-qsimd-Fix-compilation-with-trunk-clang-for-mingw.patch │ ├── 0014-QtTest-compile-in-C-17-mode-no-more-std-unary_functi.patch │ ├── 0015-foreach-remove-implementations-not-using-decltype.patch │ ├── 0016-Replace-custom-type-traits-with-std-one-s.patch │ ├── 0017-Rename-QtPrivate-is_-un-signed-to-QtPrivate-Is-Un-si.patch │ ├── 0018-Remove-qtypetraits.h-s-contents-altogether.patch │ ├── 0019-QFileSystemEngine-only-define-FILE_ID_INFO-for-build.patch │ ├── SHA512SUMS │ ├── add-includedir-to-pc-file.patch │ ├── configure-env.py │ ├── force-pkgconfg-replace.patch │ ├── install_wrapper.sh │ ├── qt-fix-gcc11-build.patch │ ├── rules.mak │ ├── set-mkspecs-properties.patch │ ├── set-mkspecs-version.patch │ └── systray-no-sound.patch │ ├── qtdeclarative │ ├── 0001-Make-sure-QQuickWidget-and-its-offscreen-window-s-sc.patch │ ├── 0002-Implement-accessibility-for-QQuickWidget.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── qtgraphicaleffects │ ├── SHA512SUMS │ └── rules.mak │ ├── qtquickcontrols2 │ ├── SHA512SUMS │ └── rules.mak │ ├── qtsvg │ ├── 0001-Force-the-usage-of-QtZlib-header.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── qtwayland │ ├── SHA512SUMS │ └── rules.mak │ ├── qtx11extras │ ├── SHA512SUMS │ └── rules.mak │ ├── rav1e-vendor │ ├── SHA512SUMS │ └── rules.mak │ ├── rav1e │ ├── SHA512SUMS │ ├── rules.mak │ └── unwind-resume-stub.patch │ ├── regex │ ├── SHA512SUMS │ ├── decls.patch │ ├── no-docs.patch │ └── rules.mak │ ├── rnnoise │ └── rules.mak │ ├── salsa │ ├── rules.mak │ └── salsa-cast-fix.patch │ ├── samplerate │ ├── SHA512SUMS │ └── rules.mak │ ├── schroedinger │ ├── SHA512SUMS │ ├── rules.mak │ └── schroedinger-notests.patch │ ├── sdl │ ├── SHA512SUMS │ ├── direct_palette_ref.diff │ └── rules.mak │ ├── shout │ ├── 0001-Favor-GetCurrentProcessId-on-Windows.patch │ ├── SHA512SUMS │ ├── add-missing-stdlib-stdio.patch │ ├── bsd.patch │ ├── fix-xiph_openssl.patch │ ├── libshout-arpa.patch │ ├── no-examples.patch │ ├── no-force-libwsock.patch │ ├── rules.mak │ ├── should-win32-ws2tcpip.patch │ ├── shout-strings.patch │ ├── shout-timeval.patch │ ├── shout-win32-socklen.patch │ └── win32-gettimeofday.patch │ ├── sidplay2 │ ├── SHA512SUMS │ ├── rules.mak │ ├── sidplay-fix-ln-s.patch │ ├── sidplay2-char-cast.patch │ ├── sidplay2-endian.patch │ ├── sidplay2-fix-overflow.patch │ ├── sidplay2-noutils.patch │ ├── sidplay2-openmode.patch │ ├── sidplay2-resid-dependency.patch │ ├── sidplay2-smartprt.patch │ └── sidplay2-string.patch │ ├── smb2 │ ├── SHA512SUMS │ └── rules.mak │ ├── soxr │ ├── 0001-always-generate-.pc.patch │ ├── 0002-expose-Libs.private-in-.pc.patch │ ├── 0003-add-aarch64-support.patch │ ├── 0004-arm-fix-SIGILL-when-doing-divisions-on-some-old-arch.patch │ ├── SHA512SUMS │ ├── aarch64.patch │ ├── find_ff_pkgconfig.patch │ ├── rules.mak │ └── soxr-check-function.patch │ ├── sparkle │ ├── SHA512SUMS │ └── rules.mak │ ├── spatialaudio │ ├── SHA512SUMS │ └── rules.mak │ ├── speex │ ├── SHA512SUMS │ └── rules.mak │ ├── speexdsp │ ├── SHA512SUMS │ ├── missing-stdint-for-aarch.patch │ └── rules.mak │ ├── sqlite │ ├── SHA512SUMS │ └── rules.mak │ ├── srt │ ├── 0001-core-ifdef-MSG_TRUNC-nixes-fix.patch │ ├── SHA512SUMS │ ├── fix-partial-availability.patch │ └── rules.mak │ ├── ssh2 │ ├── 0001-fix-gcrypt-linking.patch │ ├── SHA512SUMS │ ├── no-tests.patch │ ├── rules.mak │ └── winrt-no-agent.patch │ ├── taglib │ ├── 0001-Implement-ID3v2-readStyle-avoid-worst-case.patch │ ├── SHA512SUMS │ └── rules.mak │ ├── theora │ ├── SHA512SUMS │ ├── libtheora-compiler-differentiation.patch │ ├── libtheora-no-forceaddr.patch │ └── rules.mak │ ├── tiff │ ├── SHA512SUMS │ ├── rules.mak │ └── tiff-winstore.patch │ ├── tiger │ ├── SHA512SUMS │ ├── autotools.patch │ └── rules.mak │ ├── tremor │ ├── rules.mak │ └── tremor.patch │ ├── twolame │ ├── SHA512SUMS │ └── rules.mak │ ├── upnp │ ├── 0001-ThreadPool-Fix-non-UCRT-builds.patch │ ├── SHA512SUMS │ ├── fix-reuseaddr-option.patch │ ├── libtool-nostdlib-workaround.patch │ ├── libupnp-pthread-force.patch │ ├── libupnp-win32-exports.patch │ ├── libupnp-win32.patch │ ├── miniserver.patch │ ├── revert-ifaddrs.patch │ ├── rules.mak │ ├── win32-remove-wrong-safe-wrappers.patch │ └── windows-version-inet.patch │ ├── vncclient │ ├── SHA512SUMS │ ├── cross-ar.patch │ ├── gnutls-recent.patch │ ├── libvncclient-libjpeg-win32.patch │ ├── png-detection.patch │ ├── rfbproto.patch │ ├── rules.mak │ ├── vnc-gnutls-anon.patch │ └── vnc-gnutls-pkg.patch │ ├── vorbis │ ├── SHA512SUMS │ ├── clang.patch │ ├── rules.mak │ └── vorbis-bitcode.patch │ ├── vpx │ ├── SHA512SUMS │ ├── darwin-do-not-overwrite-ld.patch │ ├── libvpx-android.patch │ ├── libvpx-darwin-aarch64.patch │ ├── libvpx-ios.patch │ ├── libvpx-remove-bitcode.patch │ └── rules.mak │ ├── vulkan-headers │ ├── SHA512SUMS │ └── rules.mak │ ├── vulkan-loader │ ├── 002-proper-def-files-for-32bit.patch │ ├── 004-disable-suffix-in-static-lib.patch │ ├── SHA512SUMS │ ├── libvulkan-32.def │ └── rules.mak │ ├── wine-headers │ ├── SHA512SUMS │ └── rules.mak │ ├── wix │ ├── SHA512SUMS │ └── rules.mak │ ├── wixlzx │ ├── SHA512SUMS │ └── rules.mak │ ├── x262 │ └── rules.mak │ ├── x264 │ ├── 0001-osdep-use-direct-path-to-internal-x264.h.patch │ ├── SHA512SUMS │ ├── rules.mak │ └── x264-winstore.patch │ ├── x265 │ ├── 0001-api-use-LoadLibraryExA-instead-of-LoadLibraryA.patch │ ├── 0001-threadpool-disable-group-affinity-in-UWP-builds.patch │ ├── SHA512SUMS │ ├── rules.mak │ ├── x265-enable-detect512.patch │ ├── x265-ldl-linking.patch │ ├── x265-no-pdb-install.patch │ └── x265-pkg-libs.patch │ ├── xau │ ├── SHA512SUMS │ └── rules.mak │ ├── xcb-proto │ ├── SHA512SUMS │ └── rules.mak │ ├── xcb │ ├── SHA512SUMS │ └── rules.mak │ ├── xorg-macros │ ├── SHA512SUMS │ └── rules.mak │ ├── xproto │ ├── SHA512SUMS │ └── rules.mak │ ├── zlib │ ├── 0001-Fix-mingw-static-library-name-on-mingw-and-Emscripte.patch │ ├── 0002-Add-an-option-to-enable-disable-building-examples.patch │ ├── SHA512SUMS │ ├── no-shared.patch │ └── rules.mak │ └── zvbi │ ├── SHA512SUMS │ ├── rules.mak │ ├── zvbi-android.patch │ ├── zvbi-fix-clang-support.patch │ ├── zvbi-fix-static-linking.patch │ ├── zvbi-ioctl.patch │ ├── zvbi-ssize_max.patch │ ├── zvbi-win32-undefined.patch │ └── zvbi-win32.patch ├── debian ├── .gitignore ├── bug-control ├── bug-presubj ├── changelog ├── clean ├── control ├── copyright ├── filter-plugin.py ├── gbp.conf ├── libvlc-bin.install ├── libvlc-bin.lintian-overrides ├── libvlc-bin.postinst.in ├── libvlc-bin.prerm.in ├── libvlc-dev.examples ├── libvlc-dev.install ├── libvlc5.install ├── libvlc5.symbols ├── libvlccore-dev.install ├── libvlccore9.install ├── libvlccore9.symbols ├── patches │ ├── 0001-configure-fix-linking-on-RISC-V-ISA.patch │ ├── 0001-pi-util-Add-useful-scripts.patch │ ├── 0002-Do-not-generate-cache-during-build.patch │ ├── 0002-vlc-Upgrade-exit-timeout-to-exit-rather-than-signal.patch │ ├── 0003-Bump-module-ABI-for-time_t-transition.patch │ ├── 0003-vlc-Set-malloc-mmap-threshold-to-avoid-fragmentation.patch │ ├── 0004-alsa-Add-HDMI-passthrough-for-TrueHD-DTS-etc.patch │ ├── 0004-demux-image-detect-ICC-profile-before-JFIF-data.patch │ ├── 0005-demux-avi-do-not-set-up-invalid-bitsperpixel.patch │ ├── 0005-tospdif-Fix-DTS-rate-calculation-when-we-have-8-1920.patch │ ├── 0006-avcodec-Add-AllocContextHw-to-try-v4l2m2-decoders-au.patch │ ├── 0006-opus_header-fix-channel-mapping-family-1-parsing.patch │ ├── 0007-vlc_common-remove-warnings-on-VLC_OBJECT.patch │ ├── 0007-vlc_fourcc-Add-MMAL-picture-types.patch │ ├── 0008-transcode-fix-destructive-assignment-after-drain.patch │ ├── 0008-vlc_fourcc-Add-DRM_PRIME-picture-types.patch │ ├── 0009-avcodec-va-Add-DRM_PRIME-swfmt-VLC-format-cases.patch │ ├── 0009-transcode-fix-picture-fifo-leak.patch │ ├── 0010-avcodec-Fake-an-initial-timestamp-if-none-received.patch │ ├── 0010-sftp-fix-seek-for-large-files-on-32-bit-OS.patch │ ├── 0011-egl-add-queryDmaBufModifiersEXT-to-interface.patch │ ├── 0011-qt-hardcode-the-name-of-the-shortcut-for-the-AMD-VQ-.patch │ ├── 0012-adaptive-http-Fix-port-insertion-into-URL-if-on-defa.patch │ ├── 0012-packetizer-h264-fix-reading-prediction-weight-tables.patch │ ├── 0013-configure.ac-Add-DRM-enable-option-test.patch │ ├── 0013-demux-adaptive-fix-start-with-indexes-only.patch │ ├── 0014-UPnP-remove-SAT-IP-channel-list-fallback.patch │ ├── 0014-configure.ac-Add-Wayland-single-pixel-capability-tes.patch │ ├── 0015-configure.ac-Fix-lib-ordering-for-MMAL-libs.patch │ ├── 0015-spectrogram-fix-FFT-result-scaling-factor.patch │ ├── 0016-configure.ac-Add-mmal_avcodec-option.patch │ ├── 0016-spectrogram-convert-int16-to-unsigned-for-correct-ra.patch │ ├── 0017-spectrogram-allows-better-visualization-of-low-frequ.patch │ ├── 0017-video_output-window-Add-lock-and-seq-for-wayland-sur.patch │ ├── 0018-magnify-check-the-image-conversion-worked.patch │ ├── 0018-qt-interface_widgets-Use-window-locks-when-handle-mi.patch │ ├── 0019-opencv-check-the-image-conversion-worked.patch │ ├── 0019-vlc_vout_window-Add-a-scaling-fraction-from-VLC-to-n.patch │ ├── 0020-packetizer-hxxx_common-rename-function-pointer.patch │ ├── 0020-qt-interface-Set-scale-factor-in-vout_window.patch │ ├── 0021-avcommon-Add-ffmpeg-trace-output-for-vvvv.patch │ ├── 0021-packetizer-hxxx-pass-opaque-to-callbacks-instead-of-.patch │ ├── 0022-packetizer-hxxx-add-missing-drain-for-non-annexb-con.patch │ ├── 0022-qt-controller-Make-fullscreen-controller-a-popup-und.patch │ ├── 0023-demux-asf-add-missing-subpayloads-drain-on-EOF.patch │ ├── 0023-qt-Disable-1st-run-dialog.patch │ ├── 0024-audio_output-When-padding-with-silence-add-zeros-in-.patch │ ├── 0024-demux-AVI-insert-packetizer-for-XVID-MPEG-4-video.patch │ ├── 0025-codec-videotoolbox-remove-sw-decoder-fallback-for-mp.patch │ ├── 0025-drm_pic-Add-DRM_PRIME-picture-type-code.patch │ ├── 0026-Use-vlc_fourcc_GetCodec-to-map-XVID-to-MP4V.patch │ ├── 0026-mmal-Add-all-the-mmal-bits.patch │ ├── 0027-caca-Set-driver-to-ncurses-avoiding-segfault.patch │ ├── 0027-dav1d-treat-RGB-formats-separately.patch │ ├── 0028-dav1d-add-dav1d-all-layers-flag.patch │ ├── 0028-qt-Disable-HiDPIScaling-if-ratio-is-implausible.patch │ ├── 0029-decoder-Add-a-vout_flush-to-decoder-shutdown.patch │ ├── 0029-dts_header-initialize-SUBSTREAM_LBR-size-to-0.patch │ ├── 0030-packetizer-dts-check-for-frame_size-for-the-first-sy.patch │ ├── 0030-video_chroma-chain-Fix-chroma-resize-then-transform.patch │ ├── 0031-aom-make-BGR-matching-stricter.patch │ ├── 0031-video_output-Prioritise-GLES-over-GL.patch │ ├── 0032-egl-Add-avcodec-DRM_PRIME-decode-path.patch │ ├── 0032-taglib-.m4v-are-already-registered-as-MP4-files.patch │ ├── 0033-egl-Require-dma_buf_import-support-if-using-egl-out.patch │ ├── 0033-modules-taglib-simplify-reading-embedded-art.patch │ ├── 0034-taglib-IOStream-Return-the-url-as-fileName.patch │ ├── 0034-video_output-drmu-Add-DRM-video-output.patch │ ├── 0035-taglib-Always-use-IOStream-to-read-the-media.patch │ ├── 0035-video_output-wayland-Add-dmabuf-output.patch │ ├── 0036-taglib-Enable-prefetch-cache-on-the-IOStream.patch │ ├── 0036-wayland-shm-Set-priority-to-0-to-use-wl-dmabuf-inste.patch │ ├── 0037-taglib-fix-Wdeprecated-copy-warnings.patch │ ├── 0037-xdg-shell-Rename-old-xdg-shall-include-files.patch │ ├── 0038-meta_engine-taglib-increment-VlcIostream-readpos.patch │ ├── 0038-wl_xdg_shell-Create-an-updated-version-of-xdg-shell.patch │ ├── 0039-live555-Fix-compile-error.patch │ ├── 0039-meta_engine-taglib-reject-read-on-failed-seek.patch │ ├── 0040-avcodec-Add-J420-formats-as-equivalent-to-YUV420-for.patch │ ├── 0040-meta_engine-taglib-add-sequential-read-limit-on-VlcI.patch │ ├── 0041-RPICHANGES-Add-change-log.patch │ ├── 0041-meta_engine-taglib-restrict-unlimited-reads-on-strea.patch │ ├── 0042-meta-taglib-reject-non-expected-schemes.patch │ ├── 0043-taglib-fix-variable-shadowing.patch │ ├── 0044-taglib-Don-t-convert-base64-strings-to-UTF8.patch │ ├── 0045-taglib-ByteVector-null-is-now-deprecated.patch │ ├── 0046-taglib-Remove-usages-of-deprecated-itemListMap.patch │ ├── 0047-taglib-Remove-use-of-deprecated-String-isNull.patch │ ├── 0048-taglib-Remove-explicit-invocation-of-default-constru.patch │ ├── 0049-taglib-Implement-new-StreamTypeResolver-interface-wh.patch │ ├── 0050-taglib-Use-nullptr-instead-of-0-for-pointers.patch │ ├── 0051-taglib-Fix-invalid-version-check.patch │ ├── 0052-meta-taglib-use-std-min.patch │ ├── 0053-taglib-don-t-cast-the-file-st_size-to-a-possibly-sma.patch │ ├── 0054-taglib-remove-VLC-path-define-check.patch │ ├── 0055-Taglib-Use-ID3v2Tag-instead-of-tag-for-RIFF-WAV-File.patch │ ├── 0056-lua-don-t-use-operator-on-VLC-errors.patch │ ├── 0057-demux-mkv-fix-link-to-ALAC-documentation.patch │ ├── 0058-demux-mkv-write-the-actual-extra-data-size-in-the-AL.patch │ ├── 0059-demux-mkv-handle-mkv-use-chapter-codec-option.patch │ ├── 0060-hw-amf-keep-the-AMF-version-in-the-context.patch │ ├── 0061-archive-Add-support-for-RAR-5.0-format.patch │ ├── 0062-archive-fix-the-type-used-for-libarchive_skip_cb.patch │ ├── 0063-stream_extractor-set-correct-offset-on-read-failure.patch │ ├── 0064-hw-amf-let-the-AMF-system-know-what-version-was-used.patch │ ├── 0065-avcodec-avoid-signedness-mismatch-warning.patch │ ├── 0066-avcodec-use-p_dec-fmt_out-instead-of-context-channel.patch │ ├── 0067-avcodec-audio-decoder-to-use-ch_layout.patch │ ├── 0068-avcodec-use-p_enc-audio-channels-instead-of-context-.patch │ ├── 0069-codec-avcodec-map-AYUV-as-RAWVIDEO-with-ffmpeg-6.0.patch │ ├── 0070-avcodec-encoder-fix-channel_layout-conditionals.patch │ ├── 0071-codec-avcodec-fix-audio-channel_layout-conditionals.patch │ ├── 0072-demux-mux-avformat-use-ch_layout-from-ffmpeg-5.1.patch │ ├── 0073-avcodec-add-handling-of-new-ch_layout-in-audio-encod.patch │ ├── 0074-avcodec-use-ch_layout-for-channel-layout-in-audio-en.patch │ ├── 0075-codec-avcodec-bypass-removed-define-for-Intel-workar.patch │ ├── 0076-codec-x265-handle-X265_MAX_FRAME_THREADS-on-newer-CP.patch │ ├── 0077-codec-x265-handle-4.0-encoding-API-change.patch │ ├── 0078-mux-avformat-fix-avio-callbacks-signature-with-ffmpe.patch │ ├── 0079-fetcher-don-t-download-network-metadata-if-the-user-.patch │ ├── 0080-hds-fix-crash-if-bootstrap-data-or-URL-are-missing.patch │ ├── 0081-qt-add-option-to-use-dark-palette.patch │ ├── 0082-avcommon-rename-LIBAVUTIL_VERSION_CHECK-to-LIBAV_UTI.patch │ ├── 0083-avcommon-use-a-specific-macro-to-check-the-FFmpeg-li.patch │ ├── 0084-avcommon-rename-LIBAVFORMAT_VERSION_CHECK-to-LIBAV_F.patch │ ├── 0085-avcommon-use-a-specific-macro-to-check-the-FFmpeg-li.patch │ ├── 0086-avcommon-rename-LIBAVCODEC_VERSION_CHECK-to-LIBAV_CO.patch │ ├── 0087-avcommon-use-a-specific-macro-to-check-the-FFmpeg-li.patch │ ├── 0088-codec-avcodec-check-open-codec-return-value.patch │ ├── 0089-avcodec-use-ARRAY_SIZE-instead-of-custom-code.patch │ ├── 0090-avcodec-audio-make-channel-mapping-array-0-terminate.patch │ ├── 0091-codec-avcodec-fix-ch_layout-requirement.patch │ ├── 0092-ffmpeg-fix-libavutil-version-check-for-av_channel_la.patch │ ├── 0093-ffmpeg-fix-libavcodec-version-check-for-AVCodecParam.patch │ ├── 0094-avcodec-fix-libavcodec-version-check-for-AVCodecCont.patch │ ├── 0095-ffmpeg-fix-libavutil-version-check-for-AVFrame.ch_la.patch │ ├── 0096-avcodec-add-a-define-to-test-for-AVCodecContext.ch_l.patch │ ├── 0097-configure-use-host_cpu-where-applicable.patch │ ├── 0098-demux-mkv-use-the-internal-USF-FourCC-value.patch │ ├── 0099-demux-mkv-use-the-internal-QDMC-FourCC-value.patch │ ├── 0100-demux-mkv-add-missing-helpers-from-libebml-2.0.patch │ ├── 0101-demux-mkv-read-data-from-KaxBlockAdditions-as-const.patch │ ├── 0102-demux-mkv-don-t-expose-local-BlockDecode-function.patch │ ├── 0103-demux-mkv-fix-potential-leak-of-KaxBlockAdditions-wh.patch │ ├── 0104-qt-PodcastConfiguration-inherits-QDialog-not-QWidget.patch │ ├── 0105-musicbrainz-fix-leak.patch │ ├── 0106-es_out_timeshift-explicitely-use-GetTempPathW.patch │ ├── 0107-demux-mkv-don-t-use-EbmlDummy-elements-coming-out-of.patch │ ├── 0108-packetizer-av1-fill-the-full-extradata-if-it-doesn-t.patch │ ├── 0109-demux-mkv-force-the-packetizer-to-fill-AV1-extradata.patch │ ├── 0110-demux-mp4-force-the-packetizer-to-fill-AV1-extradata.patch │ ├── 0111-mediacodec-set-color-keys-in-media-format-explicitly.patch │ ├── 0112-access-v4l2-add-support-for-V4L2_PIX_FMT_ABGR32-and-.patch │ ├── 0113-interop_vaapi-fix-mem-leak-while-pause.patch │ ├── 0114-qt-remove-unused-meta_to_mlmeta.patch │ ├── 0115-qt-fix-IN_ITEM_ROLE-documentation.patch │ ├── 0116-qt-remove-deprecated-QPainter-HighQualityAntialiasin.patch │ ├── 0117-qt-fix-bitfield-added-values-set-in-QVariant.patch │ ├── 0118-qt-fix-UTF-8-string-usage.patch │ ├── 0119-qt-add-missing-QActionGroup-include.patch │ ├── 0120-qt-use-QLayout-setContentsMargins-instead-of-QLayout.patch │ ├── 0121-qt-use-QString-setNum-rather-than-QString-sprintf.patch │ ├── 0122-qt-use-QString-arg-rather-than-QString-sprintf.patch │ ├── 0123-qt-use-std-sort-instead-of-deprecated-qSort.patch │ ├── 0124-avcodec-vaapi-Support-VAAPI-with-latest-FFmpeg.patch │ ├── 0125-x265-fix-API-signature-with-x265-4.1.patch │ └── series ├── rules ├── source │ ├── format │ └── lintian-overrides ├── source_vlc.py ├── tests │ ├── control │ ├── vlc │ ├── vlc-all │ └── vlc-bin ├── upstream │ ├── metadata │ └── signing-key.asc ├── vlc-bin.install ├── vlc-bin.links ├── vlc-data.install ├── vlc-l10n.install ├── vlc-plugin-access-extra.install ├── vlc-plugin-base.install ├── vlc-plugin-fluidsynth.install ├── vlc-plugin-jack.install ├── vlc-plugin-notify.install ├── vlc-plugin-qt.install ├── vlc-plugin-qt.links ├── vlc-plugin-qt.lintian-overrides ├── vlc-plugin-samba.install ├── vlc-plugin-skins2.install ├── vlc-plugin-skins2.links ├── vlc-plugin-svg.install ├── vlc-plugin-video-output.install ├── vlc-plugin-video-splitter.install ├── vlc-plugin-visualization.install ├── vlc.docs ├── vlc.install ├── vlc.lintian-overrides ├── vlc.mime └── watch ├── doc ├── ChangeLog-1999 ├── ChangeLog-2000 ├── ChangeLog-2001 ├── ChangeLog-2002 ├── ChangeLog-2003 ├── ChangeLog-2004 ├── ChangeLog-2005 ├── ChangeLog-2006 ├── ChangeLog-2007 ├── ChangeLog-2008 ├── ChangeLog-2009 ├── ChangeLog-2010 ├── ChangeLog-2011 ├── ChangeLog-2012 ├── ChangeLog-2013 ├── ChangeLog-2014 ├── ChangeLog-2015 ├── ChangeLog-2016 ├── ChangeLog-2017 ├── ChangeLog-2018 ├── ChangeLog-2019 ├── ChangeLog-2020 ├── ChangeLog-2021 ├── ChangeLog-2022 ├── ChangeLog-2023 ├── ChangeLog-2024 ├── Doxyfile.in ├── Makefile.am ├── Makefile.in ├── demo.sh ├── fortunes.txt ├── libvlc │ ├── CMakeLists.txt │ ├── QtPlayer │ │ ├── LICENSE │ │ ├── QtVLC.pro │ │ ├── main.cpp │ │ ├── player.cpp │ │ └── player.h │ ├── gtk_player.c │ ├── libvlc_DVD_ripper.c │ ├── vlc-thumb.c │ ├── win_player.c │ └── wx_player.cpp ├── lirc │ └── example.lircrc ├── release-howto.txt ├── skins │ ├── curve_maker │ │ ├── Bezier.bas │ │ ├── Bezier.frm │ │ ├── Bezier.frx │ │ ├── Bezier.vbw │ │ └── bezier.vbp │ ├── events-howto.txt │ └── skins-howto.txt ├── strings.txt ├── translations.txt ├── vlc-wrapper.1 └── vlc.1 ├── extras ├── analyser │ ├── emacs.init │ ├── valgrind.suppressions │ ├── vlc.vim │ ├── zsh.cpp │ └── zsh_completion.sh ├── buildsystem │ └── make.pl ├── misc │ ├── mpris.py │ └── mpris.xml ├── package │ ├── macosx │ │ ├── VLC.entitlements │ │ ├── asset_sources │ │ │ └── vlc_app_icon.svg │ │ ├── build.sh │ │ ├── codesign.sh │ │ ├── configure.sh │ │ ├── dmg │ │ │ ├── background.tiff │ │ │ ├── disk_image.icns │ │ │ └── dmg_settings.py │ │ ├── package.mak │ │ └── vlc.xcodeproj │ │ │ └── project.pbxproj │ ├── npapi.am │ └── win32 │ │ ├── NSIS │ │ ├── languages │ │ │ ├── AfrikaansExtra.nsh │ │ │ ├── AlbanianExtra.nsh │ │ │ ├── ArabicExtra.nsh │ │ │ ├── AsturianExtra.nsh │ │ │ ├── BasqueExtra.nsh │ │ │ ├── BosnianExtra.nsh │ │ │ ├── BretonExtra.nsh │ │ │ ├── BulgarianExtra.nsh │ │ │ ├── CatalanExtra.nsh │ │ │ ├── CorsicanExtra.nsh │ │ │ ├── CroatianExtra.nsh │ │ │ ├── CzechExtra.nsh │ │ │ ├── DanishExtra.nsh │ │ │ ├── DutchExtra.nsh │ │ │ ├── EnglishExtra.nsh │ │ │ ├── EstonianExtra.nsh │ │ │ ├── FinnishExtra.nsh │ │ │ ├── FrenchExtra.nsh │ │ │ ├── GalicianExtra.nsh │ │ │ ├── GermanExtra.nsh │ │ │ ├── GreekExtra.nsh │ │ │ ├── HebrewExtra.nsh │ │ │ ├── HungarianExtra.nsh │ │ │ ├── IcelandicExtra.nsh │ │ │ ├── IndonesianExtra.nsh │ │ │ ├── ItalianExtra.nsh │ │ │ ├── JapaneseExtra.nsh │ │ │ ├── KhmerExtra.nsh │ │ │ ├── KoreanExtra.nsh │ │ │ ├── LatvianExtra.nsh │ │ │ ├── LithuanianExtra.nsh │ │ │ ├── MalayExtra.nsh │ │ │ ├── MongolianExtra.nsh │ │ │ ├── NorwegianExtra.nsh │ │ │ ├── NorwegianNynorskExtra.nsh │ │ │ ├── PolishExtra.nsh │ │ │ ├── PortugueseBRExtra.nsh │ │ │ ├── PortugueseExtra.nsh │ │ │ ├── RomanianExtra.nsh │ │ │ ├── RussianExtra.nsh │ │ │ ├── ScotsGaelicExtra.nsh │ │ │ ├── SerbianExtra.nsh │ │ │ ├── SimpChineseExtra.nsh │ │ │ ├── SlovakExtra.nsh │ │ │ ├── SlovenianExtra.nsh │ │ │ ├── SpanishExtra.nsh │ │ │ ├── SwedishExtra.nsh │ │ │ ├── ThaiExtra.nsh │ │ │ ├── TradChineseExtra.nsh │ │ │ ├── TurkishExtra.nsh │ │ │ ├── UkrainianExtra.nsh │ │ │ ├── UzbekExtra.nsh │ │ │ └── WelshExtra.nsh │ │ ├── spad.nsi.in │ │ ├── vlc.win32.nsi.in │ │ └── vlc_branding.bmp │ │ ├── configure.sh │ │ ├── libvlc.dll.manifest │ │ ├── msi.mak │ │ ├── msi │ │ └── config.wxi.in │ │ ├── package.mak │ │ └── vlc.exe.manifest └── tools │ ├── SHA512SUMS │ ├── automake-clang.patch │ ├── bison-macOS-7df04f9.patch │ ├── bison-macOS-c41f233c.patch │ ├── bootstrap │ ├── cmake-enable-ALPN-support-on-macOS-10.14.patch │ ├── libtool-2.4.7-bitcode.patch │ ├── libtool-2.4.7-clang-libs.patch │ ├── libtool-2.4.7-response-files.patch │ ├── packages.mak │ ├── ragel-6.8-javacodegen.patch │ └── tools.mak ├── include ├── vlc │ ├── deprecated.h │ ├── libvlc.h │ ├── libvlc_dialog.h │ ├── libvlc_events.h │ ├── libvlc_media.h │ ├── libvlc_media_discoverer.h │ ├── libvlc_media_library.h │ ├── libvlc_media_list.h │ ├── libvlc_media_list_player.h │ ├── libvlc_media_player.h │ ├── libvlc_renderer_discoverer.h │ ├── libvlc_version.h.in │ ├── libvlc_vlm.h │ └── vlc.h ├── vlc_access.h ├── vlc_actions.h ├── vlc_addons.h ├── vlc_aout.h ├── vlc_aout_volume.h ├── vlc_arrays.h ├── vlc_atomic.h ├── vlc_avcodec.h ├── vlc_bits.h ├── vlc_block.h ├── vlc_block_helper.h ├── vlc_boxes.h ├── vlc_charset.h ├── vlc_codec.h ├── vlc_codecs.h ├── vlc_common.h ├── vlc_config.h ├── vlc_config_cat.h ├── vlc_configuration.h ├── vlc_cpu.h ├── vlc_demux.h ├── vlc_dialog.h ├── vlc_epg.h ├── vlc_es.h ├── vlc_es_out.h ├── vlc_events.h ├── vlc_extensions.h ├── vlc_filter.h ├── vlc_fingerprinter.h ├── vlc_fixups.h ├── vlc_fourcc.h ├── vlc_fs.h ├── vlc_gcrypt.h ├── vlc_http.h ├── vlc_httpd.h ├── vlc_image.h ├── vlc_inhibit.h ├── vlc_input.h ├── vlc_input_item.h ├── vlc_interface.h ├── vlc_interrupt.h ├── vlc_intf_strings.h ├── vlc_iso_lang.h ├── vlc_keystore.h ├── vlc_main.h ├── vlc_md5.h ├── vlc_media_library.h ├── vlc_memory.h ├── vlc_memstream.h ├── vlc_messages.h ├── vlc_meta.h ├── vlc_meta_fetcher.h ├── vlc_mime.h ├── vlc_modules.h ├── vlc_mouse.h ├── vlc_mtime.h ├── vlc_network.h ├── vlc_objects.h ├── vlc_opengl.h ├── vlc_pgpkey.h ├── vlc_picture.h ├── vlc_picture_fifo.h ├── vlc_picture_pool.h ├── vlc_playlist.h ├── vlc_plugin.h ├── vlc_probe.h ├── vlc_rand.h ├── vlc_renderer_discovery.h ├── vlc_services_discovery.h ├── vlc_sout.h ├── vlc_spu.h ├── vlc_stream.h ├── vlc_stream_extractor.h ├── vlc_strings.h ├── vlc_subpicture.h ├── vlc_text_style.h ├── vlc_threads.h ├── vlc_timestamp_helper.h ├── vlc_tls.h ├── vlc_update.h ├── vlc_url.h ├── vlc_variables.h ├── vlc_video_splitter.h ├── vlc_viewpoint.h ├── vlc_vlm.h ├── vlc_vod.h ├── vlc_vout.h ├── vlc_vout_display.h ├── vlc_vout_osd.h ├── vlc_vout_window.h ├── vlc_vout_wrapper.h ├── vlc_xlib.h └── vlc_xml.h ├── lib ├── Makefile.am ├── Makefile.in ├── audio.c ├── core.c ├── dialog.c ├── error.c ├── event.c ├── libvlc.pc.in ├── libvlc.sym ├── libvlc_internal.h ├── log.c ├── media.c ├── media_discoverer.c ├── media_internal.h ├── media_library.c ├── media_list.c ├── media_list_internal.h ├── media_list_path.h ├── media_list_player.c ├── media_player.c ├── media_player_internal.h ├── playlist.c ├── renderer_discoverer.c ├── renderer_discoverer_internal.h ├── video.c └── vlm.c ├── m4 ├── Makefile.am ├── Makefile.in ├── ax_append_compile_flags.m4 ├── ax_append_flag.m4 ├── ax_check_compile_flag.m4 ├── ax_require_defined.m4 ├── c11.m4 ├── codeset.m4 ├── dolt.m4 ├── extern-inline.m4 ├── gettext.m4 ├── glibc2.m4 ├── glibc21.m4 ├── iconv.m4 ├── intdiv0.m4 ├── intl.m4 ├── intldir.m4 ├── intlmacosx.m4 ├── intmax.m4 ├── inttypes-pri.m4 ├── inttypes_h.m4 ├── lcmessage.m4 ├── lib-ld.m4 ├── lib-link.m4 ├── lib-prefix.m4 ├── libtool.m4 ├── lock.m4 ├── longlong.m4 ├── ltoptions.m4 ├── ltsugar.m4 ├── ltversion.m4 ├── lt~obsolete.m4 ├── nls.m4 ├── po.m4 ├── printf-posix.m4 ├── progtest.m4 ├── size_max.m4 ├── stdcxx_11.m4 ├── stdint_h.m4 ├── uintmax_t.m4 ├── visibility.m4 ├── vlc.m4 ├── wchar_t.m4 ├── wint_t.m4 ├── with_pkg.m4 └── xsize.m4 ├── make-alias ├── modules ├── MODULES_LIST ├── Makefile.am ├── Makefile.in ├── access │ ├── Makefile.am │ ├── alsa.c │ ├── attachment.c │ ├── avaudiocapture.m │ ├── avcapture.m │ ├── avio.c │ ├── avio.h │ ├── bluray.c │ ├── cdda.c │ ├── concat.c │ ├── dc1394.c │ ├── dcp │ │ ├── dcp.cpp │ │ ├── dcpdecrypt.cpp │ │ ├── dcpparser.cpp │ │ └── dcpparser.h │ ├── decklink.cpp │ ├── directory.c │ ├── disc_helper.h │ ├── dshow │ │ ├── access.h │ │ ├── crossbar.cpp │ │ ├── dshow.cpp │ │ ├── filter.cpp │ │ ├── filter.h │ │ └── vlc_dshow.h │ ├── dsm │ │ ├── access.c │ │ └── sd.c │ ├── dtv │ │ ├── access.c │ │ ├── bdadefs.h │ │ ├── bdagraph.cpp │ │ ├── bdagraph.hpp │ │ ├── dtv.h │ │ ├── en50221.c │ │ ├── en50221.h │ │ ├── en50221_capmt.h │ │ └── linux.c │ ├── dv.c │ ├── dvb │ │ ├── access.c │ │ ├── dvb.h │ │ ├── linux_dvb.c │ │ ├── scan.c │ │ ├── scan.h │ │ ├── scan_list.c │ │ └── scan_list.h │ ├── dvdnav.c │ ├── dvdread.c │ ├── file.c │ ├── fs.c │ ├── fs.h │ ├── ftp.c │ ├── http.c │ ├── http │ │ ├── Makefile.am │ │ ├── access.c │ │ ├── chunked.c │ │ ├── chunked_test.c │ │ ├── conn.h │ │ ├── connmgr.c │ │ ├── connmgr.h │ │ ├── file.c │ │ ├── file.h │ │ ├── file_test.c │ │ ├── h1conn.c │ │ ├── h1conn_test.c │ │ ├── h2conn.c │ │ ├── h2conn_test.c │ │ ├── h2frame.c │ │ ├── h2frame.h │ │ ├── h2frame_test.c │ │ ├── h2output.c │ │ ├── h2output.h │ │ ├── h2output_test.c │ │ ├── hpack.c │ │ ├── hpack.h │ │ ├── hpackenc.c │ │ ├── live.c │ │ ├── live.h │ │ ├── message.c │ │ ├── message.h │ │ ├── message_test.c │ │ ├── resource.c │ │ ├── resource.h │ │ ├── transport.h │ │ ├── tunnel.c │ │ └── tunnel_test.c │ ├── idummy.c │ ├── imem-access.c │ ├── imem.c │ ├── jack.c │ ├── linsys │ │ ├── linsys_hdsdi.c │ │ ├── linsys_sdi.c │ │ ├── linsys_sdi.h │ │ ├── linsys_sdiaudio.h │ │ └── linsys_sdivideo.h │ ├── live555.cpp │ ├── live555_dtsgen.h │ ├── mms │ │ ├── asf.c │ │ ├── asf.h │ │ ├── buffer.c │ │ ├── buffer.h │ │ ├── mms.c │ │ ├── mms.h │ │ ├── mmsh.c │ │ ├── mmsh.h │ │ ├── mmstu.c │ │ └── mmstu.h │ ├── mtp.c │ ├── nfs.c │ ├── oss.c │ ├── pulse.c │ ├── rdp.c │ ├── rist.c │ ├── rist.h │ ├── rtp │ │ ├── Makefile.am │ │ ├── input.c │ │ ├── rtp.c │ │ ├── rtp.h │ │ ├── session.c │ │ ├── srtp-test-aes.c │ │ ├── srtp-test-recv.c │ │ ├── srtp.c │ │ ├── srtp.h │ │ └── xiph.c │ ├── rtsp │ │ ├── access.c │ │ ├── real.c │ │ ├── real.h │ │ ├── real_asmrp.c │ │ ├── real_rmff.c │ │ ├── real_rmff.h │ │ ├── real_sdpplin.c │ │ ├── real_sdpplin.h │ │ ├── rtsp.c │ │ └── rtsp.h │ ├── satip.c │ ├── screen │ │ ├── mac.c │ │ ├── screen.c │ │ ├── screen.h │ │ ├── win32.c │ │ └── xcb.c │ ├── sdi.c │ ├── sdi.h │ ├── sdp.c │ ├── sftp.c │ ├── shm.c │ ├── smb.c │ ├── smb2.c │ ├── smb_common.h │ ├── srt.c │ ├── srt_common.c │ ├── srt_common.h │ ├── tcp.c │ ├── timecode.c │ ├── udp.c │ ├── v4l2 │ │ ├── access.c │ │ ├── controls.c │ │ ├── demux.c │ │ ├── lib.c │ │ ├── linux │ │ │ ├── v4l2-common.h │ │ │ ├── v4l2-controls.h │ │ │ └── videodev2.h │ │ ├── radio.c │ │ ├── v4l2.c │ │ ├── v4l2.h │ │ ├── vbi.c │ │ └── video.c │ ├── vcd │ │ ├── cdrom.c │ │ ├── cdrom.h │ │ ├── cdrom_internals.h │ │ └── vcd.c │ ├── vdr.c │ ├── vnc.c │ └── wasapi.c ├── access_output │ ├── Makefile.am │ ├── dummy.c │ ├── file.c │ ├── http.c │ ├── livehttp.c │ ├── rist.c │ ├── shout.c │ ├── srt.c │ └── udp.c ├── arm_neon │ ├── Makefile.am │ ├── amplify.S │ ├── asm.S │ ├── chroma_neon.h │ ├── chroma_yuv.c │ ├── deinterleave_chroma.S │ ├── i420_rgb.S │ ├── i420_rv16.S │ ├── i420_yuyv.S │ ├── i422_yuyv.S │ ├── nv12_rgb.S │ ├── nv21_rgb.S │ ├── simple_channel_mixer.S │ ├── volume.c │ ├── yuv_rgb.c │ └── yuyv_i422.S ├── audio_filter │ ├── Makefile.am │ ├── audiobargraph_a.c │ ├── channel_mixer │ │ ├── dolby.c │ │ ├── headphone.c │ │ ├── mono.c │ │ ├── remap.c │ │ ├── simple.c │ │ ├── simple_neon.h │ │ ├── spatialaudio.cpp │ │ └── trivial.c │ ├── chorus_flanger.c │ ├── compressor.c │ ├── converter │ │ ├── format.c │ │ └── tospdif.c │ ├── equalizer.c │ ├── equalizer_presets.h │ ├── gain.c │ ├── karaoke.c │ ├── normvol.c │ ├── param_eq.c │ ├── resampler │ │ ├── bandlimited.c │ │ ├── bandlimited.h │ │ ├── soxr.c │ │ ├── speex.c │ │ ├── src.c │ │ └── ugly.c │ ├── scaletempo.c │ ├── spatializer │ │ ├── allpass.cpp │ │ ├── allpass.hpp │ │ ├── comb.cpp │ │ ├── comb.hpp │ │ ├── denormals.c │ │ ├── denormals.h │ │ ├── revmodel.cpp │ │ ├── revmodel.hpp │ │ ├── spatializer.cpp │ │ └── tuning.h │ └── stereo_widen.c ├── audio_mixer │ ├── Makefile.am │ ├── float.c │ └── integer.c ├── audio_output │ ├── Makefile.am │ ├── adummy.c │ ├── alsa.c │ ├── amem.c │ ├── audiotrack.c │ ├── audiounit_ios.m │ ├── auhal.c │ ├── coreaudio_common.c │ ├── coreaudio_common.h │ ├── directsound.c │ ├── file.c │ ├── jack.c │ ├── kai.c │ ├── mmdevice.c │ ├── mmdevice.h │ ├── opensles_android.c │ ├── oss.c │ ├── pulse.c │ ├── sndio.c │ ├── tizen_audio.c │ ├── vlcpulse.c │ ├── vlcpulse.h │ ├── volume.h │ ├── wasapi.c │ ├── waveout.c │ ├── windows_audio_common.h │ └── winstore.c ├── codec │ ├── Makefile.am │ ├── a52.c │ ├── adpcm.c │ ├── aes3.c │ ├── aom.c │ ├── araw.c │ ├── arib │ │ ├── aribsub.c │ │ └── substext.h │ ├── atsc_a65.c │ ├── atsc_a65.h │ ├── audiotoolbox_midi.c │ ├── avcodec │ │ ├── audio.c │ │ ├── avcodec.c │ │ ├── avcodec.h │ │ ├── avcommon.h │ │ ├── avcommon_compat.h │ │ ├── chroma.c │ │ ├── chroma.h │ │ ├── d3d11va.c │ │ ├── directx_va.c │ │ ├── directx_va.h │ │ ├── dxva2.c │ │ ├── dxva_blacklist.c │ │ ├── encoder.c │ │ ├── fourcc.c │ │ ├── subtitle.c │ │ ├── va.c │ │ ├── va.h │ │ ├── va_surface.c │ │ ├── va_surface.h │ │ ├── va_surface_internal.h │ │ ├── vaapi.c │ │ └── video.c │ ├── bpg.c │ ├── cc.c │ ├── cc.h │ ├── cdg.c │ ├── cea708.c │ ├── cea708.h │ ├── crystalhd.c │ ├── cvdsub.c │ ├── daala.c │ ├── dav1d.c │ ├── dca.c │ ├── ddummy.c │ ├── dmo │ │ ├── buffer.c │ │ ├── dmo.c │ │ └── dmo.h │ ├── dvbsub.c │ ├── edummy.c │ ├── faad.c │ ├── fdkaac.c │ ├── flac.c │ ├── fluidsynth.c │ ├── g711.c │ ├── gstreamer │ │ ├── fourcc.c │ │ ├── gstdecode.c │ │ ├── gstvlcpictureplaneallocator.c │ │ ├── gstvlcpictureplaneallocator.h │ │ ├── gstvlcvideopool.c │ │ ├── gstvlcvideopool.h │ │ ├── gstvlcvideosink.c │ │ └── gstvlcvideosink.h │ ├── hxxx_helper.c │ ├── hxxx_helper.h │ ├── jpeg.c │ ├── jpeg2000.h │ ├── kate.c │ ├── libass.c │ ├── libmpeg2.c │ ├── lpcm.c │ ├── mad.c │ ├── mft.c │ ├── mpg123.c │ ├── oggspots.c │ ├── omxil │ │ ├── OMX_Audio.h │ │ ├── OMX_Broadcom.h │ │ ├── OMX_Component.h │ │ ├── OMX_Core.h │ │ ├── OMX_IVCommon.h │ │ ├── OMX_Image.h │ │ ├── OMX_Index.h │ │ ├── OMX_Other.h │ │ ├── OMX_Types.h │ │ ├── OMX_Video.h │ │ ├── mediacodec.c │ │ ├── mediacodec.h │ │ ├── mediacodec_jni.c │ │ ├── mediacodec_ndk.c │ │ ├── omxil.c │ │ ├── omxil.h │ │ ├── omxil_core.c │ │ ├── omxil_core.h │ │ ├── omxil_utils.h │ │ ├── qcom.c │ │ ├── qcom.h │ │ ├── utils.c │ │ └── vout.c │ ├── opus.c │ ├── opus_header.c │ ├── opus_header.h │ ├── png.c │ ├── qsv.c │ ├── rawvideo.c │ ├── rtpvideo.c │ ├── schroedinger.c │ ├── scte18.c │ ├── scte18.h │ ├── scte27.c │ ├── sdl_image.c │ ├── shine.c │ ├── spdif.c │ ├── speex.c │ ├── spudec │ │ ├── parse.c │ │ ├── spudec.c │ │ └── spudec.h │ ├── stl.c │ ├── subsdec.c │ ├── substext.h │ ├── substx3g.c │ ├── subsusf.c │ ├── svcdsub.c │ ├── svg.c │ ├── synchro.c │ ├── synchro.h │ ├── t140.c │ ├── telx.c │ ├── textst.c │ ├── theora.c │ ├── ttml │ │ ├── substtml.c │ │ ├── ttml.c │ │ └── ttml.h │ ├── twolame.c │ ├── uleaddvaudio.c │ ├── videotoolbox.m │ ├── vorbis.c │ ├── vpx.c │ ├── vt_utils.c │ ├── vt_utils.h │ ├── webvtt │ │ ├── CSSGrammar.c │ │ ├── CSSGrammar.h │ │ ├── CSSGrammar.y │ │ ├── CSSLexer.c │ │ ├── CSSLexer.l │ │ ├── css_bridge.h │ │ ├── css_parser.c │ │ ├── css_parser.h │ │ ├── css_style.c │ │ ├── css_style.h │ │ ├── helpers.h │ │ ├── subsvtt.c │ │ ├── webvtt.c │ │ └── webvtt.h │ ├── wmafixed │ │ ├── asf.h │ │ ├── bitstream.c │ │ ├── bitstream.h │ │ ├── bswap.h │ │ ├── fft.c │ │ ├── fft.h │ │ ├── mdct.c │ │ ├── mdct.h │ │ ├── wma.c │ │ ├── wmadata.h │ │ ├── wmadec.h │ │ ├── wmadeci.c │ │ ├── wmafixed.c │ │ └── wmafixed.h │ ├── x264.c │ ├── x265.c │ ├── xwd.c │ └── zvbi.c ├── common.am ├── control │ ├── Makefile.am │ ├── dbus │ │ ├── dbus.c │ │ ├── dbus_common.h │ │ ├── dbus_introspect.h │ │ ├── dbus_player.c │ │ ├── dbus_player.h │ │ ├── dbus_root.c │ │ ├── dbus_root.h │ │ ├── dbus_tracklist.c │ │ └── dbus_tracklist.h │ ├── dummy.c │ ├── gestures.c │ ├── globalhotkeys │ │ ├── win32.c │ │ └── xcb.c │ ├── hotkeys.c │ ├── intromsg.h │ ├── lirc.c │ ├── motion.c │ ├── motionlib.c │ ├── motionlib.h │ ├── netsync.c │ ├── ntservice.c │ ├── oldrc.c │ ├── unimotion.c │ ├── unimotion.h │ └── win_msg.c ├── demux │ ├── Makefile.am │ ├── adaptive │ │ ├── AbstractSource.hpp │ │ ├── ID.cpp │ │ ├── ID.hpp │ │ ├── PlaylistManager.cpp │ │ ├── PlaylistManager.h │ │ ├── SegmentTracker.cpp │ │ ├── SegmentTracker.hpp │ │ ├── SharedResources.cpp │ │ ├── SharedResources.hpp │ │ ├── StreamFormat.cpp │ │ ├── StreamFormat.hpp │ │ ├── Streams.cpp │ │ ├── Streams.hpp │ │ ├── Time.hpp │ │ ├── adaptive.cpp │ │ ├── encryption │ │ │ ├── CommonEncryption.cpp │ │ │ ├── CommonEncryption.hpp │ │ │ ├── Keyring.cpp │ │ │ └── Keyring.hpp │ │ ├── http │ │ │ ├── AuthStorage.cpp │ │ │ ├── AuthStorage.hpp │ │ │ ├── BytesRange.cpp │ │ │ ├── BytesRange.hpp │ │ │ ├── Chunk.cpp │ │ │ ├── Chunk.h │ │ │ ├── ConnectionParams.cpp │ │ │ ├── ConnectionParams.hpp │ │ │ ├── Downloader.cpp │ │ │ ├── Downloader.hpp │ │ │ ├── HTTPConnection.cpp │ │ │ ├── HTTPConnection.hpp │ │ │ ├── HTTPConnectionManager.cpp │ │ │ └── HTTPConnectionManager.h │ │ ├── logic │ │ │ ├── AbstractAdaptationLogic.cpp │ │ │ ├── AbstractAdaptationLogic.h │ │ │ ├── AlwaysBestAdaptationLogic.cpp │ │ │ ├── AlwaysBestAdaptationLogic.h │ │ │ ├── AlwaysLowestAdaptationLogic.cpp │ │ │ ├── AlwaysLowestAdaptationLogic.hpp │ │ │ ├── BufferingLogic.cpp │ │ │ ├── BufferingLogic.hpp │ │ │ ├── IDownloadRateObserver.h │ │ │ ├── NearOptimalAdaptationLogic.cpp │ │ │ ├── NearOptimalAdaptationLogic.hpp │ │ │ ├── PredictiveAdaptationLogic.cpp │ │ │ ├── PredictiveAdaptationLogic.hpp │ │ │ ├── RateBasedAdaptationLogic.cpp │ │ │ ├── RateBasedAdaptationLogic.h │ │ │ ├── Representationselectors.cpp │ │ │ └── Representationselectors.hpp │ │ ├── mp4 │ │ │ ├── AtomsReader.cpp │ │ │ └── AtomsReader.hpp │ │ ├── playlist │ │ │ ├── BaseAdaptationSet.cpp │ │ │ ├── BaseAdaptationSet.h │ │ │ ├── BasePeriod.cpp │ │ │ ├── BasePeriod.h │ │ │ ├── BasePlaylist.cpp │ │ │ ├── BasePlaylist.hpp │ │ │ ├── BaseRepresentation.cpp │ │ │ ├── BaseRepresentation.h │ │ │ ├── CodecDescription.cpp │ │ │ ├── CodecDescription.hpp │ │ │ ├── CommonAttributesElements.cpp │ │ │ ├── CommonAttributesElements.h │ │ │ ├── ICanonicalUrl.hpp │ │ │ ├── Inheritables.cpp │ │ │ ├── Inheritables.hpp │ │ │ ├── Role.cpp │ │ │ ├── Role.hpp │ │ │ ├── Segment.cpp │ │ │ ├── Segment.h │ │ │ ├── SegmentBase.cpp │ │ │ ├── SegmentBase.h │ │ │ ├── SegmentBaseType.cpp │ │ │ ├── SegmentBaseType.hpp │ │ │ ├── SegmentChunk.cpp │ │ │ ├── SegmentChunk.hpp │ │ │ ├── SegmentInformation.cpp │ │ │ ├── SegmentInformation.hpp │ │ │ ├── SegmentList.cpp │ │ │ ├── SegmentList.h │ │ │ ├── SegmentTemplate.cpp │ │ │ ├── SegmentTemplate.h │ │ │ ├── SegmentTimeline.cpp │ │ │ ├── SegmentTimeline.h │ │ │ ├── Templates.hpp │ │ │ ├── Url.cpp │ │ │ └── Url.hpp │ │ ├── plumbing │ │ │ ├── CommandsQueue.cpp │ │ │ ├── CommandsQueue.hpp │ │ │ ├── Demuxer.cpp │ │ │ ├── Demuxer.hpp │ │ │ ├── FakeESOut.cpp │ │ │ ├── FakeESOut.hpp │ │ │ ├── FakeESOutID.cpp │ │ │ ├── FakeESOutID.hpp │ │ │ ├── SourceStream.cpp │ │ │ └── SourceStream.hpp │ │ ├── test │ │ │ ├── SegmentTracker.cpp │ │ │ ├── logic │ │ │ │ └── BufferingLogic.cpp │ │ │ ├── playlist │ │ │ │ ├── Inheritables.cpp │ │ │ │ ├── M3U8.cpp │ │ │ │ ├── SegmentBase.cpp │ │ │ │ ├── SegmentList.cpp │ │ │ │ ├── SegmentTemplate.cpp │ │ │ │ ├── SegmentTimeline.cpp │ │ │ │ └── TemplatedUri.cpp │ │ │ ├── plumbing │ │ │ │ ├── CommandsQueue.cpp │ │ │ │ └── FakeEsOut.cpp │ │ │ ├── test.cpp │ │ │ ├── test.hpp │ │ │ └── tools │ │ │ │ └── Conversions.cpp │ │ ├── tools │ │ │ ├── Conversions.cpp │ │ │ ├── Conversions.hpp │ │ │ ├── Debug.hpp │ │ │ ├── FormatNamespace.cpp │ │ │ ├── FormatNamespace.hpp │ │ │ ├── Helper.cpp │ │ │ ├── Helper.h │ │ │ ├── MovingAverage.hpp │ │ │ ├── Properties.hpp │ │ │ ├── Retrieve.cpp │ │ │ └── Retrieve.hpp │ │ └── xml │ │ │ ├── DOMHelper.cpp │ │ │ ├── DOMHelper.h │ │ │ ├── DOMParser.cpp │ │ │ ├── DOMParser.h │ │ │ ├── Node.cpp │ │ │ └── Node.h │ ├── aiff.c │ ├── asf │ │ ├── asf.c │ │ ├── asfpacket.c │ │ ├── asfpacket.h │ │ ├── libasf.c │ │ ├── libasf.h │ │ └── libasf_guid.h │ ├── au.c │ ├── av1_unpack.h │ ├── avformat │ │ ├── avformat.c │ │ ├── avformat.h │ │ ├── demux.c │ │ └── mux.c │ ├── avi │ │ ├── avi.c │ │ ├── libavi.c │ │ └── libavi.h │ ├── caf.c │ ├── cdg.c │ ├── dash │ │ ├── DASHManager.cpp │ │ ├── DASHManager.h │ │ ├── DASHStream.cpp │ │ ├── DASHStream.hpp │ │ ├── mp4 │ │ │ ├── IndexReader.cpp │ │ │ └── IndexReader.hpp │ │ └── mpd │ │ │ ├── AdaptationSet.cpp │ │ │ ├── AdaptationSet.h │ │ │ ├── ContentDescription.cpp │ │ │ ├── ContentDescription.h │ │ │ ├── DASHCommonAttributesElements.cpp │ │ │ ├── DASHCommonAttributesElements.h │ │ │ ├── DASHSegment.cpp │ │ │ ├── DASHSegment.h │ │ │ ├── IsoffMainParser.cpp │ │ │ ├── IsoffMainParser.h │ │ │ ├── MPD.cpp │ │ │ ├── MPD.h │ │ │ ├── Profile.cpp │ │ │ ├── Profile.hpp │ │ │ ├── ProgramInformation.cpp │ │ │ ├── ProgramInformation.h │ │ │ ├── Representation.cpp │ │ │ ├── Representation.h │ │ │ ├── TemplatedUri.cpp │ │ │ ├── TemplatedUri.hpp │ │ │ ├── TrickModeType.cpp │ │ │ └── TrickModeType.h │ ├── demuxdump.c │ ├── dirac.c │ ├── directory.c │ ├── dvb-text.h │ ├── filter │ │ └── noseek.c │ ├── flac.c │ ├── gme.c │ ├── hls │ │ ├── HLSManager.cpp │ │ ├── HLSManager.hpp │ │ ├── HLSStreams.cpp │ │ ├── HLSStreams.hpp │ │ └── playlist │ │ │ ├── HLSRepresentation.cpp │ │ │ ├── HLSRepresentation.hpp │ │ │ ├── HLSSegment.cpp │ │ │ ├── HLSSegment.hpp │ │ │ ├── M3U8.cpp │ │ │ ├── M3U8.hpp │ │ │ ├── Parser.cpp │ │ │ ├── Parser.hpp │ │ │ ├── Tags.cpp │ │ │ └── Tags.hpp │ ├── image.c │ ├── mjpeg.c │ ├── mkv │ │ ├── Ebml_dispatcher.hpp │ │ ├── Ebml_parser.cpp │ │ ├── Ebml_parser.hpp │ │ ├── chapter_command.cpp │ │ ├── chapter_command.hpp │ │ ├── chapters.cpp │ │ ├── chapters.hpp │ │ ├── demux.cpp │ │ ├── demux.hpp │ │ ├── dispatcher.hpp │ │ ├── matroska_segment.cpp │ │ ├── matroska_segment.hpp │ │ ├── matroska_segment_parse.cpp │ │ ├── matroska_segment_seeker.cpp │ │ ├── matroska_segment_seeker.hpp │ │ ├── mkv.cpp │ │ ├── mkv.hpp │ │ ├── stream_io_callback.cpp │ │ ├── stream_io_callback.hpp │ │ ├── string_dispatcher.hpp │ │ ├── util.cpp │ │ ├── util.hpp │ │ ├── virtual_segment.cpp │ │ └── virtual_segment.hpp │ ├── mod.c │ ├── moving_avg.h │ ├── mp4 │ │ ├── avci.h │ │ ├── essetup.c │ │ ├── fragments.c │ │ ├── fragments.h │ │ ├── languages.h │ │ ├── libmp4.c │ │ ├── libmp4.h │ │ ├── meta.c │ │ ├── minibox.h │ │ ├── mp4.c │ │ ├── mp4.h │ │ └── mpeg4.h │ ├── mpc.c │ ├── mpeg │ │ ├── es.c │ │ ├── h26x.c │ │ ├── mpeg4_iod.c │ │ ├── mpeg4_iod.h │ │ ├── mpgv.c │ │ ├── pes.h │ │ ├── ps.c │ │ ├── ps.h │ │ ├── sections.c │ │ ├── sections.h │ │ ├── timestamps.h │ │ ├── ts.c │ │ ├── ts.h │ │ ├── ts_arib.c │ │ ├── ts_arib.h │ │ ├── ts_decoders.c │ │ ├── ts_decoders.h │ │ ├── ts_hotfixes.c │ │ ├── ts_hotfixes.h │ │ ├── ts_metadata.c │ │ ├── ts_metadata.h │ │ ├── ts_pid.c │ │ ├── ts_pid.h │ │ ├── ts_pid_fwd.h │ │ ├── ts_psi.c │ │ ├── ts_psi.h │ │ ├── ts_psip.c │ │ ├── ts_psip.h │ │ ├── ts_psip_dvbpsi_fixes.c │ │ ├── ts_psip_dvbpsi_fixes.h │ │ ├── ts_scte.c │ │ ├── ts_scte.h │ │ ├── ts_si.c │ │ ├── ts_si.h │ │ ├── ts_sl.c │ │ ├── ts_sl.h │ │ ├── ts_streams.c │ │ ├── ts_streams.h │ │ ├── ts_streams_private.h │ │ └── ts_strings.h │ ├── mxpeg_helper.h │ ├── nsc.c │ ├── nsv.c │ ├── nuv.c │ ├── ogg.c │ ├── ogg.h │ ├── oggseek.c │ ├── oggseek.h │ ├── opus.h │ ├── playlist │ │ ├── asx.c │ │ ├── b4s.c │ │ ├── dvb.c │ │ ├── ifo.c │ │ ├── itml.c │ │ ├── itml.h │ │ ├── m3u.c │ │ ├── playlist.c │ │ ├── playlist.h │ │ ├── pls.c │ │ ├── podcast.c │ │ ├── qtl.c │ │ ├── ram.c │ │ ├── sgimb.c │ │ ├── shoutcast.c │ │ ├── wpl.c │ │ └── xspf.c │ ├── pva.c │ ├── rawaud.c │ ├── rawdv.c │ ├── rawdv.h │ ├── rawvid.c │ ├── real.c │ ├── sid.cpp │ ├── smf.c │ ├── smooth │ │ ├── SmoothManager.cpp │ │ ├── SmoothManager.hpp │ │ ├── SmoothStream.cpp │ │ ├── SmoothStream.hpp │ │ ├── mp4 │ │ │ ├── SmoothIndexReader.cpp │ │ │ └── SmoothIndexReader.hpp │ │ └── playlist │ │ │ ├── ForgedInitSegment.cpp │ │ │ ├── ForgedInitSegment.hpp │ │ │ ├── Manifest.cpp │ │ │ ├── Manifest.hpp │ │ │ ├── MemoryChunk.cpp │ │ │ ├── MemoryChunk.hpp │ │ │ ├── QualityLevel.cpp │ │ │ ├── QualityLevel.hpp │ │ │ ├── SmoothParser.cpp │ │ │ ├── SmoothParser.hpp │ │ │ ├── SmoothSegment.cpp │ │ │ └── SmoothSegment.hpp │ ├── stl.c │ ├── subtitle.c │ ├── subtitle_helper.h │ ├── timestamps_filter.h │ ├── tta.c │ ├── ttml.c │ ├── ty.c │ ├── vc1.c │ ├── vobsub.c │ ├── vobsub.h │ ├── voc.c │ ├── wav.c │ ├── webvtt.c │ ├── windows_audio_commons.h │ ├── xa.c │ ├── xiph.h │ ├── xiph_metadata.c │ └── xiph_metadata.h ├── dummy.cpp ├── gui │ ├── Makefile.am │ ├── eject.c │ ├── macosx │ │ ├── AppleRemote.h │ │ ├── AppleRemote.m │ │ ├── CompatibilityFixes.h │ │ ├── CompatibilityFixes.m │ │ ├── Makefile.am │ │ ├── NSGradient+VLCAdditions.h │ │ ├── NSGradient+VLCAdditions.m │ │ ├── NSScreen+VLCAdditions.h │ │ ├── NSScreen+VLCAdditions.m │ │ ├── NSSound+VLCAdditions.h │ │ ├── NSSound+VLCAdditions.m │ │ ├── PXSourceList │ │ │ ├── Internal │ │ │ │ ├── PXSourceListDelegateDataSourceProxy.h │ │ │ │ ├── PXSourceListDelegateDataSourceProxy.m │ │ │ │ ├── PXSourceListPrivateConstants.h │ │ │ │ ├── PXSourceListRuntimeAdditions.h │ │ │ │ └── PXSourceListRuntimeAdditions.m │ │ │ ├── PXSourceList.h │ │ │ ├── PXSourceList.m │ │ │ ├── PXSourceListBadgeCell.h │ │ │ ├── PXSourceListBadgeCell.m │ │ │ ├── PXSourceListBadgeView.h │ │ │ ├── PXSourceListBadgeView.m │ │ │ ├── PXSourceListDataSource.h │ │ │ ├── PXSourceListDelegate.h │ │ │ ├── PXSourceListItem.h │ │ │ ├── PXSourceListItem.m │ │ │ ├── PXSourceListTableCellView.h │ │ │ └── PXSourceListTableCellView.m │ │ ├── Resources │ │ │ ├── App-Icons │ │ │ │ ├── VLC-Xmas.icns │ │ │ │ └── VLC.icns │ │ │ ├── Button-Icons │ │ │ │ ├── VLCBackwardTemplate.pdf │ │ │ │ ├── VLCClearLogTemplate.pdf │ │ │ │ ├── VLCForwardTemplate.pdf │ │ │ │ ├── VLCFullscreenOffTemplate.pdf │ │ │ │ ├── VLCFullscreenOnTemplate.pdf │ │ │ │ ├── VLCNextTemplate.pdf │ │ │ │ ├── VLCPauseTemplate.pdf │ │ │ │ ├── VLCPlayTemplate.pdf │ │ │ │ ├── VLCPreviousTemplate.pdf │ │ │ │ ├── VLCSaveTemplate.pdf │ │ │ │ ├── VLCShuffleTemplate.pdf │ │ │ │ ├── VLCStatusBarIcon.pdf │ │ │ │ ├── VLCVolumeOffTemplate.pdf │ │ │ │ └── VLCVolumeOnTemplate.pdf │ │ │ ├── English.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── File-Icons │ │ │ │ ├── aiff.icns │ │ │ │ ├── audio.icns │ │ │ │ ├── avi.icns │ │ │ │ ├── flv.icns │ │ │ │ ├── generic.icns │ │ │ │ ├── m4a.icns │ │ │ │ ├── m4v.icns │ │ │ │ ├── mkv.icns │ │ │ │ ├── mov.icns │ │ │ │ ├── movie.icns │ │ │ │ ├── mp3.icns │ │ │ │ ├── mpeg.icns │ │ │ │ ├── ogg.icns │ │ │ │ ├── playlist.icns │ │ │ │ ├── rm.icns │ │ │ │ ├── subtitle.icns │ │ │ │ ├── vob.icns │ │ │ │ ├── wav.icns │ │ │ │ ├── wma.icns │ │ │ │ └── wmv.icns │ │ │ ├── Pref-Icons │ │ │ │ ├── VLCAudioCone.png │ │ │ │ ├── VLCHotkeysCone.png │ │ │ │ ├── VLCInputCone.png │ │ │ │ ├── VLCInterfaceCone.png │ │ │ │ ├── VLCSubtitleCone.png │ │ │ │ └── VLCVideoCone.png │ │ │ ├── README │ │ │ ├── an.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ar.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── as-IN.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ast.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── be.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── bg.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── bn-IN.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── br.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── brx.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ca.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── co.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── cs.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── cy.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── da.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── de.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── dsa_pub.pem │ │ │ ├── el.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── en-GB.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── es-MX.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── es.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── et.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── eu.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── fa.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── fi.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── fr.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ga.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── gd.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── gl.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── gu-IN.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── he.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── hi.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── hr.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── hu.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── id.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── is.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── it.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ja.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ka.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── kab.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── kk.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── km.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── kn.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ko.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ku.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── lt.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── lv.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── mainwindow │ │ │ │ ├── backward-3btns-pressed.png │ │ │ │ ├── backward-3btns-pressed@2x.png │ │ │ │ ├── backward-3btns.png │ │ │ │ ├── backward-3btns@2x.png │ │ │ │ ├── backward-6btns-pressed.png │ │ │ │ ├── backward-6btns-pressed@2x.png │ │ │ │ ├── backward-6btns.png │ │ │ │ ├── backward-6btns@2x.png │ │ │ │ ├── dropzone-background.png │ │ │ │ ├── dropzone.png │ │ │ │ ├── dropzone@2x.png │ │ │ │ ├── effects-double-buttons-pressed.png │ │ │ │ ├── effects-double-buttons-pressed@2x.png │ │ │ │ ├── effects-double-buttons.png │ │ │ │ ├── effects-double-buttons@2x.png │ │ │ │ ├── effects-one-button-pressed.png │ │ │ │ ├── effects-one-button-pressed@2x.png │ │ │ │ ├── effects-one-button.png │ │ │ │ ├── effects-one-button@2x.png │ │ │ │ ├── forward-3btns-pressed.png │ │ │ │ ├── forward-3btns-pressed@2x.png │ │ │ │ ├── forward-3btns.png │ │ │ │ ├── forward-3btns@2x.png │ │ │ │ ├── forward-6btns-pressed.png │ │ │ │ ├── forward-6btns-pressed@2x.png │ │ │ │ ├── forward-6btns.png │ │ │ │ ├── forward-6btns@2x.png │ │ │ │ ├── fullscreen-double-buttons-pressed.png │ │ │ │ ├── fullscreen-double-buttons-pressed@2x.png │ │ │ │ ├── fullscreen-double-buttons.png │ │ │ │ ├── fullscreen-double-buttons@2x.png │ │ │ │ ├── fullscreen-one-button-pressed.png │ │ │ │ ├── fullscreen-one-button-pressed@2x.png │ │ │ │ ├── fullscreen-one-button.png │ │ │ │ ├── fullscreen-one-button@2x.png │ │ │ │ ├── next-6btns-pressed.png │ │ │ │ ├── next-6btns-pressed@2x.png │ │ │ │ ├── next-6btns.png │ │ │ │ ├── next-6btns@2x.png │ │ │ │ ├── pause-pressed.png │ │ │ │ ├── pause-pressed@2x.png │ │ │ │ ├── pause.png │ │ │ │ ├── pause@2x.png │ │ │ │ ├── play-pressed.png │ │ │ │ ├── play-pressed@2x.png │ │ │ │ ├── play.png │ │ │ │ ├── play@2x.png │ │ │ │ ├── playlist-1btn-pressed.png │ │ │ │ ├── playlist-1btn-pressed@2x.png │ │ │ │ ├── playlist-1btn.png │ │ │ │ ├── playlist-1btn@2x.png │ │ │ │ ├── playlist-btn-pressed.png │ │ │ │ ├── playlist-btn-pressed@2x.png │ │ │ │ ├── playlist-btn.png │ │ │ │ ├── playlist-btn@2x.png │ │ │ │ ├── previous-6btns-pressed.png │ │ │ │ ├── previous-6btns-pressed@2x.png │ │ │ │ ├── previous-6btns.png │ │ │ │ ├── previous-6btns@2x.png │ │ │ │ ├── repeat-all-pressed.png │ │ │ │ ├── repeat-all-pressed@2x.png │ │ │ │ ├── repeat-all.png │ │ │ │ ├── repeat-all@2x.png │ │ │ │ ├── repeat-one-pressed.png │ │ │ │ ├── repeat-one-pressed@2x.png │ │ │ │ ├── repeat-one.png │ │ │ │ ├── repeat-one@2x.png │ │ │ │ ├── repeat-pressed.png │ │ │ │ ├── repeat-pressed@2x.png │ │ │ │ ├── repeat.png │ │ │ │ ├── repeat@2x.png │ │ │ │ ├── shuffle-blue-pressed.png │ │ │ │ ├── shuffle-blue-pressed@2x.png │ │ │ │ ├── shuffle-blue.png │ │ │ │ ├── shuffle-blue@2x.png │ │ │ │ ├── shuffle-pressed.png │ │ │ │ ├── shuffle-pressed@2x.png │ │ │ │ ├── shuffle.png │ │ │ │ ├── shuffle@2x.png │ │ │ │ ├── stop-pressed.png │ │ │ │ ├── stop-pressed@2x.png │ │ │ │ ├── stop.png │ │ │ │ ├── stop@2x.png │ │ │ │ ├── topbar_background.png │ │ │ │ ├── volume-high.png │ │ │ │ ├── volume-high@2x.png │ │ │ │ ├── volume-low.png │ │ │ │ └── volume-low@2x.png │ │ │ ├── mainwindow_dark │ │ │ │ ├── backward-3btns-dark-pressed.png │ │ │ │ ├── backward-3btns-dark-pressed@2x.png │ │ │ │ ├── backward-3btns-dark.png │ │ │ │ ├── backward-3btns-dark@2x.png │ │ │ │ ├── backward-6btns-dark-pressed.png │ │ │ │ ├── backward-6btns-dark-pressed@2x.png │ │ │ │ ├── backward-6btns-dark.png │ │ │ │ ├── backward-6btns-dark@2x.png │ │ │ │ ├── effects-double-buttons-pressed_dark.png │ │ │ │ ├── effects-double-buttons-pressed_dark@2x.png │ │ │ │ ├── effects-double-buttons_dark.png │ │ │ │ ├── effects-double-buttons_dark@2x.png │ │ │ │ ├── effects-one-button-pressed-dark.png │ │ │ │ ├── effects-one-button-pressed-dark@2x.png │ │ │ │ ├── effects-one-button_dark.png │ │ │ │ ├── effects-one-button_dark@2x.png │ │ │ │ ├── forward-3btns-dark-pressed.png │ │ │ │ ├── forward-3btns-dark-pressed@2x.png │ │ │ │ ├── forward-3btns-dark.png │ │ │ │ ├── forward-3btns-dark@2x.png │ │ │ │ ├── forward-6btns-dark-pressed.png │ │ │ │ ├── forward-6btns-dark-pressed@2x.png │ │ │ │ ├── forward-6btns-dark.png │ │ │ │ ├── forward-6btns-dark@2x.png │ │ │ │ ├── fullscreen-double-buttons-pressed_dark.png │ │ │ │ ├── fullscreen-double-buttons-pressed_dark@2x.png │ │ │ │ ├── fullscreen-double-buttons_dark.png │ │ │ │ ├── fullscreen-double-buttons_dark@2x.png │ │ │ │ ├── fullscreen-one-button-pressed_dark.png │ │ │ │ ├── fullscreen-one-button-pressed_dark@2x.png │ │ │ │ ├── fullscreen-one-button_dark.png │ │ │ │ ├── fullscreen-one-button_dark@2x.png │ │ │ │ ├── next-6btns-dark-pressed.png │ │ │ │ ├── next-6btns-dark-pressed@2x.png │ │ │ │ ├── next-6btns-dark.png │ │ │ │ ├── next-6btns-dark@2x.png │ │ │ │ ├── pause-pressed_dark.png │ │ │ │ ├── pause-pressed_dark@2x.png │ │ │ │ ├── pause_dark.png │ │ │ │ ├── pause_dark@2x.png │ │ │ │ ├── play-pressed_dark.png │ │ │ │ ├── play-pressed_dark@2x.png │ │ │ │ ├── play_dark.png │ │ │ │ ├── play_dark@2x.png │ │ │ │ ├── playlist-1btn-dark-pressed.png │ │ │ │ ├── playlist-1btn-dark-pressed@2x.png │ │ │ │ ├── playlist-1btn-dark.png │ │ │ │ ├── playlist-1btn-dark@2x.png │ │ │ │ ├── playlist-pressed_dark.png │ │ │ │ ├── playlist-pressed_dark@2x.png │ │ │ │ ├── playlist_dark.png │ │ │ │ ├── playlist_dark@2x.png │ │ │ │ ├── previous-6btns-dark-pressed.png │ │ │ │ ├── previous-6btns-dark-pressed@2x.png │ │ │ │ ├── previous-6btns-dark.png │ │ │ │ ├── previous-6btns-dark@2x.png │ │ │ │ ├── repeat-all-blue-pressed_dark.png │ │ │ │ ├── repeat-all-blue-pressed_dark@2x.png │ │ │ │ ├── repeat-all-blue_dark.png │ │ │ │ ├── repeat-all-blue_dark@2x.png │ │ │ │ ├── repeat-one-blue-pressed_dark.png │ │ │ │ ├── repeat-one-blue-pressed_dark@2x.png │ │ │ │ ├── repeat-one-blue_dark.png │ │ │ │ ├── repeat-one-blue_dark@2x.png │ │ │ │ ├── repeat-pressed_dark.png │ │ │ │ ├── repeat-pressed_dark@2x.png │ │ │ │ ├── repeat_dark.png │ │ │ │ ├── repeat_dark@2x.png │ │ │ │ ├── shuffle-blue-pressed_dark.png │ │ │ │ ├── shuffle-blue-pressed_dark@2x.png │ │ │ │ ├── shuffle-blue_dark.png │ │ │ │ ├── shuffle-blue_dark@2x.png │ │ │ │ ├── shuffle-pressed_dark.png │ │ │ │ ├── shuffle-pressed_dark@2x.png │ │ │ │ ├── shuffle_dark.png │ │ │ │ ├── shuffle_dark@2x.png │ │ │ │ ├── stop-pressed_dark.png │ │ │ │ ├── stop-pressed_dark@2x.png │ │ │ │ ├── stop_dark.png │ │ │ │ ├── stop_dark@2x.png │ │ │ │ ├── titlebar │ │ │ │ │ ├── lion │ │ │ │ │ │ ├── lion-window-close-graphite.png │ │ │ │ │ │ ├── lion-window-close-graphite@2x.png │ │ │ │ │ │ ├── lion-window-close-on-graphite.png │ │ │ │ │ │ ├── lion-window-close-on-graphite@2x.png │ │ │ │ │ │ ├── lion-window-close-on.png │ │ │ │ │ │ ├── lion-window-close-on@2x.png │ │ │ │ │ │ ├── lion-window-close-over-graphite.png │ │ │ │ │ │ ├── lion-window-close-over-graphite@2x.png │ │ │ │ │ │ ├── lion-window-close-over.png │ │ │ │ │ │ ├── lion-window-close-over@2x.png │ │ │ │ │ │ ├── lion-window-close.png │ │ │ │ │ │ ├── lion-window-close@2x.png │ │ │ │ │ │ ├── lion-window-fullscreen-on.png │ │ │ │ │ │ ├── lion-window-fullscreen-on@2x.png │ │ │ │ │ │ ├── lion-window-fullscreen-over.png │ │ │ │ │ │ ├── lion-window-fullscreen-over@2x.png │ │ │ │ │ │ ├── lion-window-fullscreen.png │ │ │ │ │ │ ├── lion-window-fullscreen@2x.png │ │ │ │ │ │ ├── lion-window-minimize-graphite.png │ │ │ │ │ │ ├── lion-window-minimize-graphite@2x.png │ │ │ │ │ │ ├── lion-window-minimize-on-graphite.png │ │ │ │ │ │ ├── lion-window-minimize-on-graphite@2x.png │ │ │ │ │ │ ├── lion-window-minimize-on.png │ │ │ │ │ │ ├── lion-window-minimize-on@2x.png │ │ │ │ │ │ ├── lion-window-minimize-over-graphite.png │ │ │ │ │ │ ├── lion-window-minimize-over-graphite@2x.png │ │ │ │ │ │ ├── lion-window-minimize-over.png │ │ │ │ │ │ ├── lion-window-minimize-over@2x.png │ │ │ │ │ │ ├── lion-window-minimize.png │ │ │ │ │ │ ├── lion-window-minimize@2x.png │ │ │ │ │ │ ├── lion-window-zoom-graphite.png │ │ │ │ │ │ ├── lion-window-zoom-graphite@2x.png │ │ │ │ │ │ ├── lion-window-zoom-on-graphite.png │ │ │ │ │ │ ├── lion-window-zoom-on-graphite@2x.png │ │ │ │ │ │ ├── lion-window-zoom-on.png │ │ │ │ │ │ ├── lion-window-zoom-on@2x.png │ │ │ │ │ │ ├── lion-window-zoom-over-graphite.png │ │ │ │ │ │ ├── lion-window-zoom-over-graphite@2x.png │ │ │ │ │ │ ├── lion-window-zoom-over.png │ │ │ │ │ │ ├── lion-window-zoom-over@2x.png │ │ │ │ │ │ ├── lion-window-zoom.png │ │ │ │ │ │ └── lion-window-zoom@2x.png │ │ │ │ │ └── yosemite │ │ │ │ │ │ ├── yosemite-window-close-graphite.png │ │ │ │ │ │ ├── yosemite-window-close-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-close-on-graphite.png │ │ │ │ │ │ ├── yosemite-window-close-on-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-close-on.png │ │ │ │ │ │ ├── yosemite-window-close-on@2x.png │ │ │ │ │ │ ├── yosemite-window-close-over-graphite.png │ │ │ │ │ │ ├── yosemite-window-close-over-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-close-over.png │ │ │ │ │ │ ├── yosemite-window-close-over@2x.png │ │ │ │ │ │ ├── yosemite-window-close.png │ │ │ │ │ │ ├── yosemite-window-close@2x.png │ │ │ │ │ │ ├── yosemite-window-fullscreen-graphite.png │ │ │ │ │ │ ├── yosemite-window-fullscreen-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-fullscreen-on-graphite.png │ │ │ │ │ │ ├── yosemite-window-fullscreen-on-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-fullscreen-on.png │ │ │ │ │ │ ├── yosemite-window-fullscreen-on@2x.png │ │ │ │ │ │ ├── yosemite-window-fullscreen-over-graphite.png │ │ │ │ │ │ ├── yosemite-window-fullscreen-over-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-fullscreen-over.png │ │ │ │ │ │ ├── yosemite-window-fullscreen-over@2x.png │ │ │ │ │ │ ├── yosemite-window-fullscreen.png │ │ │ │ │ │ ├── yosemite-window-fullscreen@2x.png │ │ │ │ │ │ ├── yosemite-window-minimize-graphite.png │ │ │ │ │ │ ├── yosemite-window-minimize-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-minimize-on-graphite.png │ │ │ │ │ │ ├── yosemite-window-minimize-on-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-minimize-on.png │ │ │ │ │ │ ├── yosemite-window-minimize-on@2x.png │ │ │ │ │ │ ├── yosemite-window-minimize-over-graphite.png │ │ │ │ │ │ ├── yosemite-window-minimize-over-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-minimize-over.png │ │ │ │ │ │ ├── yosemite-window-minimize-over@2x.png │ │ │ │ │ │ ├── yosemite-window-minimize.png │ │ │ │ │ │ ├── yosemite-window-minimize@2x.png │ │ │ │ │ │ ├── yosemite-window-zoom-graphite.png │ │ │ │ │ │ ├── yosemite-window-zoom-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-zoom-on-graphite.png │ │ │ │ │ │ ├── yosemite-window-zoom-on-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-zoom-on.png │ │ │ │ │ │ ├── yosemite-window-zoom-on@2x.png │ │ │ │ │ │ ├── yosemite-window-zoom-over-graphite.png │ │ │ │ │ │ ├── yosemite-window-zoom-over-graphite@2x.png │ │ │ │ │ │ ├── yosemite-window-zoom-over.png │ │ │ │ │ │ ├── yosemite-window-zoom-over@2x.png │ │ │ │ │ │ ├── yosemite-window-zoom.png │ │ │ │ │ │ └── yosemite-window-zoom@2x.png │ │ │ │ ├── topbar-dark-center-fill.png │ │ │ │ ├── topbar-dark-center-fill@2x.png │ │ │ │ ├── topbar-dark-left.png │ │ │ │ ├── topbar-dark-left@2x.png │ │ │ │ ├── topbar-dark-right.png │ │ │ │ ├── topbar-dark-right@2x.png │ │ │ │ ├── volume-high_dark.png │ │ │ │ ├── volume-high_dark@2x.png │ │ │ │ ├── volume-low_dark.png │ │ │ │ ├── volume-low_dark@2x.png │ │ │ │ └── window-resize.png │ │ │ ├── mainwindow_dark_yosemite │ │ │ │ ├── ys-backward-3btns-dark-pressed.png │ │ │ │ ├── ys-backward-3btns-dark-pressed@2x.png │ │ │ │ ├── ys-backward-3btns-dark.png │ │ │ │ ├── ys-backward-3btns-dark@2x.png │ │ │ │ ├── ys-backward-6btns-dark-pressed.png │ │ │ │ ├── ys-backward-6btns-dark-pressed@2x.png │ │ │ │ ├── ys-backward-6btns-dark.png │ │ │ │ ├── ys-backward-6btns-dark@2x.png │ │ │ │ ├── ys-effects-double-buttons-pressed_dark.png │ │ │ │ ├── ys-effects-double-buttons-pressed_dark@2x.png │ │ │ │ ├── ys-effects-double-buttons_dark.png │ │ │ │ ├── ys-effects-double-buttons_dark@2x.png │ │ │ │ ├── ys-effects-one-button-pressed-dark.png │ │ │ │ ├── ys-effects-one-button-pressed-dark@2x.png │ │ │ │ ├── ys-effects-one-button_dark.png │ │ │ │ ├── ys-effects-one-button_dark@2x.png │ │ │ │ ├── ys-forward-3btns-dark-pressed.png │ │ │ │ ├── ys-forward-3btns-dark-pressed@2x.png │ │ │ │ ├── ys-forward-3btns-dark.png │ │ │ │ ├── ys-forward-3btns-dark@2x.png │ │ │ │ ├── ys-forward-6btns-dark-pressed.png │ │ │ │ ├── ys-forward-6btns-dark-pressed@2x.png │ │ │ │ ├── ys-forward-6btns-dark.png │ │ │ │ ├── ys-forward-6btns-dark@2x.png │ │ │ │ ├── ys-fullscreen-double-buttons-pressed_dark.png │ │ │ │ ├── ys-fullscreen-double-buttons-pressed_dark@2x.png │ │ │ │ ├── ys-fullscreen-double-buttons_dark.png │ │ │ │ ├── ys-fullscreen-double-buttons_dark@2x.png │ │ │ │ ├── ys-fullscreen-one-button-pressed_dark.png │ │ │ │ ├── ys-fullscreen-one-button-pressed_dark@2x.png │ │ │ │ ├── ys-fullscreen-one-button_dark.png │ │ │ │ ├── ys-fullscreen-one-button_dark@2x.png │ │ │ │ ├── ys-next-6btns-dark-pressed.png │ │ │ │ ├── ys-next-6btns-dark-pressed@2x.png │ │ │ │ ├── ys-next-6btns-dark.png │ │ │ │ ├── ys-next-6btns-dark@2x.png │ │ │ │ ├── ys-pause-pressed_dark.png │ │ │ │ ├── ys-pause-pressed_dark@2x.png │ │ │ │ ├── ys-pause_dark.png │ │ │ │ ├── ys-pause_dark@2x.png │ │ │ │ ├── ys-play-pressed_dark.png │ │ │ │ ├── ys-play-pressed_dark@2x.png │ │ │ │ ├── ys-play_dark.png │ │ │ │ ├── ys-play_dark@2x.png │ │ │ │ ├── ys-playlist-1btn-dark-pressed.png │ │ │ │ ├── ys-playlist-1btn-dark-pressed@2x.png │ │ │ │ ├── ys-playlist-1btn-dark.png │ │ │ │ ├── ys-playlist-1btn-dark@2x.png │ │ │ │ ├── ys-playlist-pressed_dark.png │ │ │ │ ├── ys-playlist-pressed_dark@2x.png │ │ │ │ ├── ys-playlist_dark.png │ │ │ │ ├── ys-playlist_dark@2x.png │ │ │ │ ├── ys-previous-6btns-dark-pressed.png │ │ │ │ ├── ys-previous-6btns-dark-pressed@2x.png │ │ │ │ ├── ys-previous-6btns-dark.png │ │ │ │ ├── ys-previous-6btns-dark@2x.png │ │ │ │ ├── ys-repeat-all-blue-pressed_dark.png │ │ │ │ ├── ys-repeat-all-blue-pressed_dark@2x.png │ │ │ │ ├── ys-repeat-all-blue_dark.png │ │ │ │ ├── ys-repeat-all-blue_dark@2x.png │ │ │ │ ├── ys-repeat-one-blue-pressed_dark.png │ │ │ │ ├── ys-repeat-one-blue-pressed_dark@2x.png │ │ │ │ ├── ys-repeat-one-blue_dark.png │ │ │ │ ├── ys-repeat-one-blue_dark@2x.png │ │ │ │ ├── ys-repeat-pressed_dark.png │ │ │ │ ├── ys-repeat-pressed_dark@2x.png │ │ │ │ ├── ys-repeat_dark.png │ │ │ │ ├── ys-repeat_dark@2x.png │ │ │ │ ├── ys-shuffle-blue-pressed_dark.png │ │ │ │ ├── ys-shuffle-blue-pressed_dark@2x.png │ │ │ │ ├── ys-shuffle-blue_dark.png │ │ │ │ ├── ys-shuffle-blue_dark@2x.png │ │ │ │ ├── ys-shuffle-pressed_dark.png │ │ │ │ ├── ys-shuffle-pressed_dark@2x.png │ │ │ │ ├── ys-shuffle_dark.png │ │ │ │ ├── ys-shuffle_dark@2x.png │ │ │ │ ├── ys-stop-pressed_dark.png │ │ │ │ ├── ys-stop-pressed_dark@2x.png │ │ │ │ ├── ys-stop_dark.png │ │ │ │ ├── ys-stop_dark@2x.png │ │ │ │ ├── ys-topbar-dark-center-fill.png │ │ │ │ ├── ys-topbar-dark-center-fill@2x.png │ │ │ │ ├── ys-topbar-dark-left.png │ │ │ │ ├── ys-topbar-dark-left@2x.png │ │ │ │ ├── ys-topbar-dark-right.png │ │ │ │ ├── ys-topbar-dark-right@2x.png │ │ │ │ ├── ys-volume-high_dark.png │ │ │ │ ├── ys-volume-high_dark@2x.png │ │ │ │ ├── ys-volume-low_dark.png │ │ │ │ └── ys-volume-low_dark@2x.png │ │ │ ├── mainwindow_mojave_dark │ │ │ │ ├── mj-dropzone-dark.png │ │ │ │ └── mj-dropzone-dark@2x.png │ │ │ ├── mainwindow_yosemite │ │ │ │ ├── ys-backward-3btns-pressed.png │ │ │ │ ├── ys-backward-3btns-pressed@2x.png │ │ │ │ ├── ys-backward-3btns.png │ │ │ │ ├── ys-backward-3btns@2x.png │ │ │ │ ├── ys-backward-6btns-pressed.png │ │ │ │ ├── ys-backward-6btns-pressed@2x.png │ │ │ │ ├── ys-backward-6btns.png │ │ │ │ ├── ys-backward-6btns@2x.png │ │ │ │ ├── ys-dropzone.png │ │ │ │ ├── ys-dropzone@2x.png │ │ │ │ ├── ys-effects-double-buttons-pressed.png │ │ │ │ ├── ys-effects-double-buttons-pressed@2x.png │ │ │ │ ├── ys-effects-double-buttons.png │ │ │ │ ├── ys-effects-double-buttons@2x.png │ │ │ │ ├── ys-effects-one-button-pressed.png │ │ │ │ ├── ys-effects-one-button-pressed@2x.png │ │ │ │ ├── ys-effects-one-button.png │ │ │ │ ├── ys-effects-one-button@2x.png │ │ │ │ ├── ys-forward-3btns-pressed.png │ │ │ │ ├── ys-forward-3btns-pressed@2x.png │ │ │ │ ├── ys-forward-3btns.png │ │ │ │ ├── ys-forward-3btns@2x.png │ │ │ │ ├── ys-forward-6btns-pressed.png │ │ │ │ ├── ys-forward-6btns-pressed@2x.png │ │ │ │ ├── ys-forward-6btns.png │ │ │ │ ├── ys-forward-6btns@2x.png │ │ │ │ ├── ys-fullscreen-double-buttons-pressed.png │ │ │ │ ├── ys-fullscreen-double-buttons-pressed@2x.png │ │ │ │ ├── ys-fullscreen-double-buttons.png │ │ │ │ ├── ys-fullscreen-double-buttons@2x.png │ │ │ │ ├── ys-fullscreen-one-button-pressed.png │ │ │ │ ├── ys-fullscreen-one-button-pressed@2x.png │ │ │ │ ├── ys-fullscreen-one-button.png │ │ │ │ ├── ys-fullscreen-one-button@2x.png │ │ │ │ ├── ys-next-6btns-pressed.png │ │ │ │ ├── ys-next-6btns-pressed@2x.png │ │ │ │ ├── ys-next-6btns.png │ │ │ │ ├── ys-next-6btns@2x.png │ │ │ │ ├── ys-pause-pressed.png │ │ │ │ ├── ys-pause-pressed@2x.png │ │ │ │ ├── ys-pause.png │ │ │ │ ├── ys-pause@2x.png │ │ │ │ ├── ys-play-pressed.png │ │ │ │ ├── ys-play-pressed@2x.png │ │ │ │ ├── ys-play.png │ │ │ │ ├── ys-play@2x.png │ │ │ │ ├── ys-playlist-1btn-pressed.png │ │ │ │ ├── ys-playlist-1btn-pressed@2x.png │ │ │ │ ├── ys-playlist-1btn.png │ │ │ │ ├── ys-playlist-1btn@2x.png │ │ │ │ ├── ys-playlist-btn-pressed.png │ │ │ │ ├── ys-playlist-btn-pressed@2x.png │ │ │ │ ├── ys-playlist-btn.png │ │ │ │ ├── ys-playlist-btn@2x.png │ │ │ │ ├── ys-previous-6btns-pressed.png │ │ │ │ ├── ys-previous-6btns-pressed@2x.png │ │ │ │ ├── ys-previous-6btns.png │ │ │ │ ├── ys-previous-6btns@2x.png │ │ │ │ ├── ys-repeat-all-pressed.png │ │ │ │ ├── ys-repeat-all-pressed@2x.png │ │ │ │ ├── ys-repeat-all.png │ │ │ │ ├── ys-repeat-all@2x.png │ │ │ │ ├── ys-repeat-one-pressed.png │ │ │ │ ├── ys-repeat-one-pressed@2x.png │ │ │ │ ├── ys-repeat-one.png │ │ │ │ ├── ys-repeat-one@2x.png │ │ │ │ ├── ys-repeat-pressed.png │ │ │ │ ├── ys-repeat-pressed@2x.png │ │ │ │ ├── ys-repeat.png │ │ │ │ ├── ys-repeat@2x.png │ │ │ │ ├── ys-shuffle-blue-pressed.png │ │ │ │ ├── ys-shuffle-blue-pressed@2x.png │ │ │ │ ├── ys-shuffle-blue.png │ │ │ │ ├── ys-shuffle-blue@2x.png │ │ │ │ ├── ys-shuffle-pressed.png │ │ │ │ ├── ys-shuffle-pressed@2x.png │ │ │ │ ├── ys-shuffle.png │ │ │ │ ├── ys-shuffle@2x.png │ │ │ │ ├── ys-stop-pressed.png │ │ │ │ ├── ys-stop-pressed@2x.png │ │ │ │ ├── ys-stop.png │ │ │ │ ├── ys-stop@2x.png │ │ │ │ ├── ys-volume-high.png │ │ │ │ ├── ys-volume-high@2x.png │ │ │ │ ├── ys-volume-low.png │ │ │ │ └── ys-volume-low@2x.png │ │ │ ├── ml.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── mr.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ms.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── my.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── nb.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ne.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── nl.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── nn.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── noart.png │ │ │ ├── oc.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── pa.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── pl.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── pt-BR.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── pt-PT.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ro.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── ru.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── sat.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── sc.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── si.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── sidebar-icons │ │ │ │ ├── sidebar-local.png │ │ │ │ ├── sidebar-local@2x.png │ │ │ │ ├── sidebar-movie.png │ │ │ │ ├── sidebar-movie@2x.png │ │ │ │ ├── sidebar-music.png │ │ │ │ ├── sidebar-music@2x.png │ │ │ │ ├── sidebar-pictures.png │ │ │ │ ├── sidebar-pictures@2x.png │ │ │ │ ├── sidebar-playlist.png │ │ │ │ ├── sidebar-playlist@2x.png │ │ │ │ ├── sidebar-podcast.png │ │ │ │ └── sidebar-podcast@2x.png │ │ │ ├── sidebar-icons_mojave │ │ │ │ ├── dark │ │ │ │ │ ├── mv-dark-sidebar-local.pdf │ │ │ │ │ ├── mv-dark-sidebar-movie.pdf │ │ │ │ │ ├── mv-dark-sidebar-music.pdf │ │ │ │ │ ├── mv-dark-sidebar-pictures.pdf │ │ │ │ │ ├── mv-dark-sidebar-playlist.pdf │ │ │ │ │ └── mv-dark-sidebar-podcast.pdf │ │ │ │ └── light │ │ │ │ │ ├── mv-sidebar-local.pdf │ │ │ │ │ ├── mv-sidebar-movie.pdf │ │ │ │ │ ├── mv-sidebar-music.pdf │ │ │ │ │ ├── mv-sidebar-pictures.pdf │ │ │ │ │ ├── mv-sidebar-playlist.pdf │ │ │ │ │ └── mv-sidebar-podcast.pdf │ │ │ ├── sidebar-icons_yosemite │ │ │ │ ├── ys-sidebar-local.png │ │ │ │ ├── ys-sidebar-local@2x.png │ │ │ │ ├── ys-sidebar-movie.png │ │ │ │ ├── ys-sidebar-movie@2x.png │ │ │ │ ├── ys-sidebar-music.png │ │ │ │ ├── ys-sidebar-music@2x.png │ │ │ │ ├── ys-sidebar-pictures.png │ │ │ │ ├── ys-sidebar-pictures@2x.png │ │ │ │ ├── ys-sidebar-playlist.png │ │ │ │ ├── ys-sidebar-playlist@2x.png │ │ │ │ ├── ys-sidebar-podcast.png │ │ │ │ └── ys-sidebar-podcast@2x.png │ │ │ ├── sk.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── sl.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── sq.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── sr.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── sv.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── th.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── tr.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── uk.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── vi.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── vlc.scriptSuite │ │ │ ├── vlc.scriptTerminology │ │ │ ├── wa.lproj │ │ │ │ └── InfoPlist.strings │ │ │ ├── zh-Hans.lproj │ │ │ │ └── InfoPlist.strings │ │ │ └── zh-Hant.lproj │ │ │ │ └── InfoPlist.strings │ │ ├── SPMediaKeyTap.h │ │ ├── SPMediaKeyTap.m │ │ ├── Spotify.h │ │ ├── UI │ │ │ ├── About.xib │ │ │ ├── AddonManager.xib │ │ │ ├── AudioEffects.xib │ │ │ ├── Bookmarks.xib │ │ │ ├── ConvertAndSave.xib │ │ │ ├── CoreDialogs.xib │ │ │ ├── DetachedVideoWindow.xib │ │ │ ├── ErrorPanel.xib │ │ │ ├── Help.xib │ │ │ ├── LogMessageWindow.xib │ │ │ ├── MainMenu.xib │ │ │ ├── MainWindow.xib │ │ │ ├── MediaInfo.xib │ │ │ ├── Open.xib │ │ │ ├── PlaylistAccessoryView.xib │ │ │ ├── PlaylistMenu.xib │ │ │ ├── PopupPanel.xib │ │ │ ├── Preferences.xib │ │ │ ├── ResumeDialog.xib │ │ │ ├── SimplePreferences.xib │ │ │ ├── StreamOutput.xib │ │ │ ├── SyncTracks.xib │ │ │ ├── TextfieldPanel.xib │ │ │ ├── TimeSelectionPanel.xib │ │ │ ├── VLCFullScreenPanel.xib │ │ │ ├── VLCStatusBarIconMainMenu.xib │ │ │ └── VideoEffects.xib │ │ ├── VLCAboutWindowController.h │ │ ├── VLCAboutWindowController.m │ │ ├── VLCAddonListItem.h │ │ ├── VLCAddonListItem.m │ │ ├── VLCAddonsWindowController.h │ │ ├── VLCAddonsWindowController.m │ │ ├── VLCApplication.h │ │ ├── VLCApplication.m │ │ ├── VLCAudioEffectsWindowController.h │ │ ├── VLCAudioEffectsWindowController.m │ │ ├── VLCBookmarksWindowController.h │ │ ├── VLCBookmarksWindowController.m │ │ ├── VLCBottomBarView.h │ │ ├── VLCBottomBarView.m │ │ ├── VLCControlsBarCommon.h │ │ ├── VLCControlsBarCommon.m │ │ ├── VLCConvertAndSaveWindowController.h │ │ ├── VLCConvertAndSaveWindowController.m │ │ ├── VLCCoreDialogProvider.h │ │ ├── VLCCoreDialogProvider.m │ │ ├── VLCCoreInteraction.h │ │ ├── VLCCoreInteraction.m │ │ ├── VLCDefaultValueSlider.h │ │ ├── VLCDefaultValueSlider.m │ │ ├── VLCDefaultValueSliderCell.h │ │ ├── VLCDefaultValueSliderCell.m │ │ ├── VLCDocumentController.h │ │ ├── VLCDocumentController.m │ │ ├── VLCErrorWindowController.h │ │ ├── VLCErrorWindowController.m │ │ ├── VLCExtensionsDialogProvider.h │ │ ├── VLCExtensionsDialogProvider.m │ │ ├── VLCExtensionsManager.h │ │ ├── VLCExtensionsManager.m │ │ ├── VLCFSPanelController.h │ │ ├── VLCFSPanelController.m │ │ ├── VLCFSPanelDraggableView.h │ │ ├── VLCFSPanelDraggableView.m │ │ ├── VLCHUDButtonCell.h │ │ ├── VLCHUDButtonCell.m │ │ ├── VLCHUDCheckboxCell.h │ │ ├── VLCHUDCheckboxCell.m │ │ ├── VLCHUDOutlineView.h │ │ ├── VLCHUDOutlineView.m │ │ ├── VLCHUDPopUpButtonCell.h │ │ ├── VLCHUDPopUpButtonCell.m │ │ ├── VLCHUDScroller.h │ │ ├── VLCHUDScroller.m │ │ ├── VLCHUDSegmentedCell.h │ │ ├── VLCHUDSegmentedCell.m │ │ ├── VLCHUDSliderCell.h │ │ ├── VLCHUDSliderCell.m │ │ ├── VLCHUDStepperCell.h │ │ ├── VLCHUDStepperCell.m │ │ ├── VLCHUDTableCornerView.h │ │ ├── VLCHUDTableCornerView.m │ │ ├── VLCHUDTableView.h │ │ ├── VLCHUDTableView.m │ │ ├── VLCHUDTextFieldCell.h │ │ ├── VLCHUDTextFieldCell.m │ │ ├── VLCHelpWindowController.h │ │ ├── VLCHelpWindowController.m │ │ ├── VLCHexNumberFormatter.h │ │ ├── VLCHexNumberFormatter.m │ │ ├── VLCHotkeyChangeWindow.h │ │ ├── VLCHotkeyChangeWindow.m │ │ ├── VLCImageButton.h │ │ ├── VLCImageButton.m │ │ ├── VLCInputManager.h │ │ ├── VLCInputManager.m │ │ ├── VLCKeyboardBacklightControl.h │ │ ├── VLCKeyboardBacklightControl.m │ │ ├── VLCLogMessage.h │ │ ├── VLCLogMessage.m │ │ ├── VLCLogWindowController.h │ │ ├── VLCLogWindowController.m │ │ ├── VLCMain+OldPrefs.h │ │ ├── VLCMain+OldPrefs.m │ │ ├── VLCMain.h │ │ ├── VLCMain.m │ │ ├── VLCMainMenu.h │ │ ├── VLCMainMenu.m │ │ ├── VLCMainWindow.h │ │ ├── VLCMainWindow.m │ │ ├── VLCMainWindowControlsBar.h │ │ ├── VLCMainWindowControlsBar.m │ │ ├── VLCMainWindowTitleView.h │ │ ├── VLCMainWindowTitleView.m │ │ ├── VLCOpenWindowController.h │ │ ├── VLCOpenWindowController.m │ │ ├── VLCOutput.h │ │ ├── VLCOutput.m │ │ ├── VLCPLItem.h │ │ ├── VLCPLItem.m │ │ ├── VLCPLModel.h │ │ ├── VLCPLModel.m │ │ ├── VLCPlaylist.h │ │ ├── VLCPlaylist.m │ │ ├── VLCPlaylistInfo.h │ │ ├── VLCPlaylistInfo.m │ │ ├── VLCPlaylistView.h │ │ ├── VLCPlaylistView.m │ │ ├── VLCPopupPanelController.h │ │ ├── VLCPopupPanelController.m │ │ ├── VLCRemoteControlService.h │ │ ├── VLCRemoteControlService.m │ │ ├── VLCRendererDiscovery.h │ │ ├── VLCRendererDiscovery.m │ │ ├── VLCRendererItem.h │ │ ├── VLCRendererItem.m │ │ ├── VLCRendererMenuController.h │ │ ├── VLCRendererMenuController.m │ │ ├── VLCResumeDialogController.h │ │ ├── VLCResumeDialogController.m │ │ ├── VLCScrollingClipView.h │ │ ├── VLCScrollingClipView.m │ │ ├── VLCSidebarDataSource.h │ │ ├── VLCSidebarDataSource.m │ │ ├── VLCSimplePrefsController.h │ │ ├── VLCSimplePrefsController.m │ │ ├── VLCSimplePrefsWindow.h │ │ ├── VLCSimplePrefsWindow.m │ │ ├── VLCSlider.h │ │ ├── VLCSlider.m │ │ ├── VLCSliderCell.h │ │ ├── VLCSliderCell.m │ │ ├── VLCSourceListBadgeButton.h │ │ ├── VLCSourceListBadgeButton.m │ │ ├── VLCSourceListItem.h │ │ ├── VLCSourceListItem.m │ │ ├── VLCSourceListTableCellView.h │ │ ├── VLCSourceListTableCellView.m │ │ ├── VLCStatusBarIcon.h │ │ ├── VLCStatusBarIcon.m │ │ ├── VLCStringUtility.h │ │ ├── VLCStringUtility.m │ │ ├── VLCTextfieldPanelController.h │ │ ├── VLCTextfieldPanelController.m │ │ ├── VLCTimeField.h │ │ ├── VLCTimeField.m │ │ ├── VLCTimeSelectionPanelController.h │ │ ├── VLCTimeSelectionPanelController.m │ │ ├── VLCTintedImageButtonCell.h │ │ ├── VLCTintedImageButtonCell.m │ │ ├── VLCTrackSynchronizationWindowController.h │ │ ├── VLCTrackSynchronizationWindowController.m │ │ ├── VLCUIWidgets.h │ │ ├── VLCUIWidgets.m │ │ ├── VLCVideoEffectsWindowController.h │ │ ├── VLCVideoEffectsWindowController.m │ │ ├── VLCVolumeSlider.h │ │ ├── VLCVolumeSlider.m │ │ ├── VLCVolumeSliderCell.h │ │ ├── VLCVolumeSliderCell.m │ │ ├── VLCVoutView.h │ │ ├── VLCVoutView.m │ │ ├── VLCVoutWindowController.h │ │ ├── VLCVoutWindowController.m │ │ ├── VLCWrappableTextField.h │ │ ├── VLCWrappableTextField.m │ │ ├── Windows.h │ │ ├── Windows.m │ │ ├── applescript.h │ │ ├── applescript.m │ │ ├── helpers.h │ │ ├── iTunes.h │ │ ├── macosx.m │ │ ├── misc.h │ │ ├── misc.m │ │ ├── prefs.h │ │ ├── prefs.m │ │ ├── prefs_widgets.h │ │ └── prefs_widgets.m │ ├── minimal_macosx │ │ ├── VLCMinimalVoutWindow.h │ │ ├── VLCMinimalVoutWindow.m │ │ ├── intf.h │ │ ├── intf.m │ │ ├── macosx.c │ │ ├── misc.h │ │ └── misc.m │ ├── ncurses.c │ ├── qt │ │ ├── Makefile.am │ │ ├── actions_manager.cpp │ │ ├── actions_manager.hpp │ │ ├── adapters │ │ │ ├── chromaprint.cpp │ │ │ ├── chromaprint.hpp │ │ │ ├── seekpoints.cpp │ │ │ ├── seekpoints.hpp │ │ │ ├── variables.cpp │ │ │ └── variables.hpp │ │ ├── components │ │ │ ├── complete_preferences.cpp │ │ │ ├── complete_preferences.hpp │ │ │ ├── controller.cpp │ │ │ ├── controller.hpp │ │ │ ├── controller_widget.cpp │ │ │ ├── controller_widget.hpp │ │ │ ├── epg │ │ │ │ ├── EPGChannels.cpp │ │ │ │ ├── EPGChannels.hpp │ │ │ │ ├── EPGItem.cpp │ │ │ │ ├── EPGItem.hpp │ │ │ │ ├── EPGProgram.cpp │ │ │ │ ├── EPGProgram.hpp │ │ │ │ ├── EPGRuler.cpp │ │ │ │ ├── EPGRuler.hpp │ │ │ │ ├── EPGView.cpp │ │ │ │ ├── EPGView.hpp │ │ │ │ ├── EPGWidget.cpp │ │ │ │ └── EPGWidget.hpp │ │ │ ├── extended_panels.cpp │ │ │ ├── extended_panels.hpp │ │ │ ├── info_panels.cpp │ │ │ ├── info_panels.hpp │ │ │ ├── info_widgets.cpp │ │ │ ├── info_widgets.hpp │ │ │ ├── interface_widgets.cpp │ │ │ ├── interface_widgets.hpp │ │ │ ├── open_panels.cpp │ │ │ ├── open_panels.hpp │ │ │ ├── playlist │ │ │ │ ├── playlist.cpp │ │ │ │ ├── playlist.hpp │ │ │ │ ├── playlist_item.cpp │ │ │ │ ├── playlist_item.hpp │ │ │ │ ├── playlist_model.cpp │ │ │ │ ├── playlist_model.hpp │ │ │ │ ├── selector.cpp │ │ │ │ ├── selector.hpp │ │ │ │ ├── sorting.h │ │ │ │ ├── standardpanel.cpp │ │ │ │ ├── standardpanel.hpp │ │ │ │ ├── views.cpp │ │ │ │ ├── views.hpp │ │ │ │ ├── vlc_model.cpp │ │ │ │ └── vlc_model.hpp │ │ │ ├── preferences_widgets.cpp │ │ │ ├── preferences_widgets.hpp │ │ │ ├── simple_preferences.cpp │ │ │ ├── simple_preferences.hpp │ │ │ └── sout │ │ │ │ ├── profile_selector.cpp │ │ │ │ ├── profile_selector.hpp │ │ │ │ ├── profiles.hpp │ │ │ │ ├── sout_widgets.cpp │ │ │ │ └── sout_widgets.hpp │ │ ├── dialogs │ │ │ ├── bookmarks.cpp │ │ │ ├── bookmarks.hpp │ │ │ ├── convert.cpp │ │ │ ├── convert.hpp │ │ │ ├── epg.cpp │ │ │ ├── epg.hpp │ │ │ ├── errors.cpp │ │ │ ├── errors.hpp │ │ │ ├── extended.cpp │ │ │ ├── extended.hpp │ │ │ ├── extensions.cpp │ │ │ ├── extensions.hpp │ │ │ ├── external.cpp │ │ │ ├── external.hpp │ │ │ ├── fingerprintdialog.cpp │ │ │ ├── fingerprintdialog.hpp │ │ │ ├── firstrun.cpp │ │ │ ├── firstrun.hpp │ │ │ ├── gototime.cpp │ │ │ ├── gototime.hpp │ │ │ ├── help.cpp │ │ │ ├── help.hpp │ │ │ ├── mediainfo.cpp │ │ │ ├── mediainfo.hpp │ │ │ ├── messages.cpp │ │ │ ├── messages.hpp │ │ │ ├── open.cpp │ │ │ ├── open.hpp │ │ │ ├── openurl.cpp │ │ │ ├── openurl.hpp │ │ │ ├── playlist.cpp │ │ │ ├── playlist.hpp │ │ │ ├── plugins.cpp │ │ │ ├── plugins.hpp │ │ │ ├── podcast_configuration.cpp │ │ │ ├── podcast_configuration.hpp │ │ │ ├── preferences.cpp │ │ │ ├── preferences.hpp │ │ │ ├── sout.cpp │ │ │ ├── sout.hpp │ │ │ ├── toolbar.cpp │ │ │ ├── toolbar.hpp │ │ │ ├── vlm.cpp │ │ │ └── vlm.hpp │ │ ├── dialogs_provider.cpp │ │ ├── dialogs_provider.hpp │ │ ├── extensions_manager.cpp │ │ ├── extensions_manager.hpp │ │ ├── input_manager.cpp │ │ ├── input_manager.hpp │ │ ├── main_interface.cpp │ │ ├── main_interface.hpp │ │ ├── main_interface_win32.cpp │ │ ├── main_interface_win32.hpp │ │ ├── managers │ │ │ ├── addons_manager.cpp │ │ │ └── addons_manager.hpp │ │ ├── menus.cpp │ │ ├── menus.hpp │ │ ├── pixmaps │ │ │ ├── addons │ │ │ │ ├── addon.svg │ │ │ │ ├── addon_blue.svg │ │ │ │ ├── addon_broken.svg │ │ │ │ ├── addon_cyan.svg │ │ │ │ ├── addon_green.svg │ │ │ │ ├── addon_magenta.svg │ │ │ │ ├── addon_red.svg │ │ │ │ ├── addon_yellow.svg │ │ │ │ └── score.svg │ │ │ ├── clear.svg │ │ │ ├── eject.svg │ │ │ ├── faster.svg │ │ │ ├── faster2.svg │ │ │ ├── go-next.svg │ │ │ ├── lock.svg │ │ │ ├── menus │ │ │ │ ├── exit_16px.svg │ │ │ │ ├── help_16px.svg │ │ │ │ ├── info_16px.svg │ │ │ │ ├── messages_16px.svg │ │ │ │ ├── playlist_16px.svg │ │ │ │ ├── preferences_16px.svg │ │ │ │ ├── settings_16px.svg │ │ │ │ └── stream_16px.svg │ │ │ ├── next.svg │ │ │ ├── noart-64.png │ │ │ ├── noart.png │ │ │ ├── pause.svg │ │ │ ├── play.svg │ │ │ ├── playlist │ │ │ │ ├── add.svg │ │ │ │ ├── dropzone.svg │ │ │ │ ├── playlist.svg │ │ │ │ ├── remove.svg │ │ │ │ ├── repeat_all.svg │ │ │ │ ├── repeat_off.svg │ │ │ │ ├── repeat_one.svg │ │ │ │ ├── shuffle_on.svg │ │ │ │ └── sidebar-icons │ │ │ │ │ ├── capture.svg │ │ │ │ │ ├── disc.svg │ │ │ │ │ ├── lan.svg │ │ │ │ │ ├── library.svg │ │ │ │ │ ├── movie.svg │ │ │ │ │ ├── mtp.svg │ │ │ │ │ ├── music.svg │ │ │ │ │ ├── network.svg │ │ │ │ │ ├── pictures.svg │ │ │ │ │ ├── playlist.svg │ │ │ │ │ ├── podcast.svg │ │ │ │ │ ├── screen.svg │ │ │ │ │ └── sd │ │ │ │ │ ├── appletrailers.svg │ │ │ │ │ ├── assembleenationale.svg │ │ │ │ │ ├── fmc.svg │ │ │ │ │ ├── frenchtv.svg │ │ │ │ │ ├── icecast.svg │ │ │ │ │ ├── jamendo.svg │ │ │ │ │ └── katsomo.svg │ │ │ ├── prefs │ │ │ │ ├── advprefs_audio.svg │ │ │ │ ├── advprefs_codec.svg │ │ │ │ ├── advprefs_extended.svg │ │ │ │ ├── advprefs_intf.svg │ │ │ │ ├── advprefs_playlist.svg │ │ │ │ ├── advprefs_sout.svg │ │ │ │ ├── advprefs_video.svg │ │ │ │ ├── spref_cone_Audio_64.png │ │ │ │ ├── spref_cone_Hotkeys_64.png │ │ │ │ ├── spref_cone_Input_64.png │ │ │ │ ├── spref_cone_Interface_64.png │ │ │ │ ├── spref_cone_Subtitles_64.png │ │ │ │ └── spref_cone_Video_64.png │ │ │ ├── previous.svg │ │ │ ├── profile_new.svg │ │ │ ├── sample_complete.png │ │ │ ├── sample_minimal.png │ │ │ ├── sample_skins.png │ │ │ ├── search_clear.svg │ │ │ ├── slower.svg │ │ │ ├── slower2.svg │ │ │ ├── space.svg │ │ │ ├── stop.svg │ │ │ ├── toolbar │ │ │ │ ├── arrows.svg │ │ │ │ ├── aspect-ratio.svg │ │ │ │ ├── atob.svg │ │ │ │ ├── atob_noa.svg │ │ │ │ ├── atob_nob.svg │ │ │ │ ├── defullscreen.svg │ │ │ │ ├── dvd_menu.svg │ │ │ │ ├── dvd_next.svg │ │ │ │ ├── dvd_prev.svg │ │ │ │ ├── extended_16px.svg │ │ │ │ ├── frame-by-frame.svg │ │ │ │ ├── fullscreen.svg │ │ │ │ ├── play_reverse.svg │ │ │ │ ├── record_16px.svg │ │ │ │ ├── renderer.svg │ │ │ │ ├── skip_back.svg │ │ │ │ ├── skip_for.svg │ │ │ │ ├── snapshot.svg │ │ │ │ ├── tv.svg │ │ │ │ ├── tvtelx.svg │ │ │ │ ├── visu.svg │ │ │ │ ├── volume-high.svg │ │ │ │ ├── volume-low.svg │ │ │ │ ├── volume-medium.svg │ │ │ │ ├── volume-muted.svg │ │ │ │ ├── volume-slider-inside.svg │ │ │ │ └── volume-slider-outside.svg │ │ │ ├── types │ │ │ │ ├── capture-card_16px.svg │ │ │ │ ├── disc_16px.svg │ │ │ │ ├── file-asym_16px.svg │ │ │ │ ├── file-wide_16px.svg │ │ │ │ ├── folder-blue_16px.svg │ │ │ │ ├── folder-grey_16px.svg │ │ │ │ ├── harddisk_16px.svg │ │ │ │ ├── network_16px.svg │ │ │ │ ├── tape_16px.svg │ │ │ │ ├── type_directory.svg │ │ │ │ ├── type_file.svg │ │ │ │ ├── type_node.svg │ │ │ │ ├── type_playlist.svg │ │ │ │ ├── type_stream.svg │ │ │ │ └── type_unknown.xpm │ │ │ ├── update.svg │ │ │ ├── util │ │ │ │ ├── wait1.svg │ │ │ │ ├── wait2.svg │ │ │ │ ├── wait3.svg │ │ │ │ └── wait4.svg │ │ │ ├── valid.svg │ │ │ └── win7 │ │ │ │ ├── win7thumbnail_next.svg │ │ │ │ ├── win7thumbnail_pause.svg │ │ │ │ ├── win7thumbnail_play.svg │ │ │ │ └── win7thumbnail_prev.svg │ │ ├── qt.cpp │ │ ├── qt.hpp │ │ ├── recents.cpp │ │ ├── recents.hpp │ │ ├── styles │ │ │ ├── seekstyle.cpp │ │ │ └── seekstyle.hpp │ │ ├── ui │ │ │ ├── about.ui │ │ │ ├── equalizer.ui │ │ │ ├── fingerprintdialog.ui │ │ │ ├── messages_panel.ui │ │ │ ├── open.ui │ │ │ ├── open_capture.ui │ │ │ ├── open_disk.ui │ │ │ ├── open_file.ui │ │ │ ├── open_net.ui │ │ │ ├── podcast_configuration.ui │ │ │ ├── profiles.ui │ │ │ ├── sout.ui │ │ │ ├── sprefs_audio.ui │ │ │ ├── sprefs_input.ui │ │ │ ├── sprefs_interface.ui │ │ │ ├── sprefs_subtitles.ui │ │ │ ├── sprefs_video.ui │ │ │ ├── streampanel.ui │ │ │ ├── update.ui │ │ │ ├── video_effects.ui │ │ │ └── vlm.ui │ │ ├── util │ │ │ ├── animators.cpp │ │ │ ├── animators.hpp │ │ │ ├── buttons │ │ │ │ ├── BrowseButton.cpp │ │ │ │ ├── BrowseButton.hpp │ │ │ │ ├── DeckButtonsLayout.cpp │ │ │ │ ├── DeckButtonsLayout.hpp │ │ │ │ ├── RoundButton.cpp │ │ │ │ └── RoundButton.hpp │ │ │ ├── customwidgets.cpp │ │ │ ├── customwidgets.hpp │ │ │ ├── imagehelper.cpp │ │ │ ├── imagehelper.hpp │ │ │ ├── input_slider.cpp │ │ │ ├── input_slider.hpp │ │ │ ├── pictureflow.cpp │ │ │ ├── pictureflow.hpp │ │ │ ├── qmenuview.cpp │ │ │ ├── qmenuview.hpp │ │ │ ├── qt_dirs.cpp │ │ │ ├── qt_dirs.hpp │ │ │ ├── qvlcapp.hpp │ │ │ ├── qvlcframe.hpp │ │ │ ├── registry.cpp │ │ │ ├── registry.hpp │ │ │ ├── searchlineedit.cpp │ │ │ ├── searchlineedit.hpp │ │ │ ├── singleton.hpp │ │ │ ├── timetooltip.cpp │ │ │ ├── timetooltip.hpp │ │ │ ├── validators.cpp │ │ │ └── validators.hpp │ │ └── vlc.qrc │ └── skins2 │ │ ├── Makefile.am │ │ ├── commands │ │ ├── async_queue.cpp │ │ ├── async_queue.hpp │ │ ├── cmd_add_item.cpp │ │ ├── cmd_add_item.hpp │ │ ├── cmd_audio.cpp │ │ ├── cmd_audio.hpp │ │ ├── cmd_callbacks.hpp │ │ ├── cmd_change_skin.cpp │ │ ├── cmd_change_skin.hpp │ │ ├── cmd_dialogs.hpp │ │ ├── cmd_dummy.hpp │ │ ├── cmd_dvd.cpp │ │ ├── cmd_dvd.hpp │ │ ├── cmd_fullscreen.cpp │ │ ├── cmd_fullscreen.hpp │ │ ├── cmd_generic.hpp │ │ ├── cmd_input.cpp │ │ ├── cmd_input.hpp │ │ ├── cmd_layout.cpp │ │ ├── cmd_layout.hpp │ │ ├── cmd_minimize.cpp │ │ ├── cmd_minimize.hpp │ │ ├── cmd_muxer.cpp │ │ ├── cmd_muxer.hpp │ │ ├── cmd_on_top.cpp │ │ ├── cmd_on_top.hpp │ │ ├── cmd_playlist.cpp │ │ ├── cmd_playlist.hpp │ │ ├── cmd_playtree.cpp │ │ ├── cmd_playtree.hpp │ │ ├── cmd_quit.cpp │ │ ├── cmd_quit.hpp │ │ ├── cmd_resize.cpp │ │ ├── cmd_resize.hpp │ │ ├── cmd_show_window.hpp │ │ ├── cmd_snapshot.cpp │ │ ├── cmd_snapshot.hpp │ │ ├── cmd_vars.cpp │ │ └── cmd_vars.hpp │ │ ├── controls │ │ ├── ctrl_button.cpp │ │ ├── ctrl_button.hpp │ │ ├── ctrl_checkbox.cpp │ │ ├── ctrl_checkbox.hpp │ │ ├── ctrl_flat.hpp │ │ ├── ctrl_generic.cpp │ │ ├── ctrl_generic.hpp │ │ ├── ctrl_image.cpp │ │ ├── ctrl_image.hpp │ │ ├── ctrl_list.cpp │ │ ├── ctrl_list.hpp │ │ ├── ctrl_move.cpp │ │ ├── ctrl_move.hpp │ │ ├── ctrl_radialslider.cpp │ │ ├── ctrl_radialslider.hpp │ │ ├── ctrl_resize.cpp │ │ ├── ctrl_resize.hpp │ │ ├── ctrl_slider.cpp │ │ ├── ctrl_slider.hpp │ │ ├── ctrl_text.cpp │ │ ├── ctrl_text.hpp │ │ ├── ctrl_tree.cpp │ │ ├── ctrl_tree.hpp │ │ ├── ctrl_video.cpp │ │ └── ctrl_video.hpp │ │ ├── events │ │ ├── evt_dragndrop.hpp │ │ ├── evt_enter.hpp │ │ ├── evt_focus.hpp │ │ ├── evt_generic.hpp │ │ ├── evt_input.cpp │ │ ├── evt_input.hpp │ │ ├── evt_key.cpp │ │ ├── evt_key.hpp │ │ ├── evt_leave.hpp │ │ ├── evt_menu.hpp │ │ ├── evt_motion.hpp │ │ ├── evt_mouse.cpp │ │ ├── evt_mouse.hpp │ │ ├── evt_refresh.hpp │ │ ├── evt_scroll.cpp │ │ ├── evt_scroll.hpp │ │ ├── evt_special.cpp │ │ └── evt_special.hpp │ │ ├── os2 │ │ ├── os2_dragdrop.cpp │ │ ├── os2_dragdrop.hpp │ │ ├── os2_factory.cpp │ │ ├── os2_factory.hpp │ │ ├── os2_graphics.cpp │ │ ├── os2_graphics.hpp │ │ ├── os2_loop.cpp │ │ ├── os2_loop.hpp │ │ ├── os2_popup.cpp │ │ ├── os2_popup.hpp │ │ ├── os2_timer.cpp │ │ ├── os2_timer.hpp │ │ ├── os2_tooltip.cpp │ │ ├── os2_tooltip.hpp │ │ ├── os2_window.cpp │ │ └── os2_window.hpp │ │ ├── parser │ │ ├── builder.cpp │ │ ├── builder.hpp │ │ ├── builder_data.hpp │ │ ├── expr_evaluator.cpp │ │ ├── expr_evaluator.hpp │ │ ├── interpreter.cpp │ │ ├── interpreter.hpp │ │ ├── skin_parser.cpp │ │ ├── skin_parser.hpp │ │ ├── xmlparser.cpp │ │ └── xmlparser.hpp │ │ ├── src │ │ ├── anchor.cpp │ │ ├── anchor.hpp │ │ ├── anim_bitmap.cpp │ │ ├── anim_bitmap.hpp │ │ ├── art_manager.cpp │ │ ├── art_manager.hpp │ │ ├── bitmap_font.cpp │ │ ├── bitmap_font.hpp │ │ ├── dialogs.cpp │ │ ├── dialogs.hpp │ │ ├── file_bitmap.cpp │ │ ├── file_bitmap.hpp │ │ ├── fsc_window.cpp │ │ ├── fsc_window.hpp │ │ ├── ft2_bitmap.cpp │ │ ├── ft2_bitmap.hpp │ │ ├── ft2_err.c │ │ ├── ft2_err.h │ │ ├── ft2_font.cpp │ │ ├── ft2_font.hpp │ │ ├── generic_bitmap.cpp │ │ ├── generic_bitmap.hpp │ │ ├── generic_font.hpp │ │ ├── generic_layout.cpp │ │ ├── generic_layout.hpp │ │ ├── generic_window.cpp │ │ ├── generic_window.hpp │ │ ├── ini_file.cpp │ │ ├── ini_file.hpp │ │ ├── logger.cpp │ │ ├── logger.hpp │ │ ├── os_factory.cpp │ │ ├── os_factory.hpp │ │ ├── os_graphics.hpp │ │ ├── os_loop.hpp │ │ ├── os_popup.hpp │ │ ├── os_timer.hpp │ │ ├── os_tooltip.hpp │ │ ├── os_window.hpp │ │ ├── popup.cpp │ │ ├── popup.hpp │ │ ├── scaled_bitmap.cpp │ │ ├── scaled_bitmap.hpp │ │ ├── skin_common.hpp │ │ ├── skin_main.cpp │ │ ├── theme.cpp │ │ ├── theme.hpp │ │ ├── theme_loader.cpp │ │ ├── theme_loader.hpp │ │ ├── theme_repository.cpp │ │ ├── theme_repository.hpp │ │ ├── tooltip.cpp │ │ ├── tooltip.hpp │ │ ├── top_window.cpp │ │ ├── top_window.hpp │ │ ├── var_manager.cpp │ │ ├── var_manager.hpp │ │ ├── vlcproc.cpp │ │ ├── vlcproc.hpp │ │ ├── vout_manager.cpp │ │ ├── vout_manager.hpp │ │ ├── vout_window.cpp │ │ ├── vout_window.hpp │ │ ├── window_manager.cpp │ │ └── window_manager.hpp │ │ ├── utils │ │ ├── bezier.cpp │ │ ├── bezier.hpp │ │ ├── fsm.cpp │ │ ├── fsm.hpp │ │ ├── observer.hpp │ │ ├── pointer.hpp │ │ ├── position.cpp │ │ ├── position.hpp │ │ ├── ustring.cpp │ │ ├── ustring.hpp │ │ ├── var_bool.cpp │ │ ├── var_bool.hpp │ │ ├── var_list.cpp │ │ ├── var_list.hpp │ │ ├── var_percent.cpp │ │ ├── var_percent.hpp │ │ ├── var_string.cpp │ │ ├── var_string.hpp │ │ ├── var_text.cpp │ │ ├── var_text.hpp │ │ ├── var_tree.cpp │ │ ├── var_tree.hpp │ │ └── variable.hpp │ │ ├── vars │ │ ├── equalizer.cpp │ │ ├── equalizer.hpp │ │ ├── playtree.cpp │ │ ├── playtree.hpp │ │ ├── time.cpp │ │ ├── time.hpp │ │ ├── volume.cpp │ │ └── volume.hpp │ │ ├── win32 │ │ ├── win32_dragdrop.cpp │ │ ├── win32_dragdrop.hpp │ │ ├── win32_factory.cpp │ │ ├── win32_factory.hpp │ │ ├── win32_graphics.cpp │ │ ├── win32_graphics.hpp │ │ ├── win32_loop.cpp │ │ ├── win32_loop.hpp │ │ ├── win32_popup.cpp │ │ ├── win32_popup.hpp │ │ ├── win32_timer.cpp │ │ ├── win32_timer.hpp │ │ ├── win32_tooltip.cpp │ │ ├── win32_tooltip.hpp │ │ ├── win32_window.cpp │ │ └── win32_window.hpp │ │ └── x11 │ │ ├── x11_display.cpp │ │ ├── x11_display.hpp │ │ ├── x11_dragdrop.cpp │ │ ├── x11_dragdrop.hpp │ │ ├── x11_factory.cpp │ │ ├── x11_factory.hpp │ │ ├── x11_graphics.cpp │ │ ├── x11_graphics.hpp │ │ ├── x11_loop.cpp │ │ ├── x11_loop.hpp │ │ ├── x11_popup.cpp │ │ ├── x11_popup.hpp │ │ ├── x11_timer.cpp │ │ ├── x11_timer.hpp │ │ ├── x11_tooltip.cpp │ │ ├── x11_tooltip.hpp │ │ ├── x11_window.cpp │ │ └── x11_window.hpp ├── hw │ ├── amf │ │ ├── amf_helper.c │ │ └── amf_helper.h │ ├── d3d11 │ │ ├── Makefile.am │ │ ├── d3d11_deinterlace.c │ │ ├── d3d11_filters.c │ │ ├── d3d11_filters.h │ │ ├── d3d11_instance.c │ │ └── d3d11_surface.c │ ├── d3d9 │ │ ├── Makefile.am │ │ ├── d3d9_filters.c │ │ ├── d3d9_filters.h │ │ ├── d3d9_instance.c │ │ ├── dxa9.c │ │ └── dxva2_deinterlace.c │ ├── mmal │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── codec.c │ │ ├── deinterlace.c │ │ ├── mmal_picture.c │ │ ├── mmal_picture.h │ │ └── vout.c │ ├── vaapi │ │ ├── Makefile.am │ │ ├── chroma.c │ │ ├── filters.c │ │ ├── filters.h │ │ ├── vlc_vaapi.c │ │ └── vlc_vaapi.h │ └── vdpau │ │ ├── Makefile.am │ │ ├── adjust.c │ │ ├── avcodec.c │ │ ├── chroma.c │ │ ├── deinterlace.c │ │ ├── display.c │ │ ├── instance.c │ │ ├── picture.c │ │ ├── sharpen.c │ │ ├── vlc_vdpau.c │ │ └── vlc_vdpau.h ├── keystore │ ├── Makefile.am │ ├── file.c │ ├── file_crypt.h │ ├── file_crypt_android.c │ ├── file_crypt_win32.c │ ├── keychain.m │ ├── kwallet.c │ ├── list_util.c │ ├── list_util.h │ ├── memory.c │ └── secret.c ├── list.sh ├── logger │ ├── Makefile.am │ ├── android.c │ ├── console.c │ ├── file.c │ ├── journal.c │ └── syslog.c ├── lua │ ├── Makefile.am │ ├── demux.c │ ├── extension.c │ ├── extension.h │ ├── extension_thread.c │ ├── intf.c │ ├── libs.h │ ├── libs │ │ ├── configuration.c │ │ ├── dialog.c │ │ ├── equalizer.c │ │ ├── errno.c │ │ ├── gettext.c │ │ ├── httpd.c │ │ ├── input.c │ │ ├── input.h │ │ ├── io.c │ │ ├── messages.c │ │ ├── misc.c │ │ ├── misc.h │ │ ├── net.c │ │ ├── objects.c │ │ ├── objects.h │ │ ├── osd.c │ │ ├── playlist.c │ │ ├── sd.c │ │ ├── stream.c │ │ ├── strings.c │ │ ├── variables.c │ │ ├── variables.h │ │ ├── video.c │ │ ├── vlm.c │ │ ├── volume.c │ │ ├── win.c │ │ └── xml.c │ ├── meta.c │ ├── services_discovery.c │ ├── vlc.c │ └── vlc.h ├── meta_engine │ ├── ID3Genres.h │ ├── ID3Meta.h │ ├── ID3Tag.h │ ├── ID3Text.h │ ├── Makefile.am │ ├── folder.c │ └── taglib.cpp ├── misc │ ├── Makefile.am │ ├── addons │ │ ├── fsstorage.c │ │ ├── vorepository.c │ │ └── xmlreading.h │ ├── audioscrobbler.c │ ├── fingerprinter.c │ ├── gnutls.c │ ├── inhibit │ │ ├── dbus.c │ │ └── xdg.c │ ├── logger.c │ ├── playlist │ │ ├── export.c │ │ ├── html.c │ │ ├── m3u.c │ │ └── xspf.c │ ├── rtsp.c │ ├── securetransport.c │ ├── stats.c │ ├── webservices │ │ ├── acoustid.c │ │ ├── acoustid.h │ │ ├── json.c │ │ ├── json.h │ │ ├── json_helper.h │ │ ├── musicbrainz.c │ │ └── musicbrainz.h │ └── xml │ │ └── libxml.c ├── module.rc.in ├── mux │ ├── Makefile.am │ ├── asf.c │ ├── avi.c │ ├── dummy.c │ ├── mp4 │ │ ├── libmp4mux.c │ │ ├── libmp4mux.h │ │ └── mp4.c │ ├── mpeg │ │ ├── bits.h │ │ ├── csa.c │ │ ├── csa.h │ │ ├── dvbpsi_compat.h │ │ ├── pes.c │ │ ├── pes.h │ │ ├── ps.c │ │ ├── streams.h │ │ ├── tables.c │ │ ├── tables.h │ │ ├── ts.c │ │ ├── tsutil.c │ │ └── tsutil.h │ ├── mpjpeg.c │ ├── ogg.c │ └── wav.c ├── notify │ ├── Makefile.am │ ├── notify.c │ └── osx_notifications.m ├── packetizer │ ├── Makefile.am │ ├── a52.c │ ├── a52.h │ ├── av1.c │ ├── av1.h │ ├── av1_obu.c │ ├── av1_obu.h │ ├── avparser.c │ ├── avparser.h │ ├── copy.c │ ├── dirac.c │ ├── dts.c │ ├── dts_header.c │ ├── dts_header.h │ ├── flac.c │ ├── flac.h │ ├── h264.c │ ├── h264_nal.c │ ├── h264_nal.h │ ├── h264_slice.c │ ├── h264_slice.h │ ├── hevc.c │ ├── hevc_nal.c │ ├── hevc_nal.h │ ├── hxxx_common.c │ ├── hxxx_common.h │ ├── hxxx_nal.c │ ├── hxxx_nal.h │ ├── hxxx_sei.c │ ├── hxxx_sei.h │ ├── iso_color_tables.h │ ├── mlp.c │ ├── mpeg4audio.c │ ├── mpeg4audio.h │ ├── mpeg4video.c │ ├── mpegaudio.c │ ├── mpegvideo.c │ ├── packetizer_helper.h │ ├── startcode_helper.h │ └── vc1.c ├── services_discovery │ ├── Makefile.am │ ├── avahi.c │ ├── bonjour.m │ ├── mediadirs.c │ ├── microdns.c │ ├── mtp.c │ ├── os2drive.c │ ├── podcast.c │ ├── pulse.c │ ├── sap.c │ ├── udev.c │ ├── upnp.cpp │ ├── upnp.hpp │ ├── windrive.c │ └── xcb_apps.c ├── spu │ ├── Makefile.am │ ├── audiobargraph_v.c │ ├── dynamicoverlay │ │ ├── dynamicoverlay.c │ │ ├── dynamicoverlay.h │ │ ├── dynamicoverlay_buffer.c │ │ ├── dynamicoverlay_commands.c │ │ ├── dynamicoverlay_list.c │ │ └── dynamicoverlay_queue.c │ ├── logo.c │ ├── marq.c │ ├── mosaic.c │ ├── mosaic.h │ ├── remoteosd.c │ ├── remoteosd_rfbproto.h │ ├── rss.c │ └── subsdelay.c ├── stream_extractor │ ├── Makefile.am │ └── archive.c ├── stream_filter │ ├── Makefile.am │ ├── accesstweaks.c │ ├── adf.c │ ├── aribcam.c │ ├── cache_block.c │ ├── cache_read.c │ ├── decomp.c │ ├── hds │ │ └── hds.c │ ├── inflate.c │ ├── prefetch.c │ ├── record.c │ └── skiptags.c ├── stream_out │ ├── Makefile.am │ ├── autodel.c │ ├── bridge.c │ ├── chromaprint.c │ ├── chromaprint_data.h │ ├── chromecast │ │ ├── cast.cpp │ │ ├── cast_channel.proto │ │ ├── chromecast.h │ │ ├── chromecast_common.h │ │ ├── chromecast_communication.cpp │ │ ├── chromecast_ctrl.cpp │ │ └── chromecast_demux.cpp │ ├── cycle.c │ ├── delay.c │ ├── description.c │ ├── display.c │ ├── dummy.c │ ├── duplicate.c │ ├── es.c │ ├── gather.c │ ├── mosaic_bridge.c │ ├── record.c │ ├── rtcp.c │ ├── rtp.c │ ├── rtp.h │ ├── rtpfmt.c │ ├── rtsp.c │ ├── setid.c │ ├── smem.c │ ├── standard.c │ ├── stats.c │ ├── transcode │ │ ├── audio.c │ │ ├── spu.c │ │ ├── transcode.c │ │ ├── transcode.h │ │ └── video.c │ └── vod.c ├── text_renderer │ ├── Makefile.am │ ├── freetype │ │ ├── fonts │ │ │ ├── android.c │ │ │ ├── darwin.c │ │ │ ├── dwrite.cpp │ │ │ ├── fontconfig.c │ │ │ └── win32.c │ │ ├── freetype.c │ │ ├── freetype.h │ │ ├── platform_fonts.c │ │ ├── platform_fonts.h │ │ ├── text_layout.c │ │ └── text_layout.h │ ├── nsspeechsynthesizer.m │ ├── sapi.cpp │ ├── svg.c │ └── tdummy.c ├── video_chroma │ ├── Makefile.am │ ├── chain.c │ ├── copy.c │ ├── copy.h │ ├── cvpx.c │ ├── d3d11_fmt.c │ ├── d3d11_fmt.h │ ├── d3d9_fmt.c │ ├── d3d9_fmt.h │ ├── dxgi_fmt.c │ ├── dxgi_fmt.h │ ├── grey_yuv.c │ ├── i420_10_p010.c │ ├── i420_nv12.c │ ├── i420_rgb.c │ ├── i420_rgb.h │ ├── i420_rgb16.c │ ├── i420_rgb16_x86.c │ ├── i420_rgb8.c │ ├── i420_rgb_c.h │ ├── i420_rgb_mmx.h │ ├── i420_rgb_sse2.h │ ├── i420_yuy2.c │ ├── i420_yuy2.h │ ├── i422_i420.c │ ├── i422_yuy2.c │ ├── i422_yuy2.h │ ├── omxdl.c │ ├── rv32.c │ ├── swscale.c │ ├── yuvp.c │ ├── yuy2_i420.c │ └── yuy2_i422.c ├── video_filter │ ├── Makefile.am │ ├── adjust.c │ ├── adjust_sat_hue.c │ ├── adjust_sat_hue.h │ ├── alphamask.c │ ├── amf_vqenhancer.c │ ├── anaglyph.c │ ├── antiflicker.c │ ├── ball.c │ ├── blend.cpp │ ├── blendbench.c │ ├── bluescreen.c │ ├── canvas.c │ ├── ci_filters.m │ ├── colorthres.c │ ├── croppadd.c │ ├── deinterlace │ │ ├── algo_basic.c │ │ ├── algo_basic.h │ │ ├── algo_ivtc.c │ │ ├── algo_ivtc.h │ │ ├── algo_phosphor.c │ │ ├── algo_phosphor.h │ │ ├── algo_x.c │ │ ├── algo_x.h │ │ ├── algo_yadif.c │ │ ├── algo_yadif.h │ │ ├── common.c │ │ ├── common.h │ │ ├── deinterlace.c │ │ ├── deinterlace.h │ │ ├── helpers.c │ │ ├── helpers.h │ │ ├── merge.c │ │ ├── merge.h │ │ ├── merge_arm.S │ │ ├── merge_arm64.S │ │ ├── mmx.h │ │ ├── yadif.h │ │ └── yadif_template.h │ ├── edgedetection.c │ ├── erase.c │ ├── extract.c │ ├── filter_event_info.h │ ├── filter_picture.h │ ├── fps.c │ ├── freeze.c │ ├── gaussianblur.c │ ├── gradfun.c │ ├── gradfun.h │ ├── gradient.c │ ├── grain.c │ ├── hqdn3d.c │ ├── hqdn3d.h │ ├── invert.c │ ├── magnify.c │ ├── mirror.c │ ├── motionblur.c │ ├── motiondetect.c │ ├── oldmovie.c │ ├── opencv_example.cpp │ ├── opencv_wrapper.c │ ├── posterize.c │ ├── postproc.c │ ├── psychedelic.c │ ├── puzzle.c │ ├── puzzle.h │ ├── puzzle_bezier.c │ ├── puzzle_bezier.h │ ├── puzzle_lib.c │ ├── puzzle_lib.h │ ├── puzzle_mgt.c │ ├── puzzle_mgt.h │ ├── puzzle_pce.c │ ├── puzzle_pce.h │ ├── ripple.c │ ├── rotate.c │ ├── scale.c │ ├── scene.c │ ├── sepia.c │ ├── sharpen.c │ ├── transform.c │ ├── vhs.c │ └── wave.c ├── video_output │ ├── Makefile.am │ ├── README │ ├── aa.c │ ├── android │ │ ├── display.c │ │ ├── display.h │ │ ├── utils.c │ │ ├── utils.h │ │ └── window.c │ ├── caca.c │ ├── caopengllayer.m │ ├── decklink.cpp │ ├── drawable.c │ ├── evas.c │ ├── event_thread.c │ ├── event_thread.h │ ├── fb.c │ ├── flaschen.c │ ├── glx.c │ ├── ios.m │ ├── kva.c │ ├── macosx.m │ ├── opengl │ │ ├── converter.h │ │ ├── converter_android.c │ │ ├── converter_cvpx.c │ │ ├── converter_sw.c │ │ ├── converter_vaapi.c │ │ ├── converter_vdpau.c │ │ ├── display.c │ │ ├── egl.c │ │ ├── fragment_shaders.c │ │ ├── internal.h │ │ ├── interop_dxva2.c │ │ ├── vout_helper.c │ │ └── vout_helper.h │ ├── vdummy.c │ ├── vmem.c │ ├── wayland │ │ ├── server-decoration.xml │ │ ├── shell.c │ │ ├── shm.c │ │ └── xdg-shell.c │ ├── win32 │ │ ├── builtin_shaders.h │ │ ├── common.c │ │ ├── common.h │ │ ├── d3d11_quad.c │ │ ├── d3d11_quad.h │ │ ├── d3d11_scaler.cpp │ │ ├── d3d11_scaler.h │ │ ├── d3d11_shaders.c │ │ ├── d3d11_shaders.h │ │ ├── d3d11_tonemap.cpp │ │ ├── d3d11_tonemap.h │ │ ├── direct3d11.c │ │ ├── direct3d9.c │ │ ├── directdraw.c │ │ ├── events.c │ │ ├── events.h │ │ ├── glwin32.c │ │ ├── inhibit.c │ │ ├── sensors.cpp │ │ ├── wgl.c │ │ ├── win32touch.c │ │ ├── win32touch.h │ │ └── wingdi.c │ ├── xcb │ │ ├── events.c │ │ ├── events.h │ │ ├── keys.c │ │ ├── keysym.h │ │ ├── pictures.c │ │ ├── pictures.h │ │ ├── window.c │ │ ├── x11.c │ │ ├── xcb_keysym.h │ │ └── xvideo.c │ └── yuv.c ├── video_splitter │ ├── Makefile.am │ ├── clone.c │ ├── panoramix.c │ └── wall.c └── visualization │ ├── Makefile.am │ ├── cyclic_buffer.h │ ├── glspectrum.c │ ├── goom.c │ ├── projectm.cpp │ ├── visual │ ├── effects.c │ ├── fft.c │ ├── fft.h │ ├── visual.c │ ├── visual.h │ ├── window.c │ ├── window.h │ └── window_presets.h │ └── vsxu.cpp ├── po ├── LINGUAS ├── Makefile.in.in ├── Makevars ├── POTFILES.in ├── Rules-quot ├── ach.gmo ├── ach.po ├── af.gmo ├── af.po ├── am.gmo ├── am.po ├── am_ET.gmo ├── am_ET.po ├── an.gmo ├── an.po ├── ar.gmo ├── ar.po ├── as_IN.gmo ├── as_IN.po ├── ast.gmo ├── ast.po ├── be.gmo ├── be.po ├── bg.gmo ├── bg.po ├── bn.gmo ├── bn.po ├── bn_IN.gmo ├── bn_IN.po ├── boldquot.sed ├── br.gmo ├── br.po ├── brx.gmo ├── brx.po ├── bs.gmo ├── bs.po ├── ca.gmo ├── ca.po ├── ca@valencia.gmo ├── ca@valencia.po ├── cgg.gmo ├── cgg.po ├── co.gmo ├── co.po ├── cs.gmo ├── cs.po ├── cy.gmo ├── cy.po ├── da.gmo ├── da.po ├── de.gmo ├── de.po ├── el.gmo ├── el.po ├── en@boldquot.header ├── en@quot.header ├── en_GB.gmo ├── en_GB.po ├── eo.gmo ├── eo.po ├── es.gmo ├── es.po ├── es_MX.gmo ├── es_MX.po ├── et.gmo ├── et.po ├── eu.gmo ├── eu.po ├── fa.gmo ├── fa.po ├── ff.gmo ├── ff.po ├── fi.gmo ├── fi.po ├── fr.gmo ├── fr.po ├── fur.gmo ├── fur.po ├── fy.gmo ├── fy.po ├── ga.gmo ├── ga.po ├── gd.gmo ├── gd.po ├── gl.gmo ├── gl.po ├── gu.gmo ├── gu.po ├── he.gmo ├── he.po ├── hi.gmo ├── hi.po ├── hr.gmo ├── hr.po ├── hu.gmo ├── hu.po ├── hy.gmo ├── hy.po ├── id.gmo ├── id.po ├── ie.gmo ├── ie.po ├── insert-header.sin ├── is.gmo ├── is.po ├── it.gmo ├── it.po ├── ja.gmo ├── ja.po ├── ka.gmo ├── ka.po ├── kab.gmo ├── kab.po ├── kk.gmo ├── kk.po ├── km.gmo ├── km.po ├── kn.gmo ├── kn.po ├── ko.gmo ├── ko.po ├── ks_IN.gmo ├── ks_IN.po ├── ku_IQ.gmo ├── ku_IQ.po ├── ky.gmo ├── ky.po ├── lg.gmo ├── lg.po ├── lo.gmo ├── lo.po ├── lt.gmo ├── lt.po ├── lv.gmo ├── lv.po ├── mai.gmo ├── mai.po ├── mk.gmo ├── mk.po ├── ml.gmo ├── ml.po ├── mn.gmo ├── mn.po ├── mr.gmo ├── mr.po ├── ms.gmo ├── ms.po ├── my.gmo ├── my.po ├── nb.gmo ├── nb.po ├── ne.gmo ├── ne.po ├── nl.gmo ├── nl.po ├── nn.gmo ├── nn.po ├── oc.gmo ├── oc.po ├── or_IN.gmo ├── or_IN.po ├── pa.gmo ├── pa.po ├── pl.gmo ├── pl.po ├── ps.gmo ├── ps.po ├── pt_BR.gmo ├── pt_BR.po ├── pt_PT.gmo ├── pt_PT.po ├── quot.sed ├── remove-potcdate.sin ├── ro.gmo ├── ro.po ├── ru.gmo ├── ru.po ├── si.gmo ├── si.po ├── sk.gmo ├── sk.po ├── sl.gmo ├── sl.po ├── sm.gmo ├── sm.po ├── sq.gmo ├── sq.po ├── sr.gmo ├── sr.po ├── stamp-po ├── sv.gmo ├── sv.po ├── sw.gmo ├── sw.po ├── ta.gmo ├── ta.po ├── te.gmo ├── te.po ├── th.gmo ├── th.po ├── tr.gmo ├── tr.po ├── tt.gmo ├── tt.po ├── ug.gmo ├── ug.po ├── uk.gmo ├── uk.po ├── uz.gmo ├── uz.po ├── vi.gmo ├── vi.po ├── vlc.pot ├── wa.gmo ├── wa.po ├── zh_CN.gmo ├── zh_CN.po ├── zh_TW.gmo ├── zh_TW.po ├── zu.gmo └── zu.po ├── share ├── Info.plist.in ├── Makefile.am ├── Makefile.in ├── hrtfs │ └── dodeca_and_7channel_3DSL_HRTF.sofa ├── icons │ ├── 128x128 │ │ ├── vlc-kb.png │ │ ├── vlc-xmas.png │ │ └── vlc.png │ ├── 16x16 │ │ ├── vlc.png │ │ └── vlc.xpm │ ├── 256x256 │ │ └── vlc.png │ ├── 32x32 │ │ ├── vlc-xmas.xpm │ │ ├── vlc.png │ │ └── vlc.xpm │ ├── 48x48 │ │ ├── vlc-xmas.png │ │ └── vlc.png │ └── vlc.ico ├── lua │ ├── README.txt │ ├── extensions │ │ ├── README.txt │ │ └── VLSub.lua │ ├── http │ │ ├── css │ │ │ ├── main.css │ │ │ ├── mobile.css │ │ │ └── ui-lightness │ │ │ │ ├── images │ │ │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ │ │ ├── ui-bg_highlight-soft_100_eeeeee_1x100.png │ │ │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ ├── ui-icons_228ef1_256x240.png │ │ │ │ ├── ui-icons_ef8c08_256x240.png │ │ │ │ ├── ui-icons_ffd27a_256x240.png │ │ │ │ └── ui-icons_ffffff_256x240.png │ │ │ │ └── jquery-ui-1.8.13.custom.css │ │ ├── custom.lua │ │ ├── dialogs │ │ │ ├── batch_window.html │ │ │ ├── browse_window.html │ │ │ ├── create_stream.html │ │ │ ├── equalizer_window.html │ │ │ ├── error_window.html │ │ │ ├── mosaic_window.html │ │ │ ├── offset_window.html │ │ │ ├── stream_config_window.html │ │ │ └── stream_window.html │ │ ├── favicon.ico │ │ ├── images │ │ │ ├── Audio-48.png │ │ │ ├── Back-48.png │ │ │ ├── Folder-48.png │ │ │ ├── Other-48.png │ │ │ ├── Video-48.png │ │ │ ├── buttons.png │ │ │ ├── speaker-32.png │ │ │ ├── vlc-48.png │ │ │ └── vlc16x16.png │ │ ├── index.html │ │ ├── js │ │ │ ├── common.js │ │ │ ├── controllers.js │ │ │ ├── jquery.jstree.js │ │ │ └── ui.js │ │ ├── mobile.html │ │ ├── mobile_browse.html │ │ ├── mobile_equalizer.html │ │ ├── mobile_view.html │ │ ├── requests │ │ │ ├── README.txt │ │ │ ├── browse.json │ │ │ ├── browse.xml │ │ │ ├── playlist.json │ │ │ ├── playlist.xml │ │ │ ├── playlist_jstree.xml │ │ │ ├── status.json │ │ │ ├── status.xml │ │ │ ├── vlm.xml │ │ │ └── vlm_cmd.xml │ │ ├── view.html │ │ ├── vlm.html │ │ └── vlm_export.html │ ├── intf │ │ ├── README.txt │ │ ├── cli.lua │ │ ├── dummy.lua │ │ ├── dumpmeta.lua │ │ ├── http.lua │ │ ├── luac.lua │ │ ├── modules │ │ │ ├── host.lua │ │ │ └── httprequests.lua │ │ └── telnet.lua │ ├── meta │ │ ├── README.txt │ │ ├── art │ │ │ ├── 00_musicbrainz.lua │ │ │ ├── 01_googleimage.lua │ │ │ ├── 02_frenchtv.lua │ │ │ ├── 03_lastfm.lua │ │ │ └── README.txt │ │ ├── fetcher │ │ │ └── README.txt │ │ └── reader │ │ │ ├── README.txt │ │ │ └── filename.lua │ ├── modules │ │ ├── common.lua │ │ ├── dkjson.lua │ │ ├── sandbox.lua │ │ └── simplexml.lua │ ├── playlist │ │ ├── README.txt │ │ ├── anevia_streams.lua │ │ ├── anevia_xml.lua │ │ ├── appletrailers.lua │ │ ├── bbc_co_uk.lua │ │ ├── break.lua │ │ ├── cue.lua │ │ ├── dailymotion.lua │ │ ├── extreme.lua │ │ ├── france2.lua │ │ ├── jamendo.lua │ │ ├── katsomo.lua │ │ ├── koreus.lua │ │ ├── lelombrik.lua │ │ ├── liveleak.lua │ │ ├── metacafe.lua │ │ ├── mpora.lua │ │ ├── newgrounds.lua │ │ ├── pinkbike.lua │ │ ├── rockbox_fm_presets.lua │ │ ├── soundcloud.lua │ │ ├── twitch.lua │ │ ├── vimeo.lua │ │ ├── vocaroo.lua │ │ ├── youtube.lua │ │ └── zapiks.lua │ └── sd │ │ ├── README.txt │ │ ├── fmc.lua │ │ ├── icast.lua │ │ ├── icecast.lua │ │ └── jamendo.lua ├── skins2 │ ├── default │ │ ├── subX │ │ │ ├── about.png │ │ │ ├── eq.png │ │ │ ├── font.otf │ │ │ ├── main.png │ │ │ ├── pl.png │ │ │ ├── playtreeglyphs.png │ │ │ ├── sysbuttons.png │ │ │ ├── vol_anim.png │ │ │ └── vol_slider.png │ │ └── theme.xml │ ├── fonts │ │ ├── FreeSans.ttf │ │ └── FreeSansBold.ttf │ ├── skin.catalog │ ├── skin.dtd │ └── winamp2.xml ├── solid │ ├── vlc-openbd.desktop │ ├── vlc-opencda.desktop │ ├── vlc-opendvd.desktop │ └── vlc-openvcd.desktop ├── utils │ ├── audio-vlc-default.sh │ ├── gnome-vlc-default.sh │ └── video-vlc-default.sh ├── vlc.appdata.xml.in.in ├── vlc.desktop.in ├── vlc.desktop.mimetypes └── vlc512x512.png ├── src ├── Makefile.am ├── Makefile.in ├── android │ ├── error.c │ ├── specific.c │ └── thread.c ├── audio_output │ ├── aout_internal.h │ ├── common.c │ ├── dec.c │ ├── filters.c │ ├── output.c │ └── volume.c ├── check_headers ├── check_symbols ├── config │ ├── chain.c │ ├── cmdline.c │ ├── configuration.h │ ├── core.c │ ├── file.c │ ├── getopt.c │ ├── help.c │ ├── intf.c │ └── vlc_getopt.h ├── darwin │ ├── dirs.c │ ├── error.c │ ├── netconf.c │ ├── specific.c │ └── thread.c ├── extras │ └── libc.c ├── input │ ├── access.c │ ├── clock.c │ ├── clock.h │ ├── control.c │ ├── decoder.c │ ├── decoder.h │ ├── demux.c │ ├── demux.h │ ├── demux_chained.c │ ├── es_out.c │ ├── es_out.h │ ├── es_out_timeshift.c │ ├── es_out_timeshift.h │ ├── event.c │ ├── event.h │ ├── info.h │ ├── input.c │ ├── input_interface.h │ ├── input_internal.h │ ├── item.c │ ├── item.h │ ├── meta.c │ ├── mrl_helpers.h │ ├── resource.c │ ├── resource.h │ ├── services_discovery.c │ ├── stats.c │ ├── stream.c │ ├── stream.h │ ├── stream_extractor.c │ ├── stream_fifo.c │ ├── stream_filter.c │ ├── stream_memory.c │ ├── subtitles.c │ ├── var.c │ ├── vlm.c │ ├── vlm_event.c │ ├── vlm_event.h │ ├── vlm_internal.h │ └── vlmshell.c ├── interface │ ├── dialog.c │ └── interface.c ├── libvlc-module.c ├── libvlc.c ├── libvlc.h ├── libvlc_win32_rc.rc.in ├── libvlccore.sym ├── linux │ ├── cpu.c │ ├── dirs.c │ ├── getaddrinfo.c │ └── thread.c ├── misc │ ├── actions.c │ ├── addons.c │ ├── background_worker.c │ ├── background_worker.h │ ├── block.c │ ├── cpu.c │ ├── epg.c │ ├── error.c │ ├── es_format.c │ ├── events.c │ ├── exit.c │ ├── fifo.c │ ├── filter.c │ ├── filter_chain.c │ ├── fingerprinter.c │ ├── fourcc.c │ ├── fourcc_gen.c │ ├── fourcc_list.h │ ├── httpcookies.c │ ├── image.c │ ├── interrupt.c │ ├── interrupt.h │ ├── keystore.c │ ├── md5.c │ ├── messages.c │ ├── mime.c │ ├── mtime.c │ ├── objects.c │ ├── objres.c │ ├── picture.c │ ├── picture.h │ ├── picture_fifo.c │ ├── picture_pool.c │ ├── probe.c │ ├── rand.c │ ├── renderer_discovery.c │ ├── subpicture.c │ ├── subpicture.h │ ├── text_style.c │ ├── threads.c │ ├── update.c │ ├── update.h │ ├── update_crypto.c │ ├── variables.c │ ├── variables.h │ └── xml.c ├── missing.c ├── modules │ ├── bank.c │ ├── cache.c │ ├── entry.c │ ├── modules.c │ ├── modules.h │ └── textdomain.c ├── network │ ├── getaddrinfo.c │ ├── http_auth.c │ ├── httpd.c │ ├── io.c │ ├── rootbind.c │ ├── tcp.c │ ├── tls.c │ └── udp.c ├── os2 │ ├── dirs.c │ ├── filesystem.c │ ├── getaddrinfo.c │ ├── netconf.c │ ├── plugin.c │ ├── rand.c │ ├── specific.c │ └── thread.c ├── playlist │ ├── aout.c │ ├── art.c │ ├── art.h │ ├── control.c │ ├── engine.c │ ├── fetcher.c │ ├── fetcher.h │ ├── item.c │ ├── loadsave.c │ ├── playlist_internal.h │ ├── preparser.c │ ├── preparser.h │ ├── renderer.c │ ├── search.c │ ├── services_discovery.c │ ├── sort.c │ ├── thread.c │ └── tree.c ├── posix │ ├── dirs.c │ ├── error.c │ ├── filesystem.c │ ├── getaddrinfo.c │ ├── netconf.c │ ├── plugin.c │ ├── rand.c │ ├── specific.c │ ├── thread.c │ └── timer.c ├── revision.c ├── revision.txt ├── stream_output │ ├── sap.c │ ├── sdp.c │ ├── stream_output.c │ └── stream_output.h ├── test │ ├── block_test.c │ ├── dictionary.c │ ├── headers.c │ ├── i18n_atof.c │ ├── interrupt.c │ ├── md5.c │ ├── mrl_helpers.c │ ├── picture_pool.c │ ├── sort.c │ ├── timer.c │ ├── url.c │ ├── utf8.c │ └── xmlent.c ├── text │ ├── charset.c │ ├── filesystem.c │ ├── iso-639_def.h │ ├── iso_lang.c │ ├── memstream.c │ ├── strings.c │ ├── unicode.c │ └── url.c ├── version.c ├── video_output │ ├── chrono.h │ ├── control.c │ ├── control.h │ ├── display.c │ ├── display.h │ ├── event.h │ ├── inhibit.c │ ├── inhibit.h │ ├── interlacing.c │ ├── interlacing.h │ ├── opengl.c │ ├── snapshot.c │ ├── snapshot.h │ ├── statistic.h │ ├── video_epg.c │ ├── video_output.c │ ├── video_text.c │ ├── video_widgets.c │ ├── vout_control.h │ ├── vout_internal.h │ ├── vout_intf.c │ ├── vout_spuregion_helper.h │ ├── vout_subpictures.c │ ├── vout_wrapper.c │ ├── window.c │ └── window.h ├── vlc-plugin.pc.in └── win32 │ ├── dirs.c │ ├── error.c │ ├── filesystem.c │ ├── mta_holder.h │ ├── netconf.c │ ├── plugin.c │ ├── rand.c │ ├── specific.c │ ├── thread.c │ ├── timer.c │ └── winsock.c └── test ├── Makefile.am ├── Makefile.in ├── TODO ├── check_POTFILES.sh ├── iosvlc.m ├── libvlc ├── core.c ├── equalizer.c ├── libvlc_additions.h ├── media.c ├── media_discoverer.c ├── media_list.c ├── media_list_player.c ├── media_player.c ├── meta.c ├── renderer_discoverer.c ├── slaves.c └── test.h ├── modules ├── keystore │ └── test.c ├── lua │ └── telnet.sh ├── misc │ └── tls.c └── packetizer │ └── hxxx.c ├── run_vlc.sh ├── samples ├── certs │ └── certkey.pem ├── empty.voc ├── image.jpg ├── slaves │ ├── lt-test.srt │ ├── nomatch.srt │ ├── t.mp4 │ ├── test.aac │ ├── test.mp4 │ └── test.rt.srt └── subitems │ ├── directory │ └── .keep │ ├── file.jpg │ ├── file.mkv │ ├── file.mp3 │ ├── file.png │ └── file.ts ├── src ├── config │ └── chain.c ├── crypto │ └── update.c ├── input │ ├── common.c │ ├── common.h │ ├── decoder.c │ ├── decoder.h │ ├── demux-run.c │ ├── demux-run.h │ ├── stream.c │ └── stream_fifo.c ├── interface │ └── dialog.c └── misc │ ├── bits.c │ ├── epg.c │ ├── keystore.c │ └── variables.c ├── vlc-demux-libfuzzer.c └── vlc-demux-run.c /ABOUT-NLS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/ABOUT-NLS -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/AUTHORS -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/COPYING -------------------------------------------------------------------------------- /COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/COPYING.LIB -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/ChangeLog -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/INSTALL -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/Makefile.am -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/Makefile.in -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/NEWS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/README -------------------------------------------------------------------------------- /THANKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/THANKS -------------------------------------------------------------------------------- /aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/aclocal.m4 -------------------------------------------------------------------------------- /autotools/compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/autotools/compile -------------------------------------------------------------------------------- /autotools/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/autotools/config.guess -------------------------------------------------------------------------------- /autotools/config.rpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/autotools/config.rpath -------------------------------------------------------------------------------- /autotools/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/autotools/config.sub -------------------------------------------------------------------------------- /autotools/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/autotools/depcomp -------------------------------------------------------------------------------- /autotools/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/autotools/install-sh -------------------------------------------------------------------------------- /autotools/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/autotools/ltmain.sh -------------------------------------------------------------------------------- /autotools/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/autotools/missing -------------------------------------------------------------------------------- /autotools/test-driver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/autotools/test-driver -------------------------------------------------------------------------------- /autotools/ylwrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/autotools/ylwrap -------------------------------------------------------------------------------- /bin/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bin/Makefile.am -------------------------------------------------------------------------------- /bin/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bin/Makefile.in -------------------------------------------------------------------------------- /bin/breakpad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bin/breakpad.cpp -------------------------------------------------------------------------------- /bin/cachegen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bin/cachegen.c -------------------------------------------------------------------------------- /bin/darwinvlc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bin/darwinvlc.m -------------------------------------------------------------------------------- /bin/override.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bin/override.c -------------------------------------------------------------------------------- /bin/rootwrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bin/rootwrap.c -------------------------------------------------------------------------------- /bin/vlc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bin/vlc.c -------------------------------------------------------------------------------- /bin/vlc_win32_rc.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bin/vlc_win32_rc.rc.in -------------------------------------------------------------------------------- /bin/winvlc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bin/winvlc.c -------------------------------------------------------------------------------- /bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/bootstrap -------------------------------------------------------------------------------- /compat/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/Makefile.am -------------------------------------------------------------------------------- /compat/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/Makefile.in -------------------------------------------------------------------------------- /compat/aligned_alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/aligned_alloc.c -------------------------------------------------------------------------------- /compat/asprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/asprintf.c -------------------------------------------------------------------------------- /compat/atof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/atof.c -------------------------------------------------------------------------------- /compat/atoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/atoll.c -------------------------------------------------------------------------------- /compat/dirfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/dirfd.c -------------------------------------------------------------------------------- /compat/dummy.c: -------------------------------------------------------------------------------- 1 | /* Intentionally left empty */ 2 | -------------------------------------------------------------------------------- /compat/fdopendir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/fdopendir.c -------------------------------------------------------------------------------- /compat/ffsll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/ffsll.c -------------------------------------------------------------------------------- /compat/flockfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/flockfile.c -------------------------------------------------------------------------------- /compat/freeaddrinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/freeaddrinfo.c -------------------------------------------------------------------------------- /compat/fsync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/fsync.c -------------------------------------------------------------------------------- /compat/gai_strerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/gai_strerror.c -------------------------------------------------------------------------------- /compat/getdelim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/getdelim.c -------------------------------------------------------------------------------- /compat/getpid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/getpid.c -------------------------------------------------------------------------------- /compat/gettimeofday.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/gettimeofday.c -------------------------------------------------------------------------------- /compat/gmtime_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/gmtime_r.c -------------------------------------------------------------------------------- /compat/inet_pton.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/inet_pton.c -------------------------------------------------------------------------------- /compat/lfind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/lfind.c -------------------------------------------------------------------------------- /compat/lldiv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/lldiv.c -------------------------------------------------------------------------------- /compat/localtime_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/localtime_r.c -------------------------------------------------------------------------------- /compat/memrchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/memrchr.c -------------------------------------------------------------------------------- /compat/nrand48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/nrand48.c -------------------------------------------------------------------------------- /compat/pathconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/pathconf.c -------------------------------------------------------------------------------- /compat/poll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/poll.c -------------------------------------------------------------------------------- /compat/realpath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/realpath.c -------------------------------------------------------------------------------- /compat/recvmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/recvmsg.c -------------------------------------------------------------------------------- /compat/rewind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/rewind.c -------------------------------------------------------------------------------- /compat/sendmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/sendmsg.c -------------------------------------------------------------------------------- /compat/setenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/setenv.c -------------------------------------------------------------------------------- /compat/sigwait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/sigwait.c -------------------------------------------------------------------------------- /compat/sincos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/sincos.c -------------------------------------------------------------------------------- /compat/strcasecmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strcasecmp.c -------------------------------------------------------------------------------- /compat/strcasestr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strcasestr.c -------------------------------------------------------------------------------- /compat/strdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strdup.c -------------------------------------------------------------------------------- /compat/strlcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strlcpy.c -------------------------------------------------------------------------------- /compat/strndup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strndup.c -------------------------------------------------------------------------------- /compat/strnlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strnlen.c -------------------------------------------------------------------------------- /compat/strnstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strnstr.c -------------------------------------------------------------------------------- /compat/strsep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strsep.c -------------------------------------------------------------------------------- /compat/strtof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strtof.c -------------------------------------------------------------------------------- /compat/strtok_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strtok_r.c -------------------------------------------------------------------------------- /compat/strtoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strtoll.c -------------------------------------------------------------------------------- /compat/strverscmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/strverscmp.c -------------------------------------------------------------------------------- /compat/swab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/swab.c -------------------------------------------------------------------------------- /compat/tdestroy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/tdestroy.c -------------------------------------------------------------------------------- /compat/test/strnstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/test/strnstr.c -------------------------------------------------------------------------------- /compat/tfind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/tfind.c -------------------------------------------------------------------------------- /compat/timegm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/timegm.c -------------------------------------------------------------------------------- /compat/timespec_get.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/timespec_get.c -------------------------------------------------------------------------------- /compat/vasprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/compat/vasprintf.c -------------------------------------------------------------------------------- /config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/config.h.in -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/configure -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/configure.ac -------------------------------------------------------------------------------- /contrib/bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/contrib/bootstrap -------------------------------------------------------------------------------- /contrib/src/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/contrib/src/README -------------------------------------------------------------------------------- /contrib/src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/contrib/src/README.md -------------------------------------------------------------------------------- /contrib/src/get-arch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/contrib/src/get-arch.sh -------------------------------------------------------------------------------- /contrib/src/help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/contrib/src/help.txt -------------------------------------------------------------------------------- /contrib/src/main.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/contrib/src/main.mak -------------------------------------------------------------------------------- /contrib/src/qt/rules.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/contrib/src/qt/rules.mak -------------------------------------------------------------------------------- /debian/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/.gitignore -------------------------------------------------------------------------------- /debian/bug-control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/bug-control -------------------------------------------------------------------------------- /debian/bug-presubj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/bug-presubj -------------------------------------------------------------------------------- /debian/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/changelog -------------------------------------------------------------------------------- /debian/clean: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/clean -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/control -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/copyright -------------------------------------------------------------------------------- /debian/filter-plugin.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/filter-plugin.py -------------------------------------------------------------------------------- /debian/gbp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/gbp.conf -------------------------------------------------------------------------------- /debian/libvlc5.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/libvlc5.install -------------------------------------------------------------------------------- /debian/libvlc5.symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/libvlc5.symbols -------------------------------------------------------------------------------- /debian/patches/series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/patches/series -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/rules -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /debian/source_vlc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/source_vlc.py -------------------------------------------------------------------------------- /debian/tests/control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/tests/control -------------------------------------------------------------------------------- /debian/tests/vlc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/tests/vlc -------------------------------------------------------------------------------- /debian/tests/vlc-all: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/tests/vlc-all -------------------------------------------------------------------------------- /debian/tests/vlc-bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/tests/vlc-bin -------------------------------------------------------------------------------- /debian/upstream/metadata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/upstream/metadata -------------------------------------------------------------------------------- /debian/vlc-bin.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/vlc-bin.install -------------------------------------------------------------------------------- /debian/vlc-bin.links: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/vlc-bin.links -------------------------------------------------------------------------------- /debian/vlc-data.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/vlc-data.install -------------------------------------------------------------------------------- /debian/vlc-l10n.install: -------------------------------------------------------------------------------- 1 | usr/share/locale 2 | -------------------------------------------------------------------------------- /debian/vlc-plugin-video-splitter.install: -------------------------------------------------------------------------------- 1 | usr/lib/*/vlc/plugins/video_splitter 2 | -------------------------------------------------------------------------------- /debian/vlc-plugin-visualization.install: -------------------------------------------------------------------------------- 1 | usr/lib/*/vlc/plugins/visualization 2 | -------------------------------------------------------------------------------- /debian/vlc.docs: -------------------------------------------------------------------------------- 1 | AUTHORS 2 | README 3 | THANKS 4 | -------------------------------------------------------------------------------- /debian/vlc.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/vlc.install -------------------------------------------------------------------------------- /debian/vlc.mime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/vlc.mime -------------------------------------------------------------------------------- /debian/watch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/debian/watch -------------------------------------------------------------------------------- /doc/ChangeLog-1999: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-1999 -------------------------------------------------------------------------------- /doc/ChangeLog-2000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2000 -------------------------------------------------------------------------------- /doc/ChangeLog-2001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2001 -------------------------------------------------------------------------------- /doc/ChangeLog-2002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2002 -------------------------------------------------------------------------------- /doc/ChangeLog-2003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2003 -------------------------------------------------------------------------------- /doc/ChangeLog-2004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2004 -------------------------------------------------------------------------------- /doc/ChangeLog-2005: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2005 -------------------------------------------------------------------------------- /doc/ChangeLog-2006: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2006 -------------------------------------------------------------------------------- /doc/ChangeLog-2007: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2007 -------------------------------------------------------------------------------- /doc/ChangeLog-2008: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2008 -------------------------------------------------------------------------------- /doc/ChangeLog-2009: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2009 -------------------------------------------------------------------------------- /doc/ChangeLog-2010: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2010 -------------------------------------------------------------------------------- /doc/ChangeLog-2011: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2011 -------------------------------------------------------------------------------- /doc/ChangeLog-2012: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2012 -------------------------------------------------------------------------------- /doc/ChangeLog-2013: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2013 -------------------------------------------------------------------------------- /doc/ChangeLog-2014: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2014 -------------------------------------------------------------------------------- /doc/ChangeLog-2015: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2015 -------------------------------------------------------------------------------- /doc/ChangeLog-2016: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2016 -------------------------------------------------------------------------------- /doc/ChangeLog-2017: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2017 -------------------------------------------------------------------------------- /doc/ChangeLog-2018: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2018 -------------------------------------------------------------------------------- /doc/ChangeLog-2019: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2019 -------------------------------------------------------------------------------- /doc/ChangeLog-2020: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2020 -------------------------------------------------------------------------------- /doc/ChangeLog-2021: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2021 -------------------------------------------------------------------------------- /doc/ChangeLog-2022: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2022 -------------------------------------------------------------------------------- /doc/ChangeLog-2023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2023 -------------------------------------------------------------------------------- /doc/ChangeLog-2024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/ChangeLog-2024 -------------------------------------------------------------------------------- /doc/Doxyfile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/Doxyfile.in -------------------------------------------------------------------------------- /doc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/Makefile.am -------------------------------------------------------------------------------- /doc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/Makefile.in -------------------------------------------------------------------------------- /doc/demo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/demo.sh -------------------------------------------------------------------------------- /doc/fortunes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/fortunes.txt -------------------------------------------------------------------------------- /doc/libvlc/gtk_player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/libvlc/gtk_player.c -------------------------------------------------------------------------------- /doc/libvlc/vlc-thumb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/libvlc/vlc-thumb.c -------------------------------------------------------------------------------- /doc/libvlc/win_player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/libvlc/win_player.c -------------------------------------------------------------------------------- /doc/libvlc/wx_player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/libvlc/wx_player.cpp -------------------------------------------------------------------------------- /doc/lirc/example.lircrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/lirc/example.lircrc -------------------------------------------------------------------------------- /doc/release-howto.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/release-howto.txt -------------------------------------------------------------------------------- /doc/strings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/strings.txt -------------------------------------------------------------------------------- /doc/translations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/translations.txt -------------------------------------------------------------------------------- /doc/vlc-wrapper.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/vlc-wrapper.1 -------------------------------------------------------------------------------- /doc/vlc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/doc/vlc.1 -------------------------------------------------------------------------------- /extras/analyser/vlc.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/extras/analyser/vlc.vim -------------------------------------------------------------------------------- /extras/analyser/zsh.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/extras/analyser/zsh.cpp -------------------------------------------------------------------------------- /extras/misc/mpris.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/extras/misc/mpris.py -------------------------------------------------------------------------------- /extras/misc/mpris.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/extras/misc/mpris.xml -------------------------------------------------------------------------------- /extras/package/npapi.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/extras/package/npapi.am -------------------------------------------------------------------------------- /extras/tools/SHA512SUMS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/extras/tools/SHA512SUMS -------------------------------------------------------------------------------- /extras/tools/bootstrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/extras/tools/bootstrap -------------------------------------------------------------------------------- /extras/tools/tools.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/extras/tools/tools.mak -------------------------------------------------------------------------------- /include/vlc/deprecated.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc/deprecated.h -------------------------------------------------------------------------------- /include/vlc/libvlc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc/libvlc.h -------------------------------------------------------------------------------- /include/vlc/libvlc_vlm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc/libvlc_vlm.h -------------------------------------------------------------------------------- /include/vlc/vlc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc/vlc.h -------------------------------------------------------------------------------- /include/vlc_access.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_access.h -------------------------------------------------------------------------------- /include/vlc_actions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_actions.h -------------------------------------------------------------------------------- /include/vlc_addons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_addons.h -------------------------------------------------------------------------------- /include/vlc_aout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_aout.h -------------------------------------------------------------------------------- /include/vlc_arrays.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_arrays.h -------------------------------------------------------------------------------- /include/vlc_atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_atomic.h -------------------------------------------------------------------------------- /include/vlc_avcodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_avcodec.h -------------------------------------------------------------------------------- /include/vlc_bits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_bits.h -------------------------------------------------------------------------------- /include/vlc_block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_block.h -------------------------------------------------------------------------------- /include/vlc_boxes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_boxes.h -------------------------------------------------------------------------------- /include/vlc_charset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_charset.h -------------------------------------------------------------------------------- /include/vlc_codec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_codec.h -------------------------------------------------------------------------------- /include/vlc_codecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_codecs.h -------------------------------------------------------------------------------- /include/vlc_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_common.h -------------------------------------------------------------------------------- /include/vlc_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_config.h -------------------------------------------------------------------------------- /include/vlc_config_cat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_config_cat.h -------------------------------------------------------------------------------- /include/vlc_cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_cpu.h -------------------------------------------------------------------------------- /include/vlc_demux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_demux.h -------------------------------------------------------------------------------- /include/vlc_dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_dialog.h -------------------------------------------------------------------------------- /include/vlc_epg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_epg.h -------------------------------------------------------------------------------- /include/vlc_es.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_es.h -------------------------------------------------------------------------------- /include/vlc_es_out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_es_out.h -------------------------------------------------------------------------------- /include/vlc_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_events.h -------------------------------------------------------------------------------- /include/vlc_extensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_extensions.h -------------------------------------------------------------------------------- /include/vlc_filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_filter.h -------------------------------------------------------------------------------- /include/vlc_fixups.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_fixups.h -------------------------------------------------------------------------------- /include/vlc_fourcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_fourcc.h -------------------------------------------------------------------------------- /include/vlc_fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_fs.h -------------------------------------------------------------------------------- /include/vlc_gcrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_gcrypt.h -------------------------------------------------------------------------------- /include/vlc_http.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_http.h -------------------------------------------------------------------------------- /include/vlc_httpd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_httpd.h -------------------------------------------------------------------------------- /include/vlc_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_image.h -------------------------------------------------------------------------------- /include/vlc_inhibit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_inhibit.h -------------------------------------------------------------------------------- /include/vlc_input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_input.h -------------------------------------------------------------------------------- /include/vlc_input_item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_input_item.h -------------------------------------------------------------------------------- /include/vlc_interface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_interface.h -------------------------------------------------------------------------------- /include/vlc_interrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_interrupt.h -------------------------------------------------------------------------------- /include/vlc_iso_lang.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_iso_lang.h -------------------------------------------------------------------------------- /include/vlc_keystore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_keystore.h -------------------------------------------------------------------------------- /include/vlc_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_main.h -------------------------------------------------------------------------------- /include/vlc_md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_md5.h -------------------------------------------------------------------------------- /include/vlc_memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_memory.h -------------------------------------------------------------------------------- /include/vlc_memstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_memstream.h -------------------------------------------------------------------------------- /include/vlc_messages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_messages.h -------------------------------------------------------------------------------- /include/vlc_meta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_meta.h -------------------------------------------------------------------------------- /include/vlc_mime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_mime.h -------------------------------------------------------------------------------- /include/vlc_modules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_modules.h -------------------------------------------------------------------------------- /include/vlc_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_mouse.h -------------------------------------------------------------------------------- /include/vlc_mtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_mtime.h -------------------------------------------------------------------------------- /include/vlc_network.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_network.h -------------------------------------------------------------------------------- /include/vlc_objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_objects.h -------------------------------------------------------------------------------- /include/vlc_opengl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_opengl.h -------------------------------------------------------------------------------- /include/vlc_pgpkey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_pgpkey.h -------------------------------------------------------------------------------- /include/vlc_picture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_picture.h -------------------------------------------------------------------------------- /include/vlc_playlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_playlist.h -------------------------------------------------------------------------------- /include/vlc_plugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_plugin.h -------------------------------------------------------------------------------- /include/vlc_probe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_probe.h -------------------------------------------------------------------------------- /include/vlc_rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_rand.h -------------------------------------------------------------------------------- /include/vlc_sout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_sout.h -------------------------------------------------------------------------------- /include/vlc_spu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_spu.h -------------------------------------------------------------------------------- /include/vlc_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_stream.h -------------------------------------------------------------------------------- /include/vlc_strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_strings.h -------------------------------------------------------------------------------- /include/vlc_subpicture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_subpicture.h -------------------------------------------------------------------------------- /include/vlc_text_style.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_text_style.h -------------------------------------------------------------------------------- /include/vlc_threads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_threads.h -------------------------------------------------------------------------------- /include/vlc_tls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_tls.h -------------------------------------------------------------------------------- /include/vlc_update.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_update.h -------------------------------------------------------------------------------- /include/vlc_url.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_url.h -------------------------------------------------------------------------------- /include/vlc_variables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_variables.h -------------------------------------------------------------------------------- /include/vlc_viewpoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_viewpoint.h -------------------------------------------------------------------------------- /include/vlc_vlm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_vlm.h -------------------------------------------------------------------------------- /include/vlc_vod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_vod.h -------------------------------------------------------------------------------- /include/vlc_vout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_vout.h -------------------------------------------------------------------------------- /include/vlc_vout_osd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_vout_osd.h -------------------------------------------------------------------------------- /include/vlc_xlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_xlib.h -------------------------------------------------------------------------------- /include/vlc_xml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/include/vlc_xml.h -------------------------------------------------------------------------------- /lib/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/Makefile.am -------------------------------------------------------------------------------- /lib/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/Makefile.in -------------------------------------------------------------------------------- /lib/audio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/audio.c -------------------------------------------------------------------------------- /lib/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/core.c -------------------------------------------------------------------------------- /lib/dialog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/dialog.c -------------------------------------------------------------------------------- /lib/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/error.c -------------------------------------------------------------------------------- /lib/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/event.c -------------------------------------------------------------------------------- /lib/libvlc.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/libvlc.pc.in -------------------------------------------------------------------------------- /lib/libvlc.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/libvlc.sym -------------------------------------------------------------------------------- /lib/libvlc_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/libvlc_internal.h -------------------------------------------------------------------------------- /lib/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/log.c -------------------------------------------------------------------------------- /lib/media.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/media.c -------------------------------------------------------------------------------- /lib/media_discoverer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/media_discoverer.c -------------------------------------------------------------------------------- /lib/media_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/media_internal.h -------------------------------------------------------------------------------- /lib/media_library.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/media_library.c -------------------------------------------------------------------------------- /lib/media_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/media_list.c -------------------------------------------------------------------------------- /lib/media_list_path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/media_list_path.h -------------------------------------------------------------------------------- /lib/media_list_player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/media_list_player.c -------------------------------------------------------------------------------- /lib/media_player.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/media_player.c -------------------------------------------------------------------------------- /lib/playlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/playlist.c -------------------------------------------------------------------------------- /lib/video.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/video.c -------------------------------------------------------------------------------- /lib/vlm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/lib/vlm.c -------------------------------------------------------------------------------- /m4/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/Makefile.am -------------------------------------------------------------------------------- /m4/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/Makefile.in -------------------------------------------------------------------------------- /m4/ax_append_flag.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/ax_append_flag.m4 -------------------------------------------------------------------------------- /m4/ax_require_defined.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/ax_require_defined.m4 -------------------------------------------------------------------------------- /m4/c11.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/c11.m4 -------------------------------------------------------------------------------- /m4/codeset.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/codeset.m4 -------------------------------------------------------------------------------- /m4/dolt.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/dolt.m4 -------------------------------------------------------------------------------- /m4/extern-inline.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/extern-inline.m4 -------------------------------------------------------------------------------- /m4/gettext.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/gettext.m4 -------------------------------------------------------------------------------- /m4/glibc2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/glibc2.m4 -------------------------------------------------------------------------------- /m4/glibc21.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/glibc21.m4 -------------------------------------------------------------------------------- /m4/iconv.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/iconv.m4 -------------------------------------------------------------------------------- /m4/intdiv0.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/intdiv0.m4 -------------------------------------------------------------------------------- /m4/intl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/intl.m4 -------------------------------------------------------------------------------- /m4/intldir.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/intldir.m4 -------------------------------------------------------------------------------- /m4/intlmacosx.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/intlmacosx.m4 -------------------------------------------------------------------------------- /m4/intmax.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/intmax.m4 -------------------------------------------------------------------------------- /m4/inttypes-pri.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/inttypes-pri.m4 -------------------------------------------------------------------------------- /m4/inttypes_h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/inttypes_h.m4 -------------------------------------------------------------------------------- /m4/lcmessage.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/lcmessage.m4 -------------------------------------------------------------------------------- /m4/lib-ld.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/lib-ld.m4 -------------------------------------------------------------------------------- /m4/lib-link.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/lib-link.m4 -------------------------------------------------------------------------------- /m4/lib-prefix.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/lib-prefix.m4 -------------------------------------------------------------------------------- /m4/libtool.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/libtool.m4 -------------------------------------------------------------------------------- /m4/lock.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/lock.m4 -------------------------------------------------------------------------------- /m4/longlong.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/longlong.m4 -------------------------------------------------------------------------------- /m4/ltoptions.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/ltoptions.m4 -------------------------------------------------------------------------------- /m4/ltsugar.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/ltsugar.m4 -------------------------------------------------------------------------------- /m4/ltversion.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/ltversion.m4 -------------------------------------------------------------------------------- /m4/lt~obsolete.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/lt~obsolete.m4 -------------------------------------------------------------------------------- /m4/nls.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/nls.m4 -------------------------------------------------------------------------------- /m4/po.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/po.m4 -------------------------------------------------------------------------------- /m4/printf-posix.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/printf-posix.m4 -------------------------------------------------------------------------------- /m4/progtest.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/progtest.m4 -------------------------------------------------------------------------------- /m4/size_max.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/size_max.m4 -------------------------------------------------------------------------------- /m4/stdcxx_11.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/stdcxx_11.m4 -------------------------------------------------------------------------------- /m4/stdint_h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/stdint_h.m4 -------------------------------------------------------------------------------- /m4/uintmax_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/uintmax_t.m4 -------------------------------------------------------------------------------- /m4/visibility.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/visibility.m4 -------------------------------------------------------------------------------- /m4/vlc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/vlc.m4 -------------------------------------------------------------------------------- /m4/wchar_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/wchar_t.m4 -------------------------------------------------------------------------------- /m4/wint_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/wint_t.m4 -------------------------------------------------------------------------------- /m4/with_pkg.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/with_pkg.m4 -------------------------------------------------------------------------------- /m4/xsize.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/m4/xsize.m4 -------------------------------------------------------------------------------- /make-alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/make-alias -------------------------------------------------------------------------------- /modules/MODULES_LIST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/MODULES_LIST -------------------------------------------------------------------------------- /modules/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/Makefile.am -------------------------------------------------------------------------------- /modules/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/Makefile.in -------------------------------------------------------------------------------- /modules/access/alsa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/alsa.c -------------------------------------------------------------------------------- /modules/access/avio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/avio.c -------------------------------------------------------------------------------- /modules/access/avio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/avio.h -------------------------------------------------------------------------------- /modules/access/bluray.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/bluray.c -------------------------------------------------------------------------------- /modules/access/cdda.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/cdda.c -------------------------------------------------------------------------------- /modules/access/concat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/concat.c -------------------------------------------------------------------------------- /modules/access/dc1394.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/dc1394.c -------------------------------------------------------------------------------- /modules/access/dsm/sd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/dsm/sd.c -------------------------------------------------------------------------------- /modules/access/dtv/dtv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/dtv/dtv.h -------------------------------------------------------------------------------- /modules/access/dv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/dv.c -------------------------------------------------------------------------------- /modules/access/dvb/dvb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/dvb/dvb.h -------------------------------------------------------------------------------- /modules/access/dvdnav.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/dvdnav.c -------------------------------------------------------------------------------- /modules/access/dvdread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/dvdread.c -------------------------------------------------------------------------------- /modules/access/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/file.c -------------------------------------------------------------------------------- /modules/access/fs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/fs.c -------------------------------------------------------------------------------- /modules/access/fs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/fs.h -------------------------------------------------------------------------------- /modules/access/ftp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/ftp.c -------------------------------------------------------------------------------- /modules/access/http.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/http.c -------------------------------------------------------------------------------- /modules/access/idummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/idummy.c -------------------------------------------------------------------------------- /modules/access/imem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/imem.c -------------------------------------------------------------------------------- /modules/access/jack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/jack.c -------------------------------------------------------------------------------- /modules/access/mms/asf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/mms/asf.c -------------------------------------------------------------------------------- /modules/access/mms/asf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/mms/asf.h -------------------------------------------------------------------------------- /modules/access/mms/mms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/mms/mms.c -------------------------------------------------------------------------------- /modules/access/mms/mms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/mms/mms.h -------------------------------------------------------------------------------- /modules/access/mtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/mtp.c -------------------------------------------------------------------------------- /modules/access/nfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/nfs.c -------------------------------------------------------------------------------- /modules/access/oss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/oss.c -------------------------------------------------------------------------------- /modules/access/pulse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/pulse.c -------------------------------------------------------------------------------- /modules/access/rdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/rdp.c -------------------------------------------------------------------------------- /modules/access/rist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/rist.c -------------------------------------------------------------------------------- /modules/access/rist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/rist.h -------------------------------------------------------------------------------- /modules/access/rtp/rtp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/rtp/rtp.c -------------------------------------------------------------------------------- /modules/access/rtp/rtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/rtp/rtp.h -------------------------------------------------------------------------------- /modules/access/satip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/satip.c -------------------------------------------------------------------------------- /modules/access/sdi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/sdi.c -------------------------------------------------------------------------------- /modules/access/sdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/sdi.h -------------------------------------------------------------------------------- /modules/access/sdp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/sdp.c -------------------------------------------------------------------------------- /modules/access/sftp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/sftp.c -------------------------------------------------------------------------------- /modules/access/shm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/shm.c -------------------------------------------------------------------------------- /modules/access/smb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/smb.c -------------------------------------------------------------------------------- /modules/access/smb2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/smb2.c -------------------------------------------------------------------------------- /modules/access/srt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/srt.c -------------------------------------------------------------------------------- /modules/access/tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/tcp.c -------------------------------------------------------------------------------- /modules/access/udp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/udp.c -------------------------------------------------------------------------------- /modules/access/vcd/vcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/vcd/vcd.c -------------------------------------------------------------------------------- /modules/access/vdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/vdr.c -------------------------------------------------------------------------------- /modules/access/vnc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/vnc.c -------------------------------------------------------------------------------- /modules/access/wasapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/access/wasapi.c -------------------------------------------------------------------------------- /modules/arm_neon/asm.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/arm_neon/asm.S -------------------------------------------------------------------------------- /modules/codec/a52.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/a52.c -------------------------------------------------------------------------------- /modules/codec/adpcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/adpcm.c -------------------------------------------------------------------------------- /modules/codec/aes3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/aes3.c -------------------------------------------------------------------------------- /modules/codec/aom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/aom.c -------------------------------------------------------------------------------- /modules/codec/araw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/araw.c -------------------------------------------------------------------------------- /modules/codec/atsc_a65.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/atsc_a65.c -------------------------------------------------------------------------------- /modules/codec/atsc_a65.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/atsc_a65.h -------------------------------------------------------------------------------- /modules/codec/bpg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/bpg.c -------------------------------------------------------------------------------- /modules/codec/cc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/cc.c -------------------------------------------------------------------------------- /modules/codec/cc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/cc.h -------------------------------------------------------------------------------- /modules/codec/cdg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/cdg.c -------------------------------------------------------------------------------- /modules/codec/cea708.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/cea708.c -------------------------------------------------------------------------------- /modules/codec/cea708.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/cea708.h -------------------------------------------------------------------------------- /modules/codec/cvdsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/cvdsub.c -------------------------------------------------------------------------------- /modules/codec/daala.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/daala.c -------------------------------------------------------------------------------- /modules/codec/dav1d.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/dav1d.c -------------------------------------------------------------------------------- /modules/codec/dca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/dca.c -------------------------------------------------------------------------------- /modules/codec/ddummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/ddummy.c -------------------------------------------------------------------------------- /modules/codec/dmo/dmo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/dmo/dmo.c -------------------------------------------------------------------------------- /modules/codec/dmo/dmo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/dmo/dmo.h -------------------------------------------------------------------------------- /modules/codec/dvbsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/dvbsub.c -------------------------------------------------------------------------------- /modules/codec/edummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/edummy.c -------------------------------------------------------------------------------- /modules/codec/faad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/faad.c -------------------------------------------------------------------------------- /modules/codec/fdkaac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/fdkaac.c -------------------------------------------------------------------------------- /modules/codec/flac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/flac.c -------------------------------------------------------------------------------- /modules/codec/g711.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/g711.c -------------------------------------------------------------------------------- /modules/codec/jpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/jpeg.c -------------------------------------------------------------------------------- /modules/codec/jpeg2000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/jpeg2000.h -------------------------------------------------------------------------------- /modules/codec/kate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/kate.c -------------------------------------------------------------------------------- /modules/codec/libass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/libass.c -------------------------------------------------------------------------------- /modules/codec/libmpeg2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/libmpeg2.c -------------------------------------------------------------------------------- /modules/codec/lpcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/lpcm.c -------------------------------------------------------------------------------- /modules/codec/mad.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/mad.c -------------------------------------------------------------------------------- /modules/codec/mft.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/mft.c -------------------------------------------------------------------------------- /modules/codec/mpg123.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/mpg123.c -------------------------------------------------------------------------------- /modules/codec/oggspots.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/oggspots.c -------------------------------------------------------------------------------- /modules/codec/opus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/opus.c -------------------------------------------------------------------------------- /modules/codec/png.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/png.c -------------------------------------------------------------------------------- /modules/codec/qsv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/qsv.c -------------------------------------------------------------------------------- /modules/codec/rawvideo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/rawvideo.c -------------------------------------------------------------------------------- /modules/codec/rtpvideo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/rtpvideo.c -------------------------------------------------------------------------------- /modules/codec/scte18.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/scte18.c -------------------------------------------------------------------------------- /modules/codec/scte18.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/scte18.h -------------------------------------------------------------------------------- /modules/codec/scte27.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/scte27.c -------------------------------------------------------------------------------- /modules/codec/shine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/shine.c -------------------------------------------------------------------------------- /modules/codec/spdif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/spdif.c -------------------------------------------------------------------------------- /modules/codec/speex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/speex.c -------------------------------------------------------------------------------- /modules/codec/stl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/stl.c -------------------------------------------------------------------------------- /modules/codec/subsdec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/subsdec.c -------------------------------------------------------------------------------- /modules/codec/substext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/substext.h -------------------------------------------------------------------------------- /modules/codec/substx3g.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/substx3g.c -------------------------------------------------------------------------------- /modules/codec/subsusf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/subsusf.c -------------------------------------------------------------------------------- /modules/codec/svcdsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/svcdsub.c -------------------------------------------------------------------------------- /modules/codec/svg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/svg.c -------------------------------------------------------------------------------- /modules/codec/synchro.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/synchro.c -------------------------------------------------------------------------------- /modules/codec/synchro.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/synchro.h -------------------------------------------------------------------------------- /modules/codec/t140.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/t140.c -------------------------------------------------------------------------------- /modules/codec/telx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/telx.c -------------------------------------------------------------------------------- /modules/codec/textst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/textst.c -------------------------------------------------------------------------------- /modules/codec/theora.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/theora.c -------------------------------------------------------------------------------- /modules/codec/twolame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/twolame.c -------------------------------------------------------------------------------- /modules/codec/vorbis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/vorbis.c -------------------------------------------------------------------------------- /modules/codec/vpx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/vpx.c -------------------------------------------------------------------------------- /modules/codec/vt_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/vt_utils.c -------------------------------------------------------------------------------- /modules/codec/vt_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/vt_utils.h -------------------------------------------------------------------------------- /modules/codec/x264.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/x264.c -------------------------------------------------------------------------------- /modules/codec/x265.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/x265.c -------------------------------------------------------------------------------- /modules/codec/xwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/xwd.c -------------------------------------------------------------------------------- /modules/codec/zvbi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/codec/zvbi.c -------------------------------------------------------------------------------- /modules/common.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/common.am -------------------------------------------------------------------------------- /modules/control/dummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/control/dummy.c -------------------------------------------------------------------------------- /modules/control/lirc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/control/lirc.c -------------------------------------------------------------------------------- /modules/control/motion.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/control/motion.c -------------------------------------------------------------------------------- /modules/control/oldrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/control/oldrc.c -------------------------------------------------------------------------------- /modules/demux/aiff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/aiff.c -------------------------------------------------------------------------------- /modules/demux/asf/asf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/asf/asf.c -------------------------------------------------------------------------------- /modules/demux/au.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/au.c -------------------------------------------------------------------------------- /modules/demux/avi/avi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/avi/avi.c -------------------------------------------------------------------------------- /modules/demux/caf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/caf.c -------------------------------------------------------------------------------- /modules/demux/cdg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/cdg.c -------------------------------------------------------------------------------- /modules/demux/dirac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/dirac.c -------------------------------------------------------------------------------- /modules/demux/dvb-text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/dvb-text.h -------------------------------------------------------------------------------- /modules/demux/flac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/flac.c -------------------------------------------------------------------------------- /modules/demux/gme.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/gme.c -------------------------------------------------------------------------------- /modules/demux/image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/image.c -------------------------------------------------------------------------------- /modules/demux/mjpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mjpeg.c -------------------------------------------------------------------------------- /modules/demux/mod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mod.c -------------------------------------------------------------------------------- /modules/demux/mp4/avci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mp4/avci.h -------------------------------------------------------------------------------- /modules/demux/mp4/meta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mp4/meta.c -------------------------------------------------------------------------------- /modules/demux/mp4/mp4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mp4/mp4.c -------------------------------------------------------------------------------- /modules/demux/mp4/mp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mp4/mp4.h -------------------------------------------------------------------------------- /modules/demux/mpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mpc.c -------------------------------------------------------------------------------- /modules/demux/mpeg/es.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mpeg/es.c -------------------------------------------------------------------------------- /modules/demux/mpeg/pes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mpeg/pes.h -------------------------------------------------------------------------------- /modules/demux/mpeg/ps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mpeg/ps.c -------------------------------------------------------------------------------- /modules/demux/mpeg/ps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mpeg/ps.h -------------------------------------------------------------------------------- /modules/demux/mpeg/ts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mpeg/ts.c -------------------------------------------------------------------------------- /modules/demux/mpeg/ts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/mpeg/ts.h -------------------------------------------------------------------------------- /modules/demux/nsc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/nsc.c -------------------------------------------------------------------------------- /modules/demux/nsv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/nsv.c -------------------------------------------------------------------------------- /modules/demux/nuv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/nuv.c -------------------------------------------------------------------------------- /modules/demux/ogg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/ogg.c -------------------------------------------------------------------------------- /modules/demux/ogg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/ogg.h -------------------------------------------------------------------------------- /modules/demux/oggseek.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/oggseek.c -------------------------------------------------------------------------------- /modules/demux/oggseek.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/oggseek.h -------------------------------------------------------------------------------- /modules/demux/opus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/opus.h -------------------------------------------------------------------------------- /modules/demux/pva.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/pva.c -------------------------------------------------------------------------------- /modules/demux/rawaud.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/rawaud.c -------------------------------------------------------------------------------- /modules/demux/rawdv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/rawdv.c -------------------------------------------------------------------------------- /modules/demux/rawdv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/rawdv.h -------------------------------------------------------------------------------- /modules/demux/rawvid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/rawvid.c -------------------------------------------------------------------------------- /modules/demux/real.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/real.c -------------------------------------------------------------------------------- /modules/demux/sid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/sid.cpp -------------------------------------------------------------------------------- /modules/demux/smf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/smf.c -------------------------------------------------------------------------------- /modules/demux/stl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/stl.c -------------------------------------------------------------------------------- /modules/demux/subtitle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/subtitle.c -------------------------------------------------------------------------------- /modules/demux/tta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/tta.c -------------------------------------------------------------------------------- /modules/demux/ttml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/ttml.c -------------------------------------------------------------------------------- /modules/demux/ty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/ty.c -------------------------------------------------------------------------------- /modules/demux/vc1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/vc1.c -------------------------------------------------------------------------------- /modules/demux/vobsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/vobsub.c -------------------------------------------------------------------------------- /modules/demux/vobsub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/vobsub.h -------------------------------------------------------------------------------- /modules/demux/voc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/voc.c -------------------------------------------------------------------------------- /modules/demux/wav.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/wav.c -------------------------------------------------------------------------------- /modules/demux/webvtt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/webvtt.c -------------------------------------------------------------------------------- /modules/demux/xa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/xa.c -------------------------------------------------------------------------------- /modules/demux/xiph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/demux/xiph.h -------------------------------------------------------------------------------- /modules/dummy.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /modules/gui/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/gui/Makefile.am -------------------------------------------------------------------------------- /modules/gui/eject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/gui/eject.c -------------------------------------------------------------------------------- /modules/gui/ncurses.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/gui/ncurses.c -------------------------------------------------------------------------------- /modules/gui/qt/menus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/gui/qt/menus.cpp -------------------------------------------------------------------------------- /modules/gui/qt/menus.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/gui/qt/menus.hpp -------------------------------------------------------------------------------- /modules/gui/qt/qt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/gui/qt/qt.cpp -------------------------------------------------------------------------------- /modules/gui/qt/qt.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/gui/qt/qt.hpp -------------------------------------------------------------------------------- /modules/gui/qt/ui/vlm.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/gui/qt/ui/vlm.ui -------------------------------------------------------------------------------- /modules/gui/qt/vlc.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/gui/qt/vlc.qrc -------------------------------------------------------------------------------- /modules/hw/d3d9/dxa9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/hw/d3d9/dxa9.c -------------------------------------------------------------------------------- /modules/hw/mmal/codec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/hw/mmal/codec.c -------------------------------------------------------------------------------- /modules/hw/mmal/vout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/hw/mmal/vout.c -------------------------------------------------------------------------------- /modules/keystore/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/keystore/file.c -------------------------------------------------------------------------------- /modules/list.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/list.sh -------------------------------------------------------------------------------- /modules/logger/android.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/logger/android.c -------------------------------------------------------------------------------- /modules/logger/console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/logger/console.c -------------------------------------------------------------------------------- /modules/logger/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/logger/file.c -------------------------------------------------------------------------------- /modules/logger/journal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/logger/journal.c -------------------------------------------------------------------------------- /modules/logger/syslog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/logger/syslog.c -------------------------------------------------------------------------------- /modules/lua/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/Makefile.am -------------------------------------------------------------------------------- /modules/lua/demux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/demux.c -------------------------------------------------------------------------------- /modules/lua/extension.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/extension.c -------------------------------------------------------------------------------- /modules/lua/extension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/extension.h -------------------------------------------------------------------------------- /modules/lua/intf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/intf.c -------------------------------------------------------------------------------- /modules/lua/libs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs.h -------------------------------------------------------------------------------- /modules/lua/libs/errno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/errno.c -------------------------------------------------------------------------------- /modules/lua/libs/httpd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/httpd.c -------------------------------------------------------------------------------- /modules/lua/libs/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/input.c -------------------------------------------------------------------------------- /modules/lua/libs/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/input.h -------------------------------------------------------------------------------- /modules/lua/libs/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/io.c -------------------------------------------------------------------------------- /modules/lua/libs/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/misc.c -------------------------------------------------------------------------------- /modules/lua/libs/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/misc.h -------------------------------------------------------------------------------- /modules/lua/libs/net.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/net.c -------------------------------------------------------------------------------- /modules/lua/libs/osd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/osd.c -------------------------------------------------------------------------------- /modules/lua/libs/sd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/sd.c -------------------------------------------------------------------------------- /modules/lua/libs/video.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/video.c -------------------------------------------------------------------------------- /modules/lua/libs/vlm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/vlm.c -------------------------------------------------------------------------------- /modules/lua/libs/win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/win.c -------------------------------------------------------------------------------- /modules/lua/libs/xml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/libs/xml.c -------------------------------------------------------------------------------- /modules/lua/meta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/meta.c -------------------------------------------------------------------------------- /modules/lua/vlc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/vlc.c -------------------------------------------------------------------------------- /modules/lua/vlc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/lua/vlc.h -------------------------------------------------------------------------------- /modules/misc/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/misc/Makefile.am -------------------------------------------------------------------------------- /modules/misc/gnutls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/misc/gnutls.c -------------------------------------------------------------------------------- /modules/misc/logger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/misc/logger.c -------------------------------------------------------------------------------- /modules/misc/rtsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/misc/rtsp.c -------------------------------------------------------------------------------- /modules/misc/stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/misc/stats.c -------------------------------------------------------------------------------- /modules/module.rc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/module.rc.in -------------------------------------------------------------------------------- /modules/mux/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/mux/Makefile.am -------------------------------------------------------------------------------- /modules/mux/asf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/mux/asf.c -------------------------------------------------------------------------------- /modules/mux/avi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/mux/avi.c -------------------------------------------------------------------------------- /modules/mux/dummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/mux/dummy.c -------------------------------------------------------------------------------- /modules/mux/mp4/mp4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/mux/mp4/mp4.c -------------------------------------------------------------------------------- /modules/mux/mpeg/ps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/mux/mpeg/ps.c -------------------------------------------------------------------------------- /modules/mux/mpeg/ts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/mux/mpeg/ts.c -------------------------------------------------------------------------------- /modules/mux/mpjpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/mux/mpjpeg.c -------------------------------------------------------------------------------- /modules/mux/ogg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/mux/ogg.c -------------------------------------------------------------------------------- /modules/mux/wav.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/mux/wav.c -------------------------------------------------------------------------------- /modules/spu/logo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/spu/logo.c -------------------------------------------------------------------------------- /modules/spu/marq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/spu/marq.c -------------------------------------------------------------------------------- /modules/spu/mosaic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/spu/mosaic.c -------------------------------------------------------------------------------- /modules/spu/mosaic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/spu/mosaic.h -------------------------------------------------------------------------------- /modules/spu/rss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/modules/spu/rss.c -------------------------------------------------------------------------------- /po/LINGUAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/LINGUAS -------------------------------------------------------------------------------- /po/Makefile.in.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/Makefile.in.in -------------------------------------------------------------------------------- /po/Makevars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/Makevars -------------------------------------------------------------------------------- /po/POTFILES.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/POTFILES.in -------------------------------------------------------------------------------- /po/Rules-quot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/Rules-quot -------------------------------------------------------------------------------- /po/ach.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ach.gmo -------------------------------------------------------------------------------- /po/ach.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ach.po -------------------------------------------------------------------------------- /po/af.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/af.gmo -------------------------------------------------------------------------------- /po/af.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/af.po -------------------------------------------------------------------------------- /po/am.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/am.gmo -------------------------------------------------------------------------------- /po/am.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/am.po -------------------------------------------------------------------------------- /po/am_ET.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/am_ET.gmo -------------------------------------------------------------------------------- /po/am_ET.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/am_ET.po -------------------------------------------------------------------------------- /po/an.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/an.gmo -------------------------------------------------------------------------------- /po/an.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/an.po -------------------------------------------------------------------------------- /po/ar.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ar.gmo -------------------------------------------------------------------------------- /po/ar.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ar.po -------------------------------------------------------------------------------- /po/as_IN.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/as_IN.gmo -------------------------------------------------------------------------------- /po/as_IN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/as_IN.po -------------------------------------------------------------------------------- /po/ast.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ast.gmo -------------------------------------------------------------------------------- /po/ast.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ast.po -------------------------------------------------------------------------------- /po/be.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/be.gmo -------------------------------------------------------------------------------- /po/be.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/be.po -------------------------------------------------------------------------------- /po/bg.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/bg.gmo -------------------------------------------------------------------------------- /po/bg.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/bg.po -------------------------------------------------------------------------------- /po/bn.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/bn.gmo -------------------------------------------------------------------------------- /po/bn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/bn.po -------------------------------------------------------------------------------- /po/bn_IN.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/bn_IN.gmo -------------------------------------------------------------------------------- /po/bn_IN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/bn_IN.po -------------------------------------------------------------------------------- /po/boldquot.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/boldquot.sed -------------------------------------------------------------------------------- /po/br.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/br.gmo -------------------------------------------------------------------------------- /po/br.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/br.po -------------------------------------------------------------------------------- /po/brx.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/brx.gmo -------------------------------------------------------------------------------- /po/brx.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/brx.po -------------------------------------------------------------------------------- /po/bs.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/bs.gmo -------------------------------------------------------------------------------- /po/bs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/bs.po -------------------------------------------------------------------------------- /po/ca.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ca.gmo -------------------------------------------------------------------------------- /po/ca.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ca.po -------------------------------------------------------------------------------- /po/ca@valencia.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ca@valencia.gmo -------------------------------------------------------------------------------- /po/ca@valencia.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ca@valencia.po -------------------------------------------------------------------------------- /po/cgg.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/cgg.gmo -------------------------------------------------------------------------------- /po/cgg.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/cgg.po -------------------------------------------------------------------------------- /po/co.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/co.gmo -------------------------------------------------------------------------------- /po/co.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/co.po -------------------------------------------------------------------------------- /po/cs.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/cs.gmo -------------------------------------------------------------------------------- /po/cs.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/cs.po -------------------------------------------------------------------------------- /po/cy.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/cy.gmo -------------------------------------------------------------------------------- /po/cy.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/cy.po -------------------------------------------------------------------------------- /po/da.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/da.gmo -------------------------------------------------------------------------------- /po/da.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/da.po -------------------------------------------------------------------------------- /po/de.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/de.gmo -------------------------------------------------------------------------------- /po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/de.po -------------------------------------------------------------------------------- /po/el.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/el.gmo -------------------------------------------------------------------------------- /po/el.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/el.po -------------------------------------------------------------------------------- /po/en@boldquot.header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/en@boldquot.header -------------------------------------------------------------------------------- /po/en@quot.header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/en@quot.header -------------------------------------------------------------------------------- /po/en_GB.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/en_GB.gmo -------------------------------------------------------------------------------- /po/en_GB.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/en_GB.po -------------------------------------------------------------------------------- /po/eo.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/eo.gmo -------------------------------------------------------------------------------- /po/eo.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/eo.po -------------------------------------------------------------------------------- /po/es.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/es.gmo -------------------------------------------------------------------------------- /po/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/es.po -------------------------------------------------------------------------------- /po/es_MX.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/es_MX.gmo -------------------------------------------------------------------------------- /po/es_MX.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/es_MX.po -------------------------------------------------------------------------------- /po/et.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/et.gmo -------------------------------------------------------------------------------- /po/et.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/et.po -------------------------------------------------------------------------------- /po/eu.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/eu.gmo -------------------------------------------------------------------------------- /po/eu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/eu.po -------------------------------------------------------------------------------- /po/fa.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/fa.gmo -------------------------------------------------------------------------------- /po/fa.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/fa.po -------------------------------------------------------------------------------- /po/ff.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ff.gmo -------------------------------------------------------------------------------- /po/ff.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ff.po -------------------------------------------------------------------------------- /po/fi.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/fi.gmo -------------------------------------------------------------------------------- /po/fi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/fi.po -------------------------------------------------------------------------------- /po/fr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/fr.gmo -------------------------------------------------------------------------------- /po/fr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/fr.po -------------------------------------------------------------------------------- /po/fur.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/fur.gmo -------------------------------------------------------------------------------- /po/fur.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/fur.po -------------------------------------------------------------------------------- /po/fy.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/fy.gmo -------------------------------------------------------------------------------- /po/fy.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/fy.po -------------------------------------------------------------------------------- /po/ga.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ga.gmo -------------------------------------------------------------------------------- /po/ga.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ga.po -------------------------------------------------------------------------------- /po/gd.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/gd.gmo -------------------------------------------------------------------------------- /po/gd.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/gd.po -------------------------------------------------------------------------------- /po/gl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/gl.gmo -------------------------------------------------------------------------------- /po/gl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/gl.po -------------------------------------------------------------------------------- /po/gu.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/gu.gmo -------------------------------------------------------------------------------- /po/gu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/gu.po -------------------------------------------------------------------------------- /po/he.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/he.gmo -------------------------------------------------------------------------------- /po/he.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/he.po -------------------------------------------------------------------------------- /po/hi.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/hi.gmo -------------------------------------------------------------------------------- /po/hi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/hi.po -------------------------------------------------------------------------------- /po/hr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/hr.gmo -------------------------------------------------------------------------------- /po/hr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/hr.po -------------------------------------------------------------------------------- /po/hu.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/hu.gmo -------------------------------------------------------------------------------- /po/hu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/hu.po -------------------------------------------------------------------------------- /po/hy.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/hy.gmo -------------------------------------------------------------------------------- /po/hy.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/hy.po -------------------------------------------------------------------------------- /po/id.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/id.gmo -------------------------------------------------------------------------------- /po/id.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/id.po -------------------------------------------------------------------------------- /po/ie.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ie.gmo -------------------------------------------------------------------------------- /po/ie.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ie.po -------------------------------------------------------------------------------- /po/insert-header.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/insert-header.sin -------------------------------------------------------------------------------- /po/is.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/is.gmo -------------------------------------------------------------------------------- /po/is.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/is.po -------------------------------------------------------------------------------- /po/it.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/it.gmo -------------------------------------------------------------------------------- /po/it.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/it.po -------------------------------------------------------------------------------- /po/ja.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ja.gmo -------------------------------------------------------------------------------- /po/ja.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ja.po -------------------------------------------------------------------------------- /po/ka.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ka.gmo -------------------------------------------------------------------------------- /po/ka.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ka.po -------------------------------------------------------------------------------- /po/kab.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/kab.gmo -------------------------------------------------------------------------------- /po/kab.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/kab.po -------------------------------------------------------------------------------- /po/kk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/kk.gmo -------------------------------------------------------------------------------- /po/kk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/kk.po -------------------------------------------------------------------------------- /po/km.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/km.gmo -------------------------------------------------------------------------------- /po/km.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/km.po -------------------------------------------------------------------------------- /po/kn.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/kn.gmo -------------------------------------------------------------------------------- /po/kn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/kn.po -------------------------------------------------------------------------------- /po/ko.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ko.gmo -------------------------------------------------------------------------------- /po/ko.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ko.po -------------------------------------------------------------------------------- /po/ks_IN.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ks_IN.gmo -------------------------------------------------------------------------------- /po/ks_IN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ks_IN.po -------------------------------------------------------------------------------- /po/ku_IQ.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ku_IQ.gmo -------------------------------------------------------------------------------- /po/ku_IQ.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ku_IQ.po -------------------------------------------------------------------------------- /po/ky.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ky.gmo -------------------------------------------------------------------------------- /po/ky.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ky.po -------------------------------------------------------------------------------- /po/lg.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/lg.gmo -------------------------------------------------------------------------------- /po/lg.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/lg.po -------------------------------------------------------------------------------- /po/lo.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/lo.gmo -------------------------------------------------------------------------------- /po/lo.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/lo.po -------------------------------------------------------------------------------- /po/lt.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/lt.gmo -------------------------------------------------------------------------------- /po/lt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/lt.po -------------------------------------------------------------------------------- /po/lv.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/lv.gmo -------------------------------------------------------------------------------- /po/lv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/lv.po -------------------------------------------------------------------------------- /po/mai.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/mai.gmo -------------------------------------------------------------------------------- /po/mai.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/mai.po -------------------------------------------------------------------------------- /po/mk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/mk.gmo -------------------------------------------------------------------------------- /po/mk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/mk.po -------------------------------------------------------------------------------- /po/ml.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ml.gmo -------------------------------------------------------------------------------- /po/ml.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ml.po -------------------------------------------------------------------------------- /po/mn.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/mn.gmo -------------------------------------------------------------------------------- /po/mn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/mn.po -------------------------------------------------------------------------------- /po/mr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/mr.gmo -------------------------------------------------------------------------------- /po/mr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/mr.po -------------------------------------------------------------------------------- /po/ms.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ms.gmo -------------------------------------------------------------------------------- /po/ms.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ms.po -------------------------------------------------------------------------------- /po/my.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/my.gmo -------------------------------------------------------------------------------- /po/my.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/my.po -------------------------------------------------------------------------------- /po/nb.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/nb.gmo -------------------------------------------------------------------------------- /po/nb.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/nb.po -------------------------------------------------------------------------------- /po/ne.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ne.gmo -------------------------------------------------------------------------------- /po/ne.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ne.po -------------------------------------------------------------------------------- /po/nl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/nl.gmo -------------------------------------------------------------------------------- /po/nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/nl.po -------------------------------------------------------------------------------- /po/nn.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/nn.gmo -------------------------------------------------------------------------------- /po/nn.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/nn.po -------------------------------------------------------------------------------- /po/oc.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/oc.gmo -------------------------------------------------------------------------------- /po/oc.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/oc.po -------------------------------------------------------------------------------- /po/or_IN.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/or_IN.gmo -------------------------------------------------------------------------------- /po/or_IN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/or_IN.po -------------------------------------------------------------------------------- /po/pa.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/pa.gmo -------------------------------------------------------------------------------- /po/pa.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/pa.po -------------------------------------------------------------------------------- /po/pl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/pl.gmo -------------------------------------------------------------------------------- /po/pl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/pl.po -------------------------------------------------------------------------------- /po/ps.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ps.gmo -------------------------------------------------------------------------------- /po/ps.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ps.po -------------------------------------------------------------------------------- /po/pt_BR.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/pt_BR.gmo -------------------------------------------------------------------------------- /po/pt_BR.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/pt_BR.po -------------------------------------------------------------------------------- /po/pt_PT.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/pt_PT.gmo -------------------------------------------------------------------------------- /po/pt_PT.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/pt_PT.po -------------------------------------------------------------------------------- /po/quot.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/quot.sed -------------------------------------------------------------------------------- /po/ro.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ro.gmo -------------------------------------------------------------------------------- /po/ro.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ro.po -------------------------------------------------------------------------------- /po/ru.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ru.gmo -------------------------------------------------------------------------------- /po/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ru.po -------------------------------------------------------------------------------- /po/si.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/si.gmo -------------------------------------------------------------------------------- /po/si.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/si.po -------------------------------------------------------------------------------- /po/sk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sk.gmo -------------------------------------------------------------------------------- /po/sk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sk.po -------------------------------------------------------------------------------- /po/sl.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sl.gmo -------------------------------------------------------------------------------- /po/sl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sl.po -------------------------------------------------------------------------------- /po/sm.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sm.gmo -------------------------------------------------------------------------------- /po/sm.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sm.po -------------------------------------------------------------------------------- /po/sq.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sq.gmo -------------------------------------------------------------------------------- /po/sq.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sq.po -------------------------------------------------------------------------------- /po/sr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sr.gmo -------------------------------------------------------------------------------- /po/sr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sr.po -------------------------------------------------------------------------------- /po/stamp-po: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /po/sv.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sv.gmo -------------------------------------------------------------------------------- /po/sv.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sv.po -------------------------------------------------------------------------------- /po/sw.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sw.gmo -------------------------------------------------------------------------------- /po/sw.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/sw.po -------------------------------------------------------------------------------- /po/ta.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ta.gmo -------------------------------------------------------------------------------- /po/ta.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ta.po -------------------------------------------------------------------------------- /po/te.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/te.gmo -------------------------------------------------------------------------------- /po/te.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/te.po -------------------------------------------------------------------------------- /po/th.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/th.gmo -------------------------------------------------------------------------------- /po/th.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/th.po -------------------------------------------------------------------------------- /po/tr.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/tr.gmo -------------------------------------------------------------------------------- /po/tr.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/tr.po -------------------------------------------------------------------------------- /po/tt.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/tt.gmo -------------------------------------------------------------------------------- /po/tt.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/tt.po -------------------------------------------------------------------------------- /po/ug.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ug.gmo -------------------------------------------------------------------------------- /po/ug.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/ug.po -------------------------------------------------------------------------------- /po/uk.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/uk.gmo -------------------------------------------------------------------------------- /po/uk.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/uk.po -------------------------------------------------------------------------------- /po/uz.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/uz.gmo -------------------------------------------------------------------------------- /po/uz.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/uz.po -------------------------------------------------------------------------------- /po/vi.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/vi.gmo -------------------------------------------------------------------------------- /po/vi.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/vi.po -------------------------------------------------------------------------------- /po/vlc.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/vlc.pot -------------------------------------------------------------------------------- /po/wa.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/wa.gmo -------------------------------------------------------------------------------- /po/wa.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/wa.po -------------------------------------------------------------------------------- /po/zh_CN.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/zh_CN.gmo -------------------------------------------------------------------------------- /po/zh_CN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/zh_CN.po -------------------------------------------------------------------------------- /po/zh_TW.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/zh_TW.gmo -------------------------------------------------------------------------------- /po/zh_TW.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/zh_TW.po -------------------------------------------------------------------------------- /po/zu.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/zu.gmo -------------------------------------------------------------------------------- /po/zu.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/po/zu.po -------------------------------------------------------------------------------- /share/Info.plist.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/share/Info.plist.in -------------------------------------------------------------------------------- /share/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/share/Makefile.am -------------------------------------------------------------------------------- /share/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/share/Makefile.in -------------------------------------------------------------------------------- /share/icons/vlc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/share/icons/vlc.ico -------------------------------------------------------------------------------- /share/lua/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/share/lua/README.txt -------------------------------------------------------------------------------- /share/lua/sd/fmc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/share/lua/sd/fmc.lua -------------------------------------------------------------------------------- /share/skins2/skin.dtd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/share/skins2/skin.dtd -------------------------------------------------------------------------------- /share/vlc.desktop.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/share/vlc.desktop.in -------------------------------------------------------------------------------- /share/vlc512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/share/vlc512x512.png -------------------------------------------------------------------------------- /src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/Makefile.am -------------------------------------------------------------------------------- /src/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/Makefile.in -------------------------------------------------------------------------------- /src/android/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/android/error.c -------------------------------------------------------------------------------- /src/android/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/android/thread.c -------------------------------------------------------------------------------- /src/check_headers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/check_headers -------------------------------------------------------------------------------- /src/check_symbols: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/check_symbols -------------------------------------------------------------------------------- /src/config/chain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/config/chain.c -------------------------------------------------------------------------------- /src/config/cmdline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/config/cmdline.c -------------------------------------------------------------------------------- /src/config/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/config/core.c -------------------------------------------------------------------------------- /src/config/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/config/file.c -------------------------------------------------------------------------------- /src/config/getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/config/getopt.c -------------------------------------------------------------------------------- /src/config/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/config/help.c -------------------------------------------------------------------------------- /src/config/intf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/config/intf.c -------------------------------------------------------------------------------- /src/darwin/dirs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/darwin/dirs.c -------------------------------------------------------------------------------- /src/darwin/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/darwin/error.c -------------------------------------------------------------------------------- /src/darwin/netconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/darwin/netconf.c -------------------------------------------------------------------------------- /src/darwin/specific.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/darwin/specific.c -------------------------------------------------------------------------------- /src/darwin/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/darwin/thread.c -------------------------------------------------------------------------------- /src/extras/libc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/extras/libc.c -------------------------------------------------------------------------------- /src/input/access.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/access.c -------------------------------------------------------------------------------- /src/input/clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/clock.c -------------------------------------------------------------------------------- /src/input/clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/clock.h -------------------------------------------------------------------------------- /src/input/control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/control.c -------------------------------------------------------------------------------- /src/input/decoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/decoder.c -------------------------------------------------------------------------------- /src/input/decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/decoder.h -------------------------------------------------------------------------------- /src/input/demux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/demux.c -------------------------------------------------------------------------------- /src/input/demux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/demux.h -------------------------------------------------------------------------------- /src/input/es_out.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/es_out.c -------------------------------------------------------------------------------- /src/input/es_out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/es_out.h -------------------------------------------------------------------------------- /src/input/event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/event.c -------------------------------------------------------------------------------- /src/input/event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/event.h -------------------------------------------------------------------------------- /src/input/info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/info.h -------------------------------------------------------------------------------- /src/input/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/input.c -------------------------------------------------------------------------------- /src/input/item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/item.c -------------------------------------------------------------------------------- /src/input/item.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/item.h -------------------------------------------------------------------------------- /src/input/meta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/meta.c -------------------------------------------------------------------------------- /src/input/resource.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/resource.c -------------------------------------------------------------------------------- /src/input/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/resource.h -------------------------------------------------------------------------------- /src/input/stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/stats.c -------------------------------------------------------------------------------- /src/input/stream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/stream.c -------------------------------------------------------------------------------- /src/input/stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/stream.h -------------------------------------------------------------------------------- /src/input/subtitles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/subtitles.c -------------------------------------------------------------------------------- /src/input/var.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/var.c -------------------------------------------------------------------------------- /src/input/vlm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/vlm.c -------------------------------------------------------------------------------- /src/input/vlm_event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/vlm_event.c -------------------------------------------------------------------------------- /src/input/vlm_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/vlm_event.h -------------------------------------------------------------------------------- /src/input/vlmshell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/input/vlmshell.c -------------------------------------------------------------------------------- /src/libvlc-module.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/libvlc-module.c -------------------------------------------------------------------------------- /src/libvlc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/libvlc.c -------------------------------------------------------------------------------- /src/libvlc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/libvlc.h -------------------------------------------------------------------------------- /src/libvlccore.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/libvlccore.sym -------------------------------------------------------------------------------- /src/linux/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/linux/cpu.c -------------------------------------------------------------------------------- /src/linux/dirs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/linux/dirs.c -------------------------------------------------------------------------------- /src/linux/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/linux/thread.c -------------------------------------------------------------------------------- /src/misc/actions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/actions.c -------------------------------------------------------------------------------- /src/misc/addons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/addons.c -------------------------------------------------------------------------------- /src/misc/block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/block.c -------------------------------------------------------------------------------- /src/misc/cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/cpu.c -------------------------------------------------------------------------------- /src/misc/epg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/epg.c -------------------------------------------------------------------------------- /src/misc/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/error.c -------------------------------------------------------------------------------- /src/misc/es_format.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/es_format.c -------------------------------------------------------------------------------- /src/misc/events.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/events.c -------------------------------------------------------------------------------- /src/misc/exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/exit.c -------------------------------------------------------------------------------- /src/misc/fifo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/fifo.c -------------------------------------------------------------------------------- /src/misc/filter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/filter.c -------------------------------------------------------------------------------- /src/misc/fourcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/fourcc.c -------------------------------------------------------------------------------- /src/misc/fourcc_gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/fourcc_gen.c -------------------------------------------------------------------------------- /src/misc/image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/image.c -------------------------------------------------------------------------------- /src/misc/interrupt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/interrupt.c -------------------------------------------------------------------------------- /src/misc/interrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/interrupt.h -------------------------------------------------------------------------------- /src/misc/keystore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/keystore.c -------------------------------------------------------------------------------- /src/misc/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/md5.c -------------------------------------------------------------------------------- /src/misc/messages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/messages.c -------------------------------------------------------------------------------- /src/misc/mime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/mime.c -------------------------------------------------------------------------------- /src/misc/mtime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/mtime.c -------------------------------------------------------------------------------- /src/misc/objects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/objects.c -------------------------------------------------------------------------------- /src/misc/objres.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/objres.c -------------------------------------------------------------------------------- /src/misc/picture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/picture.c -------------------------------------------------------------------------------- /src/misc/picture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/picture.h -------------------------------------------------------------------------------- /src/misc/probe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/probe.c -------------------------------------------------------------------------------- /src/misc/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/rand.c -------------------------------------------------------------------------------- /src/misc/subpicture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/subpicture.c -------------------------------------------------------------------------------- /src/misc/subpicture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/subpicture.h -------------------------------------------------------------------------------- /src/misc/text_style.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/text_style.c -------------------------------------------------------------------------------- /src/misc/threads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/threads.c -------------------------------------------------------------------------------- /src/misc/update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/update.c -------------------------------------------------------------------------------- /src/misc/update.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/update.h -------------------------------------------------------------------------------- /src/misc/variables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/variables.c -------------------------------------------------------------------------------- /src/misc/variables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/variables.h -------------------------------------------------------------------------------- /src/misc/xml.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/misc/xml.c -------------------------------------------------------------------------------- /src/missing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/missing.c -------------------------------------------------------------------------------- /src/modules/bank.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/modules/bank.c -------------------------------------------------------------------------------- /src/modules/cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/modules/cache.c -------------------------------------------------------------------------------- /src/modules/entry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/modules/entry.c -------------------------------------------------------------------------------- /src/modules/modules.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/modules/modules.c -------------------------------------------------------------------------------- /src/modules/modules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/modules/modules.h -------------------------------------------------------------------------------- /src/network/httpd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/network/httpd.c -------------------------------------------------------------------------------- /src/network/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/network/io.c -------------------------------------------------------------------------------- /src/network/tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/network/tcp.c -------------------------------------------------------------------------------- /src/network/tls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/network/tls.c -------------------------------------------------------------------------------- /src/network/udp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/network/udp.c -------------------------------------------------------------------------------- /src/os2/dirs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/os2/dirs.c -------------------------------------------------------------------------------- /src/os2/filesystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/os2/filesystem.c -------------------------------------------------------------------------------- /src/os2/getaddrinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/os2/getaddrinfo.c -------------------------------------------------------------------------------- /src/os2/netconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/os2/netconf.c -------------------------------------------------------------------------------- /src/os2/plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/os2/plugin.c -------------------------------------------------------------------------------- /src/os2/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/os2/rand.c -------------------------------------------------------------------------------- /src/os2/specific.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/os2/specific.c -------------------------------------------------------------------------------- /src/os2/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/os2/thread.c -------------------------------------------------------------------------------- /src/playlist/aout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/playlist/aout.c -------------------------------------------------------------------------------- /src/playlist/art.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/playlist/art.c -------------------------------------------------------------------------------- /src/playlist/art.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/playlist/art.h -------------------------------------------------------------------------------- /src/playlist/engine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/playlist/engine.c -------------------------------------------------------------------------------- /src/playlist/item.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/playlist/item.c -------------------------------------------------------------------------------- /src/playlist/search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/playlist/search.c -------------------------------------------------------------------------------- /src/playlist/sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/playlist/sort.c -------------------------------------------------------------------------------- /src/playlist/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/playlist/thread.c -------------------------------------------------------------------------------- /src/playlist/tree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/playlist/tree.c -------------------------------------------------------------------------------- /src/posix/dirs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/posix/dirs.c -------------------------------------------------------------------------------- /src/posix/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/posix/error.c -------------------------------------------------------------------------------- /src/posix/netconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/posix/netconf.c -------------------------------------------------------------------------------- /src/posix/plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/posix/plugin.c -------------------------------------------------------------------------------- /src/posix/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/posix/rand.c -------------------------------------------------------------------------------- /src/posix/specific.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/posix/specific.c -------------------------------------------------------------------------------- /src/posix/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/posix/thread.c -------------------------------------------------------------------------------- /src/posix/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/posix/timer.c -------------------------------------------------------------------------------- /src/revision.c: -------------------------------------------------------------------------------- 1 | const char psz_vlc_changeset[] = "3.0.21-0-gdd8bfdbabe8"; 2 | -------------------------------------------------------------------------------- /src/revision.txt: -------------------------------------------------------------------------------- 1 | 3.0.21-0-gdd8bfdbabe8 2 | -------------------------------------------------------------------------------- /src/test/block_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/block_test.c -------------------------------------------------------------------------------- /src/test/dictionary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/dictionary.c -------------------------------------------------------------------------------- /src/test/headers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/headers.c -------------------------------------------------------------------------------- /src/test/i18n_atof.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/i18n_atof.c -------------------------------------------------------------------------------- /src/test/interrupt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/interrupt.c -------------------------------------------------------------------------------- /src/test/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/md5.c -------------------------------------------------------------------------------- /src/test/sort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/sort.c -------------------------------------------------------------------------------- /src/test/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/timer.c -------------------------------------------------------------------------------- /src/test/url.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/url.c -------------------------------------------------------------------------------- /src/test/utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/utf8.c -------------------------------------------------------------------------------- /src/test/xmlent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/test/xmlent.c -------------------------------------------------------------------------------- /src/text/charset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/text/charset.c -------------------------------------------------------------------------------- /src/text/filesystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/text/filesystem.c -------------------------------------------------------------------------------- /src/text/iso_lang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/text/iso_lang.c -------------------------------------------------------------------------------- /src/text/memstream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/text/memstream.c -------------------------------------------------------------------------------- /src/text/strings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/text/strings.c -------------------------------------------------------------------------------- /src/text/unicode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/text/unicode.c -------------------------------------------------------------------------------- /src/text/url.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/text/url.c -------------------------------------------------------------------------------- /src/version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/version.c -------------------------------------------------------------------------------- /src/vlc-plugin.pc.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/vlc-plugin.pc.in -------------------------------------------------------------------------------- /src/win32/dirs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/win32/dirs.c -------------------------------------------------------------------------------- /src/win32/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/win32/error.c -------------------------------------------------------------------------------- /src/win32/netconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/win32/netconf.c -------------------------------------------------------------------------------- /src/win32/plugin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/win32/plugin.c -------------------------------------------------------------------------------- /src/win32/rand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/win32/rand.c -------------------------------------------------------------------------------- /src/win32/specific.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/win32/specific.c -------------------------------------------------------------------------------- /src/win32/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/win32/thread.c -------------------------------------------------------------------------------- /src/win32/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/win32/timer.c -------------------------------------------------------------------------------- /src/win32/winsock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/src/win32/winsock.c -------------------------------------------------------------------------------- /test/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/Makefile.am -------------------------------------------------------------------------------- /test/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/Makefile.in -------------------------------------------------------------------------------- /test/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/TODO -------------------------------------------------------------------------------- /test/iosvlc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/iosvlc.m -------------------------------------------------------------------------------- /test/libvlc/core.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/libvlc/core.c -------------------------------------------------------------------------------- /test/libvlc/media.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/libvlc/media.c -------------------------------------------------------------------------------- /test/libvlc/meta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/libvlc/meta.c -------------------------------------------------------------------------------- /test/libvlc/slaves.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/libvlc/slaves.c -------------------------------------------------------------------------------- /test/libvlc/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/libvlc/test.h -------------------------------------------------------------------------------- /test/run_vlc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/run_vlc.sh -------------------------------------------------------------------------------- /test/samples/empty.voc: -------------------------------------------------------------------------------- 1 | Creative Voice File 2 | ) -------------------------------------------------------------------------------- /test/samples/slaves/lt-test.srt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/samples/slaves/nomatch.srt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/samples/slaves/t.mp4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/samples/slaves/test.aac: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/samples/slaves/test.mp4: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/samples/slaves/test.rt.srt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/samples/subitems/directory/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/samples/subitems/file.jpg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/samples/subitems/file.mkv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/samples/subitems/file.mp3: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/samples/subitems/file.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/samples/subitems/file.ts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /test/src/misc/bits.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/src/misc/bits.c -------------------------------------------------------------------------------- /test/src/misc/epg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/src/misc/epg.c -------------------------------------------------------------------------------- /test/vlc-demux-run.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RPi-Distro/vlc/HEAD/test/vlc-demux-run.c --------------------------------------------------------------------------------