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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
tier4
/
accelerated_image_processor
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
10
Code
Issues
0
Pull requests
7
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Security and quality
Insights
feat: add video encoder support
- #29
#29
Merged
manato
merged 22 commits into
main
tier4/accelerated_image_processor:main
from
feat/video_encoder
tier4/accelerated_image_processor:feat/video_encoder
Copy head branch name to clipboard
Feb 24, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
feat: add video encoder support
#29
manato
merged 22 commits into
main
tier4/accelerated_image_processor:main
from
feat/video_encoder
tier4/accelerated_image_processor:feat/video_encoder
Copy head branch name to clipboard
Commits
Commits on Feb 9, 2026
feat: add video compression support in accelerated_image_processor_compression
Show description for dd3b976
manato
committed
dd3b976
View commit details
Copy full SHA for dd3b976
Browse repository at this point
feat: add video compression support in accelerated_image_processor_ros
Show description for 2f006f8
manato
committed
2f006f8
View commit details
Copy full SHA for 2f006f8
Browse repository at this point
Commits on Feb 10, 2026
fix: explicitly initialize the member variables
Show description for 8510074
manato
committed
8510074
View commit details
Copy full SHA for 8510074
Browse repository at this point
Commits on Feb 12, 2026
feat: add/update tests for jetson_video_compressor
Show description for 3adb2b8
manato
committed
3adb2b8
View commit details
Copy full SHA for 3adb2b8
Browse repository at this point
feat: update accelerated_image_processor_ros/test to include video compression related cases
Show description for ea526c6
manato
committed
ea526c6
View commit details
Copy full SHA for ea526c6
Browse repository at this point
feat: introduce variable rate control to reduce payload size
Show description for 9940d00
manato
committed
9940d00
View commit details
Copy full SHA for 9940d00
Browse repository at this point
fix: treat "build/include_what_you_use" and "readabilitycasting" indication from pre-commit
Show description for c524026
manato
committed
c524026
View commit details
Copy full SHA for c524026
Browse repository at this point
chore: add some comments
Show description for 6af1339
manato
committed
6af1339
View commit details
Copy full SHA for 6af1339
Browse repository at this point
Commits on Feb 13, 2026
docs: add video encoder entries to README
Show description for 00dcc7e
manato
committed
00dcc7e
View commit details
Copy full SHA for 00dcc7e
Browse repository at this point
Commits on Feb 16, 2026
refactor: remove `VIDEO_` prefix from `CompressionType` enum
Show description for 1781576
manato
committed
1781576
View commit details
Copy full SHA for 1781576
Browse repository at this point
fix: define `ExpectedVideoBackend` for non-Jetson platform
Show description for 76cb4cb
manato
committed
76cb4cb
View commit details
Copy full SHA for 76cb4cb
Browse repository at this point
refactor: move constant maps as class member
Show description for 43dda61
manato
committed
43dda61
View commit details
Copy full SHA for 43dda61
Browse repository at this point
fix: solve "include-what-you-use" error suggested by pre-commit
Show description for 973151f
manato
committed
973151f
View commit details
Copy full SHA for 973151f
Browse repository at this point
fix: correct typos
Show description for f9404a5
manato
committed
f9404a5
View commit details
Copy full SHA for f9404a5
Browse repository at this point
fix: solve "include-what-you-use" error
Show description for 31501f9
manato
committed
31501f9
View commit details
Copy full SHA for 31501f9
Browse repository at this point
Commits on Feb 17, 2026
fix: treat `is_bigendian` flag as a non optional field
Show description for 94ef051
manato
committed
94ef051
View commit details
Copy full SHA for 94ef051
Browse repository at this point
refactor: introduce an abstract class named `Compressor`
Show description for ed29100
manato
committed
ed29100
View commit details
Copy full SHA for ed29100
Browse repository at this point
Commits on Feb 20, 2026
feat: validate parameter combination
Show description for b19dae8
manato
committed
b19dae8
View commit details
Copy full SHA for b19dae8
Browse repository at this point
fix: correct correspondence between compression type and plane format to be used
Show description for 2f03cd6
manato
committed
2f03cd6
View commit details
Copy full SHA for 2f03cd6
Browse repository at this point
fix: skip `is_ready` check at the beginning of `process` since the check will be performed at the beginning of `process_impl`
Show description for d494cc1
manato
committed
d494cc1
View commit details
Copy full SHA for d494cc1
Browse repository at this point
fix: eliminate "Unsupported frameRate" warning on H265 test
Show description for 3e5b27a
manato
committed
3e5b27a
View commit details
Copy full SHA for 3e5b27a
Browse repository at this point
refactor: rename post_process to postprocess for naming consistency
Show description for c299b76
manato
committed
c299b76
View commit details
Copy full SHA for c299b76
Browse repository at this point
You can’t perform that action at this time.