Skip to content

Releases: catalinii/minisatip

v1.3.40: Keep original thread name for main thread (#1208) (#1209)

05 Mar 03:37
2334430
Compare
Choose a tag to compare
Fixes e.g. `killall` not matching the general process by (binary) name.

v1.3.39

09 Feb 19:34
Compare
Choose a tag to compare
aesthetic changes

v1.3.38: Set custom thread name (#1204)

02 Feb 22:04
4ad9a8d
Compare
Choose a tag to compare
Forward the internally used thread name to OS for easier debugging.

v1.3.37: tables_destroy: call ca_close_ca without argument

10 Dec 12:00
Compare
Choose a tag to compare
This matches function call and fixes build with gcc-15

    tables.c: In function 'tables_destroy':
    tables.c:390:13: error: too many arguments to function 'ca[i].op->ca_close_ca'
      390 |             ca[i].op->ca_close_ca(&ca[i]);
          |             ^~

v1.3.36

02 Nov 04:15
Compare
Choose a tag to compare
Add command line for disable_pmt_scan and enable it in the process_pa…

v1.3.35: Remove unrecognized option --disable-dvbaes (#1189)

13 Sep 00:18
6d32c4c
Compare
Choose a tag to compare
Fixes "configure: WARNING: unrecognized options: --disable-dvbaes"

Addition as already fixed in b6d0e50b5a1f5e687407173c61fbecd50db883be

v1.3.34: Fix satipc module when TEARDOWN is not correctly handled (#1187)

11 Sep 02:15
3906d95
Compare
Choose a tag to compare
This fixes the edge case when a new tuning call is received in the tuner when the TEARDOWN message is sended to the remote SAT>IP server but the confirmation (OK 200) is not already received. Futhermore improves a bit the logging.

v1.3.33: Fix target device_id when other device is detected

10 Sep 05:29
Compare
Choose a tag to compare
When the enforced/stored device_id is already used, use another one free.

v1.3.32: Improve logging of satipc

09 Sep 18:20
Compare
Choose a tag to compare
Improve a bit the LOG of the RTSP messages send/received of the satipc module. More easy to see without enlarging the log.

v1.3.31

09 Sep 18:19
Compare
Choose a tag to compare
Fix incorrect device_id initialization