8000 Tags · ast261/minisatip · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ast261/minisatip

Tags

v1.3.39

Toggle v1.3.39's commit message
aesthetic changes

v1.3.38

Toggle v1.3.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Set custom thread name (catalinii#1204)

Forward the internally used thread name to OS for easier debugging.

v1.3.37

Toggle v1.3.37's commit message
tables_destroy: call ca_close_ca without argument

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

Toggle v1.3.36's commit message
Add command line for disable_pmt_scan and enable it in the process_pat 

…catalinii#1129

v1.3.35

Toggle v1.3.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unrecognized option --disable-dvbaes (catalinii#1189)

Fixes "configure: WARNING: unrecognized options: --disable-dvbaes"

Addition as already fixed in b6d0e50

v1.3.34

Toggle v1.3.34's commit message
Verified

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix satipc module when TEARDOWN is not correctly handled (catalinii#1187

)

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

Toggle v1.3.33's commit message
Fix target device_id when other device is detected

When the enforced/stored device_id is already used, use another one free.

v1.3.32

Toggle v1.3.32's commit message
Improve logging of satipc

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

Toggle v1.3.31's commit message
Fix incorrect device_id initialization

v1.3.30

Toggle v1.3.30's commit message
LOG the running mode

Print in the log the running mode: background/foreground
0