Releases: GrimOutlook/ts-analyzer
Releases · GrimOutlook/ts-analyzer
v0.3.0
[0.3.0] - 2026-03-23
Added
- New example
list_pids.rswhich lists all of the PIDs found in the given transport stream file.
Changed
- Removed unnecessary dependencies from
klv_payload.rsexample
Fixed
- Very large speed increase over previous versions.
- Unit test for payload reading that resulted in false negatives.
v0.2.1
- Fixed a bug where the payload data was incorrect
v0.2.0
[0.2.0] - 2024-06-06
Added
- Support for parsing full payloads from multiple packets.
- Support for filtering packer and payload search by PID.
- Unit tests for a significant portion of operations.
Changed
- TSReader to support generic inputs that implement the
ReadandSeektraits. - Updated the
docs.rsdocumentation comments to be more thorough.
v0.1.0
Initial release of the ts-analyzer package. Currently supports parsing transport stream packets, reading the header information, and dumping the payload data as raw bytes.