Skip to content

upipe_ts_demux: support multiple EMMs#1158

Open
quarium wants to merge 4 commits intoUpipe:masterfrom
quarium:upipe-ts-demux-emm
Open

upipe_ts_demux: support multiple EMMs#1158
quarium wants to merge 4 commits intoUpipe:masterfrom
quarium:upipe-ts-demux-emm

Conversation

@quarium
Copy link
Copy Markdown
Contributor

@quarium quarium commented Apr 3, 2026

No description provided.

@quarium quarium requested a review from funman April 3, 2026 09:41
@quarium quarium force-pushed the upipe-ts-demux-emm branch from 98a7afd to d8d68d1 Compare April 3, 2026 09:42
@quarium quarium requested a review from nto April 3, 2026 09:42
@quarium quarium force-pushed the upipe-ts-demux-emm branch 2 times, most recently from 57d0762 to 9b5a518 Compare April 3, 2026 09:51
@quarium quarium changed the title upipe-ts: support multiple EMMs upipe_ts_demux: support multiple EMMs Apr 3, 2026
@quarium quarium force-pushed the upipe-ts-demux-emm branch from 9b5a518 to 5a76b16 Compare April 8, 2026 14:19
quarium added 2 commits April 8, 2026 16:21
Drop ECM input until EMM key is set.
Prevent "Conditional jump or move depends on uninitialised value(s)" in
asn1_array2tree.
@quarium quarium force-pushed the upipe-ts-demux-emm branch from 5a76b16 to 0b5e3d3 Compare April 8, 2026 14:22
@quarium quarium requested a review from nto April 8, 2026 14:22
Comment on lines +3412 to +3413
ulist_foreach(&upipe_ts_demux->emms, uchain)
{
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ulist_foreach(&upipe_ts_demux->emms, uchain)
{
ulist_foreach(&upipe_ts_demux->emms, uchain) {

Comment on lines +3446 to +3447
ulist_delete_foreach(&upipe_ts_demux->emms, uchain, uchain_tmp)
{
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
ulist_delete_foreach(&upipe_ts_demux->emms, uchain, uchain_tmp)
{
ulist_delete_foreach(&upipe_ts_demux->emms, uchain, uchain_tmp) {

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.

3 participants