CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
benchmarks/README.md
benchmarks/download_benchmarks.py
benchmarks/metrics.py
benchmarks/native_video.py
benchmarks/run_comparison.py
benchmarks/stress_categories.json
benchmarks/data/activitynet-qa/README.md
benchmarks/data/egoschema/README.md
benchmarks/data/mvbench/README.md
benchmarks/data/video-mme/README.md
benchmarks/results/.gitkeep
benchmarks/results/SAMPLE_TABLE.md
benchmarks/results/sample_dry_run.json
docs/ffmpeg.md
docs/format.md
docs/providers.md
examples/colab_demo.ipynb
examples/generate_demo_assets.py
examples/langchain_example.py
examples/usage.py
examples/demo_assets/demo.lvp
examples/demo_assets/demo.mp4
examples/demo_assets/demo_card.html
examples/demo_assets/demo_stats.json
lvp/__init__.py
lvp/cli.py
lvp/core/__init__.py
lvp/core/chunking.py
lvp/core/ffmpeg_compat.py
lvp/core/package.py
lvp/core/processor.py
lvp/core/reader.py
lvp/core/selection.py
lvp/integrations/__init__.py
lvp/integrations/langchain_tool.py
lvp/providers/__init__.py
lvp/utils/__init__.py
lvp_package.egg-info/PKG-INFO
lvp_package.egg-info/SOURCES.txt
lvp_package.egg-info/dependency_links.txt
lvp_package.egg-info/entry_points.txt
lvp_package.egg-info/requires.txt
lvp_package.egg-info/top_level.txt
tests/test_all.py
tests/test_chunking.py
tests/test_ffmpeg_compat.py
tests/test_package.py
tests/test_processor.py
tests/test_selection.py