原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"python",
"ffmpeg",
"video-player"
],
"is_fork": false,
"size_kb": 31861,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 8144,
"Shell": 17694,
"Cython": 333489,
"Python": 24029,
"Makefile": 220
},
"pushed_at": "2025-07-13T04:07:30Z",
"created_at": "2013-11-12T11:42:39Z",
"owner_type": "User",
"updated_at": "2026-04-22T06:30:39Z",
"description": "A cython implementation of an ffmpeg based player.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "LGPL-3.0",
"default_branch": "master",
"license_spdx_raw": "LGPL-3.0",
"primary_language": "Cython",
"significant_languages": [
"Cython"
]
},
"owner": {
"blog": "matham.dev",
"name": "Matt Einhorn",
"type": "User",
"login": "matham",
"company": "Cornell University",
"location": null,
"followers": 101,
"avatar_url": "https://avatars.githubusercontent.com/u/1644286?v=4",
"created_at": "2012-04-15T00:56:52Z",
"is_verified": null,
"public_repos": 136,
"account_age_days": 5220
},
"license": {
"state": "standard",
"spdx_id": "LGPL-3.0",
"raw_spdx": "LGPL-3.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.5.3",
"kind": "patch",
"published_at": "2025-06-11T02:12:05Z"
},
{
"tag": "v4.5.2",
"kind": "patch",
"published_at": "2024-10-16T04:00:05Z"
},
{
"tag": "v4.5.1",
"kind": "patch",
"published_at": "2023-10-08T21:38:42Z"
},
{
"tag": "v4.5.0",
"kind": "minor",
"published_at": "2023-04-01T20:16:37Z"
},
{
"tag": "v4.4.0",
"kind": "minor",
"published_at": "2023-02-11T01:47:50Z"
},
{
"tag": "v4.3.5",
"kind": "patch",
"published_at": "2022-03-29T22:46:21Z"
},
{
"tag": "v4.3.4",
"kind": "patch",
"published_at": "2022-03-22T01:39:44Z"
},
{
"tag": "v4.3.3",
"kind": "patch",
"published_at": "2022-03-18T21:20:55Z"
},
{
"tag": "v4.3.2",
"kind": "patch",
"published_at": "2020-10-14T23:55:48Z"
},
{
"tag": "v4.3.1",
"kind": "patch",
"published_at": "2020-02-26T19:01:51Z"
},
{
"tag": "v4.3.0",
"kind": "minor",
"published_at": "2019-11-14T20:40:35Z"
},
{
"tag": "v4.1.0",
"kind": "minor",
"published_at": "2018-07-10T21:41:15Z"
},
{
"tag": "v4.1.0.dev0",
"kind": "other",
"published_at": "2018-05-28T04:15:29Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2016-07-22T21:16:16Z"
},
{
"tag": "v3.2",
"kind": "other",
"published_at": "2016-01-07T03:24:03Z"
},
{
"tag": "v3.1",
"kind": "other",
"published_at": "2015-06-18T09:11:18Z"
}
],
"recent_commits": [
{
"oid": "58b68c2225f361e9133db05b8d97453f45714609",
"body": "Cast frame data pointer to correct type in sws_scale",
"is_bot": false,
"headline": "Merge pull request #182 from Ralith/fix-data-ptr-ty",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2025-07-13T04:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6240c3b88b8ded67f9f3ffbcde7b76a75c1fe11",
"body": "In C, uint8_t** cannot be implicitly cast to const uint8_t*\nconst*. This broke the build in at least NixOS 25.05.",
"is_bot": false,
"headline": "Cast frame data pointer to correct type in sws_scale",
"author_name": "Benjamin Saunders",
"author_login": "Ralith",
"committed_at": "2025-07-01T23:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "149409fdb3cbfafac26c8eaeaeb99e8f1bf0dda3",
"body": "README.rst: Fix a bug in Python code",
"is_bot": false,
"headline": "Merge pull request #180 from cclauss/patch-1",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2025-06-11T15:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4d23cf2bbe77f0df989f419d74be3d8862b667",
"body": "`map()` returned a list in Python 2 but returns a generator in Python 3.\r\n```python\r\n>>> planes = ('', 'a', 'ab', 'abc')\r\n>>> map(len, planes)\r\n<map object at 0x1031e74c0>\r\n>>> [len(plane) for plane in planes]\r\n[0, 1, 2, 3]\r\n```",
"is_bot": false,
"headline": "README.rst: Fix a bug in Python code",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2025-06-11T11:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b65d6aabe5fe81bc95ace953d72fada02a49ab8",
"body": null,
"is_bot": false,
"headline": "Bump version to v4.5.4.dev0.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2025-06-11T04:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9d3ba180a7fd5a9270446537ebdeef85295b396",
"body": null,
"is_bot": false,
"headline": "Bump version to v4.5.3",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2025-06-11T02:11:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3684c387e217c965d2fc5eb6fab4dfba196e619b",
"body": "Support aarch64 wheel builds",
"is_bot": false,
"headline": "Merge pull request #179 from iofq/master",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2025-05-24T20:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aa10312f82b56182e719bbb826b01dc8fdf08b3",
"body": null,
"is_bot": false,
"headline": "Support aarch64 wheel builds",
"author_name": "iofq",
"author_login": "iofq",
"committed_at": "2025-05-24T09:13:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95562a514e63287b3eef3258a88ccf3134f1d369",
"body": "Fix directshow device discovery and drop EOL 3.7/3.8",
"is_bot": false,
"headline": "Merge pull request #177 from matham/matham-patch-1",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2025-03-23T06:07:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "009d2975bc0016aa6f22b7dd09476dff8e496598",
"body": null,
"is_bot": false,
"headline": "Bump actions version.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2025-03-22T18:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5528cb3a6066e3b8db0c2ffb84fa524092438f6",
"body": null,
"is_bot": false,
"headline": "Drop EOL 3.7 and 3.8.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2025-03-22T18:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87c9fe09c67f94d54da7280748e0a99fd752871b",
"body": null,
"is_bot": false,
"headline": "Begin new primary device after potential secondary.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2025-03-22T17:47:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62daeee1e7ddc88dba05ae7b69e0a02e7dce69cb",
"body": null,
"is_bot": false,
"headline": "Bump version to 4.5.3.dev0.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2024-10-16T04:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8928e9de49c7528fc801c5b3fc9f9265452e722",
"body": null,
"is_bot": false,
"headline": "Bump version to v4.5.2.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2024-10-16T03:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0110e24af3c535feacb98cecb5a0666c203b7d4",
"body": "Support Python 3.13",
"is_bot": false,
"headline": "Merge pull request #170 from misl6/support-python-313",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2024-10-15T23:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f322ab946449a377ef006259952de530a3174422",
"body": null,
"is_bot": false,
"headline": "Add support for Python 3.13",
"author_name": "Mirko Galimberti",
"author_login": "misl6",
"committed_at": "2024-10-14T19:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5eb23e129b41a78d42f2a9d853424b0d86e8aed7",
"body": "Migrate to Cython 3",
"is_bot": false,
"headline": "Merge pull request #172 from misl6/move-to-cython3",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2024-10-12T19:38:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93d1c3383fc40ec6cf143d67e1237937bff51ddf",
"body": "Fixes macOS builds (on CI/CD and locally)",
"is_bot": false,
"headline": "Merge pull request #171 from misl6/make-macos-ci-cd-build-again",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2024-10-12T19:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b6dfe6888afd0664e1369d6020aee1d0ceff9e5",
"body": null,
"is_bot": false,
"headline": "Migrate to Cython 3",
"author_name": "Mirko Galimberti",
"author_login": "misl6",
"committed_at": "2024-10-12T13:55:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5e30a8a30a2e91608af0fe6555a4cd22866f4d4",
"body": null,
"is_bot": false,
"headline": "Fix broken CI/CD jobs on macOS",
"author_name": "Mirko Galimberti",
"author_login": "misl6",
"committed_at": "2024-10-12T13:21:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d12efcc4a936f818efe10fe3d6db2ace98fc5430",
"body": null,
"is_bot": false,
"headline": "Bump version to v4.5.2.dev0.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2023-10-08T22:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa0f1c3ef3a384a40c15ec66a2a4b3aa9c906340",
"body": null,
"is_bot": false,
"headline": "Bump version to v4.5.1.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2023-10-08T21:37:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e9a1179d067d4b5e4c8484d37c47834163f01d",
"body": "… is needed. (#154)",
"is_bot": false,
"headline": "Install pip deps on Windows, before creating the sdist, as setuptools…",
"author_name": "Mirko Galimberti",
"author_login": "misl6",
"committed_at": "2023-10-08T20:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10dd2ea54e3e17a00156118b2f18af1090a39fb8",
"body": null,
"is_bot": false,
"headline": "Support Python 3.12 (tests, wheels) (#153)",
"author_name": "Mirko Galimberti",
"author_login": "misl6",
"committed_at": "2023-10-08T00:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c5208fb4405398668772b899e45bfd531b3790b",
"body": null,
"is_bot": false,
"headline": "Update zlib download url for macOS dependencies (#151)",
"author_name": "Mirko Galimberti",
"author_login": "misl6",
"committed_at": "2023-10-08T00:36:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a24a224b2676ca2e5bb4750cd2edd4b97eee5911",
"body": null,
"is_bot": false,
"headline": "Forces Cython~=0.29.36 (#152)",
"author_name": "Mirko Galimberti",
"author_login": "misl6",
"committed_at": "2023-10-08T00:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0c5536f5028d80a90b465b8bfca903b9b0b6fa",
"body": null,
"is_bot": false,
"headline": "Bump to 4.5.1.dev0.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-04-01T22:05:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ce7816b21cc905dd1b79cdd6413a84b53bb06d6",
"body": null,
"is_bot": false,
"headline": "Bump version to 4.5.0.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-04-01T20:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ddd2a91acb42fd2cbcf13fc48cbbbfb0eea5d1a",
"body": "* Bump dep versions.\r\n\r\n* Bump ffmpeg to 6.0.",
"is_bot": false,
"headline": "Bump ffmpeg in wheels to 6.0 (#143)",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2023-04-01T20:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3e721f0379eca393c8d1796ff3808157f4a37d3",
"body": "Fix ffmpeg libraries search under `python -S`",
"is_bot": false,
"headline": "Merge pull request #141 from bwoodsend/patch-1",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2023-02-13T23:29:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff339e11c7f6eb8af8012e76d51847b3c6056ba",
"body": "As per site's docs (https://docs.python.org/3/library/site.html#site.USER_SITE),\r\n`site.USER_BASE` may be `None`.\r\n\r\n $ python -S -c 'import site; print(site.USER_SITE)'\r\n None\r\n\r\nBlindly passing `None` to `os.path.join()` leads to a type error on startup.\r\nPyInstaller applications effectively run in `-S` mode so this change also\r\nfixes PyInstaller compatibility.",
"is_bot": false,
"headline": "Fix ffmpeg libraries search under `python -S`",
"author_name": "Brénainn Woodsend",
"author_login": "bwoodsend",
"committed_at": "2023-02-13T21:48:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3ee6ad6c638562a7c314a334e41a741c1c62240",
"body": null,
"is_bot": false,
"headline": "Bump to 4.4.1.dev0.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-11T02:10:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb76e1add7a835e24e7e53b533ace6d3c5cadfea",
"body": null,
"is_bot": false,
"headline": "Bump version to v4.4.0.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-11T01:44:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f542db730a07921915dbde495ca4bd3bd120a485",
"body": null,
"is_bot": false,
"headline": "Cleanup actions.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-11T01:43:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c707a04a220a91a3eeda9e782ef14fd47c4b18a",
"body": null,
"is_bot": false,
"headline": "Update ffplay updated commits.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-10T22:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "599e9b6d9fb1c6cbd2909cd643d323c44282f872",
"body": null,
"is_bot": false,
"headline": "Fix ffplay refactor segfault.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-10T22:16:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9c4e8d1f0c578c15e8ee2e4924b5f39c04bdb57",
"body": null,
"is_bot": false,
"headline": "ensure that we buffer at least 1 sec (ffplay e32857f30eed011e6c49d).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-09T22:40:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90f7dd12d411a5943e488705711efd049f953046",
"body": null,
"is_bot": false,
"headline": "use av_packet_alloc (ffplay 36d671438af3500364dd).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-09T22:20:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a81955c0b4fddebe47d811d4190060649419f656",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:matham/ffpyplayer",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T05:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cdc306f20d74e14e717a1dc245949e323902f85",
"body": null,
"is_bot": false,
"headline": "fix rotation (ffplay 3f0fac9303b430).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T02:11:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b71f431770e075eacbbbef23ef32236bfdd616",
"body": "…0285b2).",
"is_bot": false,
"headline": "check AVFMT_NO_BYTE_SEEK flag for seek_by_bytes (ffplay 269ed0a413879…",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T01:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "080e014ac15eae277822443594108a2800138a7d",
"body": null,
"is_bot": false,
"headline": "Constify values from av_dict_get() (ffplay a185b526a9267923fb4e67).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T01:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "688e32f3e5db021bdf9b99c68c35f404d52d08c4",
"body": "…176a5f2d5e0).",
"is_bot": false,
"headline": "use display matrix frame side data for autorotation (ffplay 535a835e5…",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T01:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ce6c5f0908bd76ae3aa36cd24a8aa79f296239f",
"body": null,
"is_bot": false,
"headline": "Constify the API wrt AV(In|Out)putFormat (ffplay 56450a0ee4fdda160f).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T00:45:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "565672f2d5bbb855c6211dbdd9df1ba022800d9a",
"body": null,
"is_bot": false,
"headline": "Switch to const AVCodec * (ffplay 988deae6da70e3c2).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T00:41:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3195e2bf24c2793e63c8d93857d6fa0e27bb5423",
"body": null,
"is_bot": false,
"headline": "use context AVPacket (ffplay 44fb1f845d650d15b).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T00:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c4c89710992508b10277149af098df7c34841db",
"body": null,
"is_bot": false,
"headline": "Fix cythoning warnings.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T00:30:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84a5220255c195dd775fbbaf5a5d189350cdbc68",
"body": null,
"is_bot": false,
"headline": "Remove const warnings.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T00:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1365c8ae800c4ae7c0ce1dbccd63f14de77c45c0",
"body": null,
"is_bot": false,
"headline": "get rid of flush_pkt (ffplay a29928e6460e033ad).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-08T00:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d61343d3671f57a43e19a5d72413d3cb7fd568c0",
"body": "Upgrade GitHub Actions",
"is_bot": false,
"headline": "Merge pull request #138 from cclauss/patch-1",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2023-02-07T22:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258579b6f3b1ca9ccd688bc033a9fd927e172547",
"body": "…bd4a63186).",
"is_bot": false,
"headline": "fix autoexit doesn't work in the case of pb->error (ffplay 99e12b5736…",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-07T22:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d16e35928cf8647e1fed45d9907169a8cbe1f815",
"body": null,
"is_bot": false,
"headline": "do not set redundant channel count (ffplay 973540118a82d1dbaa).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-07T22:02:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce4196a9992cb8d0884eae0288c07ca9276a3aa6",
"body": null,
"is_bot": false,
"headline": "Prevent seg fault (ffplay 6cfb33f976812a52bce).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-07T21:59:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2edec071ec4d2a56be0b9ec925df2a912330e69",
"body": "Dependabot, Renovate, etc. can automate most of these changes.\r\n* https://github.com/actions/cache/releases\r\n* https://github.com/actions/checkout/releases\r\n* https://github.com/actions/download-artifact/releases\r\n* https://github.com/actions/setup-python/releases\r\n* https://github.com/actions/upload-artifact/releases",
"is_bot": false,
"headline": "Upgrade GitHub Actions",
"author_name": "Christian Clauss",
"author_login": "cclauss",
"committed_at": "2023-02-07T21:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb267b809755654b749e20f9f93bb5ef4a29a143",
"body": null,
"is_bot": false,
"headline": "Don't ref before av_packet_ref (ffplay 33623307417c8d1d).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-07T19:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "283dc08f455fbcdc8a9c8dfd951629fb7b114807",
"body": null,
"is_bot": false,
"headline": "Fix possible leak (ffplay af7ec793d49e).",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2023-02-07T19:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3a05e5915e69c6cccab9976b74a8a2919a24c01",
"body": "* Standartise deps versions and update versions.\r\n\r\n* Remove werror because it fails with vsprintf is deprecated.\r\n\r\n* Add perl as openssl req.\r\n\r\n* Add perl-ipc as openssl req.\r\n\r\n* try curl to get around errors.\r\n\r\n* Enable lgplv3 so it can find openssl.\r\n\r\n* openssl puts pkgconfig in lib64.\r\n\r\n* Missed lib64 in yaml.",
"is_bot": false,
"headline": "Centralize dependency versions and update versions (#140)",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2023-02-07T19:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae18d7667638a2f7a0375a2931b1e38adadc584d",
"body": "Add support for 3.11",
"is_bot": false,
"headline": "Merge pull request #134 from misl6/feat/python-311",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-11-06T20:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce3653213765ac47375679972612d19fd1fcc350",
"body": null,
"is_bot": false,
"headline": "Remove older python version support.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-11-06T20:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35245f4a6338579763924817392619cc9075a2a",
"body": null,
"is_bot": false,
"headline": "Update vpx tag to try to fix ld error.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-11-06T18:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "935a34002f86f58c6b5d1b7fd6d53c0a322dbaee",
"body": "https://github.com/harfbuzz/harfbuzz/issues/2524.",
"is_bot": false,
"headline": "Fix freetype/harfbuzz circular dependency.",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-11-06T17:43:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "024bafd9ac77e0c8832f5c39060fb7945877e5ee",
"body": null,
"is_bot": false,
"headline": "1.2.11 returns 404",
"author_name": "Mirko Galimberti",
"author_login": "misl6",
"committed_at": "2022-11-06T14:20:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "888d97de6b49b0e69f29d2a57d5c8f8eeda2a136",
"body": null,
"is_bot": false,
"headline": "Add support for Python 3.11",
"author_name": "Mirko Galimberti",
"author_login": "misl6",
"committed_at": "2022-11-06T14:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8405062c68cc034f72360fbf43112fa269c2c9b",
"body": null,
"is_bot": false,
"headline": "Bump to v4.3.6.dev0.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-29T22:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6165a787b2bc8c013c2e9c7435a779717d28bfa2",
"body": null,
"is_bot": false,
"headline": "Bump to v4.3.5.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-29T22:38:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6729c8e9393e13e1d37e6ae46306ad504349aa6e",
"body": null,
"is_bot": false,
"headline": "Update release action to latest version.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-29T22:37:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b54749a05c24b747085563e59f73437661046dcd",
"body": "Fix parsing of dshow cameras using updated ffmpeg syntax",
"is_bot": false,
"headline": "Merge pull request #125 from matham/dshow",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-03-26T18:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "394e9c0b3655509f4e68ff8c215a6c8efd2eb944",
"body": null,
"is_bot": false,
"headline": "Fix parsing of dshow cameras using updated ffmpeg syntax.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-26T18:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0131b80a16bd607dae0cee65a4aaa70a32960609",
"body": "Drop support for sdl v1",
"is_bot": false,
"headline": "Merge pull request #124 from matham/sdl1",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-03-26T18:52:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76b78f00cb137d89b15a2de95586309372cc63f9",
"body": null,
"is_bot": false,
"headline": "Drop support for sdl v1.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-26T18:52:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a83cd210f5b6a0505a05d628be63344fd38da932",
"body": "Fix ffpyplayer for Windows store python.",
"is_bot": false,
"headline": "Merge pull request #123 from matham/store",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-03-26T18:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd8c6276292f65f32960b8996fc0fc5b9a44d27f",
"body": null,
"is_bot": false,
"headline": "Fix ffpyplayer for Windows store python.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-26T18:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63cc61de1396974b4a8f48af393897bc93817734",
"body": null,
"is_bot": false,
"headline": "Bump to 4.3.5.dev0.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-22T01:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cd2cd3a482745ab67ff07ddfd9be942692dd45e",
"body": null,
"is_bot": false,
"headline": "Bump to 4.3.4.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-22T01:36:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9bbe4d5b949bcf847753017f11680a7ceb00a21",
"body": null,
"is_bot": false,
"headline": "Provide all cross compiling sdl flags.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-21T20:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee1e45547c5dcb36025ea7ba090003ef6c1e63e4",
"body": null,
"is_bot": false,
"headline": "Bump target to 10.15 because some deps require it.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-18T21:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c2bd31e48299fe8385dcbfafda533cbbc80fca7",
"body": null,
"is_bot": false,
"headline": "Bump to 4.3.4.dev0.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-18T21:26:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee9d62043da13396c849687b84526229142d9ee6",
"body": null,
"is_bot": false,
"headline": "Bump to 4.3.3.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2022-03-18T21:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2148d3b1da56dfb9f0bd26e8cac98a6a9f9bdca",
"body": "* Switch to fusing wheels.\r\n\r\n* Fix fuse globbing.\r\n\r\n* Fix path.\r\n\r\n* Show errors.\r\n\r\n* Need to quote whole ints.\r\n\r\n* Build single arch sdl2.\r\n\r\n* Fix name.",
"is_bot": false,
"headline": "Switch building universal wheels directly to fusing. (#121)",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-03-18T03:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3e96d8f8308e6d05fd9680437b87a7b40aed604",
"body": "* Add support for mac universal wheels.\r\n\r\n* Set compiler.\r\n\r\n* Set compiler.\r\n\r\n* Don't set arch.\r\n\r\n* Fix lame patch and force setuptools version.\r\n\r\n* Force setuptools for compilation.\r\n\r\n* Force setuptools for compilation.\r\n\r\n* Force setuptools for compilation.\r\n\r\n* Force setuptools for compilat\n[…]\ninstead use dylb path.\r\n\r\n* Print otol info and changed pc files.\r\n\r\n* Fix lib paths.\r\n\r\n* Fix arg to separate value.\r\n\r\n* Fix id file as well.\r\n\r\n* Fix sdl2 parsing.\r\n\r\n* Operate otool on all arches.",
"is_bot": false,
"headline": "Add support for Universal mac wheels (#120)",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-03-13T21:31:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3977e0d0dab9119b25a433658d68af06b322325a",
"body": "* Fix ffmpeg v5 API changes and drop x86 on Win.\r\n\r\n* Bump manylinux deps.\r\n\r\n* Fix windows url path and env variables.\r\n\r\n* Fix yum certs and drop 3.6.\r\n\r\n* Update yum to get certs.\r\n\r\n* Blacklist lets encrypt expired cert so openssl doesn't pick it up.\r\n\r\n* Log compile errors.\r\n\r\n* Add pyproject.t\n[…]\nmpiling.\r\n\r\n* Use curl to get around expired lets encrypt cert.\r\n\r\n* Try fixing compilation by using python3 explicitly.\r\n\r\n* Fix fribidi url.\r\n\r\n* Test in separate action.\r\n\r\n* Check built/src paths.",
"is_bot": false,
"headline": "Add support for py 3.10 and fix ffmpeg v5 API changes (#119)",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-03-02T23:19:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e67f121a7e9f9b866945596d7f33920b9738fde9",
"body": "* av_i/oformat_next has been removed.\r\n\r\n* Replace deprecated av_xformat_next with av_xxmuxer_iterate.\r\n\r\n* Update to lastest ubuntu for builtin ffmepg.\r\n\r\n* AV_PIX_FMT_FLAG_PSEUDOPAL has become FF_PSEUDOPAL.\r\n\r\n* FF_PSEUDOPAL only exists within ffmpeg\r\n\r\n* Gray doesn't actually take a pallette.",
"is_bot": false,
"headline": "Fix API that has been removed from ffmpeg (#115)",
"author_name": "Matt Einhorn",
"author_login": "matham",
"committed_at": "2022-03-02T01:31:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec3af54c9b45828bdf6691b064c6f4f9e46169f5",
"body": null,
"is_bot": false,
"headline": "Bump to v4.3.3.dev0.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2020-10-15T01:07:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e2333e410313da19e78eab08f17205d7d126628",
"body": null,
"is_bot": false,
"headline": "Bump to v4.3.2.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2020-10-14T23:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "401e442680141b44a16b4e936712221b28f25a26",
"body": null,
"is_bot": false,
"headline": "Update docs to htpps.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2020-10-14T23:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f45640864c1f3eea60104a0870d48bbab83b940",
"body": "* Fix building against non GPL FFmpeg\r\n\r\n* use c_options instead of environment directly",
"is_bot": false,
"headline": "Fix building against non GPL FFmpeg (#100)",
"author_name": "Robert Niederreiter",
"author_login": "rnixx",
"committed_at": "2020-10-14T22:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92ef5456211a842d79bb613d442100b707750ef9",
"body": null,
"is_bot": false,
"headline": "Add support for python 3.9 (#98)",
"author_name": "matham",
"author_login": "matham",
"committed_at": "2020-10-07T01:05:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a2432cd0e6d91b027ba13c72b88ae77136c2358",
"body": null,
"is_bot": false,
"headline": "Use latest delocate for latest xcode.",
"author_name": "matham",
"author_login": "matham",
"committed_at": "2020-06-28T14:57:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96fb88a1fe32dc5eeda4a9ad35fd6a0fe3b63c29",
"body": null,
"is_bot": false,
"headline": "postproc doesn't is not included in windows ffmpeg for 4.3.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2020-06-27T16:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc2fe43134bb83af49f877a32573cea8fb12d15",
"body": null,
"is_bot": false,
"headline": "Bump to ffmpeg 4.3 and upload wheels directly to pypi.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2020-06-27T16:31:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8589b33e4fb07d7b806d2c869f4e644b95a45d68",
"body": null,
"is_bot": false,
"headline": "Bump to 4.3.2.dev0.",
"author_name": "matham",
"author_login": "matham",
"committed_at": "2020-02-26T20:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c17d426885ca1ee4585f108291e920ff37c9c9f",
"body": null,
"is_bot": false,
"headline": "Bump to v4.3.1.",
"author_name": "matham",
"author_login": "matham",
"committed_at": "2020-02-26T19:00:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f17b3138bc08bbfb108848ef8d5a9172154cf581",
"body": "Use newer ffmpeg due to 18.04 test failures.",
"is_bot": false,
"headline": "Merge pull request #85 from matham/matham-patch-1",
"author_name": "matham",
"author_login": "matham",
"committed_at": "2020-02-26T17:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59147d9220465dc01916603b26d62d1d7520d3f0",
"body": null,
"is_bot": false,
"headline": "Use newer ffmpeg due to 18.04 test failures.",
"author_name": "matham",
"author_login": "matham",
"committed_at": "2020-02-26T17:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d8076c59db7eb38940c6274b8d3922422c62166",
"body": null,
"is_bot": false,
"headline": "Need to encode to bytes to pass to logger.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2020-02-19T06:21:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc5aeeebe06f03b899acf1ee6fac31e292396ee1",
"body": "Update to ffmpeg master changes to ffplay",
"is_bot": false,
"headline": "Merge pull request #83 from matham/updates",
"author_name": "matham",
"author_login": "matham",
"committed_at": "2020-02-19T05:56:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d6aaf532e9a4e8d93d05b67e8381a2f96f86d15",
"body": null,
"is_bot": false,
"headline": "Videolan doesn't publish a \"last\" snapshot anymore.",
"author_name": "matham",
"author_login": "matham",
"committed_at": "2020-02-19T05:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae832229109a8df240c836c3c5e51dc85741781",
"body": null,
"is_bot": false,
"headline": "Don't encode string twice. Fixes #70.",
"author_name": "matham",
"author_login": "matham",
"committed_at": "2020-02-19T05:17:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f74fc02ffac467049a8789e89672208dd9eff22",
"body": null,
"is_bot": false,
"headline": "Don't use url, since it's not in 3.x.",
"author_name": "matham",
"author_login": "matham",
"committed_at": "2020-02-19T04:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d13923b7e88f7767f40febda97b00378d8d8d96",
"body": null,
"is_bot": false,
"headline": "Bring ffpyplayer up-to-date with ffmpeg master.",
"author_name": "Matthew Einhorn",
"author_login": "matham",
"committed_at": "2020-02-19T00:55:07Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 0,
"latest_release_at": "2025-06-11T02:12:05Z",
"latest_release_tag": "v4.5.3",
"releases_from_tags": false,
"days_since_last_push": 382,
"active_weeks_last_year": 0,
"days_since_latest_release": 415,
"mean_days_between_releases": 214.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ffpyplayer",
"exists": true,
"license": "LGPL3",
"keywords": [
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: BSD :: FreeBSD",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Multimedia :: Sound/Audio :: Players",
"Topic :: Multimedia :: Sound/Audio :: Players :: MP3",
"Topic :: Multimedia :: Video",
"Topic :: Multimedia :: Video :: Display"
],
"ecosystem": "pypi",
"matches_repo": false,
"registry_url": "https://pypi.org/project/ffpyplayer/",
"is_deprecated": false,
"latest_version": "4.5.3",
"repository_url": "https://matham.github.io/ffpyplayer/",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 30693,
"first_published_at": "2016-07-22T20:58:21.889329Z",
"latest_published_at": "2025-06-11T03:09:33.769945Z",
"latest_version_yanked": null,
"days_since_latest_publish": 414
}
]
},
"popularity": {
"forks": 42,
"stars": 145,
"watchers": 15,
"fork_history": {
"days": [
{
"date": "2015-08-12",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-11-10",
"count": 1
},
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2017-01-14",
"count": 1
},
{
"date": "2017-03-01",
"count": 1
},
{
"date": "2017-06-30",
"count": 1
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2017-10-01",
"count": 1
},
{
"date": "2017-11-15",
"count": 1
},
{
"date": "2018-01-21",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-11-18",
"count": 1
},
{
"date": "2019-03-12",
"count": 1
},
{
"date": "2019-03-18",
"count": 1
},
{
"date": "2019-04-13",
"count": 1
},
{
"date": "2019-04-27",
"count": 1
},
{
"date": "2019-07-22",
"count": 2
},
{
"date": "2019-09-22",
"count": 1
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-04-18",
"count": 1
},
{
"date": "2020-04-27",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2021-12-24",
"count": 1
},
{
"date": "2022-01-18",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-12-03",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-08-15",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2024-09-18",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-07-01",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
}
],
"complete": true,
"collected": 41,
"total_forks": 42
},
"star_history": null,
"open_issues_and_prs": 49
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"doc/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 14141,
"source_files_sampled": 12,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"setup.py"
],
"advisories": {
"error": "No resolved dependencies to assess",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 7,
"merged_prs": 53,
"open_issues": 42,
"closed_ratio": 0.669,
"closed_issues": 85,
"closed_unmerged_prs": 8
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "matham",
"commits": 385,
"avatar_url": "https://avatars.githubusercontent.com/u/1644286?v=4"
},
{
"type": "User",
"login": "misl6",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/8177736?v=4"
},
{
"type": "User",
"login": "tito",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/37904?v=4"
},
{
"type": "User",
"login": "charrea6",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1325910?v=4"
},
{
"type": "User",
"login": "cclauss",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3709715?v=4"
},
{
"type": "User",
"login": "germn",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8330436?v=4"
},
{
"type": "User",
"login": "Ralith",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/104558?v=4"
},
{
"type": "User",
"login": "bwoodsend",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/30940778?v=4"
},
{
"type": "User",
"login": "EwoutH",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/15776622?v=4"
},
{
"type": "User",
"login": "jeroenpeters1986",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6328938?v=4"
}
],
"contributors_sampled": 14,
"top_contributor_share": 0.934
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"pythonapp.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 5,
"reason": "Found 11/21 approved changesets -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "58b68c2225f361e9133db05b8d97453f45714609",
"ran_at": "2026-07-31T02:57:32Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2025-07-13T04:21:19Z",
"oldest_open_prs": [
{
"number": 54,
"created_at": "2018-11-18T22:19:36Z",
"last_comment_at": "2025-09-15T12:57:28Z",
"last_comment_author": "cclauss"
},
{
"number": 168,
"created_at": "2024-09-03T22:18:51Z",
"last_comment_at": "2025-11-01T07:14:47Z",
"last_comment_author": "dependabot"
},
{
"number": 185,
"created_at": "2025-09-12T06:52:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 187,
"created_at": "2025-09-12T08:37:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 190,
"created_at": "2025-10-31T11:47:22Z",
"last_comment_at": "2025-12-01T09:26:03Z",
"last_comment_author": "cclauss"
},
{
"number": 191,
"created_at": "2025-11-01T07:51:22Z",
"last_comment_at": "2025-11-18T21:07:47Z",
"last_comment_author": "cclauss"
},
{
"number": 193,
"created_at": "2025-11-03T08:51:36Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-07-13T04:03:56Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 16,
"created_at": "2016-11-26T16:23:06Z",
"last_comment_at": "2019-08-08T15:43:48Z",
"last_comment_author": "matham"
},
{
"number": 21,
"created_at": "2017-01-14T16:39:51Z",
"last_comment_at": "2022-03-11T00:47:18Z",
"last_comment_author": "TheRealLambinator"
},
{
"number": 52,
"created_at": "2018-08-23T10:05:12Z",
"last_comment_at": "2018-09-04T19:32:40Z",
"last_comment_author": "odev1952"
},
{
"number": 57,
"created_at": "2018-12-18T03:37:57Z",
"last_comment_at": "2020-02-27T08:16:33Z",
"last_comment_author": "redstoneleo"
},
{
"number": 63,
"created_at": "2019-03-20T10:23:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 86,
"created_at": "2020-03-30T16:06:20Z",
"last_comment_at": "2020-03-30T19:56:08Z",
"last_comment_author": "mareklevv"
},
{
"number": 88,
"created_at": "2020-05-13T10:36:35Z",
"last_comment_at": "2020-05-13T10:37:18Z",
"last_comment_author": "Cheaterman"
},
{
"number": 94,
"created_at": "2020-07-30T22:44:00Z",
"last_comment_at": "2022-09-08T15:00:30Z",
"last_comment_author": "k8962c"
},
{
"number": 109,
"created_at": "2021-05-18T16:20:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 111,
"created_at": "2021-05-27T18:13:03Z",
"last_comment_at": "2021-05-28T08:20:43Z",
"last_comment_author": "tito"
},
{
"number": 113,
"created_at": "2021-11-02T16:35:17Z",
"last_comment_at": "2022-01-12T12:19:46Z",
"last_comment_author": "BaggioMarco"
},
{
"number": 126,
"created_at": "2022-04-07T11:43:16Z",
"last_comment_at": "2022-04-07T16:38:33Z",
"last_comment_author": "matham"
},
{
"number": 127,
"created_at": "2022-05-21T01:31:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 128,
"created_at": "2022-05-30T02:33:13Z",
"last_comment_at": "2024-05-31T18:10:29Z",
"last_comment_author": "RV666"
},
{
"number": 129,
"created_at": "2022-05-31T14:41:57Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 132,
"created_at": "2022-08-25T01:11:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 133,
"created_at": "2022-09-29T18:37:48Z",
"last_comment_at": "2022-10-03T03:30:11Z",
"last_comment_author": "ShootingStarDragon"
},
{
"number": 136,
"created_at": "2022-11-26T10:08:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 137,
"created_at": "2022-12-27T20:45:55Z",
"last_comment_at": "2022-12-28T13:24:50Z",
"last_comment_author": "c0ff330k"
},
{
"number": 142,
"created_at": "2023-03-22T06:06:28Z",
"last_comment_at": "2023-03-22T20:50:10Z",
"last_comment_author": "matham"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/matham/ffpyplayer",
"host": "github.com",
"name": "ffpyplayer",
"owner": "matham"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "The weighted overall 45 is calibrated to 42 on the published index scale (record calibration 2026-08-02). Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 34.",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 45,
"calibrated": 42,
"calibration": "2026-08-02"
}
},
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 34,
"pct": 60
}
}
],
"value": 25,
"inputs": {
"security": 37,
"vitality": 19,
"community": 53,
"governance": 54,
"calibration": "2026-08-02",
"engineering": 63,
"ai_readiness": 35,
"abandonment_cap": 34,
"abandonment_state": "likely_abandoned",
"weighted_overall_raw": 45,
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 42,
"overall_after_abandonment_multiplier": 25
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 19,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 382,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 382 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 382
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "weak",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v4.5.3",
"releases_from_tags": false,
"days_since_latest_release": 415,
"mean_days_between_releases": 214.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 415 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 415
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~214.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 214.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 34,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained",
"broken_ci"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 7,
"unanswered_open_issues": 16,
"days_since_last_merged_pr": 387,
"days_since_last_human_commit": 387,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 387 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained, CI broken",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 387,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained, CI broken"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 53,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"forks": 42,
"stars": 145,
"watchers": 15,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "145 stars",
"points": 35,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 145
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "42 forks",
"points": 13.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 42
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "15 watchers",
"points": 6.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 15
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (LGPL-3.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "LGPL-3.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 14,
"top_contributor_share": 0.934
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 93% of commits",
"points": 1.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 93
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "14 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 14
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"merged_prs": 53,
"open_issues": 42,
"closed_issues": 85,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.669,
"closed_unmerged_prs": 8,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 28.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "53/61 decided PRs merged",
"points": 26.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 53,
"decided": 61
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/21 approved changesets -- score normalized to 5",
"points": 7.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"followers": 101,
"owner_type": "User",
"is_verified": null,
"owner_login": "matham",
"public_repos": 136,
"account_age_days": 5220
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "101 followers of matham",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 101,
"login": "matham"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "136 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 136
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 63,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "weak",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"topics": [
"python",
"ffmpeg",
"video-player"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "3 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 3
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 37,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 13 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 11/21 approved changesets -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "weak",
"name": "AI Readiness",
"value": 35,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.31,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "31 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 16.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 31,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile",
"doc/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, doc/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, doc/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Cython",
"largest_source_bytes": 14141,
"source_files_sampled": 12,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Cython without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Cython"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/12 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 12,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [],
"labels": [],
"scores": {},
"primary": null,
"evidence": [],
"artifacts": [],
"confidence": "none",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"pypi package 'ffpyplayer' points at a different repository (https://matham.github.io/ffpyplayer/); excluded from ecosystem scoring"
],
"report_type": "repository",
"generated_at": "2026-07-31T02:57:49.209924Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/matham/ffpyplayer.svg",
"full_name": "matham/ffpyplayer",
"license_state": "standard",
"license_spdx": "LGPL-3.0"
}