Add web-based report.txt visualization tool#2187
Add web-based report.txt visualization tool#2187sadiapeerzada wants to merge 3 commits intoCCExtractor:masterfrom
Conversation
…) may return NULL if memory allocation fails. Added checks and call to fatal(EXIT_NOT_ENOUGH_MEMORY) to prevent potential NULL dereference. Added memory allocation check for language string.
This HTML file provides a user interface for visualizing CCExtractor reports, allowing users to upload a report.txt file and display relevant results.
CCExtractor CI platform finished running the test files on linux. Below is a summary of the test results, when compared to test for commit 90128d8...:
Your PR breaks these cases:
NOTE: The following tests have been failing on the master branch as well as the PR:
Congratulations: Merging this PR would fix the following tests:
It seems that not all tests were passed completely. This is an indication that the output of some files is not as expected (but might be according to you). Check the result page for more info. |
CCExtractor CI platform finished running the test files on windows. Below is a summary of the test results, when compared to test for commit e4bcade...:
NOTE: The following tests have been failing on the master branch as well as the PR:
Congratulations: Merging this PR would fix the following tests:
This PR does not introduce any new test failures. However, some tests are failing on both master and this PR (see above). Check the result page for more info. |
|
This diff has different things - memory checks are totally unrelated to HTML stuff, please split. |
cfsmp3
left a comment
There was a problem hiding this comment.
As noted in the comment: this PR bundles unrelated changes (NULL checks in matroska.c + HTML visualization tool). Please split into separate PRs.
This PR introduces a simple web-based visualization tool for the -out=report output.
The tool allows users to upload a report.txt file and parses it in the browser. It then displays subtitle page information as visual cards, making the report easier to read and understand.
Features:
This is an initial implementation and can be extended later with features like timeline visualization, filtering, or charts.