Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
PyAV-Org
/
PyAV
Public
Notifications
You must be signed in to change notification settings
Fork
450
Star
3.3k
Code
Issues
5
Pull requests
1
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Preserving hardware memory during cuvid decoding, exporting/importing via dlpack.
- #2155
#2155
Merged
WyattBlue
merged 19 commits into
PyAV-Org:main
PyAV-Org/PyAV:main
from
caffeinism:dlpack
caffeinism/PyAV:dlpack
Copy head branch name to clipboard
Feb 8, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
Preserving hardware memory during cuvid decoding, exporting/importing via dlpack.
#2155
WyattBlue
merged 19 commits into
PyAV-Org:main
PyAV-Org/PyAV:main
from
caffeinism:dlpack
caffeinism/PyAV:dlpack
Copy head branch name to clipboard
Commits
Commits on Feb 4, 2026
Impl __dlpack__, keep cuda memory
caffeinism
committed
fda4962
View commit details
Copy full SHA for fda4962
Browse repository at this point
Impl VideoFrame.from_dlpack
caffeinism
committed
aaa90db
View commit details
Copy full SHA for aaa90db
Browse repository at this point
Impl minimal support device_id
caffeinism
committed
56dd2dc
View commit details
Copy full SHA for 56dd2dc
Browse repository at this point
ruff / isort
caffeinism
committed
9426057
View commit details
Copy full SHA for 9426057
Browse repository at this point
Commits on Feb 5, 2026
Merge av/hwcontext.pxd into include/libavutil/avutil.pxd
caffeinism
committed
b22e7a5
View commit details
Copy full SHA for b22e7a5
Browse repository at this point
Move av/dlpack.pxd to include/dlpack.pxd
caffeinism
committed
f713f95
View commit details
Copy full SHA for f713f95
Browse repository at this point
Add tests/test_dlpack.py
caffeinism
committed
d87422a
View commit details
Copy full SHA for d87422a
Browse repository at this point
Fix interfaces
caffeinism
committed
0af7dcf
View commit details
Copy full SHA for 0af7dcf
Browse repository at this point
Create VideoFrame using av_frame_get_buffer instead of av_image_alloc
caffeinism
committed
a4a03ae
View commit details
Copy full SHA for a4a03ae
Browse repository at this point
Merge DLDevice to DLTensor
WyattBlue
committed
a146710
View commit details
Copy full SHA for a146710
Browse repository at this point
Commits on Feb 6, 2026
Remove redundant/unused lines
caffeinism
committed
4b10414
View commit details
Copy full SHA for 4b10414
Browse repository at this point
Remove global cuda ctx cache
caffeinism
committed
e498f36
View commit details
Copy full SHA for e498f36
Browse repository at this point
Remove global _hwdevice_registry
caffeinism
committed
4e9c7d6
View commit details
Copy full SHA for 4e9c7d6
Browse repository at this point
Set immutable properties
caffeinism
committed
cdd32eb
View commit details
Copy full SHA for cdd32eb
Browse repository at this point
Fix missing property in from_dlpack
caffeinism
committed
38616d4
View commit details
Copy full SHA for 38616d4
Browse repository at this point
Commits on Feb 8, 2026
output_format -> hw.is_hw_owned
WyattBlue
committed
8d36039
View commit details
Copy full SHA for 8d36039
Browse repository at this point
Fix device_id access and retain CudaContext on frame
Show description for 2f9dfeb
WyattBlue
and
claude
committed
2f9dfeb
View commit details
Copy full SHA for 2f9dfeb
Browse repository at this point
Forward is_hw_owned in HWAccel.create and reject unsupported dlpack stream
Show description for 5a65cd3
WyattBlue
and
claude
committed
5a65cd3
View commit details
Copy full SHA for 5a65cd3
Browse repository at this point
VideoFrame: Don't need np_buffer
WyattBlue
committed
c8c9076
View commit details
Copy full SHA for c8c9076
Browse repository at this point
You can’t perform that action at this time.