Skip to content

Releases: catalinii/minisatip

v2.0.30: Fix some coverity issues (#1308)

09 Sep 05:39
dd0bdda
Compare
Choose a tag to compare

v2.0.29: Remove the hash table from ddci (#1306)

08 Sep 05:41
019d667
Compare
Choose a tag to compare
* Remove the hash table from ddci

* Force pids with satip client when performing tune

---------

Co-authored-by: Catalin Toda <[email protected]>

v2.0.28: Fix bogus "op for algo 1 not found" when using OSCam "extended CW" mode

04 Sep 17:40
Compare
Choose a tag to compare
There are three numbers in the message - index, algo, and mode. We accidentally parsed index as algo and algo as mode.

Fixes https://github.com/catalinii/minisatip/issues/1223

v2.0.27

27 Aug 05:24
bd512c8
Compare
Choose a tag to compare
Remove locking and allocation wrappers to be able to call new on crea…

v2.0.26: Always send the TDT to CAMs

22 Aug 06:24
Compare
Choose a tag to compare
Fixes Fransat CAM usage

v2.0.25: Make multiplier float to prevent divison by 0 (#1300)

20 Aug 22:23
37029d9
Compare
Choose a tag to compare

v2.0.24: Print statistics for clear channels (#1299)

20 Aug 17:35
1fafa62
Compare
Choose a tag to compare

v2.0.23

19 Aug 19:20
Compare
Choose a tag to compare
Use stdio.h check validating C++ standards

v2.0.22: Add stream statistics debug module (#1298)

19 Aug 19:13
35acc71
Compare
Choose a tag to compare
* Add stream statistics debug module

* Downgrade to c++17 as the minimum version

* Disable code based on the DEBUG define

---------

Co-authored-by: Catalin Toda <[email protected]>

v2.0.21: Reset filter read position when assigning filter to new PID

19 Aug 06:03
Compare
Choose a tag to compare
Hopefully fixes https://github.com/catalinii/minisatip/issues/1281