CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
THIRD_PARTY_NOTICES.txt
pyproject.toml
release-audit.md
docs/advanced-ai-evaluation.md
docs/advanced-ai.md
docs/algorithm-notes.md
docs/architecture.md
docs/benchmarking.md
docs/content-schema.md
docs/environment.md
docs/frontend.md
docs/long-video-content.md
docs/model-runtime.md
docs/privacy-api.md
docs/privacy-schema.md
docs/product-spec.md
docs/public-site-accessibility.md
docs/public-site-release-checklist.md
docs/public-site.md
docs/publish-ready.md
docs/release-checklist.md
docs/report-guide.md
docs/report-schema.md
docs/rescue-schema.md
docs/resolve-schema.md
docs/roadmap.md
docs/safe-sharing.md
docs/third-party-licenses.md
docs/video-rescue-guide.md
docs/web-api.md
docs/windows-install.md
docs/zero-cost-access.md
docs/assets/dashboard-home.jpg
docs/assets/dashboard-report.jpg
docs/assets/report-preview.svg
docs/decisions/0001-local-first.md
docs/detectors/privacy-text.md
docs/detectors/prompt-alignment.md
docs/detectors/text-stability.md
docs/detectors/visual-semantic-drift.md
docs/plans/2026-08-06-advanced-ai-design.md
docs/plans/2026-08-06-advanced-ai-implementation.md
docs/releases/v0.8.1-checklist.md
docs/releases/v0.8.1-notes.md
examples/basic_cli.ps1
examples/basic_cli.sh
examples/batch_analysis.py
examples/config.example.yaml
examples/custom_detector.py
examples/privacy-review.example.json
examples/rescue-config.example.json
examples/safe_sharing.ps1
examples/safe_sharing.sh
examples/video_rescue.ps1
examples/video_rescue.sh
scripts/__init__.py
scripts/audit_dependency_licenses.py
scripts/audit_distribution.py
scripts/audit_full_local_demo.py
scripts/audit_windows_bundle.py
scripts/calibrate_thresholds.py
scripts/full_local_demo_contract.py
scripts/generate_full_local_demo.py
scripts/generate_growth_cases.py
scripts/generate_test_videos.py
scripts/release_assets.py
scripts/smoke_test.py
scripts/validate.py
scripts/validate_full_local_demo.py
scripts/verify.py
scripts/verify_b_v15_demo.py
scripts/web_smoke_test.py
src/genvideoscope.egg-info/PKG-INFO
src/genvideoscope.egg-info/SOURCES.txt
src/genvideoscope.egg-info/dependency_links.txt
src/genvideoscope.egg-info/entry_points.txt
src/genvideoscope.egg-info/requires.txt
src/genvideoscope.egg-info/top_level.txt
src/videoscope/__init__.py
src/videoscope/__main__.py
src/videoscope/cli.py
src/videoscope/doctor.py
src/videoscope/processes.py
src/videoscope/ai/__init__.py
src/videoscope/ai/cache.py
src/videoscope/ai/diagnostics.py
src/videoscope/ai/fake.py
src/videoscope/ai/models.py
src/videoscope/ai/ocr.py
src/videoscope/ai/protocols.py
src/videoscope/ai/runtime.py
src/videoscope/ai/providers/__init__.py
src/videoscope/ai/providers/dinov2.py
src/videoscope/ai/providers/openclip.py
src/videoscope/ai/providers/paddleocr.py
src/videoscope/analysis/__init__.py
src/videoscope/analysis/config.py
src/videoscope/analysis/errors.py
src/videoscope/analysis/evidence.py
src/videoscope/analysis/pipeline.py
src/videoscope/benchmarking/__init__.py
src/videoscope/benchmarking/manifest.py
src/videoscope/benchmarking/metrics.py
src/videoscope/benchmarking/models.py
src/videoscope/benchmarking/runner.py
src/videoscope/benchmarking/serialization.py
src/videoscope/benchmarking/terminal.py
src/videoscope/content/__init__.py
src/videoscope/content/artifacts.py
src/videoscope/content/commands.py
src/videoscope/content/errors.py
src/videoscope/content/executor.py
src/videoscope/content/features.py
src/videoscope/content/mapping.py
src/videoscope/content/models.py
src/videoscope/content/pipeline.py
src/videoscope/content/planner.py
src/videoscope/content/preview.py
src/videoscope/content/report.py
src/videoscope/content/serialization.py
src/videoscope/content/timeline.py
src/videoscope/content/transcript.py
src/videoscope/content/verification.py
src/videoscope/detectors/__init__.py
src/videoscope/detectors/builtins.py
src/videoscope/detectors/global_flicker.py
src/videoscope/detectors/image_features.py
src/videoscope/detectors/interface.py
src/videoscope/detectors/intervals.py
src/videoscope/detectors/models.py
src/videoscope/detectors/near_black.py
src/videoscope/detectors/possible_freeze.py
src/videoscope/detectors/prompt_alignment.py
src/videoscope/detectors/registry.py
src/videoscope/detectors/runner.py
src/videoscope/detectors/scene_context.py
src/videoscope/detectors/scene_relative_blur.py
src/videoscope/detectors/text_stability.py
src/videoscope/detectors/time_series.py
src/videoscope/detectors/visual_semantic_drift.py
src/videoscope/domain/__init__.py
src/videoscope/domain/models.py
src/videoscope/domain/serialization.py
src/videoscope/intelligence/__init__.py
src/videoscope/intelligence/bridge.py
src/videoscope/intelligence/evaluation.py
src/videoscope/intelligence/fake.py
src/videoscope/intelligence/models.py
src/videoscope/intelligence/pipeline.py
src/videoscope/intelligence/protocols.py
src/videoscope/intelligence/runtime.py
src/videoscope/intelligence/serialization.py
src/videoscope/intelligence/service.py
src/videoscope/intelligence/providers/__init__.py
src/videoscope/intelligence/providers/faster_whisper.py
src/videoscope/intelligence/providers/ollama.py
src/videoscope/intelligence/providers/openai_compatible.py
src/videoscope/privacy/__init__.py
src/videoscope/privacy/artifacts.py
src/videoscope/privacy/commands.py
src/videoscope/privacy/errors.py
src/videoscope/privacy/executor.py
src/videoscope/privacy/manual.py
src/videoscope/privacy/metadata.py
src/videoscope/privacy/models.py
src/videoscope/privacy/pipeline.py
src/videoscope/privacy/planner.py
src/videoscope/privacy/profiles.py
src/videoscope/privacy/renderer.py
src/videoscope/privacy/scanners.py
src/videoscope/privacy/serialization.py
src/videoscope/privacy/text.py
src/videoscope/privacy/verification.py
src/videoscope/privacy/visual.py
src/videoscope/reporting/__init__.py
src/videoscope/reporting/html.py
src/videoscope/reporting/templates/content_report.html.j2
src/videoscope/reporting/templates/report.html.j2
src/videoscope/reporting/templates/rescue_report.html.j2
src/videoscope/rescue/__init__.py
src/videoscope/rescue/action_roles.py
src/videoscope/rescue/artifacts.py
src/videoscope/rescue/assessment.py
src/videoscope/rescue/audio.py
src/videoscope/rescue/capabilities.py
src/videoscope/rescue/commands.py
src/videoscope/rescue/deblur.py
src/videoscope/rescue/encoding.py
src/videoscope/rescue/errors.py
src/videoscope/rescue/executor.py
src/videoscope/rescue/models.py
src/videoscope/rescue/pipeline.py
src/videoscope/rescue/planner.py
src/videoscope/rescue/preview.py
src/videoscope/rescue/qualification.py
src/videoscope/rescue/report.py
src/videoscope/rescue/scanner.py
src/videoscope/rescue/serialization.py
src/videoscope/rescue/stabilization.py
src/videoscope/rescue/symptoms.py
src/videoscope/rescue/timeline.py
src/videoscope/rescue/tonal.py
src/videoscope/rescue/tonal_metrics.py
src/videoscope/rescue/tonal_qualification.py
src/videoscope/rescue/verification.py
src/videoscope/rescue/visual.py
src/videoscope/resolve/__init__.py
src/videoscope/resolve/commands.py
src/videoscope/resolve/errors.py
src/videoscope/resolve/executor.py
src/videoscope/resolve/models.py
src/videoscope/resolve/pipeline.py
src/videoscope/resolve/planner.py
src/videoscope/resolve/profiles.py
src/videoscope/resolve/serialization.py
src/videoscope/resolve/verification.py
src/videoscope/scenes/__init__.py
src/videoscope/scenes/interface.py
src/videoscope/scenes/models.py
src/videoscope/scenes/normalization.py
src/videoscope/scenes/pyscenedetect.py
src/videoscope/video/__init__.py
src/videoscope/video/errors.py
src/videoscope/video/hashing.py
src/videoscope/video/probe.py
src/videoscope/video/sampling.py
src/videoscope/web/__init__.py
src/videoscope/web/app.py
src/videoscope/web/connector.py
src/videoscope/web/content_jobs.py
src/videoscope/web/jobs.py
src/videoscope/web/models.py
src/videoscope/web/privacy_jobs.py
src/videoscope/web/publish_jobs.py
src/videoscope/web/rescue_jobs.py
src/videoscope/web/server.py
src/videoscope/web/storage.py
src/videoscope/web/static/index.html
src/videoscope/web/static/mock-evidence.svg
src/videoscope/web/static/assets/index-BWY_B79L.css
src/videoscope/web/static/assets/index-bN_yYekz.js
src/videoscope/windows/__init__.py
src/videoscope/windows/ffmpeg_locator.py
src/videoscope/windows/launcher.py
src/videoscope/windows/single_instance.py
tests/conftest.py
tests/test_cli.py
tests/test_content_cli.py
tests/test_distribution_audit.py
tests/test_doctor.py
tests/test_examples.py
tests/test_fixture_factory.py
tests/test_no_network.py
tests/test_optional_dependencies.py
tests/test_pinned_process_boundaries.py
tests/test_processes.py
tests/test_release_metadata.py
tests/test_smoke_test.py
tests/test_verify_script.py
tests/ai/__init__.py
tests/ai/test_cache.py
tests/ai/test_dinov2_optional.py
tests/ai/test_dinov2_provider.py
tests/ai/test_ocr_runtime.py
tests/ai/test_openclip_optional.py
tests/ai/test_openclip_provider.py
tests/ai/test_paddleocr_optional.py
tests/ai/test_paddleocr_provider.py
tests/ai/test_runtime.py
tests/analysis/__init__.py
tests/analysis/helpers.py
tests/analysis/test_config.py
tests/analysis/test_evidence.py
tests/analysis/test_fixture_pipeline.py
tests/analysis/test_pipeline.py
tests/benchmarking/__init__.py
tests/benchmarking/test_calibration.py
tests/benchmarking/test_metrics.py
tests/benchmarking/test_runner.py
tests/content/__init__.py
tests/content/test_artifacts.py
tests/content/test_commands.py
tests/content/test_documentation_contract.py
tests/content/test_executor.py
tests/content/test_features.py
tests/content/test_fixture_content.py
tests/content/test_join_sampling.py
tests/content/test_mapping.py
tests/content/test_models.py
tests/content/test_native_media.py
tests/content/test_performance.py
tests/content/test_pipeline.py
tests/content/test_planner.py
tests/content/test_preview.py
tests/content/test_report.py
tests/content/test_serialization.py
tests/content/test_timeline.py
tests/content/test_transcript.py
tests/content/test_verification.py
tests/detectors/__init__.py
tests/detectors/dummy.py
tests/detectors/helpers.py
tests/detectors/test_fixture_detectors.py
tests/detectors/test_global_flicker.py
tests/detectors/test_intervals.py
tests/detectors/test_near_black.py
tests/detectors/test_possible_freeze.py
tests/detectors/test_prompt_alignment.py
tests/detectors/test_registry.py
tests/detectors/test_runner.py
tests/detectors/test_scene_relative_blur.py
tests/detectors/test_text_stability.py
tests/detectors/test_time_series.py
tests/detectors/test_visual_semantic_drift.py
tests/domain/__init__.py
tests/domain/test_models.py
tests/domain/test_serialization.py
tests/fixtures/manifest.json
tests/intelligence/__init__.py
tests/intelligence/helpers.py
tests/intelligence/test_cli.py
tests/intelligence/test_evaluation.py
tests/intelligence/test_models.py
tests/intelligence/test_native_fake_ai.py
tests/intelligence/test_openai_compatible.py
tests/intelligence/test_pipeline.py
tests/intelligence/test_providers.py
tests/intelligence/test_serialization.py
tests/intelligence/test_service.py
tests/privacy/__init__.py
tests/privacy/real_media_adapters.py
tests/privacy/real_media_cases.py
tests/privacy/real_media_runner.py
tests/privacy/test_artifacts.py
tests/privacy/test_commands.py
tests/privacy/test_executor.py
tests/privacy/test_fixture_privacy.py
tests/privacy/test_manual.py
tests/privacy/test_metadata.py
tests/privacy/test_models.py
tests/privacy/test_pipeline.py
tests/privacy/test_planner.py
tests/privacy/test_profiles.py
tests/privacy/test_renderer.py
tests/privacy/test_scanners.py
tests/privacy/test_serialization.py
tests/privacy/test_text.py
tests/privacy/test_verification.py
tests/privacy/test_visual.py
tests/reporting/__init__.py
tests/reporting/test_html.py
tests/rescue/__init__.py
tests/rescue/clarity_runtime_provenance.py
tests/rescue/test_artifacts.py
tests/rescue/test_assessment.py
tests/rescue/test_audio.py
tests/rescue/test_commands.py
tests/rescue/test_deblur.py
tests/rescue/test_executor.py
tests/rescue/test_fixture_rescue.py
tests/rescue/test_models.py
tests/rescue/test_performance.py
tests/rescue/test_pipeline.py
tests/rescue/test_planner.py
tests/rescue/test_preview.py
tests/rescue/test_qualification.py
tests/rescue/test_report.py
tests/rescue/test_scanner.py
tests/rescue/test_serialization.py
tests/rescue/test_stabilization.py
tests/rescue/test_stabilization_qualification.py
tests/rescue/test_symptoms.py
tests/rescue/test_tonal.py
tests/rescue/test_tonal_qualification.py
tests/rescue/test_v15_clarity_node_contract.py
tests/rescue/test_v15_qualification_integration.py
tests/rescue/test_v15_rnd.py
tests/rescue/test_verification.py
tests/rescue/test_visual.py
tests/resolve/__init__.py
tests/resolve/test_commands.py
tests/resolve/test_executor.py
tests/resolve/test_fixture_publish.py
tests/resolve/test_models.py
tests/resolve/test_pipeline.py
tests/resolve/test_planner.py
tests/resolve/test_profiles.py
tests/resolve/test_serialization.py
tests/resolve/test_verification.py
tests/scenes/__init__.py
tests/scenes/test_models.py
tests/scenes/test_pyscenedetect.py
tests/scripts/test_audit_full_local_demo.py
tests/scripts/test_dependency_license_audit.py
tests/scripts/test_full_local_demo_contract.py
tests/scripts/test_generate_full_local_demo.py
tests/scripts/test_generate_growth_cases.py
tests/scripts/test_release_assets.py
tests/scripts/test_validate_full_local_demo.py
tests/scripts/test_verify_b_v15_demo.py
tests/video/__init__.py
tests/video/test_hashing.py
tests/video/test_probe.py
tests/video/test_sampling.py
tests/web/__init__.py
tests/web/test_api.py
tests/web/test_connector.py
tests/web/test_content_api.py
tests/web/test_privacy_api.py
tests/web/test_publish_api.py
tests/web/test_rescue_api.py
tests/web/test_server.py
tests/web/test_storage.py
tests/windows/__init__.py
tests/windows/test_bundle_audit.py
tests/windows/test_ffmpeg_locator.py
tests/windows/test_launcher.py
tests/windows/test_single_instance.py