/tmp/vlc-git-4.0.0.r22958.g0c25f4669f-1-x86_64.HS6FgY/ └── usr/ ├── bin/ │   ├── cvlc* │   ├── nvlc* │   ├── qvlc* │   ├── rvlc* │   ├── svlc* │   ├── vlc* │   └── vlc-wrapper* ├── include/ │   └── vlc/ │   ├── deprecated.h │   ├── libvlc_dialog.h │   ├── libvlc_events.h │   ├── libvlc.h │   ├── libvlc_media_discoverer.h │   ├── libvlc_media.h │   ├── libvlc_media_list.h │   ├── libvlc_media_list_player.h │   ├── libvlc_media_player.h │   ├── libvlc_media_track.h │   ├── libvlc_picture.h │   ├── libvlc_renderer_discoverer.h │   ├── libvlc_version.h │   ├── plugins/ │   │   ├── vlc_about.h │   │   ├── vlc_access.h │   │   ├── vlc_actions.h │   │   ├── vlc_addons.h │   │   ├── vlc_ancillary.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_clock.h │   │   ├── vlc_codec.h │   │   ├── vlc_common.h │   │   ├── vlc_config_cat.h │   │   ├── vlc_config.h │   │   ├── vlc_configuration.h │   │   ├── vlc_cpu.h │   │   ├── vlc_cxx_helpers.hpp │   │   ├── vlc_decoder.h │   │   ├── vlc_demux.h │   │   ├── vlc_dialog.h │   │   ├── vlc_diffutil.h │   │   ├── vlc_epg.h │   │   ├── vlc_es.h │   │   ├── vlc_es_out.h │   │   ├── vlc_events.h │   │   ├── vlc_executor.h │   │   ├── vlc_filter.h │   │   ├── vlc_fingerprinter.h │   │   ├── vlc_fourcc.h │   │   ├── vlc_frame.h │   │   ├── vlc_fs.h │   │   ├── vlc_gcrypt.h │   │   ├── vlc_hash.h │   │   ├── vlc_httpd.h │   │   ├── vlc_http.h │   │   ├── vlc_image.h │   │   ├── vlc_inhibit.h │   │   ├── vlc_input.h │   │   ├── vlc_input_item.h │   │   ├── vlc_interface.h │   │   ├── vlc_interrupt.h │   │   ├── vlc_keystore.h │   │   ├── vlc_list.h │   │   ├── vlc_media_library.h │   │   ├── vlc_media_source.h │   │   ├── vlc_memstream.h │   │   ├── vlc_messages.h │   │   ├── vlc_meta_fetcher.h │   │   ├── vlc_meta.h │   │   ├── vlc_mime.h │   │   ├── vlc_modules.h │   │   ├── vlc_mouse.h │   │   ├── vlc_network.h │   │   ├── vlc_objects.h │   │   ├── vlc_opengl.h │   │   ├── vlc_opengl_interop.h │   │   ├── vlc_picture_fifo.h │   │   ├── vlc_picture.h │   │   ├── vlc_picture_pool.h │   │   ├── vlc_player.h │   │   ├── vlc_playlist_export.h │   │   ├── vlc_playlist.h │   │   ├── vlc_plugin.h │   │   ├── vlc_probe.h │   │   ├── vlc_queue.h │   │   ├── vlc_rand.h │   │   ├── vlc_renderer_discovery.h │   │   ├── vlc_services_discovery.h │   │   ├── vlc_sort.h │   │   ├── vlc_sout.h │   │   ├── vlc_spawn.h │   │   ├── vlc_spu.h │   │   ├── vlc_stream_extractor.h │   │   ├── vlc_stream.h │   │   ├── vlc_strings.h │   │   ├── vlc_subpicture.h │   │   ├── vlc_text_style.h │   │   ├── vlc_threads.h │   │   ├── vlc_thumbnailer.h │   │   ├── vlc_tick.h │   │   ├── vlc_timestamp_helper.h │   │   ├── vlc_tls.h │   │   ├── vlc_tracer.h │   │   ├── vlc_url.h │   │   ├── vlc_variables.h │   │   ├── vlc_vector.h │   │   ├── vlc_video_splitter.h │   │   ├── vlc_viewpoint.h │   │   ├── vlc_vlm.h │   │   ├── vlc_vout_display.h │   │   ├── vlc_vout.h │   │   ├── vlc_vout_osd.h │   │   ├── vlc_window.h │   │   ├── vlc_xlib.h │   │   └── vlc_xml.h │   └── vlc.h ├── lib/ │   ├── libvlccore.so -> libvlccore.so.9.0.0* │   ├── libvlccore.so.9 -> libvlccore.so.9.0.0* │   ├── libvlccore.so.9.0.0* │   ├── libvlc.so -> libvlc.so.12.0.0* │   ├── libvlc.so.12 -> libvlc.so.12.0.0* │   ├── libvlc.so.12.0.0* │   ├── pkgconfig/ │   │   ├── libvlc.pc │   │   └── vlc-plugin.pc │   └── vlc/ │   ├── libcompat.a │   ├── libvlc_pulse.so -> libvlc_pulse.so.0.0.0* │   ├── libvlc_pulse.so.0 -> libvlc_pulse.so.0.0.0* │   ├── libvlc_pulse.so.0.0.0* │   ├── libvlc_vdpau.so -> libvlc_vdpau.so.0.0.0* │   ├── libvlc_vdpau.so.0 -> libvlc_vdpau.so.0.0.0* │   ├── libvlc_vdpau.so.0.0.0* │   ├── libvlc_xcb_events.so -> libvlc_xcb_events.so.0.0.0* │   ├── libvlc_xcb_events.so.0 -> libvlc_xcb_events.so.0.0.0* │   ├── libvlc_xcb_events.so.0.0.0* │   ├── lua/ │   │   ├── extensions/ │   │   │   └── VLSub.luac* │   │   ├── intf/ │   │   │   ├── cli.luac* │   │   │   ├── dummy.luac* │   │   │   ├── dumpmeta.luac* │   │   │   ├── http.luac* │   │   │   ├── luac.luac* │   │   │   ├── modules/ │   │   │   │   ├── host.luac* │   │   │   │   └── httprequests.luac* │   │   │   └── telnet.luac* │   │   ├── meta/ │   │   │   ├── art/ │   │   │   │   ├── 00_musicbrainz.luac* │   │   │   │   ├── 01_googleimage.luac* │   │   │   │   ├── 02_frenchtv.luac* │   │   │   │   └── 03_lastfm.luac* │   │   │   └── reader/ │   │   │   └── filename.luac* │   │   ├── modules/ │   │   │   ├── common.luac* │   │   │   ├── dkjson.luac* │   │   │   ├── sandbox.luac* │   │   │   └── simplexml.luac* │   │   ├── playlist/ │   │   │   ├── anevia_streams.luac* │   │   │   ├── anevia_xml.luac* │   │   │   ├── appletrailers.luac* │   │   │   ├── bbc_co_uk.luac* │   │   │   ├── cue.luac* │   │   │   ├── dailymotion.luac* │   │   │   ├── jamendo.luac* │   │   │   ├── koreus.luac* │   │   │   ├── liveleak.luac* │   │   │   ├── newgrounds.luac* │   │   │   ├── rockbox_fm_presets.luac* │   │   │   ├── soundcloud.luac* │   │   │   ├── twitch.luac* │   │   │   ├── vimeo.luac* │   │   │   ├── vocaroo.luac* │   │   │   └── youtube.luac* │   │   └── sd/ │   │   ├── icecast.luac* │   │   └── jamendo.luac* │   ├── plugins/ │   │   ├── access/ │   │   │   ├── libaccess_alsa_plugin.so* │   │   │   ├── libaccess_concat_plugin.so* │   │   │   ├── libaccess_imem_plugin.so* │   │   │   ├── libaccess_jack_plugin.so* │   │   │   ├── libaccess_mms_plugin.so* │   │   │   ├── libaccess_mtp_plugin.so* │   │   │   ├── libaccess_srt_plugin.so* │   │   │   ├── libamt_plugin.so* │   │   │   ├── libavio_plugin.so* │   │   │   ├── libcdda_plugin.so* │   │   │   ├── libdata_plugin.so* │   │   │   ├── libdc1394_plugin.so* │   │   │   ├── libdtv_plugin.so* │   │   │   ├── libdv1394_plugin.so* │   │   │   ├── libdvb_plugin.so* │   │   │   ├── libdvdnav_plugin.so* │   │   │   ├── libdvdread_plugin.so* │   │   │   ├── libfilesystem_plugin.so* │   │   │   ├── libftp_plugin.so* │   │   │   ├── libgopher_plugin.so* │   │   │   ├── libhttp_plugin.so* │   │   │   ├── libhttps_plugin.so* │   │   │   ├── libidummy_plugin.so* │   │   │   ├── libimem_plugin.so* │   │   │   ├── liblibbluray_plugin.so* │   │   │   ├── liblinsys_hdsdi_plugin.so* │   │   │   ├── liblinsys_sdi_plugin.so* │   │   │   ├── liblive555_plugin.so* │   │   │   ├── libnfs_plugin.so* │   │   │   ├── libpulsesrc_plugin.so* │   │   │   ├── librtp_plugin.so* │   │   │   ├── libsatip_plugin.so* │   │   │   ├── libsdp_plugin.so* │   │   │   ├── libsftp_plugin.so* │   │   │   ├── libshm_plugin.so* │   │   │   ├── libsmbc_plugin.so* │   │   │   ├── libtcp_plugin.so* │   │   │   ├── libtimecode_plugin.so* │   │   │   ├── libudp_plugin.so* │   │   │   ├── libv4l2_plugin.so* │   │   │   ├── libvcd_plugin.so* │   │   │   ├── libvdr_plugin.so* │   │   │   ├── libvnc_plugin.so* │   │   │   ├── libwl_screenshooter_plugin.so* │   │   │   ├── libxcb_screen_plugin.so* │   │   │   └── rtp/ │   │   │   ├── librtp_ac3_plugin.so* │   │   │   ├── librtp_h264_plugin.so* │   │   │   ├── librtp_mpeg12_plugin.so* │   │   │   ├── librtp_opus_plugin.so* │   │   │   ├── librtp_pcm_plugin.so* │   │   │   ├── librtp_raw_plugin.so* │   │   │   └── librtp_xiph_plugin.so* │   │   ├── access_output/ │   │   │   ├── libaccess_http_put_plugin.so* │   │   │   ├── libaccess_output_dummy_plugin.so* │   │   │   ├── libaccess_output_file_plugin.so* │   │   │   ├── libaccess_output_http_plugin.so* │   │   │   ├── libaccess_output_shout_plugin.so* │   │   │   └── libaccess_output_srt_plugin.so* │   │   ├── audio_filter/ │   │   │   ├── libaudiobargraph_a_plugin.so* │   │   │   ├── libaudio_format_plugin.so* │   │   │   ├── libcenter_plugin.so* │   │   │   ├── libchorus_flanger_plugin.so* │   │   │   ├── libcompressor_plugin.so* │   │   │   ├── libdolby_surround_decoder_plugin.so* │   │   │   ├── libebur128_plugin.so* │   │   │   ├── libequalizer_plugin.so* │   │   │   ├── libgain_plugin.so* │   │   │   ├── libheadphone_channel_mixer_plugin.so* │   │   │   ├── libkaraoke_plugin.so* │   │   │   ├── libmad_plugin.so* │   │   │   ├── libmono_plugin.so* │   │   │   ├── libnormvol_plugin.so* │   │   │   ├── libparam_eq_plugin.so* │   │   │   ├── libremap_plugin.so* │   │   │   ├── libsamplerate_plugin.so* │   │   │   ├── libscaletempo_pitch_plugin.so* │   │   │   ├── libscaletempo_plugin.so* │   │   │   ├── libsimple_channel_mixer_plugin.so* │   │   │   ├── libsoxr_plugin.so* │   │   │   ├── libspatializer_plugin.so* │   │   │   ├── libspeex_resampler_plugin.so* │   │   │   ├── libstereopan_plugin.so* │   │   │   ├── libstereo_widen_plugin.so* │   │   │   ├── libtospdif_plugin.so* │   │   │   ├── libtrivial_channel_mixer_plugin.so* │   │   │   └── libugly_resampler_plugin.so* │   │   ├── audio_mixer/ │   │   │   ├── libfloat_mixer_plugin.so* │   │   │   └── libinteger_mixer_plugin.so* │   │   ├── audio_output/ │   │   │   ├── libadummy_plugin.so* │   │   │   ├── libafile_plugin.so* │   │   │   ├── libalsa_plugin.so* │   │   │   ├── libamem_plugin.so* │   │   │   ├── libjack_plugin.so* │   │   │   └── libpulse_plugin.so* │   │   ├── codec/ │   │   │   ├── liba52_plugin.so* │   │   │   ├── libadpcm_plugin.so* │   │   │   ├── libaes3_plugin.so* │   │   │   ├── libaom_plugin.so* │   │   │   ├── libaraw_plugin.so* │   │   │   ├── libaribsub_plugin.so* │   │   │   ├── libavcodec_plugin.so* │   │   │   ├── libcc_plugin.so* │   │   │   ├── libcdg_plugin.so* │   │   │   ├── libcvdsub_plugin.so* │   │   │   ├── libdav1d_plugin.so* │   │   │   ├── libdca_plugin.so* │   │   │   ├── libddummy_plugin.so* │   │   │   ├── libdvbsub_plugin.so* │   │   │   ├── libedummy_plugin.so* │   │   │   ├── libfaad_plugin.so* │   │   │   ├── libflac_plugin.so* │   │   │   ├── libfluidsynth_plugin.so* │   │   │   ├── libg711_plugin.so* │   │   │   ├── libgstdecode_plugin.so* │   │   │   ├── libjpeg_plugin.so* │   │   │   ├── libkate_plugin.so* │   │   │   ├── liblibass_plugin.so* │   │   │   ├── liblibmpeg2_plugin.so* │   │   │   ├── liblpcm_plugin.so* │   │   │   ├── libmpg123_plugin.so* │   │   │   ├── liboggspots_plugin.so* │   │   │   ├── libopus_plugin.so* │   │   │   ├── libpng_plugin.so* │   │   │   ├── libqsv_plugin.so* │   │   │   ├── librav1e_plugin.so* │   │   │   ├── librawvideo_plugin.so* │   │   │   ├── librtp_rawvid_plugin.so* │   │   │   ├── librtpvideo_plugin.so* │   │   │   ├── libscte18_plugin.so* │   │   │   ├── libscte27_plugin.so* │   │   │   ├── libspdif_plugin.so* │   │   │   ├── libspeex_plugin.so* │   │   │   ├── libspudec_plugin.so* │   │   │   ├── libstl_plugin.so* │   │   │   ├── libsubsdec_plugin.so* │   │   │   ├── libsubstx3g_plugin.so* │   │   │   ├── libsubsusf_plugin.so* │   │   │   ├── libsvcdsub_plugin.so* │   │   │   ├── libsvgdec_plugin.so* │   │   │   ├── libt140_plugin.so* │   │   │   ├── libtelx_plugin.so* │   │   │   ├── libtextst_plugin.so* │   │   │   ├── libtheora_plugin.so* │   │   │   ├── libttml_plugin.so* │   │   │   ├── libtwolame_plugin.so* │   │   │   ├── libuleaddvaudio_plugin.so* │   │   │   ├── libvaapi_plugin.so* │   │   │   ├── libvorbis_plugin.so* │   │   │   ├── libvpx_plugin.so* │   │   │   ├── libwebvtt_plugin.so* │   │   │   ├── libx26410b_plugin.so* │   │   │   ├── libx264_plugin.so* │   │   │   ├── libx265_plugin.so* │   │   │   ├── libxwd_plugin.so* │   │   │   └── libzvbi_plugin.so* │   │   ├── control/ │   │   │   ├── libdbus_plugin.so* │   │   │   ├── libdummy_plugin.so* │   │   │   ├── libgestures_plugin.so* │   │   │   ├── libhotkeys_plugin.so* │   │   │   ├── liblirc_plugin.so* │   │   │   ├── librc_plugin.so* │   │   │   └── libxcb_hotkeys_plugin.so* │   │   ├── demux/ │   │   │   ├── libadaptive_plugin.so* │   │   │   ├── libaiff_plugin.so* │   │   │   ├── libasf_plugin.so* │   │   │   ├── libau_plugin.so* │   │   │   ├── libavformat_plugin.so* │   │   │   ├── libavi_plugin.so* │   │   │   ├── libcaf_plugin.so* │   │   │   ├── libdemux_cdg_plugin.so* │   │   │   ├── libdemuxdump_plugin.so* │   │   │   ├── libdemux_stl_plugin.so* │   │   │   ├── libdirectory_demux_plugin.so* │   │   │   ├── libdmxmus_plugin.so* │   │   │   ├── libes_plugin.so* │   │   │   ├── libflacsys_plugin.so* │   │   │   ├── libgme_plugin.so* │   │   │   ├── libh26x_plugin.so* │   │   │   ├── libhx_plugin.so* │   │   │   ├── libimage_plugin.so* │   │   │   ├── libmjpeg_plugin.so* │   │   │   ├── libmkv_plugin.so* │   │   │   ├── libmod_plugin.so* │   │   │   ├── libmp4_plugin.so* │   │   │   ├── libmpc_plugin.so* │   │   │   ├── libmpgv_plugin.so* │   │   │   ├── libnoseek_plugin.so* │   │   │   ├── libnsv_plugin.so* │   │   │   ├── libnuv_plugin.so* │   │   │   ├── libogg_plugin.so* │   │   │   ├── libplaylist_plugin.so* │   │   │   ├── libps_plugin.so* │   │   │   ├── libpva_plugin.so* │   │   │   ├── librawaud_plugin.so* │   │   │   ├── librawdv_plugin.so* │   │   │   ├── librawvid_plugin.so* │   │   │   ├── libsmf_plugin.so* │   │   │   ├── libsubtitle_plugin.so* │   │   │   ├── libts_plugin.so* │   │   │   ├── libtta_plugin.so* │   │   │   ├── libty_plugin.so* │   │   │   ├── libvc1_plugin.so* │   │   │   ├── libvobsub_plugin.so* │   │   │   ├── libvoc_plugin.so* │   │   │   ├── libwav_plugin.so* │   │   │   ├── libxa_plugin.so* │   │   │   └── libytdl_plugin.so* │   │   ├── gui/ │   │   │   ├── libncurses_plugin.so* │   │   │   ├── libqt_gtktheme_plugin.so* │   │   │   ├── libqt_plugin.so* │   │   │   └── libskins2_plugin.so* │   │   ├── keystore/ │   │   │   ├── libfile_keystore_plugin.so* │   │   │   ├── libkwallet_plugin.so* │   │   │   ├── libmemory_keystore_plugin.so* │   │   │   └── libsecret_plugin.so* │   │   ├── logger/ │   │   │   ├── libconsole_logger_plugin.so* │   │   │   ├── libfile_logger_plugin.so* │   │   │   ├── libjson_tracer_plugin.so* │   │   │   ├── libsd_journal_plugin.so* │   │   │   └── libsyslog_plugin.so* │   │   ├── lua/ │   │   │   └── liblua_plugin.so* │   │   ├── meta_engine/ │   │   │   ├── libfolder_plugin.so* │   │   │   └── libtaglib_plugin.so* │   │   ├── misc/ │   │   │   ├── libaddonsfsstorage_plugin.so* │   │   │   ├── libaddonsvorepository_plugin.so* │   │   │   ├── libaudioscrobbler_plugin.so* │   │   │   ├── libdbus_screensaver_plugin.so* │   │   │   ├── libexport_plugin.so* │   │   │   ├── libfingerprinter_plugin.so* │   │   │   ├── libgnutls_plugin.so* │   │   │   ├── libstats_plugin.so* │   │   │   ├── libwl_idle_inhibit_plugin.so* │   │   │   ├── libxdg_screensaver_plugin.so* │   │   │   └── libxml_plugin.so* │   │   ├── mux/ │   │   │   ├── libmux_asf_plugin.so* │   │   │   ├── libmux_avi_plugin.so* │   │   │   ├── libmux_dummy_plugin.so* │   │   │   ├── libmux_mp4_plugin.so* │   │   │   ├── libmux_mpjpeg_plugin.so* │   │   │   ├── libmux_ogg_plugin.so* │   │   │   ├── libmux_ps_plugin.so* │   │   │   ├── libmux_ts_plugin.so* │   │   │   └── libmux_wav_plugin.so* │   │   ├── notify/ │   │   │   └── libnotify_plugin.so* │   │   ├── packetizer/ │   │   │   ├── libpacketizer_a52_plugin.so* │   │   │   ├── libpacketizer_av1_plugin.so* │   │   │   ├── libpacketizer_avparser_plugin.so* │   │   │   ├── libpacketizer_copy_plugin.so* │   │   │   ├── libpacketizer_dts_plugin.so* │   │   │   ├── libpacketizer_flac_plugin.so* │   │   │   ├── libpacketizer_h264_plugin.so* │   │   │   ├── libpacketizer_hevc_plugin.so* │   │   │   ├── libpacketizer_mjpeg_plugin.so* │   │   │   ├── libpacketizer_mlp_plugin.so* │   │   │   ├── libpacketizer_mpeg4audio_plugin.so* │   │   │   ├── libpacketizer_mpeg4video_plugin.so* │   │   │   ├── libpacketizer_mpegaudio_plugin.so* │   │   │   ├── libpacketizer_mpegvideo_plugin.so* │   │   │   └── libpacketizer_vc1_plugin.so* │   │   ├── plugins.dat │   │   ├── services_discovery/ │   │   │   ├── libavahi_plugin.so* │   │   │   ├── libmicrodns_plugin.so* │   │   │   ├── libmtp_plugin.so* │   │   │   ├── libpodcast_plugin.so* │   │   │   ├── libpulselist_plugin.so* │   │   │   ├── libsap_plugin.so* │   │   │   ├── libudev_plugin.so* │   │   │   ├── libudisks_plugin.so* │   │   │   ├── libupnp_plugin.so* │   │   │   └── libxcb_apps_plugin.so* │   │   ├── spu/ │   │   │   ├── libaudiobargraph_v_plugin.so* │   │   │   ├── libdynamicoverlay_plugin.so* │   │   │   ├── liblogo_plugin.so* │   │   │   ├── libmarq_plugin.so* │   │   │   ├── libmosaic_plugin.so* │   │   │   ├── librss_plugin.so* │   │   │   └── libsubsdelay_plugin.so* │   │   ├── stream_extractor/ │   │   │   └── libarchive_plugin.so* │   │   ├── stream_filter/ │   │   │   ├── libadf_plugin.so* │   │   │   ├── libaribcam_plugin.so* │   │   │   ├── libcache_block_plugin.so* │   │   │   ├── libcache_read_plugin.so* │   │   │   ├── libdecomp_plugin.so* │   │   │   ├── libhds_plugin.so* │   │   │   ├── libinflate_plugin.so* │   │   │   ├── libprefetch_plugin.so* │   │   │   ├── librecord_plugin.so* │   │   │   └── libskiptags_plugin.so* │   │   ├── stream_out/ │   │   │   ├── libstream_out_autodel_plugin.so* │   │   │   ├── libstream_out_bridge_plugin.so* │   │   │   ├── libstream_out_cycle_plugin.so* │   │   │   ├── libstream_out_delay_plugin.so* │   │   │   ├── libstream_out_display_plugin.so* │   │   │   ├── libstream_out_dummy_plugin.so* │   │   │   ├── libstream_out_duplicate_plugin.so* │   │   │   ├── libstream_out_es_plugin.so* │   │   │   ├── libstream_out_gather_plugin.so* │   │   │   ├── libstream_out_mosaic_bridge_plugin.so* │   │   │   ├── libstream_out_record_plugin.so* │   │   │   ├── libstream_out_rtp_plugin.so* │   │   │   ├── libstream_out_setid_plugin.so* │   │   │   ├── libstream_out_smem_plugin.so* │   │   │   ├── libstream_out_standard_plugin.so* │   │   │   ├── libstream_out_stats_plugin.so* │   │   │   ├── libstream_out_transcode_plugin.so* │   │   │   └── libstream_out_udp_plugin.so* │   │   ├── text_renderer/ │   │   │   ├── libfreetype_plugin.so* │   │   │   ├── libsvg_plugin.so* │   │   │   └── libtdummy_plugin.so* │   │   ├── vaapi/ │   │   │   ├── libdecdev_vaapi_drm_plugin.so* │   │   │   ├── libdecdev_vaapi_wl_plugin.so* │   │   │   ├── libdecdev_vaapi_x11_plugin.so* │   │   │   └── libvaapi_filters_plugin.so* │   │   ├── vdpau/ │   │   │   ├── libvdpau_adjust_plugin.so* │   │   │   ├── libvdpau_avcodec_plugin.so* │   │   │   ├── libvdpau_chroma_plugin.so* │   │   │   ├── libvdpau_deinterlace_plugin.so* │   │   │   ├── libvdpau_instance_plugin.so* │   │   │   └── libvdpau_sharpen_plugin.so* │   │   ├── video_chroma/ │   │   │   ├── libchain_plugin.so* │   │   │   ├── libgrey_yuv_plugin.so* │   │   │   ├── libgst_mem_plugin.so* │   │   │   ├── libi420_nv12_plugin.so* │   │   │   ├── libi420_rgb_plugin.so* │   │   │   ├── libi420_rgb_sse2_plugin.so* │   │   │   ├── libi420_yuy2_plugin.so* │   │   │   ├── libi420_yuy2_sse2_plugin.so* │   │   │   ├── libi422_i420_plugin.so* │   │   │   ├── libi422_yuy2_plugin.so* │   │   │   ├── libi422_yuy2_sse2_plugin.so* │   │   │   ├── liborient_plugin.so* │   │   │   ├── librv32_plugin.so* │   │   │   ├── libswscale_plugin.so* │   │   │   ├── libyuvp_plugin.so* │   │   │   ├── libyuy2_i420_plugin.so* │   │   │   └── libyuy2_i422_plugin.so* │   │   ├── video_filter/ │   │   │   ├── libadjust_plugin.so* │   │   │   ├── libalphamask_plugin.so* │   │   │   ├── libanaglyph_plugin.so* │   │   │   ├── libantiflicker_plugin.so* │   │   │   ├── libball_plugin.so* │   │   │   ├── libblendbench_plugin.so* │   │   │   ├── libblend_plugin.so* │   │   │   ├── libbluescreen_plugin.so* │   │   │   ├── libcanvas_plugin.so* │   │   │   ├── libcolorthres_plugin.so* │   │   │   ├── libcroppadd_plugin.so* │   │   │   ├── libdeinterlace_plugin.so* │   │   │   ├── libedgedetection_plugin.so* │   │   │   ├── liberase_plugin.so* │   │   │   ├── libextract_plugin.so* │   │   │   ├── libformatcrop_plugin.so* │   │   │   ├── libfps_plugin.so* │   │   │   ├── libfreeze_plugin.so* │   │   │   ├── libgaussianblur_plugin.so* │   │   │   ├── libglblend_plugin.so* │   │   │   ├── libgradfun_plugin.so* │   │   │   ├── libgradient_plugin.so* │   │   │   ├── libgrain_plugin.so* │   │   │   ├── libhqdn3d_plugin.so* │   │   │   ├── libinvert_plugin.so* │   │   │   ├── libmagnify_plugin.so* │   │   │   ├── libmirror_plugin.so* │   │   │   ├── libmotionblur_plugin.so* │   │   │   ├── libmotiondetect_plugin.so* │   │   │   ├── liboldmovie_plugin.so* │   │   │   ├── libopengl_filter_plugin.so* │   │   │   ├── libpl_scale_plugin.so* │   │   │   ├── libposterize_plugin.so* │   │   │   ├── libpostproc_plugin.so* │   │   │   ├── libpsychedelic_plugin.so* │   │   │   ├── libpuzzle_plugin.so* │   │   │   ├── libripple_plugin.so* │   │   │   ├── librotate_plugin.so* │   │   │   ├── libscale_plugin.so* │   │   │   ├── libscene_plugin.so* │   │   │   ├── libsepia_plugin.so* │   │   │   ├── libsharpen_plugin.so* │   │   │   ├── libtransform_plugin.so* │   │   │   ├── libvhs_plugin.so* │   │   │   └── libwave_plugin.so* │   │   ├── video_output/ │   │   │   ├── libcaca_plugin.so* │   │   │   ├── libdrm_display_plugin.so* │   │   │   ├── libegl_display_gbm_plugin.so* │   │   │   ├── libegl_display_generic_plugin.so* │   │   │   ├── libegl_pbuffer_filter_plugin.so* │   │   │   ├── libegl_wl_plugin.so* │   │   │   ├── libegl_x11_plugin.so* │   │   │   ├── libflaschen_plugin.so* │   │   │   ├── libglfilter_draw_plugin.so* │   │   │   ├── libglinterop_gst_mem_plugin.so* │   │   │   ├── libglinterop_sw_plugin.so* │   │   │   ├── libglinterop_vaapi_plugin.so* │   │   │   ├── libglinterop_vdpau_plugin.so* │   │   │   ├── libgl_plugin.so* │   │   │   ├── libglx_plugin.so* │   │   │   ├── libkms_plugin.so* │   │   │   ├── libplacebo_gl_plugin.so* │   │   │   ├── libplacebo_plugin.so* │   │   │   ├── libplacebo_vk_plugin.so* │   │   │   ├── libvdummy_plugin.so* │   │   │   ├── libvgl_plugin.so* │   │   │   ├── libvideo_splitter_plugin.so* │   │   │   ├── libvk_wl_plugin.so* │   │   │   ├── libvk_x11_plugin.so* │   │   │   ├── libvmem_plugin.so* │   │   │   ├── libwdummy_plugin.so* │   │   │   ├── libwextern_plugin.so* │   │   │   ├── libwl_shell_plugin.so* │   │   │   ├── libwl_shm_plugin.so* │   │   │   ├── libxcb_egl_plugin.so* │   │   │   ├── libxcb_render_plugin.so* │   │   │   ├── libxcb_window_plugin.so* │   │   │   ├── libxcb_x11_plugin.so* │   │   │   ├── libxdg_shell_plugin.so* │   │   │   └── libyuv_plugin.so* │   │   ├── video_splitter/ │   │   │   ├── libclone_plugin.so* │   │   │   ├── libpanoramix_plugin.so* │   │   │   └── libwall_plugin.so* │   │   └── visualization/ │   │   ├── libglspectrum_plugin.so* │   │   ├── libgoom_plugin.so* │   │   ├── libprojectm_plugin.so* │   │   └── libvisual_plugin.so* │   ├── vlc-cache-gen* │   └── vlc-qt-check* └── share/ ├── applications/ │   ├── vlc.desktop │   ├── vlc-openbd.desktop │   ├── vlc-opencda.desktop │   ├── vlc-opendvd.desktop │   └── vlc-openvcd.desktop ├── doc/ │   └── vlc/ │   ├── fortunes.txt │   ├── libvlc/ │   │   ├── appkit_player.m │   │   ├── CMakeLists.txt │   │   ├── d3d11_player.cpp │   │   ├── d3d9_player.c │   │   ├── gtk_player.c │   │   ├── QtGL/ │   │   │   ├── main.cpp │   │   │   ├── QtGl.pro │   │   │   ├── qtvlcwidget.cpp │   │   │   └── qtvlcwidget.h │   │   ├── QtPlayer/ │   │   │   ├── LICENSE │   │   │   ├── main.cpp │   │   │   ├── player.cpp │   │   │   ├── player.h │   │   │   └── QtVLC.pro │   │   ├── vlc-thumb.c │   │   ├── win_player.c │   │   └── wx_player.cpp │   └── lua/ │   ├── extensions/ │   │   └── README.txt │   ├── http/ │   │   └── requests/ │   │   └── README.txt │   ├── intf/ │   │   ├── dumpmeta.lua │   │   └── README.txt │   ├── meta/ │   │   ├── art/ │   │   │   ├── 01_googleimage.lua │   │   │   └── README.txt │   │   ├── fetcher/ │   │   │   └── README.txt │   │   ├── reader/ │   │   │   ├── filename.lua │   │   │   └── README.txt │   │   └── README.txt │   ├── playlist/ │   │   ├── liveleak.lua │   │   ├── README.txt │   │   └── youtube.lua │   ├── README.txt │   └── sd/ │   ├── icast.lua │   ├── icecast.lua │   └── README.txt ├── icons/ │   └── hicolor/ │   ├── 128x128/ │   │   └── apps/ │   │   ├── vlc-kb.png │   │   ├── vlc.png │   │   └── vlc-xmas.png │   ├── 16x16/ │   │   └── apps/ │   │   ├── vlc.png │   │   └── vlc.xpm │   ├── 256x256/ │   │   └── apps/ │   │   └── vlc.png │   ├── 32x32/ │   │   └── apps/ │   │   ├── vlc.png │   │   ├── vlc-xmas.xpm │   │   └── vlc.xpm │   └── 48x48/ │   └── apps/ │   ├── vlc.png │   └── vlc-xmas.png ├── libalpm/ │   └── hooks/ │   └── update-vlc-plugin-cache.hook ├── locale/ │   ├── ach/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── af/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── am/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── an/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ar/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── as_IN/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ast/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── az/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── be/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── bg/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── bn/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── bn_IN/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── br/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── brx/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── bs/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ca/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── cgg/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ckb/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── co/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── cs/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── cy/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── da/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── de/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── el/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── en_GB/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── es/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── et/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── eu/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── fa/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ff/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── fi/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── fr/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── fur/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── fy/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ga/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── gd/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── gl/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── gu/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── he/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── hi/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── hr/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── hu/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── hy/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ia/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── id/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── is/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── it/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ja/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ka/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── kk/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── km/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── kn/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ko/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ks_IN/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ky/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── lg/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── lt/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── lv/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── mai/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── mk/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ml/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── mn/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── mr/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ms/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── my/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── nb/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ne/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── nl/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── nn/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── oc/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── or/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── pa/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── pl/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ps/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── pt_BR/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── pt_PT/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ro/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ru/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── si/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── sk/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── sl/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── sq/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── sr/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── sv/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ta/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── te/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── tet/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── th/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── tl/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── tr/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── ug/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── uk/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── uz/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── vi/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── wa/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── zh_CN/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   ├── zh_TW/ │   │   └── LC_MESSAGES/ │   │   └── vlc.mo │   └── zu/ │   └── LC_MESSAGES/ │   └── vlc.mo ├── man/ │   └── man1/ │   ├── vlc.1.gz │   └── vlc-wrapper.1.gz ├── metainfo/ │   └── vlc.appdata.xml ├── solid/ │   └── actions/ │   ├── vlc-openbd.desktop │   ├── vlc-opencda.desktop │   ├── vlc-opendvd.desktop │   └── vlc-openvcd.desktop └── vlc/ ├── 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 │   │   ├── buttons.png │   │   ├── Folder-48.png │   │   ├── Other-48.png │   │   ├── speaker-32.png │   │   ├── Video-48.png │   │   ├── vlc16x16.png │   │   └── vlc-48.png │   ├── index.html │   ├── js/ │   │   ├── common.js │   │   ├── controllers.js │   │   ├── jquery.jstree.js │   │   └── ui.js │   ├── mobile_browse.html │   ├── mobile_equalizer.html │   ├── mobile.html │   ├── mobile_view.html │   ├── requests/ │   │   ├── browse.json │   │   ├── browse.xml │   │   ├── playlist.json │   │   ├── playlist_jstree.xml │   │   ├── playlist.xml │   │   ├── rd.json │   │   ├── rd.xml │   │   ├── README.txt │   │   ├── status.json │   │   ├── status.xml │   │   ├── vlm_cmd.xml │   │   └── vlm.xml │   ├── view.html │   ├── vlm_export.html │   └── vlm.html ├── skins2/ │   ├── default.vlt │   ├── fonts/ │   │   ├── FreeSansBold.ttf │   │   └── FreeSans.ttf │   ├── skin.catalog │   ├── skin.dtd │   └── winamp2.xml ├── utils/ │   ├── audio-vlc-default.sh* │   └── video-vlc-default.sh* ├── vlc.ico └── ytdl-extract.py* 298 directories, 829 files