{"id":13442014,"url":"https://github.com/lu-zero/mfx_dispatch","last_synced_at":"2025-04-09T12:06:12.369Z","repository":{"id":7797556,"uuid":"9167765","full_name":"lu-zero/mfx_dispatch","owner":"lu-zero","description":"Intel media sdk dispatcher","archived":false,"fork":false,"pushed_at":"2023-05-31T07:09:23.000Z","size":535,"stargazers_count":158,"open_issues_count":10,"forks_count":86,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-02T09:10:04.424Z","etag":null,"topics":["intel","mediasdk"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lu-zero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2013-04-02T10:27:24.000Z","updated_at":"2024-09-26T02:56:20.000Z","dependencies_parsed_at":"2023-02-16T10:30:23.576Z","dependency_job_id":"b512b19e-aa1c-4f9d-8046-2d0e3423817d","html_url":"https://github.com/lu-zero/mfx_dispatch","commit_stats":{"total_commits":84,"total_committers":24,"mean_commits":3.5,"dds":0.6428571428571428,"last_synced_commit":"5a3f178be7f406cec920b9f52f46c1ae29f29bb2"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fmfx_dispatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fmfx_dispatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fmfx_dispatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu-zero%2Fmfx_dispatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lu-zero","download_url":"https://codeload.github.com/lu-zero/mfx_dispatch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248036063,"owners_count":21037092,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intel","mediasdk"],"created_at":"2024-07-31T03:01:40.699Z","updated_at":"2025-04-09T12:06:12.352Z","avatar_url":"https://github.com/lu-zero.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Autotooled version of the opensource Intel media sdk dispatcher.\n\n[![LICENSE](https://img.shields.io/badge/license-BSD3-blue.svg)](LICENSE)\n\n## Linux\n\n### Requirements\n\n* A C/C++ compiler\n* autotools\n* libva\n\n### Building\n\n```\nautoreconf -i\n./configure --prefix=/usr\nmake -j$(nproc)\nmake install\n```\n\n## Windows\n\nThe dispatcher provided by Intel only works on MS visual studio builds due the fact it is written in C++ and mingw64 isn't ABI and library compatible.\nThis set of build systems let you easily build a mingw-w64 one.\n\n### Requirements\n\n* MediaSDK drivers from Intel\n* mingw-w64 toolchain\n* autotools or cmake (pick your poison)\n\n### Building using autotools\n\n#### Cross compile\n``` sh\nautoreconf -i\n./configure --host=x86_64-w64-mingw32\nmake -j$(nproc)\nmake install DESTDIR=/usr/x86_64-w64-mingw32\n```\n\n#### Building on a native mingw-w64 environment\n``` sh\nautoreconf -i\n./configure --prefix=/mingw64\nmake -j$(nproc) install\n```\n\n**NOTE**: Make sure you set the `prefix` to the correct one for your environment otherwise it will fail to link.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu-zero%2Fmfx_dispatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flu-zero%2Fmfx_dispatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu-zero%2Fmfx_dispatch/lists"}