.gitignore
.readthedocs.yaml
LICENSE
README.md
logo.png
pyproject.toml
.github/workflows/python-publish.yml
docs/Makefile
docs/abbrev_long.bib
docs/conf.py
docs/index.rst
docs/make.bat
docs/references.bib
docs/requirements.txt
docs/_static/styles/my_theme.css
docs/_templates/copyright.html
docs/_templates/autoapi/index.rst
docs/_templates/autoapi/python/attribute.rst
docs/_templates/autoapi/python/class.rst
docs/_templates/autoapi/python/data.rst
docs/_templates/autoapi/python/exception.rst
docs/_templates/autoapi/python/function.rst
docs/_templates/autoapi/python/method.rst
docs/_templates/autoapi/python/module.rst
docs/_templates/autoapi/python/package.rst
docs/_templates/autoapi/python/property.rst
docs/explanation/frame-indexing.rst
docs/explanation/index.rst
docs/explanation/lazy-evaluation.rst
docs/explanation/nvenc-zero-copy.rst
docs/howto/batch-video-writing.rst
docs/howto/frame-accurate-processing.rst
docs/howto/gpu-acceleration.rst
docs/howto/index.rst
docs/tutorial/getting-started.rst
docs/tutorial/index.rst
src/framepump/__init__.py
src/framepump/_core.py
src/framepump/_cuda_compat.py
src/framepump/_cuda_frames.py
src/framepump/_cuda_gl.py
src/framepump/_pyav.py
src/framepump/_temp_file.py
src/framepump/_version.py
src/framepump/cuda_video_writer.py
src/framepump/encoder_config.py
src/framepump/npp_bindings.py
src/framepump/video_writing.py
src/framepump/video_writing_gl.py
src/framepump.egg-info/PKG-INFO
src/framepump.egg-info/SOURCES.txt
src/framepump.egg-info/dependency_links.txt
src/framepump.egg-info/requires.txt
src/framepump.egg-info/top_level.txt
src/framepump/nvenc/__init__.py
src/framepump/nvenc/bindings.py
src/framepump/nvenc/cuda_encoder.py
src/framepump/nvenc/encoder.py
src/framepump/nvenc/exceptions.py
src/framepump/nvenc/presets.py
src/framepump/nvjpeg/__init__.py
src/framepump/nvjpeg/bindings.py
src/framepump/nvjpeg/decoder.py
tests/__init__.py
tests/conftest.py
tests/fate_categories.json
tests/test_frame_index.py
tests/test_nvenc.py
tests/test_smoke.py
tests/test_stress.py
tests/test_stress2.py
tests/test_stress3.py
tests/test_utils.py
tests/test_video_frames.py
tests/test_video_writer.py