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 }}
sannies
/
mp4parser
Public
Notifications
You must be signed in to change notification settings
Fork
572
Star
2.8k
Code
Issues
261
Pull requests
15
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Improve gopro support
- #473
#473
Open
vdeconinck
wants to merge 8 commits into
sannies:master
sannies/mp4parser:master
from
vdeconinck:improve_gopro_support
vdeconinck/mp4parser:improve_gopro_support
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
Improve gopro support
#473
vdeconinck
wants to merge 8 commits into
sannies:master
sannies/mp4parser:master
from
vdeconinck:improve_gopro_support
vdeconinck/mp4parser:improve_gopro_support
Copy head branch name to clipboard
Commits
Commits on Aug 15, 2024
Support blanks in project path (path URL contains '%20' for blanks)
vdeconinck
committed
efb4bdb
View commit details
Copy full SHA for efb4bdb
Browse repository at this point
Return the parsed size if larger than the minimal computed size, so that getSize() returns the actual size in the opened file, even if it is not packed optimally (e.g. GoPro)
vdeconinck
committed
9add407
View commit details
Copy full SHA for 9add407
Browse repository at this point
Limit the last reserved field to 1 byte instead of 3.
Show description for 3defc06
vdeconinck
committed
3defc06
View commit details
Copy full SHA for 3defc06
Browse repository at this point
Rename flags to lFlags, to avoid confusion with 'int flags' (which is recognized by name in IsoViewer and assumed to be an Integer. See org/mp4parser/isoviewer/views/BoxPane.kt:137-138 )
vdeconinck
committed
baea670
View commit details
Copy full SHA for baea670
Browse repository at this point
Only use Apple TimeCodeBox when the tmcd box is a child of stsd.
Show description for fa3ff9a
vdeconinck
committed
fa3ff9a
View commit details
Copy full SHA for fa3ff9a
Browse repository at this point
Implemented TimeCodeContainerBox for tmcd inside gmhd, and TimeCodeMediaInformationBox for the tcmi it contains
vdeconinck
committed
94df809
View commit details
Copy full SHA for 94df809
Browse repository at this point
Support 'tmcd' as a track reference type
vdeconinck
committed
725b50f
View commit details
Copy full SHA for 725b50f
Browse repository at this point
(cleaned up imports)
vdeconinck
committed
f733b2f
View commit details
Copy full SHA for f733b2f
Browse repository at this point
You can’t perform that action at this time.