Skip to content

Add H.264 parsing support and related features#25

Open
vaisaga wants to merge 1 commit intovirinext:masterfrom
vaisaga:support-h264
Open

Add H.264 parsing support and related features#25
vaisaga wants to merge 1 commit intovirinext:masterfrom
vaisaga:support-h264

Conversation

@vaisaga
Copy link
Copy Markdown

@vaisaga vaisaga commented Jul 31, 2025

Closes #23
Newly added H.264 video stream parsing capabilities include:

  1. Implement the core functionality of the H.264 parser
  2. Add parsing of H.264 parameter sets (SPS/PPS)
  3. Support parsing of H.264 slice headers
  4. Introduce a new unified video parsing interface
  5. Extend GUI to support H.264 analysis
  6. Add command-line tool support for H.264
  7. Update documentation to document the new features

Newly added H.264 video stream parsing capabilities include:
1. Implement the core functionality of the H.264 parser
2. Add parsing of H.264 parameter sets (SPS/PPS)
3. Support parsing of H.264 slice headers
4. Introduce a new unified video parsing interface
5. Extend GUI to support H.264 analysis
6. Add command-line tool support for H.264
7. Update documentation to document the new features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

H.264 elementary bitstream viewer

1 participant