mfx_dispatch icon indicating copy to clipboard operation
mfx_dispatch copied to clipboard

Intel media sdk dispatcher

Results 8 mfx_dispatch issues
Sort by recently updated
recently updated
newest added

when I running ./ffmpeg.exe -i in.mp4 -vcodec h264_qsv out.h264 it report error: [h264_qsv @ 000002305B5F00C0] Error querying encoder params: unsupported (-3) Error initializing output stream 0:0 -- Error while opening...

Setting the environment should be done using the new API.

bug

25bde3f955259bcfd9f282abd402734c31dd5305 added `src/mfx_driver_store_loader.cpp` but didn't list it in the CMake project.

I need the famous libmfx-0.dll shared library, how to compile it as shared library? Because using the following configuring option doesn't work : ``` ./configure --host=x86_64-w64-mingw32 --enable-shared --disable-static ``` ```...

mfx_dispatcher.cpp uses iostream.

enhancement

When I repeatedly used MFXInit and MFXClose for initialization and release, I found that 2M of memory was not released each time。

Some values are used by the code with allowed calls, but the values they depend on are not allowed. minwg-w64 doesn't some more values in UWP mode and would require...

if (CMAKE_SYSTEM_NAME MATCHES "Linux") add_definitions(-fPIC) list(APPEND SOURCES src/mfx_library_iterator_linux.cpp src/mfx_load_dll_linux.cpp src/mfx_critical_section_linux.cpp ) endif (CMAKE_SYSTEM_NAME MATCHES "Linux") missing: CMake Error at 3rdlib/src/libmfx/CMakeLists.txt:70 (add_library): Cannot find source file: src/mfx_library_iterator_linux.cpp CMake Error at 3rdlib/src/libmfx/CMakeLists.txt:70...