Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
androidx
/
media
Public
Notifications
You must be signed in to change notification settings
Fork
770
Star
2.8k
Code
Issues
801
Pull requests
75
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Dts mpeg2ts update
#275
Closed
rahulnmohan
wants to merge 15 commits into
androidx:main
androidx/media:main
from
rahulnmohan:dts-mpeg2ts-update
rahulnmohan/media:dts-mpeg2ts-update
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
Dts mpeg2ts update
#275
rahulnmohan
wants to merge 15 commits into
androidx:main
androidx/media:main
from
rahulnmohan:dts-mpeg2ts-update
rahulnmohan/media:dts-mpeg2ts-update
Copy head branch name to clipboard
Commits
Commits on Sep 6, 2023
Add DTS-LBR and DTS:X support in MPEG2-TS extractor
rahulmohan-src
authored and
rohitjoins
committed
ed9806a
Copy full SHA for ed9806a
Add tests for the LBR and DTS:X stream support added in MPEG2-TS extractor.
rahulmohan-src
authored and
rohitjoins
committed
4d25f01
Copy full SHA for 4d25f01
Update DTS test vectors
rahulmohan-src
authored and
rohitjoins
committed
bc35938
Copy full SHA for bc35938
Fix the potential NullPointerException in DtsUhdReader
rahulmohan-src
authored and
rohitjoins
committed
412414e
Copy full SHA for 412414e
Fix build issue in DtsUhdReader caused by the updates in ElementaryStreamReader
rahulmohan-src
authored and
rohitjoins
committed
cc2904f
Copy full SHA for cc2904f
Various changes in response to internal review
rohitjoins
committed
4c173c7
Copy full SHA for 4c173c7
Commits on Sep 25, 2023
Implemented a single DTS reader class to handle all DTS streams. Review comment fixes are added.
rahulmohan-src
committed
ef41526
Copy full SHA for ef41526
Commits on Oct 5, 2023
CRC check is added for DTS UHD FTOC sync frames
rahulmohan-src
committed
34d90e7
Copy full SHA for 34d90e7
Commits on Oct 6, 2023
Added the logic to update the audio chunk ID in FTOC non-sync frames with the value extracted in FTOC sync frame
rahulmohan-src
committed
e99a618
Copy full SHA for e99a618
Commits on Oct 9, 2023
Keep the DTS UHD parser state information in the DtsReader insted of the DtsUtil.
rahulmohan-src
committed
39cd88d
Copy full SHA for 39cd88d
Commits on Nov 15, 2023
Changes based on internal review
rohitjoins
committed
42d6f0a
Copy full SHA for 42d6f0a
Commits on Dec 6, 2023
Reduce the number of bytes read from bitstream buffer to extract the UHD header size. Update comments in the time stamp extraction code.
rahulmohan-src
committed
b8f0350
Copy full SHA for b8f0350
Commits on Dec 7, 2023
Establish the synchronization only in the FTOC sync frames.
rahulmohan-src
committed
01ca64c
Copy full SHA for 01ca64c
Commits on Dec 22, 2023
Updated DTS UHD test vector to contain multiple sync frames.
rahulmohan-src
committed
7ba1684
Copy full SHA for 7ba1684
Commits on Jan 8, 2024
Set uhdAudioChunkId to 0 in seek() function. Read only the required number of bytes(7 bytes) to extract the ExtSS header size.
rahulmohan-src
committed
289a0c6
Copy full SHA for 289a0c6
You can’t perform that action at this time.