Skip to content

fix: resolve audio stream, demuxer, and source bugs - #223

Open
knownasrazi wants to merge 1 commit into
PerformanC:devfrom
knownasrazi:fix/audio-stream-bugs
Open

fix: resolve audio stream, demuxer, and source bugs#223
knownasrazi wants to merge 1 commit into
PerformanC:devfrom
knownasrazi:fix/audio-stream-bugs

Conversation

@knownasrazi

Copy link
Copy Markdown
  • WebmOpus: count processed bytes that are actually skipped so large EBML elements no longer drop real Opus frames after the tag
  • streamProcessor: skip the exact ADTS frame length instead of over-skipping into the next frame when a stream starts with garbage bytes
  • HLS: end the stream when a live playlist finalizes with ENDLIST and the segment queue is already empty
  • DASH: resolve relative SegmentTemplate and init URLs against the MPD URL
  • CrossfadeController: use independent write positions for the left/right reverb comb filters so the stereo tail stays decorrelated
  • NicoVideo: parse the full ISO-8601 duration instead of only the seconds part
  • Gaana: derive the AES-CBC IV from the payload instead of a static IV

- WebmOpus: count processed bytes that are actually skipped so large EBML
  elements no longer drop real Opus frames after the tag
- streamProcessor: skip the exact ADTS frame length instead of over-skipping
  into the next frame when a stream starts with garbage bytes
- HLS: end the stream when a live playlist finalizes with ENDLIST and the
  segment queue is already empty
- DASH: resolve relative SegmentTemplate and init URLs against the MPD URL
- CrossfadeController: use independent write positions for the left/right
  reverb comb filters so the stereo tail stays decorrelated
- NicoVideo: parse the full ISO-8601 duration instead of only the seconds part
- Gaana: derive the AES-CBC IV from the payload instead of a static IV
@github-actions

github-actions Bot commented Aug 19, 2026

Copy link
Copy Markdown

All Contributors have signed the CLA. The PR is now allowed to be merged.
Posted by the CLA Assistant Lite bot.

@knownasrazi

Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

performanc-bot added a commit to PerformanC/CLA-Signatures that referenced this pull request Aug 19, 2026
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.

1 participant