.gitignore
LICENSE
README.md
build_exe.py
main.py
models.py
pyproject.toml
pytest.ini
uv.lock
video_loader.py
.github/workflows/ci.yml
.github/workflows/publish-pypi.yml
.github/workflows/release.yml
src/mp4analyzer/__init__.py
src/mp4analyzer/_version.py
src/mp4analyzer/cli.py
src/mp4analyzer/movieinfo.py
src/mp4analyzer/parser.py
src/mp4analyzer/utils.py
src/mp4analyzer.egg-info/PKG-INFO
src/mp4analyzer.egg-info/SOURCES.txt
src/mp4analyzer.egg-info/dependency_links.txt
src/mp4analyzer.egg-info/entry_points.txt
src/mp4analyzer.egg-info/requires.txt
src/mp4analyzer.egg-info/top_level.txt
src/mp4analyzer/boxes/__init__.py
src/mp4analyzer/boxes/base.py
src/mp4analyzer/boxes/edts.py
src/mp4analyzer/boxes/elst.py
src/mp4analyzer/boxes/free.py
src/mp4analyzer/boxes/ftyp.py
src/mp4analyzer/boxes/hdlr.py
src/mp4analyzer/boxes/iods.py
src/mp4analyzer/boxes/mdat.py
src/mp4analyzer/boxes/mdhd.py
src/mp4analyzer/boxes/minf.py
src/mp4analyzer/boxes/moov.py
src/mp4analyzer/boxes/mvhd.py
src/mp4analyzer/boxes/tkhd.py
src/mp4analyzer/boxes/trak.py
tests/test_boxes.py
tests/test_frame_collection.py
tests/test_models_extra.py
tests/test_video_loader.py
tests/test_widgets.py
ui/__init__.py
ui/main_window.py
ui/timeline_widget.py
ui/ui_components.py
ui/video_canvas.py