.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
Makefile
README.md
logo.png
pyproject.toml
.github/workflows/ci.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/abbrev_long.bib
docs/conf.py
docs/index.rst
docs/make.bat
docs/references.bib
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/explanation/safe-seek-points.rst
docs/howto/batch-video-writing.rst
docs/howto/frame-accurate-processing.rst
docs/howto/gpu-acceleration.rst
docs/howto/handling-errors.rst
docs/howto/index.rst
docs/howto/model-inference.rst
docs/tutorial/getting-started.rst
docs/tutorial/index.rst
src/framepump/__init__.py
src/framepump/_core.py
src/framepump/_cuda_gl.py
src/framepump/_diagnose.py
src/framepump/_h264_mux.py
src/framepump/_pyav.py
src/framepump/_selection.py
src/framepump/_temp_file.py
src/framepump/_v4l2.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/scm_file_list.json
src/framepump.egg-info/scm_version.json
src/framepump.egg-info/top_level.txt
src/framepump/_cuda/__init__.py
src/framepump/_cuda/camera.py
src/framepump/_cuda/compat.py
src/framepump/_cuda/decode.py
src/framepump/_cuda/dlpack.py
src/framepump/_cuda/frames.py
src/framepump/_cuda/kernels.py
src/framepump/_cuda/post.py
src/framepump/nvenc/__init__.py
src/framepump/nvenc/_session.py
src/framepump/nvenc/bindings.py
src/framepump/nvenc/cuda_encoder.py
src/framepump/nvenc/encoder.py
src/framepump/nvenc/exceptions.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_boundary_validation.py
tests/test_broken_streams.py
tests/test_camera.py
tests/test_cfr_views.py
tests/test_color_correctness.py
tests/test_cpu_only_stubs.py
tests/test_cuda_context_hygiene.py
tests/test_cuda_features.py
tests/test_cuda_lazy_reverse.py
tests/test_cuda_threading.py
tests/test_depth_video.py
tests/test_encoder_config.py
tests/test_frame_index.py
tests/test_gpu_decode.py
tests/test_indexing_warning.py
tests/test_info_and_diagnose.py
tests/test_jpeg_writer_cuda.py
tests/test_lazy_index.py
tests/test_nvenc.py
tests/test_nvenc_bframes.py
tests/test_nvenc_layout.py
tests/test_nvjpeg.py
tests/test_reverse_iteration.py
tests/test_selection.py
tests/test_smoke.py
tests/test_stress.py
tests/test_stress2.py
tests/test_stress3.py
tests/test_url_sources.py
tests/test_utils.py
tests/test_video_frames.py
tests/test_video_muxing.py
tests/test_video_writer.py
tests/test_video_writer_lifecycle.py
tests/test_writer_like.py