Skip to content
This repository was archived by the owner on Apr 21, 2025. It is now read-only.

Releases: justdan96/tsMuxer

2.7.0

Choose a tag to compare

@justdan96 justdan96 released this 21 Apr 10:35

2.7.0 Final

I have decided to cut a proper versioned release of tsMuxer, as I feel now is the right time to say that development on the project has stopped. I no longer have the time I once had to dedicate to leading the project. I am thankful to everyone who contributed their time, effort and other resources into tsMuxer. If somebody else wants to take up the reins they are free to fork this repository. If there are any resources they need from me please feel free to contact me.

Changelog Since 2.6.16

Read more

Nightly build from 2024-06-06-02-00-53

Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Jun 02:00
7f8667d
nightly-2024-06-06-02-00-53

added check for negative track_id values (#882)

Nightly build from 2024-05-12-02-01-18

Pre-release

Choose a tag to compare

Fix issue #877

 Regression on commit 5f43ab2

Nightly build from 2024-05-11-01-55-25

Pre-release

Choose a tag to compare

nightly-2024-05-11-01-55-25

Same as #846 for Xiph lacing.

Nightly build from 2024-05-10-02-00-45

Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 May 02:00
6836d7c
if a.size > atom.size, then throw (#876)

* if a.size > atom.size, then throw

* fix lint

Nightly build from 2024-05-04-01-53-56

Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 May 01:53
5f73a18
nightly-2024-05-04-01-53-56

Fix clang format check

Nightly build from 2024-05-01-02-00-23

Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 May 02:00
d3550d3
nightly-2024-05-01-02-00-23

Remove fixed issue from README (#871)

Nightly build from 2024-04-28-02-00-18

Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Apr 02:00
93c9070
nightly-2024-04-28-02-00-18

added copyLen check (#868)

Nightly build from 2024-04-06-01-50-49

Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Apr 01:50
acdfe54
nightly-2024-04-06-01-50-49

compare tsPacket->getHeaderSize to TS_FRAME_SIZE (#864)

Nightly build from 2024-04-05-01-53-02

Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Apr 01:53
0bbbed3
nightly-2024-04-05-01-53-02

pgsStreamReader: set DTS equal to PTS for packets with PTS_DTS_flags …