├── .gitignore ├── README.md ├── SDK ├── abort_callback.cpp ├── abort_callback.h ├── advconfig.cpp ├── advconfig.h ├── advconfig_impl.h ├── advconfig_impl_legacy.h ├── album_art.cpp ├── album_art.h ├── album_art_helpers.h ├── app_close_blocker.cpp ├── app_close_blocker.h ├── archive.h ├── audioEncoder.h ├── audio_chunk.cpp ├── audio_chunk.h ├── audio_chunk_channel_config.cpp ├── audio_chunk_impl.h ├── audio_postprocessor.h ├── autoplaylist.h ├── callback_merit.h ├── cfg_var.cpp ├── cfg_var.h ├── cfg_var_legacy.cpp ├── cfg_var_legacy.h ├── chapterizer.cpp ├── chapterizer.h ├── commandline.cpp ├── commandline.h ├── commonObjects-Apple.h ├── commonObjects-Apple.mm ├── commonObjects.cpp ├── commonObjects.h ├── completion_notify.cpp ├── completion_notify.h ├── component.h ├── component_client.h ├── components_menu.h ├── componentversion.cpp ├── componentversion.h ├── configCache.h ├── configStore.cpp ├── configStore.h ├── config_io_callback.cpp ├── config_io_callback.h ├── config_object.cpp ├── config_object.h ├── config_object_impl.h ├── console.cpp ├── console.h ├── console_manager.h ├── contextmenu.h ├── contextmenu_manager.h ├── coreDarkMode.h ├── core_api.h ├── coreversion.h ├── decode_postprocessor.h ├── dsp-frontend.h ├── dsp.cpp ├── dsp.h ├── dsp_manager.cpp ├── dsp_manager.h ├── event_logger.h ├── exception_io.h ├── exceptions.h ├── file.h ├── fileDialog.h ├── file_cached_impl.cpp ├── file_format_sanitizer.h ├── file_info.cpp ├── file_info.h ├── file_info_const_impl.cpp ├── file_info_const_impl.h ├── file_info_filter.h ├── file_info_filter_impl.h ├── file_info_impl.cpp ├── file_info_impl.h ├── file_info_merge.cpp ├── file_lock_manager.h ├── file_operation_callback.cpp ├── file_operation_callback.h ├── filesystem.cpp ├── filesystem.h ├── filesystem_helper.cpp ├── filesystem_helper.h ├── filesystem_transacted.h ├── foobar2000-all.h ├── foobar2000-lite.h ├── foobar2000-pfc.h ├── foobar2000-sdk-pch.h ├── foobar2000-versions.h ├── foobar2000-winver.h ├── foobar2000.h ├── foobar2000_SDK.vcxproj ├── foobar2000_SDK.vcxproj.filters ├── foobar2000_SDK.xcodeproj │ └── project.pbxproj ├── foosort.cpp ├── foosort.h ├── foosortstring.h ├── forward_types.h ├── fsItem.cpp ├── fsitem.h ├── genrand.h ├── guids.cpp ├── hasher_md5.cpp ├── hasher_md5.h ├── http_client.h ├── icon_remap.h ├── image.cpp ├── image.h ├── imageLoaderLite.h ├── imageViewer.h ├── info_lookup_handler.h ├── initquit.h ├── input.cpp ├── input.h ├── input_file_type.cpp ├── input_file_type.h ├── input_impl.h ├── keyValueIO.h ├── keyValueIOimpl.h ├── library_callbacks.h ├── library_index.h ├── library_manager.h ├── link_resolver.cpp ├── link_resolver.h ├── main_thread_callback.cpp ├── main_thread_callback.h ├── mainmenu.cpp ├── mem_block_container.cpp ├── mem_block_container.h ├── menu.h ├── menu_common.h ├── menu_helpers.cpp ├── menu_helpers.h ├── menu_item.cpp ├── menu_manager.cpp ├── messageBox.h ├── message_loop.h ├── metadb.cpp ├── metadb.h ├── metadb_callbacks.h ├── metadb_display_field_provider.h ├── metadb_handle.cpp ├── metadb_handle.h ├── metadb_handle_list.cpp ├── metadb_index.h ├── metadb_info_container_impl.h ├── modeless_dialog.h ├── noInfo.h ├── ole_interaction.h ├── output.cpp ├── output.h ├── packet_decoder.cpp ├── packet_decoder.h ├── play_callback.h ├── playable_location.cpp ├── playable_location.h ├── playback_control.cpp ├── playback_control.h ├── playback_stream_capture.h ├── playlist.cpp ├── playlist.h ├── playlistColumnProvider.h ├── playlist_loader.cpp ├── playlist_loader.h ├── popup_message.cpp ├── popup_message.h ├── powerManager.h ├── preferences_page.cpp ├── preferences_page.h ├── progress_meter.h ├── replaygain.cpp ├── replaygain.h ├── replaygain_info.cpp ├── replaygain_scanner.h ├── resampler.h ├── search_tools.h ├── service.cpp ├── service.h ├── service_by_guid.h ├── service_compat.h ├── service_impl.h ├── shortcut_actions.h ├── stdafx.cpp ├── system_time_keeper.h ├── tag_processor.cpp ├── tag_processor.h ├── tag_processor_id3v2.cpp ├── threadPool.h ├── threaded_process.cpp ├── threaded_process.h ├── threadsLite.h ├── timer.h ├── titleformat.cpp ├── titleformat.h ├── titleformat_object.h ├── toolbarDropDown.h ├── track_property.cpp ├── track_property.h ├── tracks.h ├── ui.cpp ├── ui.h ├── ui_edit_context.h ├── ui_element.cpp ├── ui_element.h ├── ui_element_mac.h ├── ui_element_typable_window_manager.h ├── unpack.h ├── utility.cpp └── vis.h ├── foobar2000_component_client ├── component_client.cpp ├── foobar2000_component_client.vcxproj └── foobar2000_component_client.xcodeproj │ └── project.pbxproj ├── helpers ├── AutoComplete.cpp ├── AutoComplete.h ├── BumpableElem.h ├── CDialogResizeHelper.h ├── CListControlFb2kColors.h ├── CModelessDialogMessages.h ├── COM_utils.h ├── CPropVariant.h ├── CSingleThreadWrapper.h ├── CTableEditHelper-Legacy.cpp ├── CTableEditHelper-Legacy.h ├── CallForwarder.h ├── CmdThread.h ├── DarkMode.cpp ├── DarkMode.h ├── ProcessUtils.h ├── ProfileCache.h ├── StdAfx.cpp ├── StdAfx.h ├── ThreadUtils.cpp ├── ThreadUtils.h ├── VisUtils.cpp ├── VisUtils.h ├── VolumeMap.cpp ├── VolumeMap.h ├── WindowPositionUtils.cpp ├── WindowPositionUtils.h ├── advconfig_impl.h ├── advconfig_runtime.h ├── albumArtCache.h ├── album_art_helpers.cpp ├── album_art_helpers.h ├── atl-misc.h ├── audio_render_float.h ├── bitreader_helper.h ├── callInMainThreadHelper.h ├── callback_merit.h ├── cfg_dsp_chain_config.h ├── cfg_guidlist.cpp ├── cfg_guidlist.h ├── cfg_obj.h ├── cfg_objList.h ├── cfg_var_import.cpp ├── cfg_var_import.h ├── create_directory_helper.cpp ├── create_directory_helper.h ├── cue_creator.cpp ├── cue_creator.h ├── cue_parser.cpp ├── cue_parser.h ├── cue_parser_embedding.cpp ├── cuesheet_index_list.cpp ├── cuesheet_index_list.h ├── dialog_resize_helper.cpp ├── dialog_resize_helper.h ├── dropdown_helper.cpp ├── dropdown_helper.h ├── dsp_dialog.h ├── duration_counter.h ├── dynamic_bitrate_helper.cpp ├── dynamic_bitrate_helper.h ├── fb2kWorkerTool.h ├── fb2k_threads.h ├── fb2k_wfx.h ├── fileReadAhead.h ├── file_cached.h ├── file_info_const_impl.h ├── file_list_helper.cpp ├── file_list_helper.h ├── file_move_helper.cpp ├── file_move_helper.h ├── file_streamstub.h ├── file_win32_wrapper.cpp ├── file_win32_wrapper.h ├── filetimetools.cpp ├── filetimetools.h ├── foobar2000+atl.h ├── foobar2000-lite+atl.h ├── foobar2000_SDK_helpers.xcodeproj │ └── project.pbxproj ├── foobar2000_sdk_helpers.vcxproj ├── foobar2000_sdk_helpers.vcxproj.filters ├── fullFileBuffer.h ├── helpers.h ├── icon_remapping_wildcard.h ├── image_load_save.cpp ├── image_load_save.h ├── inplace_edit.cpp ├── inplace_edit.h ├── input_fix_seeking.h ├── input_helper_cue.cpp ├── input_helper_cue.h ├── input_helpers.cpp ├── input_helpers.h ├── input_logging.h ├── input_stream_info_reader.h ├── meta_table_builder.h ├── metadb_handle_array.h ├── metadb_handle_set.h ├── metadb_info_container_impl.h ├── metadb_io_callback_v2_data.h ├── metadb_io_hintlist.h ├── mp3_utils.cpp ├── mp3_utils.h ├── notifyList.h ├── packet_decoder_aac_common.cpp ├── packet_decoder_aac_common.h ├── packet_decoder_mp3_common.cpp ├── packet_decoder_mp3_common.h ├── playlist_position_reference_tracker.h ├── readWriteLock.h ├── reader_pretend_nonseekable.h ├── readers.cpp ├── readers.h ├── readers_lite.h ├── rethrow.h ├── seekabilizer.cpp ├── seekabilizer.h ├── stream_buffer_helper.cpp ├── stream_buffer_helper.h ├── tag_write_callback_impl.h ├── text_file_loader.cpp ├── text_file_loader.h ├── text_file_loader_v2.cpp ├── text_file_loader_v2.h ├── track_property_callback_impl.cpp ├── track_property_callback_impl.h ├── ui_element_helpers.cpp ├── ui_element_helpers.h ├── win-MulDiv.h ├── win-systemtime.cpp ├── win-systemtime.h ├── win32_dialog.cpp ├── win32_dialog.h ├── win32_misc.cpp ├── win32_misc.h ├── window_placement_helper.cpp ├── window_placement_helper.h ├── winmm-types.h ├── writer_wav.cpp └── writer_wav.h ├── sdk-license.txt ├── sdk-readme.html └── shared ├── Utility.cpp ├── audio_math.cpp ├── audio_math.h ├── crash_info.cpp ├── fb2kdebug.h ├── filedialogs.cpp ├── filedialogs.h ├── filedialogs_vista.cpp ├── font_description.cpp ├── minidump.cpp ├── modal_dialog.cpp ├── shared-ARM64EC.lib ├── shared-Win32.lib ├── shared-apple.h ├── shared-apple.mm ├── shared-nix.cpp ├── shared-nix.h ├── shared-x64.lib ├── shared.h ├── shared.vcxproj ├── shared.vcxproj.filters ├── shared.xcodeproj └── project.pbxproj ├── stdafx.cpp ├── systray.cpp ├── text_drawing.cpp ├── utf8.cpp ├── utf8api.cpp └── win32_misc.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/README.md -------------------------------------------------------------------------------- /SDK/abort_callback.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/abort_callback.cpp -------------------------------------------------------------------------------- /SDK/abort_callback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/abort_callback.h -------------------------------------------------------------------------------- /SDK/advconfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/advconfig.cpp -------------------------------------------------------------------------------- /SDK/advconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/advconfig.h -------------------------------------------------------------------------------- /SDK/advconfig_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/advconfig_impl.h -------------------------------------------------------------------------------- /SDK/advconfig_impl_legacy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/advconfig_impl_legacy.h -------------------------------------------------------------------------------- /SDK/album_art.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/album_art.cpp -------------------------------------------------------------------------------- /SDK/album_art.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/album_art.h -------------------------------------------------------------------------------- /SDK/album_art_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/album_art_helpers.h -------------------------------------------------------------------------------- /SDK/app_close_blocker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/app_close_blocker.cpp -------------------------------------------------------------------------------- /SDK/app_close_blocker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/app_close_blocker.h -------------------------------------------------------------------------------- /SDK/archive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/archive.h -------------------------------------------------------------------------------- /SDK/audioEncoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/audioEncoder.h -------------------------------------------------------------------------------- /SDK/audio_chunk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/audio_chunk.cpp -------------------------------------------------------------------------------- /SDK/audio_chunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/audio_chunk.h -------------------------------------------------------------------------------- /SDK/audio_chunk_channel_config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/audio_chunk_channel_config.cpp -------------------------------------------------------------------------------- /SDK/audio_chunk_impl.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | // header added for fb2k mobile compatibility -------------------------------------------------------------------------------- /SDK/audio_postprocessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/audio_postprocessor.h -------------------------------------------------------------------------------- /SDK/autoplaylist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/autoplaylist.h -------------------------------------------------------------------------------- /SDK/callback_merit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/callback_merit.h -------------------------------------------------------------------------------- /SDK/cfg_var.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/cfg_var.cpp -------------------------------------------------------------------------------- /SDK/cfg_var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/cfg_var.h -------------------------------------------------------------------------------- /SDK/cfg_var_legacy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/cfg_var_legacy.cpp -------------------------------------------------------------------------------- /SDK/cfg_var_legacy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/cfg_var_legacy.h -------------------------------------------------------------------------------- /SDK/chapterizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/chapterizer.cpp -------------------------------------------------------------------------------- /SDK/chapterizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/chapterizer.h -------------------------------------------------------------------------------- /SDK/commandline.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/commandline.cpp -------------------------------------------------------------------------------- /SDK/commandline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/commandline.h -------------------------------------------------------------------------------- /SDK/commonObjects-Apple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/commonObjects-Apple.h -------------------------------------------------------------------------------- /SDK/commonObjects-Apple.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/commonObjects-Apple.mm -------------------------------------------------------------------------------- /SDK/commonObjects.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/commonObjects.cpp -------------------------------------------------------------------------------- /SDK/commonObjects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/commonObjects.h -------------------------------------------------------------------------------- /SDK/completion_notify.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/completion_notify.cpp -------------------------------------------------------------------------------- /SDK/completion_notify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/completion_notify.h -------------------------------------------------------------------------------- /SDK/component.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/component.h -------------------------------------------------------------------------------- /SDK/component_client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/component_client.h -------------------------------------------------------------------------------- /SDK/components_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/components_menu.h -------------------------------------------------------------------------------- /SDK/componentversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/componentversion.cpp -------------------------------------------------------------------------------- /SDK/componentversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/componentversion.h -------------------------------------------------------------------------------- /SDK/configCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/configCache.h -------------------------------------------------------------------------------- /SDK/configStore.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/configStore.cpp -------------------------------------------------------------------------------- /SDK/configStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/configStore.h -------------------------------------------------------------------------------- /SDK/config_io_callback.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/config_io_callback.cpp -------------------------------------------------------------------------------- /SDK/config_io_callback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/config_io_callback.h -------------------------------------------------------------------------------- /SDK/config_object.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/config_object.cpp -------------------------------------------------------------------------------- /SDK/config_object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/config_object.h -------------------------------------------------------------------------------- /SDK/config_object_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/config_object_impl.h -------------------------------------------------------------------------------- /SDK/console.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/console.cpp -------------------------------------------------------------------------------- /SDK/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/console.h -------------------------------------------------------------------------------- /SDK/console_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/console_manager.h -------------------------------------------------------------------------------- /SDK/contextmenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/contextmenu.h -------------------------------------------------------------------------------- /SDK/contextmenu_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/contextmenu_manager.h -------------------------------------------------------------------------------- /SDK/coreDarkMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/coreDarkMode.h -------------------------------------------------------------------------------- /SDK/core_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/core_api.h -------------------------------------------------------------------------------- /SDK/coreversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/coreversion.h -------------------------------------------------------------------------------- /SDK/decode_postprocessor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/decode_postprocessor.h -------------------------------------------------------------------------------- /SDK/dsp-frontend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/dsp-frontend.h -------------------------------------------------------------------------------- /SDK/dsp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/dsp.cpp -------------------------------------------------------------------------------- /SDK/dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/dsp.h -------------------------------------------------------------------------------- /SDK/dsp_manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/dsp_manager.cpp -------------------------------------------------------------------------------- /SDK/dsp_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/dsp_manager.h -------------------------------------------------------------------------------- /SDK/event_logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/event_logger.h -------------------------------------------------------------------------------- /SDK/exception_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/exception_io.h -------------------------------------------------------------------------------- /SDK/exceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/exceptions.h -------------------------------------------------------------------------------- /SDK/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file.h -------------------------------------------------------------------------------- /SDK/fileDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/fileDialog.h -------------------------------------------------------------------------------- /SDK/file_cached_impl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_cached_impl.cpp -------------------------------------------------------------------------------- /SDK/file_format_sanitizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_format_sanitizer.h -------------------------------------------------------------------------------- /SDK/file_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_info.cpp -------------------------------------------------------------------------------- /SDK/file_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_info.h -------------------------------------------------------------------------------- /SDK/file_info_const_impl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_info_const_impl.cpp -------------------------------------------------------------------------------- /SDK/file_info_const_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_info_const_impl.h -------------------------------------------------------------------------------- /SDK/file_info_filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_info_filter.h -------------------------------------------------------------------------------- /SDK/file_info_filter_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_info_filter_impl.h -------------------------------------------------------------------------------- /SDK/file_info_impl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_info_impl.cpp -------------------------------------------------------------------------------- /SDK/file_info_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_info_impl.h -------------------------------------------------------------------------------- /SDK/file_info_merge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_info_merge.cpp -------------------------------------------------------------------------------- /SDK/file_lock_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_lock_manager.h -------------------------------------------------------------------------------- /SDK/file_operation_callback.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_operation_callback.cpp -------------------------------------------------------------------------------- /SDK/file_operation_callback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/file_operation_callback.h -------------------------------------------------------------------------------- /SDK/filesystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/filesystem.cpp -------------------------------------------------------------------------------- /SDK/filesystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/filesystem.h -------------------------------------------------------------------------------- /SDK/filesystem_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/filesystem_helper.cpp -------------------------------------------------------------------------------- /SDK/filesystem_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/filesystem_helper.h -------------------------------------------------------------------------------- /SDK/filesystem_transacted.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/filesystem_transacted.h -------------------------------------------------------------------------------- /SDK/foobar2000-all.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foobar2000-all.h -------------------------------------------------------------------------------- /SDK/foobar2000-lite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foobar2000-lite.h -------------------------------------------------------------------------------- /SDK/foobar2000-pfc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foobar2000-pfc.h -------------------------------------------------------------------------------- /SDK/foobar2000-sdk-pch.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "foobar2000-lite.h" 3 | -------------------------------------------------------------------------------- /SDK/foobar2000-versions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foobar2000-versions.h -------------------------------------------------------------------------------- /SDK/foobar2000-winver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foobar2000-winver.h -------------------------------------------------------------------------------- /SDK/foobar2000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foobar2000.h -------------------------------------------------------------------------------- /SDK/foobar2000_SDK.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foobar2000_SDK.vcxproj -------------------------------------------------------------------------------- /SDK/foobar2000_SDK.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foobar2000_SDK.vcxproj.filters -------------------------------------------------------------------------------- /SDK/foobar2000_SDK.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foobar2000_SDK.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SDK/foosort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foosort.cpp -------------------------------------------------------------------------------- /SDK/foosort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foosort.h -------------------------------------------------------------------------------- /SDK/foosortstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/foosortstring.h -------------------------------------------------------------------------------- /SDK/forward_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/forward_types.h -------------------------------------------------------------------------------- /SDK/fsItem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/fsItem.cpp -------------------------------------------------------------------------------- /SDK/fsitem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/fsitem.h -------------------------------------------------------------------------------- /SDK/genrand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/genrand.h -------------------------------------------------------------------------------- /SDK/guids.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/guids.cpp -------------------------------------------------------------------------------- /SDK/hasher_md5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/hasher_md5.cpp -------------------------------------------------------------------------------- /SDK/hasher_md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/hasher_md5.h -------------------------------------------------------------------------------- /SDK/http_client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/http_client.h -------------------------------------------------------------------------------- /SDK/icon_remap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/icon_remap.h -------------------------------------------------------------------------------- /SDK/image.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/image.cpp -------------------------------------------------------------------------------- /SDK/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/image.h -------------------------------------------------------------------------------- /SDK/imageLoaderLite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/imageLoaderLite.h -------------------------------------------------------------------------------- /SDK/imageViewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/imageViewer.h -------------------------------------------------------------------------------- /SDK/info_lookup_handler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/info_lookup_handler.h -------------------------------------------------------------------------------- /SDK/initquit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/initquit.h -------------------------------------------------------------------------------- /SDK/input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/input.cpp -------------------------------------------------------------------------------- /SDK/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/input.h -------------------------------------------------------------------------------- /SDK/input_file_type.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/input_file_type.cpp -------------------------------------------------------------------------------- /SDK/input_file_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/input_file_type.h -------------------------------------------------------------------------------- /SDK/input_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/input_impl.h -------------------------------------------------------------------------------- /SDK/keyValueIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/keyValueIO.h -------------------------------------------------------------------------------- /SDK/keyValueIOimpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/keyValueIOimpl.h -------------------------------------------------------------------------------- /SDK/library_callbacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/library_callbacks.h -------------------------------------------------------------------------------- /SDK/library_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/library_index.h -------------------------------------------------------------------------------- /SDK/library_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/library_manager.h -------------------------------------------------------------------------------- /SDK/link_resolver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/link_resolver.cpp -------------------------------------------------------------------------------- /SDK/link_resolver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/link_resolver.h -------------------------------------------------------------------------------- /SDK/main_thread_callback.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/main_thread_callback.cpp -------------------------------------------------------------------------------- /SDK/main_thread_callback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/main_thread_callback.h -------------------------------------------------------------------------------- /SDK/mainmenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/mainmenu.cpp -------------------------------------------------------------------------------- /SDK/mem_block_container.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/mem_block_container.cpp -------------------------------------------------------------------------------- /SDK/mem_block_container.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/mem_block_container.h -------------------------------------------------------------------------------- /SDK/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/menu.h -------------------------------------------------------------------------------- /SDK/menu_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/menu_common.h -------------------------------------------------------------------------------- /SDK/menu_helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/menu_helpers.cpp -------------------------------------------------------------------------------- /SDK/menu_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/menu_helpers.h -------------------------------------------------------------------------------- /SDK/menu_item.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/menu_item.cpp -------------------------------------------------------------------------------- /SDK/menu_manager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/menu_manager.cpp -------------------------------------------------------------------------------- /SDK/messageBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/messageBox.h -------------------------------------------------------------------------------- /SDK/message_loop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/message_loop.h -------------------------------------------------------------------------------- /SDK/metadb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/metadb.cpp -------------------------------------------------------------------------------- /SDK/metadb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/metadb.h -------------------------------------------------------------------------------- /SDK/metadb_callbacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/metadb_callbacks.h -------------------------------------------------------------------------------- /SDK/metadb_display_field_provider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/metadb_display_field_provider.h -------------------------------------------------------------------------------- /SDK/metadb_handle.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/metadb_handle.cpp -------------------------------------------------------------------------------- /SDK/metadb_handle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/metadb_handle.h -------------------------------------------------------------------------------- /SDK/metadb_handle_list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/metadb_handle_list.cpp -------------------------------------------------------------------------------- /SDK/metadb_index.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/metadb_index.h -------------------------------------------------------------------------------- /SDK/metadb_info_container_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/metadb_info_container_impl.h -------------------------------------------------------------------------------- /SDK/modeless_dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/modeless_dialog.h -------------------------------------------------------------------------------- /SDK/noInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/noInfo.h -------------------------------------------------------------------------------- /SDK/ole_interaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/ole_interaction.h -------------------------------------------------------------------------------- /SDK/output.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/output.cpp -------------------------------------------------------------------------------- /SDK/output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/output.h -------------------------------------------------------------------------------- /SDK/packet_decoder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/packet_decoder.cpp -------------------------------------------------------------------------------- /SDK/packet_decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/packet_decoder.h -------------------------------------------------------------------------------- /SDK/play_callback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/play_callback.h -------------------------------------------------------------------------------- /SDK/playable_location.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/playable_location.cpp -------------------------------------------------------------------------------- /SDK/playable_location.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/playable_location.h -------------------------------------------------------------------------------- /SDK/playback_control.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/playback_control.cpp -------------------------------------------------------------------------------- /SDK/playback_control.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/playback_control.h -------------------------------------------------------------------------------- /SDK/playback_stream_capture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/playback_stream_capture.h -------------------------------------------------------------------------------- /SDK/playlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/playlist.cpp -------------------------------------------------------------------------------- /SDK/playlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/playlist.h -------------------------------------------------------------------------------- /SDK/playlistColumnProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/playlistColumnProvider.h -------------------------------------------------------------------------------- /SDK/playlist_loader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/playlist_loader.cpp -------------------------------------------------------------------------------- /SDK/playlist_loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/playlist_loader.h -------------------------------------------------------------------------------- /SDK/popup_message.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/popup_message.cpp -------------------------------------------------------------------------------- /SDK/popup_message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/popup_message.h -------------------------------------------------------------------------------- /SDK/powerManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/powerManager.h -------------------------------------------------------------------------------- /SDK/preferences_page.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/preferences_page.cpp -------------------------------------------------------------------------------- /SDK/preferences_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/preferences_page.h -------------------------------------------------------------------------------- /SDK/progress_meter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/progress_meter.h -------------------------------------------------------------------------------- /SDK/replaygain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/replaygain.cpp -------------------------------------------------------------------------------- /SDK/replaygain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/replaygain.h -------------------------------------------------------------------------------- /SDK/replaygain_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/replaygain_info.cpp -------------------------------------------------------------------------------- /SDK/replaygain_scanner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/replaygain_scanner.h -------------------------------------------------------------------------------- /SDK/resampler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/resampler.h -------------------------------------------------------------------------------- /SDK/search_tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/search_tools.h -------------------------------------------------------------------------------- /SDK/service.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/service.cpp -------------------------------------------------------------------------------- /SDK/service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/service.h -------------------------------------------------------------------------------- /SDK/service_by_guid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/service_by_guid.h -------------------------------------------------------------------------------- /SDK/service_compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/service_compat.h -------------------------------------------------------------------------------- /SDK/service_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/service_impl.h -------------------------------------------------------------------------------- /SDK/shortcut_actions.h: -------------------------------------------------------------------------------- 1 | #error DEPRECATED 2 | -------------------------------------------------------------------------------- /SDK/stdafx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/stdafx.cpp -------------------------------------------------------------------------------- /SDK/system_time_keeper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/system_time_keeper.h -------------------------------------------------------------------------------- /SDK/tag_processor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/tag_processor.cpp -------------------------------------------------------------------------------- /SDK/tag_processor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/tag_processor.h -------------------------------------------------------------------------------- /SDK/tag_processor_id3v2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/tag_processor_id3v2.cpp -------------------------------------------------------------------------------- /SDK/threadPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/threadPool.h -------------------------------------------------------------------------------- /SDK/threaded_process.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/threaded_process.cpp -------------------------------------------------------------------------------- /SDK/threaded_process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/threaded_process.h -------------------------------------------------------------------------------- /SDK/threadsLite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/threadsLite.h -------------------------------------------------------------------------------- /SDK/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/timer.h -------------------------------------------------------------------------------- /SDK/titleformat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/titleformat.cpp -------------------------------------------------------------------------------- /SDK/titleformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/titleformat.h -------------------------------------------------------------------------------- /SDK/titleformat_object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/titleformat_object.h -------------------------------------------------------------------------------- /SDK/toolbarDropDown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/toolbarDropDown.h -------------------------------------------------------------------------------- /SDK/track_property.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/track_property.cpp -------------------------------------------------------------------------------- /SDK/track_property.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/track_property.h -------------------------------------------------------------------------------- /SDK/tracks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/tracks.h -------------------------------------------------------------------------------- /SDK/ui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/ui.cpp -------------------------------------------------------------------------------- /SDK/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/ui.h -------------------------------------------------------------------------------- /SDK/ui_edit_context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/ui_edit_context.h -------------------------------------------------------------------------------- /SDK/ui_element.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/ui_element.cpp -------------------------------------------------------------------------------- /SDK/ui_element.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/ui_element.h -------------------------------------------------------------------------------- /SDK/ui_element_mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/ui_element_mac.h -------------------------------------------------------------------------------- /SDK/ui_element_typable_window_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/ui_element_typable_window_manager.h -------------------------------------------------------------------------------- /SDK/unpack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/unpack.h -------------------------------------------------------------------------------- /SDK/utility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/utility.cpp -------------------------------------------------------------------------------- /SDK/vis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/SDK/vis.h -------------------------------------------------------------------------------- /foobar2000_component_client/component_client.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/foobar2000_component_client/component_client.cpp -------------------------------------------------------------------------------- /foobar2000_component_client/foobar2000_component_client.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/foobar2000_component_client/foobar2000_component_client.vcxproj -------------------------------------------------------------------------------- /foobar2000_component_client/foobar2000_component_client.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/foobar2000_component_client/foobar2000_component_client.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /helpers/AutoComplete.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/AutoComplete.cpp -------------------------------------------------------------------------------- /helpers/AutoComplete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/AutoComplete.h -------------------------------------------------------------------------------- /helpers/BumpableElem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/BumpableElem.h -------------------------------------------------------------------------------- /helpers/CDialogResizeHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/CDialogResizeHelper.h -------------------------------------------------------------------------------- /helpers/CListControlFb2kColors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/CListControlFb2kColors.h -------------------------------------------------------------------------------- /helpers/CModelessDialogMessages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/CModelessDialogMessages.h -------------------------------------------------------------------------------- /helpers/COM_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/COM_utils.h -------------------------------------------------------------------------------- /helpers/CPropVariant.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | #include -------------------------------------------------------------------------------- /helpers/CSingleThreadWrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/CSingleThreadWrapper.h -------------------------------------------------------------------------------- /helpers/CTableEditHelper-Legacy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/CTableEditHelper-Legacy.cpp -------------------------------------------------------------------------------- /helpers/CTableEditHelper-Legacy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/CTableEditHelper-Legacy.h -------------------------------------------------------------------------------- /helpers/CallForwarder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/CallForwarder.h -------------------------------------------------------------------------------- /helpers/CmdThread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/CmdThread.h -------------------------------------------------------------------------------- /helpers/DarkMode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/DarkMode.cpp -------------------------------------------------------------------------------- /helpers/DarkMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/DarkMode.h -------------------------------------------------------------------------------- /helpers/ProcessUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/ProcessUtils.h -------------------------------------------------------------------------------- /helpers/ProfileCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/ProfileCache.h -------------------------------------------------------------------------------- /helpers/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/StdAfx.cpp -------------------------------------------------------------------------------- /helpers/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/StdAfx.h -------------------------------------------------------------------------------- /helpers/ThreadUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/ThreadUtils.cpp -------------------------------------------------------------------------------- /helpers/ThreadUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/ThreadUtils.h -------------------------------------------------------------------------------- /helpers/VisUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/VisUtils.cpp -------------------------------------------------------------------------------- /helpers/VisUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/VisUtils.h -------------------------------------------------------------------------------- /helpers/VolumeMap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/VolumeMap.cpp -------------------------------------------------------------------------------- /helpers/VolumeMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/VolumeMap.h -------------------------------------------------------------------------------- /helpers/WindowPositionUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/WindowPositionUtils.cpp -------------------------------------------------------------------------------- /helpers/WindowPositionUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/WindowPositionUtils.h -------------------------------------------------------------------------------- /helpers/advconfig_impl.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | // fb2k mobile compat 4 | #include "../SDK/advconfig_impl.h" -------------------------------------------------------------------------------- /helpers/advconfig_runtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/advconfig_runtime.h -------------------------------------------------------------------------------- /helpers/albumArtCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/albumArtCache.h -------------------------------------------------------------------------------- /helpers/album_art_helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/album_art_helpers.cpp -------------------------------------------------------------------------------- /helpers/album_art_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/album_art_helpers.h -------------------------------------------------------------------------------- /helpers/atl-misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/atl-misc.h -------------------------------------------------------------------------------- /helpers/audio_render_float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/audio_render_float.h -------------------------------------------------------------------------------- /helpers/bitreader_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/bitreader_helper.h -------------------------------------------------------------------------------- /helpers/callInMainThreadHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/callInMainThreadHelper.h -------------------------------------------------------------------------------- /helpers/callback_merit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/callback_merit.h -------------------------------------------------------------------------------- /helpers/cfg_dsp_chain_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cfg_dsp_chain_config.h -------------------------------------------------------------------------------- /helpers/cfg_guidlist.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cfg_guidlist.cpp -------------------------------------------------------------------------------- /helpers/cfg_guidlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cfg_guidlist.h -------------------------------------------------------------------------------- /helpers/cfg_obj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cfg_obj.h -------------------------------------------------------------------------------- /helpers/cfg_objList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cfg_objList.h -------------------------------------------------------------------------------- /helpers/cfg_var_import.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cfg_var_import.cpp -------------------------------------------------------------------------------- /helpers/cfg_var_import.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cfg_var_import.h -------------------------------------------------------------------------------- /helpers/create_directory_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/create_directory_helper.cpp -------------------------------------------------------------------------------- /helpers/create_directory_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/create_directory_helper.h -------------------------------------------------------------------------------- /helpers/cue_creator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cue_creator.cpp -------------------------------------------------------------------------------- /helpers/cue_creator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cue_creator.h -------------------------------------------------------------------------------- /helpers/cue_parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cue_parser.cpp -------------------------------------------------------------------------------- /helpers/cue_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cue_parser.h -------------------------------------------------------------------------------- /helpers/cue_parser_embedding.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cue_parser_embedding.cpp -------------------------------------------------------------------------------- /helpers/cuesheet_index_list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cuesheet_index_list.cpp -------------------------------------------------------------------------------- /helpers/cuesheet_index_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/cuesheet_index_list.h -------------------------------------------------------------------------------- /helpers/dialog_resize_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/dialog_resize_helper.cpp -------------------------------------------------------------------------------- /helpers/dialog_resize_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/dialog_resize_helper.h -------------------------------------------------------------------------------- /helpers/dropdown_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/dropdown_helper.cpp -------------------------------------------------------------------------------- /helpers/dropdown_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/dropdown_helper.h -------------------------------------------------------------------------------- /helpers/dsp_dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/dsp_dialog.h -------------------------------------------------------------------------------- /helpers/duration_counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/duration_counter.h -------------------------------------------------------------------------------- /helpers/dynamic_bitrate_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/dynamic_bitrate_helper.cpp -------------------------------------------------------------------------------- /helpers/dynamic_bitrate_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/dynamic_bitrate_helper.h -------------------------------------------------------------------------------- /helpers/fb2kWorkerTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/fb2kWorkerTool.h -------------------------------------------------------------------------------- /helpers/fb2k_threads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/fb2k_threads.h -------------------------------------------------------------------------------- /helpers/fb2k_wfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/fb2k_wfx.h -------------------------------------------------------------------------------- /helpers/fileReadAhead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/fileReadAhead.h -------------------------------------------------------------------------------- /helpers/file_cached.h: -------------------------------------------------------------------------------- 1 | // obsolete, moved to SDK -------------------------------------------------------------------------------- /helpers/file_info_const_impl.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "../SDK/file_info_const_impl.h" -------------------------------------------------------------------------------- /helpers/file_list_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/file_list_helper.cpp -------------------------------------------------------------------------------- /helpers/file_list_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/file_list_helper.h -------------------------------------------------------------------------------- /helpers/file_move_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/file_move_helper.cpp -------------------------------------------------------------------------------- /helpers/file_move_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/file_move_helper.h -------------------------------------------------------------------------------- /helpers/file_streamstub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/file_streamstub.h -------------------------------------------------------------------------------- /helpers/file_win32_wrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/file_win32_wrapper.cpp -------------------------------------------------------------------------------- /helpers/file_win32_wrapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/file_win32_wrapper.h -------------------------------------------------------------------------------- /helpers/filetimetools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/filetimetools.cpp -------------------------------------------------------------------------------- /helpers/filetimetools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/filetimetools.h -------------------------------------------------------------------------------- /helpers/foobar2000+atl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/foobar2000+atl.h -------------------------------------------------------------------------------- /helpers/foobar2000-lite+atl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/foobar2000-lite+atl.h -------------------------------------------------------------------------------- /helpers/foobar2000_SDK_helpers.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/foobar2000_SDK_helpers.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /helpers/foobar2000_sdk_helpers.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/foobar2000_sdk_helpers.vcxproj -------------------------------------------------------------------------------- /helpers/foobar2000_sdk_helpers.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/foobar2000_sdk_helpers.vcxproj.filters -------------------------------------------------------------------------------- /helpers/fullFileBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/fullFileBuffer.h -------------------------------------------------------------------------------- /helpers/helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/helpers.h -------------------------------------------------------------------------------- /helpers/icon_remapping_wildcard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/icon_remapping_wildcard.h -------------------------------------------------------------------------------- /helpers/image_load_save.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/image_load_save.cpp -------------------------------------------------------------------------------- /helpers/image_load_save.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/image_load_save.h -------------------------------------------------------------------------------- /helpers/inplace_edit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/inplace_edit.cpp -------------------------------------------------------------------------------- /helpers/inplace_edit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/inplace_edit.h -------------------------------------------------------------------------------- /helpers/input_fix_seeking.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/input_fix_seeking.h -------------------------------------------------------------------------------- /helpers/input_helper_cue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/input_helper_cue.cpp -------------------------------------------------------------------------------- /helpers/input_helper_cue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/input_helper_cue.h -------------------------------------------------------------------------------- /helpers/input_helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/input_helpers.cpp -------------------------------------------------------------------------------- /helpers/input_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/input_helpers.h -------------------------------------------------------------------------------- /helpers/input_logging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/input_logging.h -------------------------------------------------------------------------------- /helpers/input_stream_info_reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/input_stream_info_reader.h -------------------------------------------------------------------------------- /helpers/meta_table_builder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/meta_table_builder.h -------------------------------------------------------------------------------- /helpers/metadb_handle_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/metadb_handle_array.h -------------------------------------------------------------------------------- /helpers/metadb_handle_set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/metadb_handle_set.h -------------------------------------------------------------------------------- /helpers/metadb_info_container_impl.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include "../SDK/metadb_info_container_impl.h" -------------------------------------------------------------------------------- /helpers/metadb_io_callback_v2_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/metadb_io_callback_v2_data.h -------------------------------------------------------------------------------- /helpers/metadb_io_hintlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/metadb_io_hintlist.h -------------------------------------------------------------------------------- /helpers/mp3_utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/mp3_utils.cpp -------------------------------------------------------------------------------- /helpers/mp3_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/mp3_utils.h -------------------------------------------------------------------------------- /helpers/notifyList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/notifyList.h -------------------------------------------------------------------------------- /helpers/packet_decoder_aac_common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/packet_decoder_aac_common.cpp -------------------------------------------------------------------------------- /helpers/packet_decoder_aac_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/packet_decoder_aac_common.h -------------------------------------------------------------------------------- /helpers/packet_decoder_mp3_common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/packet_decoder_mp3_common.cpp -------------------------------------------------------------------------------- /helpers/packet_decoder_mp3_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/packet_decoder_mp3_common.h -------------------------------------------------------------------------------- /helpers/playlist_position_reference_tracker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/playlist_position_reference_tracker.h -------------------------------------------------------------------------------- /helpers/readWriteLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/readWriteLock.h -------------------------------------------------------------------------------- /helpers/reader_pretend_nonseekable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/reader_pretend_nonseekable.h -------------------------------------------------------------------------------- /helpers/readers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/readers.cpp -------------------------------------------------------------------------------- /helpers/readers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/readers.h -------------------------------------------------------------------------------- /helpers/readers_lite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/readers_lite.h -------------------------------------------------------------------------------- /helpers/rethrow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/rethrow.h -------------------------------------------------------------------------------- /helpers/seekabilizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/seekabilizer.cpp -------------------------------------------------------------------------------- /helpers/seekabilizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/seekabilizer.h -------------------------------------------------------------------------------- /helpers/stream_buffer_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/stream_buffer_helper.cpp -------------------------------------------------------------------------------- /helpers/stream_buffer_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/stream_buffer_helper.h -------------------------------------------------------------------------------- /helpers/tag_write_callback_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/tag_write_callback_impl.h -------------------------------------------------------------------------------- /helpers/text_file_loader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/text_file_loader.cpp -------------------------------------------------------------------------------- /helpers/text_file_loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/text_file_loader.h -------------------------------------------------------------------------------- /helpers/text_file_loader_v2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/text_file_loader_v2.cpp -------------------------------------------------------------------------------- /helpers/text_file_loader_v2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/text_file_loader_v2.h -------------------------------------------------------------------------------- /helpers/track_property_callback_impl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/track_property_callback_impl.cpp -------------------------------------------------------------------------------- /helpers/track_property_callback_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/track_property_callback_impl.h -------------------------------------------------------------------------------- /helpers/ui_element_helpers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/ui_element_helpers.cpp -------------------------------------------------------------------------------- /helpers/ui_element_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/ui_element_helpers.h -------------------------------------------------------------------------------- /helpers/win-MulDiv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/win-MulDiv.h -------------------------------------------------------------------------------- /helpers/win-systemtime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/win-systemtime.cpp -------------------------------------------------------------------------------- /helpers/win-systemtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/win-systemtime.h -------------------------------------------------------------------------------- /helpers/win32_dialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/win32_dialog.cpp -------------------------------------------------------------------------------- /helpers/win32_dialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/win32_dialog.h -------------------------------------------------------------------------------- /helpers/win32_misc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/win32_misc.cpp -------------------------------------------------------------------------------- /helpers/win32_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/win32_misc.h -------------------------------------------------------------------------------- /helpers/window_placement_helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/window_placement_helper.cpp -------------------------------------------------------------------------------- /helpers/window_placement_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/window_placement_helper.h -------------------------------------------------------------------------------- /helpers/winmm-types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/winmm-types.h -------------------------------------------------------------------------------- /helpers/writer_wav.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/writer_wav.cpp -------------------------------------------------------------------------------- /helpers/writer_wav.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/helpers/writer_wav.h -------------------------------------------------------------------------------- /sdk-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/sdk-license.txt -------------------------------------------------------------------------------- /sdk-readme.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/sdk-readme.html -------------------------------------------------------------------------------- /shared/Utility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/Utility.cpp -------------------------------------------------------------------------------- /shared/audio_math.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/audio_math.cpp -------------------------------------------------------------------------------- /shared/audio_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/audio_math.h -------------------------------------------------------------------------------- /shared/crash_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/crash_info.cpp -------------------------------------------------------------------------------- /shared/fb2kdebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/fb2kdebug.h -------------------------------------------------------------------------------- /shared/filedialogs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/filedialogs.cpp -------------------------------------------------------------------------------- /shared/filedialogs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/filedialogs.h -------------------------------------------------------------------------------- /shared/filedialogs_vista.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/filedialogs_vista.cpp -------------------------------------------------------------------------------- /shared/font_description.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/font_description.cpp -------------------------------------------------------------------------------- /shared/minidump.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/minidump.cpp -------------------------------------------------------------------------------- /shared/modal_dialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/modal_dialog.cpp -------------------------------------------------------------------------------- /shared/shared-ARM64EC.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared-ARM64EC.lib -------------------------------------------------------------------------------- /shared/shared-Win32.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared-Win32.lib -------------------------------------------------------------------------------- /shared/shared-apple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared-apple.h -------------------------------------------------------------------------------- /shared/shared-apple.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared-apple.mm -------------------------------------------------------------------------------- /shared/shared-nix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared-nix.cpp -------------------------------------------------------------------------------- /shared/shared-nix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared-nix.h -------------------------------------------------------------------------------- /shared/shared-x64.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared-x64.lib -------------------------------------------------------------------------------- /shared/shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared.h -------------------------------------------------------------------------------- /shared/shared.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared.vcxproj -------------------------------------------------------------------------------- /shared/shared.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared.vcxproj.filters -------------------------------------------------------------------------------- /shared/shared.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/shared.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /shared/stdafx.cpp: -------------------------------------------------------------------------------- 1 | #include "shared.h" -------------------------------------------------------------------------------- /shared/systray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/systray.cpp -------------------------------------------------------------------------------- /shared/text_drawing.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/text_drawing.cpp -------------------------------------------------------------------------------- /shared/utf8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/utf8.cpp -------------------------------------------------------------------------------- /shared/utf8api.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/utf8api.cpp -------------------------------------------------------------------------------- /shared/win32_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reupen/foobar2000-sdk-modified/HEAD/shared/win32_misc.h --------------------------------------------------------------------------------