repowiserepowise
Sign in
rzv04/vlc-whisper
OverviewDocsArchitectureKnowledge GraphFilesCode HealthRefactoring

People & History

CommitsContributorsDecisions
ChatPro
Stats
repowiserepowise
ExplorePricingDocs
Sign inIndex repoIndex your repo free
repowiserzv04/vlc-whisper

Commits

Every commit scored for change-risk against this repo's own history, so 'elevated' means elevated here rather than on some global curve.

Needs review

15of 47 scored

15 commits sit in this repo's top risk tercile, which is 32% of the 47scored. The cut is drawn against this codebase's own history rather than a global curve, so a quiet repo still fills its top band, and here it starts at 8.5 out of 10. What pushes a commit up is size and spread together: a large change confined to one area scores below a smaller one scattered across a dozen files.

Fix commits511%Commits whose subject reads as a bug fix rather than new work.Change diffusion1.47bitsShannon entropy of a commit's churn across its files. Zero is a single file, and every extra bit is a doubling of how widely the change spread.Review threshold8.5out of 10Score a commit has to clear to land in this repo's top tercile.

How the work changed shape

Commit categories over time, read off the subject line. Fixes carry the accent because that is the series this chart exists to show.

How this repo's commit mix shifts over time.

Feature21%
Fix13%
Refactor4%
Docs38%
Test2%
Chore21%

Review-priority queue

Ranked by change-risk, highest first. Priority is a tercile of this repo's own distribution, so a quiet repo still fills its top band.

Commit review-priority queue
#CommitAuthorWhenLinesRiskTop driver
1
c0507ffdfeat(plugin): track pinned VLC 3.0.23 C API headers
Miron Razvan
1w ago+30.1K -0
99%Elevated
more lines added than baseline
2
c28af624chore: configure project skeleton
Miron Razvan
2w ago+3.5K -228
97%Elevated
more lines added than baseline
3
6ca032adfeat: implement IPC transport, worker handshake, and integration tests
Miron Razvan
1w ago+1.5K -124
94%Elevated
more lines added than baseline
4
2538091bdocs: initialize documentation and AI task templates while updating gitignore for build dependencies fix: modify ggml-cpu.c to fix win compilation
Miron Razvan
2w ago+716 -2
94%Elevated
more lines added than baseline
5
950f1554docs: add whisper-api.md, move vw_log to protocol, and implement VAD/segment-builder stubs
Miron Razvan
2w ago+1.1K -85
90%Elevated
more lines added than baseline
6
21b27c51feat: implement protocol codec, payload validation, and expand test coverage chore: update README and docs
Miron Razvan
1w ago+752 -126
88%Elevated
more lines added than baseline
7
68284fe0feat(plugin): implement realtime audio capture with SPSC queue and multi-format PCM support docs: update docs to reflect new decisions
Miron Razvan
1w ago+454 -39
86%Elevated
more lines added than baseline
8
fc1fa86bdocs: reconcile audio backlog to 8s and remove superseded VLC docs
Miron Razvan
1w ago+332 -579
84%Elevated
more lines added than baseline
9
68f4cbd9fix(plugin): track libvlccore.def and guard capture against zero sample rate
Miron Razvan
1w ago+409 -253
81%Elevated
more lines added than baseline
10
98a9b5eefeat(plugin): implement native vout search and OSD caption presenter
Miron Razvan
1w ago+324 -4
81%Elevated
more lines added than baseline
11
2519c2f6docs: add VLC 3.0 API essentials reference document
Miron Razvan
1w ago+235 -2
77%Elevated
more lines added than baseline
12
f6dc07e4docs: add coding style and source layout documentation, add .clang-format, and reformat worker main.c
Miron Razvan
2w ago+274 -5
77%Elevated
more lines added than baseline
13
f859fc5ddocs: add milestone 2.9 plan for VLC module load/unload; gitignore MCP config
Miron Razvan
1w ago+204 -221
73%Elevated
more lines added than baseline
14
471db2cffeat: add worker sample transcribing a WAV file chore: add sample voice audio, enforce documentation read by agents fix: fix vscode not recognizing whisper and vlc header files (again)
Miron Razvan
2w ago+382 -32
70%Elevated
more lines added than baseline
15
f737f700chore: add sample voice audio, enforce documentation read by agents fix: fix vscode not recognizing whisper and vlc header files (again)
Miron Razvan
2w ago+382 -32
70%Elevated
more lines added than baseline
16
dff4ea89docs: add GitHub contributing guide and issue/PR templates
Miron Razvan
1w ago+135 -0
65%Typical
more lines added than baseline
17
be28dbbddocs: add milestone 1.7 IPC transport and session handshake plan; track VAD completion in roadmap
Miron Razvan
1w ago+220 -12
65%Typical
more lines added than baseline
18
1cd4ea4cchore: enforce agents tasklist, update cmakelists and project structure docs feat: add initial logging and caption segment building logic w/ basic deduplication feat: add segment builder unit tests
Miron Razvan
2w ago+226 -57
65%Typical
more lines added than baseline
19
99c4d440docs: add milestone 2.9 plan for VLC module load/unload; gitignore MCP config
Miron Razvan
1w ago+294 -525
60%Typical
more lines added than baseline
20
e13c0af3feat: introduce samples framework with snippet support chore: improved Windows static linking, and project-wide compilation database integration
Miron Razvan
2w ago+209 -7
60%Typical
more lines added than baseline
21
468f67a2docs: add VLC object tree hierarchy and vout retrieval architecture specification
Miron Razvan
1w ago+124 -0
56%Typical
more lines added than baseline
22
6e324805docs: update roadmap, annotate source tree, and introduce WAV sample with shared audio types
Miron Razvan
2w ago+154 -119
54%Typical
more lines added than baseline
23
b985e7b1fix(plugin): resolve review issues 1-5 for audio thread safety, resampler drift, and OSD clearing
Miron Razvan
1w ago+114 -69
51%Typical
more lines added than baseline
24
a2a1d243feat: hello world
Miron Razvan
2w ago+100 -0
51%Typical
more lines added than baseline
25
5b04e3c5docs: expand vlc-api-essentials.md with clock sync, resampler mechanics, and module ABI
Miron Razvan
1w ago+81 -12
48%Typical
more lines added than baseline
26
b31f6b16chore:prepare for finishing milestone 2
Miron Razvan
1w ago+90 -36
45%Typical
more lines added than baseline
27
132ce186chore: cmake config
Miron Razvan
2w ago+101 -0
45%Typical
more lines added than baseline
28
0514b0detest: add GitHub CI tests and code coverage reports
Miron Razvan
1w ago+67 -0
40%Typical
more lines added than baseline
29
ded72914docs: restore Milestone 4 and include seeking and play/pause support in Milestone 3 MVP
Miron Razvan
1w ago+63 -98
40%Typical
more lines added than baseline
30
b799466edocs: align protocol spec with codec implementation
Miron Razvan
1w ago+96 -23
37%Typical
more lines added than baseline
31
78cfb182feat: add code coverage instrumentation, build preset, and documentation
Miron Razvan
1w ago+57 -0
35%Typical
more lines added than baseline
32
365deef0style: enforce include order, pointer alignment, and formatting across all source files
Miron Razvan
1w ago+62 -67
33%Below typical
more lines added than baseline
33
59ec3658refactor(plugin): strip SPU path in favor of OSD and update Milestone 2 docs
Miron Razvan
1w ago+51 -83
31%Below typical
more lines added than baseline
34
d4bb7718docs: update diagrams to reflect seeking/pause MVP support and restored Milestone 4
Miron Razvan
1w ago+35 -30
29%Below typical
more lines added than baseline
35
8fd52a29feat: add standard Commit Conventions lint hooks
Miron Razvan
1w ago+34 -0
23%Below typical
more lines added than baseline
36
22e877bffix: differentiate IPC read timeout from fatal error to survive long video pauses
Miron Razvan
1w ago+42 -21
23%Below typical
more lines added than baseline
37
87955985docs: align protocol spec with codec implementation
Miron Razvan
1w ago+35 -27
23%Below typical
more lines added than baseline
38
c6520b42chore: configuration
Miron Razvan
2w ago+38 -3
23%Below typical
more lines added than baseline
39
fc33684fdocs(agents): enforce Conventional Commits and GitHub templates standards in agent rules
Miron Razvan
1w ago+27 -8
18%Below typical
more lines added than baseline
40
452df1c1fix(plugin): include vlc_block.h with clang-format guards and set passthrough audio format
Miron Razvan
1w ago+5 -3
16%Below typical
fewer lines added than baseline
41
1ea402cfdocs: mark milestone 1 as completed in roadmap
Miron Razvan
1w ago+4 -4
12%Below typical
fewer lines added than baseline
42
81d85782chore: add generated diff and review files to gitignore
Miron Razvan
1w ago+4 -1
12%Below typical
fewer lines added than baseline
43
aa171960chore: add worktrees to gitignore
Miron Razvan
1w ago+4 -1
12%Below typical
fewer lines added than baseline
44
e88a0232chore: add whisper.cpp dependency
Miron Razvan
2w ago+4 -0
7%Below typical
fewer lines added than baseline
45
f70ca0e7fix: fix submodule recursive checkout in CI action
Miron Razvan
1w ago+2 -0
5%Below typical
fewer lines added than baseline
46
1ca8d4c5chore: point whisper.cpp submodule at pinned fork rzv04/whisper.cpp
Miron Razvan
1w ago+1 -1
2%Below typical
fewer lines added than baseline
47
e51ff6e4fix: improve audio capture guard
Miron Razvan
1w ago+1 -2
2%Below typical
fewer lines added than baseline
  • c0507ffdfeat(plugin): track pinned VLC 3.0.23 C API headers
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +30.1K -0
    Risk
    99%Elevated
  • c28af624chore: configure project skeleton
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +3.5K -228
    Risk
    97%Elevated
  • 6ca032adfeat: implement IPC transport, worker handshake, and integration tests
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +1.5K -124
    Risk
    94%Elevated
  • 2538091bdocs: initialize documentation and AI task templates while updating gitignore for build dependencies fix: modify ggml-cpu.c to fix win compilation
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +716 -2
    Risk
    94%Elevated
  • 950f1554docs: add whisper-api.md, move vw_log to protocol, and implement VAD/segment-builder stubs
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +1.1K -85
    Risk
    90%Elevated
  • 21b27c51feat: implement protocol codec, payload validation, and expand test coverage chore: update README and docs
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +752 -126
    Risk
    88%Elevated
  • 68284fe0feat(plugin): implement realtime audio capture with SPSC queue and multi-format PCM support docs: update docs to reflect new decisions
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +454 -39
    Risk
    86%Elevated
  • fc1fa86bdocs: reconcile audio backlog to 8s and remove superseded VLC docs
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +332 -579
    Risk
    84%Elevated
  • 68f4cbd9fix(plugin): track libvlccore.def and guard capture against zero sample rate
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +409 -253
    Risk
    81%Elevated
  • 98a9b5eefeat(plugin): implement native vout search and OSD caption presenter
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +324 -4
    Risk
    81%Elevated
  • 2519c2f6docs: add VLC 3.0 API essentials reference document
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +235 -2
    Risk
    77%Elevated
  • f6dc07e4docs: add coding style and source layout documentation, add .clang-format, and reformat worker main.c
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +274 -5
    Risk
    77%Elevated
  • f859fc5ddocs: add milestone 2.9 plan for VLC module load/unload; gitignore MCP config
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +204 -221
    Risk
    73%Elevated
  • 471db2cffeat: add worker sample transcribing a WAV file chore: add sample voice audio, enforce documentation read by agents fix: fix vscode not recognizing whisper and vlc header files (again)
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +382 -32
    Risk
    70%Elevated
  • f737f700chore: add sample voice audio, enforce documentation read by agents fix: fix vscode not recognizing whisper and vlc header files (again)
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +382 -32
    Risk
    70%Elevated
  • dff4ea89docs: add GitHub contributing guide and issue/PR templates
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +135 -0
    Risk
    65%Typical
  • be28dbbddocs: add milestone 1.7 IPC transport and session handshake plan; track VAD completion in roadmap
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +220 -12
    Risk
    65%Typical
  • 1cd4ea4cchore: enforce agents tasklist, update cmakelists and project structure docs feat: add initial logging and caption segment building logic w/ basic deduplication feat: add segment builder unit tests
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +226 -57
    Risk
    65%Typical
  • 99c4d440docs: add milestone 2.9 plan for VLC module load/unload; gitignore MCP config
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +294 -525
    Risk
    60%Typical
  • e13c0af3feat: introduce samples framework with snippet support chore: improved Windows static linking, and project-wide compilation database integration
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +209 -7
    Risk
    60%Typical
  • 468f67a2docs: add VLC object tree hierarchy and vout retrieval architecture specification
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +124 -0
    Risk
    56%Typical
  • 6e324805docs: update roadmap, annotate source tree, and introduce WAV sample with shared audio types
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +154 -119
    Risk
    54%Typical
  • b985e7b1fix(plugin): resolve review issues 1-5 for audio thread safety, resampler drift, and OSD clearing
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +114 -69
    Risk
    51%Typical
  • a2a1d243feat: hello world
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +100 -0
    Risk
    51%Typical
  • 5b04e3c5docs: expand vlc-api-essentials.md with clock sync, resampler mechanics, and module ABI
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +81 -12
    Risk
    48%Typical
  • b31f6b16chore:prepare for finishing milestone 2
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +90 -36
    Risk
    45%Typical
  • 132ce186chore: cmake config
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +101 -0
    Risk
    45%Typical
  • 0514b0detest: add GitHub CI tests and code coverage reports
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +67 -0
    Risk
    40%Typical
  • ded72914docs: restore Milestone 4 and include seeking and play/pause support in Milestone 3 MVP
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +63 -98
    Risk
    40%Typical
  • b799466edocs: align protocol spec with codec implementation
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +96 -23
    Risk
    37%Typical
  • 78cfb182feat: add code coverage instrumentation, build preset, and documentation
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +57 -0
    Risk
    35%Typical
  • 365deef0style: enforce include order, pointer alignment, and formatting across all source files
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +62 -67
    Risk
    33%Below typical
  • 59ec3658refactor(plugin): strip SPU path in favor of OSD and update Milestone 2 docs
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +51 -83
    Risk
    31%Below typical
  • d4bb7718docs: update diagrams to reflect seeking/pause MVP support and restored Milestone 4
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +35 -30
    Risk
    29%Below typical
  • 8fd52a29feat: add standard Commit Conventions lint hooks
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +34 -0
    Risk
    23%Below typical
  • 22e877bffix: differentiate IPC read timeout from fatal error to survive long video pauses
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +42 -21
    Risk
    23%Below typical
  • 87955985docs: align protocol spec with codec implementation
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +35 -27
    Risk
    23%Below typical
  • c6520b42chore: configuration
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +38 -3
    Risk
    23%Below typical
  • fc33684fdocs(agents): enforce Conventional Commits and GitHub templates standards in agent rules
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +27 -8
    Risk
    18%Below typical
  • 452df1c1fix(plugin): include vlc_block.h with clang-format guards and set passthrough audio format
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +5 -3
    Risk
    16%Below typical
  • 1ea402cfdocs: mark milestone 1 as completed in roadmap
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +4 -4
    Risk
    12%Below typical
  • 81d85782chore: add generated diff and review files to gitignore
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +4 -1
    Risk
    12%Below typical
  • aa171960chore: add worktrees to gitignore
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +4 -1
    Risk
    12%Below typical
  • e88a0232chore: add whisper.cpp dependency
    Author
    Miron Razvan
    When
    2w ago
    Lines
    +4 -0
    Risk
    7%Below typical
  • f70ca0e7fix: fix submodule recursive checkout in CI action
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +2 -0
    Risk
    5%Below typical
  • 1ca8d4c5chore: point whisper.cpp submodule at pinned fork rzv04/whisper.cpp
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +1 -1
    Risk
    2%Below typical
  • e51ff6e4fix: improve audio capture guard
    Author
    Miron Razvan
    When
    1w ago
    Lines
    +1 -2
    Risk
    2%Below typical
Showing 47 of 47 commits

How the score behaves here

Change risk →

Two views of the same model: where the cuts fall, and what commit shape lands you above them.

Score distribution

Every scored commit, binned on the raw 0 to 10 score rather than the percentile. Percentile ranks are uniform by construction, so that axis has no shape to draw. The dashed lines are the tercile cuts behind each row's priority pill.

08typical ↑↑ elevated0.05.010.0Change-risk score →
Below typical
Typical
Elevated

Size against diffusion

The 47 most recent commits, on their own recency sample rather than the feed above: that defaults to risk-sorted, so reusing it would plot only the top tercile and call it the spread. Big and scattered is what the model penalises. Click a dot to open it.

1101001,00010,000Lines changed (log) →0.06.2Diffusion →
Below typical16
Typical16
Elevated15

Commit history for rzv04/vlc-whisper

rzv04/vlc-whisper has 50 commits in its history from 2 contributors, the first of them Jul 23, 2026. In the last 90 days 163 files were touched, 280 times in total, most often vlc_whisper_module.c. Every commit is scored for change risk from its size, spread and the history of the files it touches.