[dvblast-devel] [PATCH 00/20] dvblast fixes and enchantments
Georgi Chorbadzhiyski
gf at unixsol.org
Mon Sep 5 09:52:35 CEST 2011
Now that git is used here is my current dvblast dev queue.
The commits can be pulled from: git://github.com/gfto/dvblast.git dev
01..03 - Post git changes
04..05 - Fixes
06..09 - Allow dvblast to exit cleanly making valgrind happy
10..15 - New comm commands to allow peeking into input stream
16 - Bugfix, delete comm socket on dvblast exit
17 - New parameter to set logger ident
18..20 - dvblastctl fe_status enchanments
Please apply.
Georgi Chorbadzhiyski (20):
Add .gitignore file.
Remove Changelog file because it contains outdated information.
Define VERSION_EXTRA using git describe in the Makefile.
Fix format string warnings on 64 bit compilation related to ssize_t.
Do not initialize mrtg functionality if mrtg file is not set.
Install SIGINT handler to be able to break out of main loop.
When CMD_SHUTDOWN is received set b_exit_now flag to exit cleanly.
Rename b_hup_received to b_conf_reload.
Release all allocated memory on exit.
comm: Allow command answer to be split in multiple packets.
dvblastctl: Add get_pat, get_cat, get_nit and get_sdt commands.
dvblastctl: Add get_pmt command.
Move MAX_PIDS definition to dvblast.h and use it.
demux: Add per pid information and counters.
dvblastctl: Add get_pids and get_pid <pid> commands.
dvblast: Remove comm socket on exit.
dvblast: Add -g/--logger-ident parameter to set syslog ident.
dvblastctl: Detect and show ATSC frontend type in fe_status.
dvblastctl: Print frontend type using macro.
dvblastctl: Add XML output support for fe_status command.
.gitignore | 3 +
Changelog | 505 ----------------------------------------------------------
Makefile | 6 +
NEWS | 3 +
comm.c | 133 ++++++++++++++--
comm.h | 28 +++-
demux.c | 117 +++++++++++++-
dvblast.1 | 5 +-
dvblast.c | 43 ++++-
dvblast.h | 32 ++++-
dvblastctl.c | 302 +++++++++++++++++++++++++++++++----
mrtg-cnt.c | 2 +
output.c | 23 +++
util.c | 87 ++++++++++
version.h | 1 -
15 files changed, 728 insertions(+), 562 deletions(-)
create mode 100644 .gitignore
delete mode 100644 Changelog
--
1.7.5.1
More information about the dvblast-devel
mailing list