1. 30 May, 2012 6 commits
  2. 21 May, 2012 7 commits
  3. 07 May, 2012 1 commit
  4. 25 Apr, 2012 1 commit
    • Jean-Paul Saman's avatar
      dvbinfo: fix logging · a708ad10
      Jean-Paul Saman authored
      Logging functions nested use of va_arg(), which was wrong. The solutions
      is to simplify the logging function nesting.
      a708ad10
  5. 16 Apr, 2012 2 commits
    • Jean-Paul Saman's avatar
      dvbinfo: implement monitor mode · a24fd472
      Jean-Paul Saman authored
      In monitor mode dvbinfo runs as Unix daemon and the logging goes to syslog instead of stderr.
      - added -m (--monitor) commandline switch to run in the background
      - added -s (--summary) commandline switch to produce bitrate summary files
      - added --summary-file commandline switch to give a summary-file name (default: stdout)
      - added --summary-period commandline switch to write every <n> ms a new summary file
      - implemented a logging callback function for routing the dvbpsi log messages to dvbinfo application
      a24fd472
    • Jean-Paul Saman's avatar
      fix a bug with HAVE_VARIADIC_MACROS message() function · c576e208
      Jean-Paul Saman authored
      The code referred to a not defined DVBPSI_MSG_FORMAT define and a not define variable inside the HAVE_VARIADIC_MACROS code block.
      c576e208
  6. 25 Mar, 2012 5 commits
  7. 14 Mar, 2012 7 commits
  8. 14 Dec, 2011 2 commits
  9. 16 Nov, 2011 9 commits