- Jan 21, 2025
-
-
Christophe Massiot authored
-
- Jan 14, 2025
-
-
Arnaud de Turckheim authored
-
- Oct 11, 2024
-
-
Christophe Massiot authored
-
- Oct 09, 2024
-
-
Clément Vasseur authored
-
- Aug 06, 2023
-
-
Christophe Massiot authored
-
- Mar 24, 2021
-
-
Stefan Pöschel authored
-
- Jan 07, 2021
-
-
Konstantin Pavlov authored
-
- Aug 31, 2020
-
-
Christophe Massiot authored
-
-
Christophe Massiot authored
-
- Aug 28, 2020
-
-
Arnaud de Turckheim authored
-
- Apr 23, 2020
-
-
Marcin Kozlowski authored
-
- Mar 25, 2020
-
-
Marcin Kozlowski authored
Also use %u for hours as it can be >= 100
-
- Mar 02, 2020
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- Jan 09, 2020
-
-
Christophe Massiot authored
Was broken in 9df6cac4.
-
- Jul 20, 2019
-
-
Christophe Massiot authored
-
- Jul 17, 2019
-
-
Clément Vasseur authored
-
- Nov 30, 2018
-
-
Konstantin Pavlov authored
-
- Oct 27, 2018
-
-
Christophe Massiot authored
Reported by "debugasm".
-
- Sep 23, 2018
-
-
Christophe Massiot authored
-
- Jul 30, 2018
-
-
Christophe Massiot authored
-
- Jul 01, 2018
-
-
Christophe Massiot authored
-
- Jun 30, 2018
-
-
Christophe Massiot authored
-
Christophe Massiot authored
Patch courtesy of Stefan Pöschel.
-
- May 02, 2018
-
-
Christophe Massiot authored
-
Christophe Massiot authored
Merge branch 'eit_updates+charset_fixes+multisteam_fixes+multistream_updates' of https://github.com/gfto/dvblast-1 into gfto-eit_updates+charset_fixes+multisteam_fixes+multistream_updates
-
Georgi Chorbadzhiyski authored
-
- Apr 30, 2018
-
-
Georgi Chorbadzhiyski authored
Add support for multistream-id calculation using --multistream-id-pls-mode, --multistream-id-pls-code and --multistream-id-is-id options
-
- Mar 21, 2018
-
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
-
- Mar 18, 2018
-
-
Georgi Chorbadzhiyski authored
Configuration of pilot/rolloff and multistream options was off-by-one so basically they were never set as expected thus not working at all (in the case of multistream).
-
Georgi Chorbadzhiyski authored
Setting --lnb-type old-sky allows dvblast to work with some Australian satellite services.
-
Georgi Chorbadzhiyski authored
It is possible that 'dvblast' does not answer on the command socket and in this case 'dvblastctl' just hangs waiting forever. This commit introduces timeout for send/receive operations in dvblastctl. The timeout is set in seconds and the default value is 15 seconds.
-
Georgi Chorbadzhiyski authored
-
Georgi Chorbadzhiyski authored
Sometimes broadcasters put "strange" characters in DVB strings and when the strings are converted to UTF-8 the output contains invalid characters. In order to avoid this problem, this commit instructs iconv library to ignore characters that can not be converted to UTF-8 by adding switching the default output charset from UTF-8 to UTF-8//IGNORE to the output charset.
-
Georgi Chorbadzhiyski authored
New 'dvblastctl' commands: dvblastctl get_eit_pf <service_id> - Print EIT present/following events and descriptors. dvblastctl get_eit_schedule <service_id> - Print EIT schedule events and descriptors.
-
Georgi Chorbadzhiyski authored
This stops sections from one table to overwrite sections in another table (usually seen with section 0 from EIT/pf and EIT/schedule). This increases memory usage by at least 32 kb per service but allows extracting of complete EIT data.
-
Georgi Chorbadzhiyski authored
They carry a lot of information and the log is filled up rapidly.
-
- Apr 30, 2017
-
-
Christophe Massiot authored
-