├── .cursor └── commands │ └── create-release-note.md ├── .gitattributes ├── .github └── workflows │ ├── build_base_images.yml │ ├── build_packages.yml │ └── build_releases.yml ├── .gitignore ├── .gitmodules ├── .vscode ├── c_cpp_properties.json ├── settings.json └── tasks.json ├── Build.en.md ├── Build.ja.md ├── BuildParallel ├── build.all.proj ├── buildAll.bat ├── buildRelease.bat └── release.build.proj ├── BuildVPL.bat ├── GPUFeatures ├── QSVEnc_ADL_i3_N305_Ubuntu2404.txt ├── QSVEnc_ADL_i3_N305_Win.txt ├── QSVEnc_ADL_i9_12900K_Ubuntu2004.txt ├── QSVEnc_ADL_i9_12900K_Ubuntu2204.txt ├── QSVEnc_ADL_i9_12900K_Win.txt ├── QSVEnc_ARL_u5_245K_Win.txt ├── QSVEnc_BDW_i7_5500U_Ubuntu2004.txt ├── QSVEnc_BDW_i7_5500U_Ubuntu2204.txt ├── QSVEnc_BDW_i7_5500U_Win.txt ├── QSVEnc_BMG_Arc_B580_Win.txt ├── QSVEnc_DG2_Arc_A310_Ubuntu2404.txt ├── QSVEnc_DG2_Arc_A380_Ubuntu2204.txt ├── QSVEnc_DG2_Arc_A380_Win.txt ├── QSVEnc_HSW_i3_4170_Win.txt ├── QSVEnc_HSW_i7_4610Y_Win.txt ├── QSVEnc_ICL_i5_1035G7_Ubuntu2004.txt ├── QSVEnc_ICL_i5_1035G7_Win.txt ├── QSVEnc_KBL_i5_7500_Ubuntu2404.txt ├── QSVEnc_KBL_i5_7500_Win.txt ├── QSVEnc_KBL_i7_7700K_Fedora32.txt ├── QSVEnc_KBL_i7_7700K_Ubuntu1804.txt ├── QSVEnc_KBL_i7_7700K_Ubuntu2004.txt ├── QSVEnc_KBL_i7_7700K_Ubuntu2204.txt ├── QSVEnc_KBL_i7_7700K_Win.txt ├── QSVEnc_RKL_i7_11700K_Ubuntu2004.txt ├── QSVEnc_RKL_i7_11700K_Ubuntu2204_libmfx1.txt ├── QSVEnc_RKL_i7_11700K_Ubuntu2204_libmfxgen.txt ├── QSVEnc_RKL_i7_11700K_Win.txt └── QSVEnc_SND_i5_2410M_Win.txt ├── Install.en.md ├── Install.ja.md ├── PerfMonitor ├── PerfMonitor.pyproj └── perf_monitor.pyw ├── QSVEnc.sln ├── QSVEnc ├── 7zInstallerConfig.txt ├── 7zSD.noadmin.sfx ├── QSVEnc.cpp ├── QSVEnc.def ├── QSVEnc.def2 ├── QSVEnc.en.ini ├── QSVEnc.en.lng ├── QSVEnc.ini ├── QSVEnc.ja.lng ├── QSVEnc.vcxproj ├── QSVEnc.vcxproj.filters ├── QSVEnc.zh.ini ├── QSVEnc.zh.lng ├── QSVEnc_readme.txt ├── QSVが利用可能か確認 [ダブルクリック].bat ├── auo.h ├── auo_setup.ini ├── auo_version.h ├── auo_version.rc ├── encode │ ├── afs_client.h │ ├── auo_audio.cpp │ ├── auo_audio.h │ ├── auo_audio_parallel.cpp │ ├── auo_audio_parallel.h │ ├── auo_convert.cpp │ ├── auo_convert.h │ ├── auo_encode.cpp │ ├── auo_encode.h │ ├── auo_faw2aac.cpp │ ├── auo_faw2aac.h │ ├── auo_mux.cpp │ ├── auo_mux.h │ ├── auo_pipe.cpp │ ├── auo_pipe.h │ ├── auo_runbat.cpp │ ├── auo_runbat.h │ ├── auo_video.cpp │ ├── auo_video.h │ ├── convert.cpp │ ├── convert.h │ ├── convert_avx2.cpp │ ├── exe_version.cpp │ ├── exe_version.h │ ├── fawcheck.cpp │ ├── fawcheck.h │ └── vphelp_client.h ├── frm │ ├── ComboBoxFolderBrowser.h │ ├── auo_clrutil.h │ ├── auo_error.cpp │ ├── auo_error.h │ ├── auo_frm.cpp │ ├── auo_frm.h │ ├── auo_mes.cpp │ ├── auo_mes.h │ ├── auo_win7_taskbar.h │ ├── frmAutoSaveLogSettings.h │ ├── frmAutoSaveLogSettings.resx │ ├── frmBitrateCalculator.h │ ├── frmBitrateCalculator.resx │ ├── frmConfig.cpp │ ├── frmConfig.h │ ├── frmConfig.resx │ ├── frmConfig_helper.h │ ├── frmLog.cpp │ ├── frmLog.h │ ├── frmLog.resx │ ├── frmNewFolderName.h │ ├── frmOtherSettings.h │ ├── frmOtherSettings.resx │ ├── frmSaveNewStg.h │ ├── frmSaveNewStg.resx │ ├── frmSetLogColor.h │ ├── frmSetLogColor.resx │ ├── frmSetTransparency.h │ └── frmSetTransparency.resx ├── image │ ├── Delete.png │ ├── folder_open.ico │ ├── left_arrow.ico │ └── right_arrow.ico ├── output.h ├── output2.h ├── prm │ ├── auo_conf.cpp │ ├── auo_conf.h │ ├── auo_conf_convert.cpp │ ├── auo_options.h │ ├── auo_settings.cpp │ ├── auo_settings.h │ ├── auo_system.h │ ├── auo_util.cpp │ └── auo_util.h ├── stg │ ├── AV1 │ │ ├── AV1 インタレ解除.stg │ │ ├── AV1 標準.stg │ │ └── AV1 高画質.stg │ ├── H.264 │ │ ├── H.264 インタレ解除.stg │ │ ├── H.264 標準.stg │ │ └── H.264 高画質.stg │ └── HEVC │ │ ├── HEVC インタレ解除.stg │ │ ├── HEVC 標準.stg │ │ └── HEVC 高画質.stg └── デバイスマネージャを開く [ダブルクリック].bat ├── QSVEncC ├── QSVEncC.cpp ├── QSVEncC.manifest ├── QSVEncC.oscodepage.manifest ├── QSVEncC.vcxproj ├── QSVEncC.vcxproj.filters ├── QSVEncC_version.h └── QSVEncC_version.rc ├── QSVEncC_Options.en.md ├── QSVEncC_Options.ja.md ├── QSVEnc_auo_readme.md ├── QSVPipeline ├── DeviceId.cpp ├── DeviceId.h ├── ID3D10Extensions.h ├── QSVPipeline.vcxproj ├── QSVPipeline.vcxproj.filters ├── afs_stg.h ├── api_hook.cpp ├── api_hook.h ├── convert_const.h ├── convert_csp.cpp ├── convert_csp.h ├── convert_csp_avx.cpp ├── convert_csp_avx2.cpp ├── convert_csp_simd.h ├── convert_csp_sse2.cpp ├── convert_csp_sse41.cpp ├── convert_csp_ssse3.cpp ├── cpu_info.cpp ├── cpu_info.h ├── gpu_info.cpp ├── gpu_info.h ├── gpuz_info.cpp ├── gpuz_info.h ├── logo.cpp ├── logo.h ├── qsv_allocator.cpp ├── qsv_allocator.h ├── qsv_allocator_d3d11.cpp ├── qsv_allocator_d3d11.h ├── qsv_allocator_d3d9.cpp ├── qsv_allocator_d3d9.h ├── qsv_allocator_sys.cpp ├── qsv_allocator_sys.h ├── qsv_allocator_va.cpp ├── qsv_allocator_va.h ├── qsv_cmd.cpp ├── qsv_cmd.h ├── qsv_device.cpp ├── qsv_device.h ├── qsv_hw_d3d11.cpp ├── qsv_hw_d3d11.h ├── qsv_hw_d3d9.cpp ├── qsv_hw_d3d9.h ├── qsv_hw_device.cpp ├── qsv_hw_device.h ├── qsv_hw_va.cpp ├── qsv_hw_va.h ├── qsv_hw_va_utils.cpp ├── qsv_hw_va_utils.h ├── qsv_hw_va_utils_drm.cpp ├── qsv_hw_va_utils_drm.h ├── qsv_hw_va_utils_x11.cpp ├── qsv_hw_va_utils_x11.h ├── qsv_mfx_dec.cpp ├── qsv_mfx_dec.h ├── qsv_opencl.h ├── qsv_pipeline.cpp ├── qsv_pipeline.h ├── qsv_pipeline_ctrl.h ├── qsv_prm.cpp ├── qsv_prm.h ├── qsv_query.cpp ├── qsv_query.h ├── qsv_session.cpp ├── qsv_session.h ├── qsv_util.cpp ├── qsv_util.h ├── qsv_vpp_mfx.cpp ├── qsv_vpp_mfx.h ├── rgy_arch.h ├── rgy_aspect_ratio.cpp ├── rgy_aspect_ratio.h ├── rgy_avlog.cpp ├── rgy_avlog.h ├── rgy_avutil.cpp ├── rgy_avutil.h ├── rgy_bitstream.cpp ├── rgy_bitstream.h ├── rgy_bitstream_aac.cpp ├── rgy_bitstream_aac.h ├── rgy_bitstream_avx2.cpp ├── rgy_bitstream_avx512bw.cpp ├── rgy_chapter.cpp ├── rgy_chapter.h ├── rgy_cmd.cpp ├── rgy_cmd.h ├── rgy_codepage.cpp ├── rgy_codepage.h ├── rgy_def.cpp ├── rgy_def.h ├── rgy_device_info_cache.cpp ├── rgy_device_info_cache.h ├── rgy_device_usage.cpp ├── rgy_device_usage.h ├── rgy_device_vulkan.cpp ├── rgy_device_vulkan.h ├── rgy_dummy_load.cl ├── rgy_dummy_load.cpp ├── rgy_dummy_load.h ├── rgy_env.cpp ├── rgy_env.h ├── rgy_err.cpp ├── rgy_err.h ├── rgy_event.cpp ├── rgy_event.h ├── rgy_faw.cpp ├── rgy_faw.h ├── rgy_faw_avx2.cpp ├── rgy_faw_avx512bw.cpp ├── rgy_filesystem.cpp ├── rgy_filesystem.h ├── rgy_filter.cl ├── rgy_filter.cpp ├── rgy_filter.h ├── rgy_filter_afs.cpp ├── rgy_filter_afs.h ├── rgy_filter_afs_analyze.cl ├── rgy_filter_afs_analyze.cpp ├── rgy_filter_afs_filter.cl ├── rgy_filter_afs_filter.cpp ├── rgy_filter_afs_merge.cl ├── rgy_filter_afs_merge.cpp ├── rgy_filter_afs_synthesize.cl ├── rgy_filter_afs_synthesize.cpp ├── rgy_filter_cl.cpp ├── rgy_filter_cl.h ├── rgy_filter_colorspace.cpp ├── rgy_filter_colorspace.h ├── rgy_filter_colorspace_func.h ├── rgy_filter_convolution3d.cl ├── rgy_filter_convolution3d.cpp ├── rgy_filter_convolution3d.h ├── rgy_filter_crop.cpp ├── rgy_filter_curves.cl ├── rgy_filter_curves.cpp ├── rgy_filter_curves.h ├── rgy_filter_deband.cl ├── rgy_filter_deband.cpp ├── rgy_filter_deband.h ├── rgy_filter_deband_gen_rand.cl ├── rgy_filter_decimate.cl ├── rgy_filter_decimate.cpp ├── rgy_filter_decimate.h ├── rgy_filter_decomb.cl ├── rgy_filter_decomb.cpp ├── rgy_filter_decomb.h ├── rgy_filter_delogo.cl ├── rgy_filter_delogo.cpp ├── rgy_filter_delogo.h ├── rgy_filter_denoise_dct.cl ├── rgy_filter_denoise_dct.cpp ├── rgy_filter_denoise_dct.h ├── rgy_filter_denoise_fft3d.cl ├── rgy_filter_denoise_fft3d.cpp ├── rgy_filter_denoise_fft3d.h ├── rgy_filter_denoise_knn.cl ├── rgy_filter_denoise_knn.cpp ├── rgy_filter_denoise_knn.h ├── rgy_filter_denoise_nlmeans.cl ├── rgy_filter_denoise_nlmeans.cpp ├── rgy_filter_denoise_nlmeans.h ├── rgy_filter_denoise_pmd.cl ├── rgy_filter_denoise_pmd.cpp ├── rgy_filter_denoise_pmd.h ├── rgy_filter_edgelevel.cl ├── rgy_filter_edgelevel.cpp ├── rgy_filter_edgelevel.h ├── rgy_filter_libplacebo.cpp ├── rgy_filter_libplacebo.h ├── rgy_filter_mpdecimate.cl ├── rgy_filter_mpdecimate.cpp ├── rgy_filter_mpdecimate.h ├── rgy_filter_nnedi.cpp ├── rgy_filter_nnedi.h ├── rgy_filter_nnedi_common.cl ├── rgy_filter_nnedi_k0.cl ├── rgy_filter_nnedi_k1.cl ├── rgy_filter_overlay.cl ├── rgy_filter_overlay.cpp ├── rgy_filter_overlay.h ├── rgy_filter_pad.cl ├── rgy_filter_pad.cpp ├── rgy_filter_resize.cl ├── rgy_filter_resize.cpp ├── rgy_filter_resize.h ├── rgy_filter_rff.cpp ├── rgy_filter_rff.h ├── rgy_filter_smooth.cl ├── rgy_filter_smooth.cpp ├── rgy_filter_smooth.h ├── rgy_filter_ssim.cl ├── rgy_filter_ssim.cpp ├── rgy_filter_ssim.h ├── rgy_filter_subburn.cl ├── rgy_filter_subburn.cpp ├── rgy_filter_subburn.h ├── rgy_filter_transform.cl ├── rgy_filter_transform.cpp ├── rgy_filter_transform.h ├── rgy_filter_tweak.cl ├── rgy_filter_tweak.cpp ├── rgy_filter_tweak.h ├── rgy_filter_unsharp.cl ├── rgy_filter_unsharp.cpp ├── rgy_filter_unsharp.h ├── rgy_filter_warpsharp.cl ├── rgy_filter_warpsharp.cpp ├── rgy_filter_warpsharp.h ├── rgy_filter_yadif.cl ├── rgy_filter_yadif.cpp ├── rgy_filter_yadif.h ├── rgy_frame.cpp ├── rgy_frame.h ├── rgy_frame_info.cpp ├── rgy_frame_info.h ├── rgy_hdr10plus.cpp ├── rgy_hdr10plus.h ├── rgy_ini.cpp ├── rgy_ini.h ├── rgy_input.cpp ├── rgy_input.h ├── rgy_input_avcodec.cpp ├── rgy_input_avcodec.h ├── rgy_input_avi.cpp ├── rgy_input_avi.h ├── rgy_input_avs.cpp ├── rgy_input_avs.h ├── rgy_input_raw.cpp ├── rgy_input_raw.h ├── rgy_input_sm.cpp ├── rgy_input_sm.h ├── rgy_input_vpy.cpp ├── rgy_input_vpy.h ├── rgy_language.cpp ├── rgy_language.h ├── rgy_libdovi.cpp ├── rgy_libdovi.h ├── rgy_libplacebo.cpp ├── rgy_libplacebo.h ├── rgy_log.cpp ├── rgy_log.h ├── rgy_memmem.cpp ├── rgy_memmem.h ├── rgy_memmem_avx2.cpp ├── rgy_memmem_avx512bw.cpp ├── rgy_opencl.cpp ├── rgy_opencl.h ├── rgy_osdep.h ├── rgy_output.cpp ├── rgy_output.h ├── rgy_output_avcodec.cpp ├── rgy_output_avcodec.h ├── rgy_parallel_enc.cpp ├── rgy_parallel_enc.h ├── rgy_perf_counter.cpp ├── rgy_perf_counter.h ├── rgy_perf_monitor.cpp ├── rgy_perf_monitor.h ├── rgy_pipe.cpp ├── rgy_pipe.h ├── rgy_pipe_linux.cpp ├── rgy_pipe_named.cpp ├── rgy_pipe_named.h ├── rgy_prm.cpp ├── rgy_prm.h ├── rgy_queue.h ├── rgy_resource.cpp ├── rgy_resource.h ├── rgy_shared_mem.h ├── rgy_simd.cpp ├── rgy_simd.h ├── rgy_status.cpp ├── rgy_status.h ├── rgy_stream.h ├── rgy_tchar.h ├── rgy_thread.h ├── rgy_thread_affinity.cpp ├── rgy_thread_affinity.h ├── rgy_thread_pool.h ├── rgy_timecode.cpp ├── rgy_timecode.h ├── rgy_util.cpp ├── rgy_util.h ├── rgy_version.cpp ├── rgy_version.h ├── rgy_vulkan.cpp ├── rgy_vulkan.h ├── rgy_wav_parser.cpp └── rgy_wav_parser.h ├── Readme.ja.md ├── Readme.md ├── ReleaseNotes.md ├── check_options.py ├── clRNG.vcxproj ├── clRNG.vcxproj.filters ├── configure ├── data ├── QSVEnc_7_00_install_02.png ├── QSVEnc_7_00_install_03.png ├── QSVEnc_7_00_install_03_with_auolink.png ├── QSVEnc_7_00_install_04.png ├── QSVEnc_7_00_install_05.png ├── QSVEnc_7_00_install_06.png ├── QSVEnc_7_00_install_07.png ├── QSVEnc_7_00_install_09.png ├── QSVEnc_7_00_install_10.webp ├── QSVEnc_7_00_install_11.png ├── QSVEnc_7_00_install_14.png ├── QSVEnc_7_00_uninstall_01.png ├── QSVEnc_7_93_install_aviutl2_01.png ├── QSVEnc_7_93_install_aviutl2_02.png ├── QSVEnc_7_93_install_aviutl2_03.png ├── QSVEnc_7_93_install_aviutl2_04.png ├── QSVEnc_7_93_install_aviutl2_05.png ├── QSVEnc_auo_stg_window_en.png ├── QSVEnc_auo_stg_window_ja.png └── QSVEnc_auo_stg_window_zh.png ├── docker ├── docker_fedora41 ├── docker_ubuntu2004 ├── docker_ubuntu2204 └── docker_ubuntu2404 ├── json ├── json.hpp └── json_fwd.hpp ├── license.txt ├── makefile ├── resource └── nnedi3_weights.bin ├── tinyxml2 ├── tinyxml2.cpp ├── tinyxml2.h ├── tinyxml2.vcxproj └── tinyxml2.vcxproj.filters └── ttmath ├── CHANGELOG ├── COPYRIGHT ├── README └── ttmath ├── ttmath.h ├── ttmathbig.h ├── ttmathdec.h ├── ttmathint.h ├── ttmathmisc.h ├── ttmathobjects.h ├── ttmathparser.h ├── ttmaththreads.h ├── ttmathtypes.h ├── ttmathuint.h ├── ttmathuint_noasm.h ├── ttmathuint_x86.h ├── ttmathuint_x86_64.h └── ttmathuint_x86_64_msvc.asm /.cursor/commands/create-release-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/.cursor/commands/create-release-note.md -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/build_base_images.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/.github/workflows/build_base_images.yml -------------------------------------------------------------------------------- /.github/workflows/build_packages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/.github/workflows/build_packages.yml -------------------------------------------------------------------------------- /.github/workflows/build_releases.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/.github/workflows/build_releases.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/.gitmodules -------------------------------------------------------------------------------- /.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /Build.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/Build.en.md -------------------------------------------------------------------------------- /Build.ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/Build.ja.md -------------------------------------------------------------------------------- /BuildParallel/build.all.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/BuildParallel/build.all.proj -------------------------------------------------------------------------------- /BuildParallel/buildAll.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/BuildParallel/buildAll.bat -------------------------------------------------------------------------------- /BuildParallel/buildRelease.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/BuildParallel/buildRelease.bat -------------------------------------------------------------------------------- /BuildParallel/release.build.proj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/BuildParallel/release.build.proj -------------------------------------------------------------------------------- /BuildVPL.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/BuildVPL.bat -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_ADL_i3_N305_Ubuntu2404.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_ADL_i3_N305_Ubuntu2404.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_ADL_i3_N305_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_ADL_i3_N305_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_ADL_i9_12900K_Ubuntu2004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_ADL_i9_12900K_Ubuntu2004.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_ADL_i9_12900K_Ubuntu2204.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_ADL_i9_12900K_Ubuntu2204.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_ADL_i9_12900K_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_ADL_i9_12900K_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_ARL_u5_245K_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_ARL_u5_245K_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_BDW_i7_5500U_Ubuntu2004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_BDW_i7_5500U_Ubuntu2004.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_BDW_i7_5500U_Ubuntu2204.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_BDW_i7_5500U_Ubuntu2204.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_BDW_i7_5500U_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_BDW_i7_5500U_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_BMG_Arc_B580_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_BMG_Arc_B580_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_DG2_Arc_A310_Ubuntu2404.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_DG2_Arc_A310_Ubuntu2404.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_DG2_Arc_A380_Ubuntu2204.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_DG2_Arc_A380_Ubuntu2204.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_DG2_Arc_A380_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_DG2_Arc_A380_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_HSW_i3_4170_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_HSW_i3_4170_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_HSW_i7_4610Y_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_HSW_i7_4610Y_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_ICL_i5_1035G7_Ubuntu2004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_ICL_i5_1035G7_Ubuntu2004.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_ICL_i5_1035G7_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_ICL_i5_1035G7_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_KBL_i5_7500_Ubuntu2404.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_KBL_i5_7500_Ubuntu2404.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_KBL_i5_7500_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_KBL_i5_7500_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_KBL_i7_7700K_Fedora32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_KBL_i7_7700K_Fedora32.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_KBL_i7_7700K_Ubuntu1804.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_KBL_i7_7700K_Ubuntu1804.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_KBL_i7_7700K_Ubuntu2004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_KBL_i7_7700K_Ubuntu2004.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_KBL_i7_7700K_Ubuntu2204.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_KBL_i7_7700K_Ubuntu2204.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_KBL_i7_7700K_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_KBL_i7_7700K_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_RKL_i7_11700K_Ubuntu2004.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_RKL_i7_11700K_Ubuntu2004.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_RKL_i7_11700K_Ubuntu2204_libmfx1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_RKL_i7_11700K_Ubuntu2204_libmfx1.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_RKL_i7_11700K_Ubuntu2204_libmfxgen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_RKL_i7_11700K_Ubuntu2204_libmfxgen.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_RKL_i7_11700K_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_RKL_i7_11700K_Win.txt -------------------------------------------------------------------------------- /GPUFeatures/QSVEnc_SND_i5_2410M_Win.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/GPUFeatures/QSVEnc_SND_i5_2410M_Win.txt -------------------------------------------------------------------------------- /Install.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/Install.en.md -------------------------------------------------------------------------------- /Install.ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/Install.ja.md -------------------------------------------------------------------------------- /PerfMonitor/PerfMonitor.pyproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/PerfMonitor/PerfMonitor.pyproj -------------------------------------------------------------------------------- /PerfMonitor/perf_monitor.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/PerfMonitor/perf_monitor.pyw -------------------------------------------------------------------------------- /QSVEnc.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc.sln -------------------------------------------------------------------------------- /QSVEnc/7zInstallerConfig.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/7zInstallerConfig.txt -------------------------------------------------------------------------------- /QSVEnc/7zSD.noadmin.sfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/7zSD.noadmin.sfx -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVEnc.cpp -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.def: -------------------------------------------------------------------------------- 1 | LIBRARY "QSVEnc.auo" 2 | 3 | EXPORTS 4 | GetOutputPluginTable -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.def2: -------------------------------------------------------------------------------- 1 | LIBRARY "QSVEnc.auo2" 2 | 3 | EXPORTS 4 | GetOutputPluginTable -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.en.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVEnc.en.ini -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.en.lng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVEnc.en.lng -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVEnc.ini -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.ja.lng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVEnc.ja.lng -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVEnc.vcxproj -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVEnc.vcxproj.filters -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.zh.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVEnc.zh.ini -------------------------------------------------------------------------------- /QSVEnc/QSVEnc.zh.lng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVEnc.zh.lng -------------------------------------------------------------------------------- /QSVEnc/QSVEnc_readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVEnc_readme.txt -------------------------------------------------------------------------------- /QSVEnc/QSVが利用可能か確認 [ダブルクリック].bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/QSVが利用可能か確認 [ダブルクリック].bat -------------------------------------------------------------------------------- /QSVEnc/auo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/auo.h -------------------------------------------------------------------------------- /QSVEnc/auo_setup.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/auo_setup.ini -------------------------------------------------------------------------------- /QSVEnc/auo_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/auo_version.h -------------------------------------------------------------------------------- /QSVEnc/auo_version.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/auo_version.rc -------------------------------------------------------------------------------- /QSVEnc/encode/afs_client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/afs_client.h -------------------------------------------------------------------------------- /QSVEnc/encode/auo_audio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_audio.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/auo_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_audio.h -------------------------------------------------------------------------------- /QSVEnc/encode/auo_audio_parallel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_audio_parallel.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/auo_audio_parallel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_audio_parallel.h -------------------------------------------------------------------------------- /QSVEnc/encode/auo_convert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_convert.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/auo_convert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_convert.h -------------------------------------------------------------------------------- /QSVEnc/encode/auo_encode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_encode.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/auo_encode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_encode.h -------------------------------------------------------------------------------- /QSVEnc/encode/auo_faw2aac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_faw2aac.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/auo_faw2aac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_faw2aac.h -------------------------------------------------------------------------------- /QSVEnc/encode/auo_mux.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_mux.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/auo_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_mux.h -------------------------------------------------------------------------------- /QSVEnc/encode/auo_pipe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_pipe.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/auo_pipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_pipe.h -------------------------------------------------------------------------------- /QSVEnc/encode/auo_runbat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_runbat.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/auo_runbat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_runbat.h -------------------------------------------------------------------------------- /QSVEnc/encode/auo_video.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_video.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/auo_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/auo_video.h -------------------------------------------------------------------------------- /QSVEnc/encode/convert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/convert.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/convert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/convert.h -------------------------------------------------------------------------------- /QSVEnc/encode/convert_avx2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/convert_avx2.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/exe_version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/exe_version.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/exe_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/exe_version.h -------------------------------------------------------------------------------- /QSVEnc/encode/fawcheck.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/fawcheck.cpp -------------------------------------------------------------------------------- /QSVEnc/encode/fawcheck.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/fawcheck.h -------------------------------------------------------------------------------- /QSVEnc/encode/vphelp_client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/encode/vphelp_client.h -------------------------------------------------------------------------------- /QSVEnc/frm/ComboBoxFolderBrowser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/ComboBoxFolderBrowser.h -------------------------------------------------------------------------------- /QSVEnc/frm/auo_clrutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/auo_clrutil.h -------------------------------------------------------------------------------- /QSVEnc/frm/auo_error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/auo_error.cpp -------------------------------------------------------------------------------- /QSVEnc/frm/auo_error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/auo_error.h -------------------------------------------------------------------------------- /QSVEnc/frm/auo_frm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/auo_frm.cpp -------------------------------------------------------------------------------- /QSVEnc/frm/auo_frm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/auo_frm.h -------------------------------------------------------------------------------- /QSVEnc/frm/auo_mes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/auo_mes.cpp -------------------------------------------------------------------------------- /QSVEnc/frm/auo_mes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/auo_mes.h -------------------------------------------------------------------------------- /QSVEnc/frm/auo_win7_taskbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/auo_win7_taskbar.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmAutoSaveLogSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmAutoSaveLogSettings.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmAutoSaveLogSettings.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmAutoSaveLogSettings.resx -------------------------------------------------------------------------------- /QSVEnc/frm/frmBitrateCalculator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmBitrateCalculator.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmBitrateCalculator.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmBitrateCalculator.resx -------------------------------------------------------------------------------- /QSVEnc/frm/frmConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmConfig.cpp -------------------------------------------------------------------------------- /QSVEnc/frm/frmConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmConfig.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmConfig.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmConfig.resx -------------------------------------------------------------------------------- /QSVEnc/frm/frmConfig_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmConfig_helper.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmLog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmLog.cpp -------------------------------------------------------------------------------- /QSVEnc/frm/frmLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmLog.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmLog.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmLog.resx -------------------------------------------------------------------------------- /QSVEnc/frm/frmNewFolderName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmNewFolderName.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmOtherSettings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmOtherSettings.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmOtherSettings.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmOtherSettings.resx -------------------------------------------------------------------------------- /QSVEnc/frm/frmSaveNewStg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmSaveNewStg.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmSaveNewStg.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmSaveNewStg.resx -------------------------------------------------------------------------------- /QSVEnc/frm/frmSetLogColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmSetLogColor.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmSetLogColor.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmSetLogColor.resx -------------------------------------------------------------------------------- /QSVEnc/frm/frmSetTransparency.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmSetTransparency.h -------------------------------------------------------------------------------- /QSVEnc/frm/frmSetTransparency.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/frm/frmSetTransparency.resx -------------------------------------------------------------------------------- /QSVEnc/image/Delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/image/Delete.png -------------------------------------------------------------------------------- /QSVEnc/image/folder_open.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/image/folder_open.ico -------------------------------------------------------------------------------- /QSVEnc/image/left_arrow.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/image/left_arrow.ico -------------------------------------------------------------------------------- /QSVEnc/image/right_arrow.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/image/right_arrow.ico -------------------------------------------------------------------------------- /QSVEnc/output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/output.h -------------------------------------------------------------------------------- /QSVEnc/output2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/output2.h -------------------------------------------------------------------------------- /QSVEnc/prm/auo_conf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/prm/auo_conf.cpp -------------------------------------------------------------------------------- /QSVEnc/prm/auo_conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/prm/auo_conf.h -------------------------------------------------------------------------------- /QSVEnc/prm/auo_conf_convert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/prm/auo_conf_convert.cpp -------------------------------------------------------------------------------- /QSVEnc/prm/auo_options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/prm/auo_options.h -------------------------------------------------------------------------------- /QSVEnc/prm/auo_settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/prm/auo_settings.cpp -------------------------------------------------------------------------------- /QSVEnc/prm/auo_settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/prm/auo_settings.h -------------------------------------------------------------------------------- /QSVEnc/prm/auo_system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/prm/auo_system.h -------------------------------------------------------------------------------- /QSVEnc/prm/auo_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/prm/auo_util.cpp -------------------------------------------------------------------------------- /QSVEnc/prm/auo_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/prm/auo_util.h -------------------------------------------------------------------------------- /QSVEnc/stg/AV1/AV1 インタレ解除.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/stg/AV1/AV1 インタレ解除.stg -------------------------------------------------------------------------------- /QSVEnc/stg/AV1/AV1 標準.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/stg/AV1/AV1 標準.stg -------------------------------------------------------------------------------- /QSVEnc/stg/AV1/AV1 高画質.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/stg/AV1/AV1 高画質.stg -------------------------------------------------------------------------------- /QSVEnc/stg/H.264/H.264 インタレ解除.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/stg/H.264/H.264 インタレ解除.stg -------------------------------------------------------------------------------- /QSVEnc/stg/H.264/H.264 標準.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/stg/H.264/H.264 標準.stg -------------------------------------------------------------------------------- /QSVEnc/stg/H.264/H.264 高画質.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/stg/H.264/H.264 高画質.stg -------------------------------------------------------------------------------- /QSVEnc/stg/HEVC/HEVC インタレ解除.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/stg/HEVC/HEVC インタレ解除.stg -------------------------------------------------------------------------------- /QSVEnc/stg/HEVC/HEVC 標準.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/stg/HEVC/HEVC 標準.stg -------------------------------------------------------------------------------- /QSVEnc/stg/HEVC/HEVC 高画質.stg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/stg/HEVC/HEVC 高画質.stg -------------------------------------------------------------------------------- /QSVEnc/デバイスマネージャを開く [ダブルクリック].bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc/デバイスマネージャを開く [ダブルクリック].bat -------------------------------------------------------------------------------- /QSVEncC/QSVEncC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEncC/QSVEncC.cpp -------------------------------------------------------------------------------- /QSVEncC/QSVEncC.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEncC/QSVEncC.manifest -------------------------------------------------------------------------------- /QSVEncC/QSVEncC.oscodepage.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEncC/QSVEncC.oscodepage.manifest -------------------------------------------------------------------------------- /QSVEncC/QSVEncC.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEncC/QSVEncC.vcxproj -------------------------------------------------------------------------------- /QSVEncC/QSVEncC.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEncC/QSVEncC.vcxproj.filters -------------------------------------------------------------------------------- /QSVEncC/QSVEncC_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEncC/QSVEncC_version.h -------------------------------------------------------------------------------- /QSVEncC/QSVEncC_version.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEncC/QSVEncC_version.rc -------------------------------------------------------------------------------- /QSVEncC_Options.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEncC_Options.en.md -------------------------------------------------------------------------------- /QSVEncC_Options.ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEncC_Options.ja.md -------------------------------------------------------------------------------- /QSVEnc_auo_readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVEnc_auo_readme.md -------------------------------------------------------------------------------- /QSVPipeline/DeviceId.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/DeviceId.cpp -------------------------------------------------------------------------------- /QSVPipeline/DeviceId.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/DeviceId.h -------------------------------------------------------------------------------- /QSVPipeline/ID3D10Extensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/ID3D10Extensions.h -------------------------------------------------------------------------------- /QSVPipeline/QSVPipeline.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/QSVPipeline.vcxproj -------------------------------------------------------------------------------- /QSVPipeline/QSVPipeline.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/QSVPipeline.vcxproj.filters -------------------------------------------------------------------------------- /QSVPipeline/afs_stg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/afs_stg.h -------------------------------------------------------------------------------- /QSVPipeline/api_hook.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/api_hook.cpp -------------------------------------------------------------------------------- /QSVPipeline/api_hook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/api_hook.h -------------------------------------------------------------------------------- /QSVPipeline/convert_const.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/convert_const.h -------------------------------------------------------------------------------- /QSVPipeline/convert_csp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/convert_csp.cpp -------------------------------------------------------------------------------- /QSVPipeline/convert_csp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/convert_csp.h -------------------------------------------------------------------------------- /QSVPipeline/convert_csp_avx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/convert_csp_avx.cpp -------------------------------------------------------------------------------- /QSVPipeline/convert_csp_avx2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/convert_csp_avx2.cpp -------------------------------------------------------------------------------- /QSVPipeline/convert_csp_simd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/convert_csp_simd.h -------------------------------------------------------------------------------- /QSVPipeline/convert_csp_sse2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/convert_csp_sse2.cpp -------------------------------------------------------------------------------- /QSVPipeline/convert_csp_sse41.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/convert_csp_sse41.cpp -------------------------------------------------------------------------------- /QSVPipeline/convert_csp_ssse3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/convert_csp_ssse3.cpp -------------------------------------------------------------------------------- /QSVPipeline/cpu_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/cpu_info.cpp -------------------------------------------------------------------------------- /QSVPipeline/cpu_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/cpu_info.h -------------------------------------------------------------------------------- /QSVPipeline/gpu_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/gpu_info.cpp -------------------------------------------------------------------------------- /QSVPipeline/gpu_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/gpu_info.h -------------------------------------------------------------------------------- /QSVPipeline/gpuz_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/gpuz_info.cpp -------------------------------------------------------------------------------- /QSVPipeline/gpuz_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/gpuz_info.h -------------------------------------------------------------------------------- /QSVPipeline/logo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/logo.cpp -------------------------------------------------------------------------------- /QSVPipeline/logo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/logo.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_allocator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_allocator.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_allocator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_allocator.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_allocator_d3d11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_allocator_d3d11.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_allocator_d3d11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_allocator_d3d11.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_allocator_d3d9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_allocator_d3d9.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_allocator_d3d9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_allocator_d3d9.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_allocator_sys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_allocator_sys.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_allocator_sys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_allocator_sys.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_allocator_va.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_allocator_va.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_allocator_va.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_allocator_va.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_cmd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_cmd.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_cmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_cmd.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_device.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_device.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_d3d11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_d3d11.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_d3d11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_d3d11.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_d3d9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_d3d9.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_d3d9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_d3d9.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_device.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_device.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_device.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_va.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_va.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_va.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_va.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_va_utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_va_utils.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_va_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_va_utils.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_va_utils_drm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_va_utils_drm.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_va_utils_drm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_va_utils_drm.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_va_utils_x11.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_va_utils_x11.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_hw_va_utils_x11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_hw_va_utils_x11.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_mfx_dec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_mfx_dec.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_mfx_dec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_mfx_dec.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_opencl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_opencl.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_pipeline.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_pipeline.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_pipeline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_pipeline.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_pipeline_ctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_pipeline_ctrl.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_prm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_prm.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_prm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_prm.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_query.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_query.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_query.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_query.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_session.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_session.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_session.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_session.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_util.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_util.h -------------------------------------------------------------------------------- /QSVPipeline/qsv_vpp_mfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_vpp_mfx.cpp -------------------------------------------------------------------------------- /QSVPipeline/qsv_vpp_mfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/qsv_vpp_mfx.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_arch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_arch.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_aspect_ratio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_aspect_ratio.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_aspect_ratio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_aspect_ratio.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_avlog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_avlog.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_avlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_avlog.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_avutil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_avutil.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_avutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_avutil.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_bitstream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_bitstream.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_bitstream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_bitstream.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_bitstream_aac.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_bitstream_aac.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_bitstream_aac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_bitstream_aac.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_bitstream_avx2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_bitstream_avx2.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_bitstream_avx512bw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_bitstream_avx512bw.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_chapter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_chapter.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_chapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_chapter.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_cmd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_cmd.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_cmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_cmd.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_codepage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_codepage.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_codepage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_codepage.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_def.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_def.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_def.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_device_info_cache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_device_info_cache.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_device_info_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_device_info_cache.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_device_usage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_device_usage.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_device_usage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_device_usage.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_device_vulkan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_device_vulkan.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_device_vulkan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_device_vulkan.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_dummy_load.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_dummy_load.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_dummy_load.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_dummy_load.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_dummy_load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_dummy_load.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_env.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_env.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_env.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_env.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_err.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_err.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_err.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_event.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_event.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_event.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_faw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_faw.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_faw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_faw.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_faw_avx2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_faw_avx2.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_faw_avx512bw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_faw_avx512bw.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filesystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filesystem.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filesystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filesystem.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_afs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_afs.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_afs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_afs.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_afs_analyze.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_afs_analyze.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_afs_analyze.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_afs_analyze.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_afs_filter.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_afs_filter.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_afs_filter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_afs_filter.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_afs_merge.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_afs_merge.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_afs_merge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_afs_merge.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_afs_synthesize.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_afs_synthesize.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_afs_synthesize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_afs_synthesize.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_cl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_cl.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_cl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_cl.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_colorspace.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_colorspace.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_colorspace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_colorspace.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_colorspace_func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_colorspace_func.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_convolution3d.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_convolution3d.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_convolution3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_convolution3d.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_convolution3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_convolution3d.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_crop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_crop.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_curves.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_curves.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_curves.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_curves.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_curves.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_curves.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_deband.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_deband.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_deband.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_deband.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_deband.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_deband.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_deband_gen_rand.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_deband_gen_rand.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_decimate.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_decimate.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_decimate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_decimate.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_decimate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_decimate.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_decomb.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_decomb.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_decomb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_decomb.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_decomb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_decomb.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_delogo.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_delogo.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_delogo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_delogo.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_delogo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_delogo.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_dct.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_dct.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_dct.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_dct.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_dct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_dct.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_fft3d.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_fft3d.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_fft3d.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_fft3d.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_fft3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_fft3d.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_knn.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_knn.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_knn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_knn.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_knn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_knn.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_nlmeans.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_nlmeans.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_nlmeans.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_nlmeans.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_nlmeans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_nlmeans.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_pmd.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_pmd.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_pmd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_pmd.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_denoise_pmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_denoise_pmd.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_edgelevel.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_edgelevel.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_edgelevel.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_edgelevel.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_edgelevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_edgelevel.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_libplacebo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_libplacebo.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_libplacebo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_libplacebo.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_mpdecimate.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_mpdecimate.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_mpdecimate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_mpdecimate.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_mpdecimate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_mpdecimate.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_nnedi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_nnedi.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_nnedi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_nnedi.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_nnedi_common.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_nnedi_common.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_nnedi_k0.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_nnedi_k0.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_nnedi_k1.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_nnedi_k1.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_overlay.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_overlay.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_overlay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_overlay.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_overlay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_overlay.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_pad.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_pad.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_pad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_pad.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_resize.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_resize.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_resize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_resize.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_resize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_resize.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_rff.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_rff.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_rff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_rff.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_smooth.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_smooth.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_smooth.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_smooth.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_smooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_smooth.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_ssim.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_ssim.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_ssim.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_ssim.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_ssim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_ssim.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_subburn.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_subburn.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_subburn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_subburn.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_subburn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_subburn.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_transform.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_transform.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_transform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_transform.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_transform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_transform.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_tweak.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_tweak.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_tweak.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_tweak.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_tweak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_tweak.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_unsharp.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_unsharp.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_unsharp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_unsharp.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_unsharp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_unsharp.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_warpsharp.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_warpsharp.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_warpsharp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_warpsharp.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_warpsharp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_warpsharp.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_yadif.cl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_yadif.cl -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_yadif.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_yadif.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_filter_yadif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_filter_yadif.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_frame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_frame.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_frame.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_frame_info.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_frame_info.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_frame_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_frame_info.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_hdr10plus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_hdr10plus.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_hdr10plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_hdr10plus.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_ini.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_ini.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_ini.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_ini.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_avcodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_avcodec.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_avcodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_avcodec.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_avi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_avi.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_avi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_avi.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_avs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_avs.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_avs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_avs.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_raw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_raw.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_raw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_raw.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_sm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_sm.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_sm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_sm.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_vpy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_vpy.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_input_vpy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_input_vpy.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_language.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_language.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_language.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_language.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_libdovi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_libdovi.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_libdovi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_libdovi.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_libplacebo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_libplacebo.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_libplacebo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_libplacebo.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_log.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_log.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_log.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_memmem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_memmem.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_memmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_memmem.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_memmem_avx2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_memmem_avx2.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_memmem_avx512bw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_memmem_avx512bw.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_opencl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_opencl.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_opencl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_opencl.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_osdep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_osdep.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_output.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_output.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_output.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_output_avcodec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_output_avcodec.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_output_avcodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_output_avcodec.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_parallel_enc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_parallel_enc.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_parallel_enc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_parallel_enc.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_perf_counter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_perf_counter.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_perf_counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_perf_counter.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_perf_monitor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_perf_monitor.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_perf_monitor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_perf_monitor.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_pipe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_pipe.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_pipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_pipe.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_pipe_linux.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_pipe_linux.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_pipe_named.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_pipe_named.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_pipe_named.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_pipe_named.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_prm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_prm.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_prm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_prm.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_queue.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_resource.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_resource.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_resource.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_shared_mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_shared_mem.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_simd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_simd.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_simd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_simd.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_status.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_status.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_status.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_stream.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_tchar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_tchar.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_thread.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_thread_affinity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_thread_affinity.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_thread_affinity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_thread_affinity.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_thread_pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_thread_pool.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_timecode.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_timecode.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_timecode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_timecode.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_util.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_util.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_version.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_version.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_version.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_vulkan.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_vulkan.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_vulkan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_vulkan.h -------------------------------------------------------------------------------- /QSVPipeline/rgy_wav_parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_wav_parser.cpp -------------------------------------------------------------------------------- /QSVPipeline/rgy_wav_parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/QSVPipeline/rgy_wav_parser.h -------------------------------------------------------------------------------- /Readme.ja.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/Readme.ja.md -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/Readme.md -------------------------------------------------------------------------------- /ReleaseNotes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ReleaseNotes.md -------------------------------------------------------------------------------- /check_options.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/check_options.py -------------------------------------------------------------------------------- /clRNG.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/clRNG.vcxproj -------------------------------------------------------------------------------- /clRNG.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/clRNG.vcxproj.filters -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/configure -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_02.png -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_03.png -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_03_with_auolink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_03_with_auolink.png -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_04.png -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_05.png -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_06.png -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_07.png -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_09.png -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_10.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_10.webp -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_11.png -------------------------------------------------------------------------------- /data/QSVEnc_7_00_install_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_install_14.png -------------------------------------------------------------------------------- /data/QSVEnc_7_00_uninstall_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_00_uninstall_01.png -------------------------------------------------------------------------------- /data/QSVEnc_7_93_install_aviutl2_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_93_install_aviutl2_01.png -------------------------------------------------------------------------------- /data/QSVEnc_7_93_install_aviutl2_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_93_install_aviutl2_02.png -------------------------------------------------------------------------------- /data/QSVEnc_7_93_install_aviutl2_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_93_install_aviutl2_03.png -------------------------------------------------------------------------------- /data/QSVEnc_7_93_install_aviutl2_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_93_install_aviutl2_04.png -------------------------------------------------------------------------------- /data/QSVEnc_7_93_install_aviutl2_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_7_93_install_aviutl2_05.png -------------------------------------------------------------------------------- /data/QSVEnc_auo_stg_window_en.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_auo_stg_window_en.png -------------------------------------------------------------------------------- /data/QSVEnc_auo_stg_window_ja.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_auo_stg_window_ja.png -------------------------------------------------------------------------------- /data/QSVEnc_auo_stg_window_zh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/data/QSVEnc_auo_stg_window_zh.png -------------------------------------------------------------------------------- /docker/docker_fedora41: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/docker/docker_fedora41 -------------------------------------------------------------------------------- /docker/docker_ubuntu2004: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/docker/docker_ubuntu2004 -------------------------------------------------------------------------------- /docker/docker_ubuntu2204: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/docker/docker_ubuntu2204 -------------------------------------------------------------------------------- /docker/docker_ubuntu2404: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/docker/docker_ubuntu2404 -------------------------------------------------------------------------------- /json/json.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/json/json.hpp -------------------------------------------------------------------------------- /json/json_fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/json/json_fwd.hpp -------------------------------------------------------------------------------- /license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/license.txt -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/makefile -------------------------------------------------------------------------------- /resource/nnedi3_weights.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/resource/nnedi3_weights.bin -------------------------------------------------------------------------------- /tinyxml2/tinyxml2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/tinyxml2/tinyxml2.cpp -------------------------------------------------------------------------------- /tinyxml2/tinyxml2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/tinyxml2/tinyxml2.h -------------------------------------------------------------------------------- /tinyxml2/tinyxml2.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/tinyxml2/tinyxml2.vcxproj -------------------------------------------------------------------------------- /tinyxml2/tinyxml2.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/tinyxml2/tinyxml2.vcxproj.filters -------------------------------------------------------------------------------- /ttmath/CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/CHANGELOG -------------------------------------------------------------------------------- /ttmath/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/COPYRIGHT -------------------------------------------------------------------------------- /ttmath/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/README -------------------------------------------------------------------------------- /ttmath/ttmath/ttmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmath.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathbig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathbig.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathdec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathdec.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathint.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathmisc.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathobjects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathobjects.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathparser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathparser.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmaththreads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmaththreads.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathtypes.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathuint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathuint.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathuint_noasm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathuint_noasm.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathuint_x86.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathuint_x86.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathuint_x86_64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathuint_x86_64.h -------------------------------------------------------------------------------- /ttmath/ttmath/ttmathuint_x86_64_msvc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rigaya/QSVEnc/HEAD/ttmath/ttmath/ttmathuint_x86_64_msvc.asm --------------------------------------------------------------------------------