- 16 Apr, 2012 2 commits
-
-
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
-
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.
-
- 25 Mar, 2012 5 commits
-
-
Jean-Paul Saman authored
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Cleanup EIT generator as merged from his Sašo Kiselkov repository.
-
-
- 14 Mar, 2012 7 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Remove error debugging messages from the descriptor.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Conflicts: configure.ac examples/decode_mpeg.c examples/get_pcr_pid.c src/Makefile.am src/demux.h src/dvbpsi.h src/dvbpsi_private.h src/psi.h src/tables/bat.h src/tables/bat_private.h src/tables/cat.h src/tables/cat_private.h src/tables/eit.h src/tables/eit_private.h src/tables/nit.h src/tables/nit_private.h src/tables/pat.h src/tables/pat_private.h src/tables/pmt.h src/tables/pmt_private.h src/tables/sdt.h src/tables/sdt_private.h src/tables/sis.h src/tables/sis_private.h src/tables/tot.h src/tables/tot_private.h
-
- 14 Dec, 2011 2 commits
-
-
Sašo Kiselkov authored
-
Sašo Kiselkov authored
-
- 16 Nov, 2011 9 commits
-
-
Jean-Paul Saman authored
If the capture thread finishes first, then empty the capture fifo before exiting the application. The previous logic would just stop the processing thread when the capture thread has ended. This resulted in dvbinfo skipping the rest of the capture file and give an incomplete result as summary.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Add some more comments and do not skip printing of content for NULL packets.
-
Jean-Paul Saman authored
The callback function requires a pointer to dvbpsi_bat_t be passed that will be freed by the receiving application. Make sure there is a clean startup point when attaching the subdecoders,
-
Jean-Paul Saman authored
-
Marc Olzheim authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Marc Olzheim authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Marc Olzheim authored
Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
-
- 14 Nov, 2011 1 commit
-
-
Jean-Paul Saman authored
- add index - add section on develop setup - add section on packaging
-
- 10 Nov, 2011 4 commits
-
-
Jean-Paul Saman authored
Add a description on howto translate the old API into the new (update) API.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
This reverts commit 4a9fb815.
-
- 09 Nov, 2011 1 commit
-
-
- 04 Nov, 2011 3 commits
-
-
Brad authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org> (cherry picked from commit 67bdf95c)
-
Sašo Kiselkov authored
algorithm didn't take the event_name_length and text_length fields into consideration when calculating memcpy offsets for the text field.
-
-
- 03 Nov, 2011 3 commits
-
-
Jean-Paul Saman authored
(cherry picked from commit 74845e2a)
-
Jean-Paul Saman authored
Fix regression introduced by commit-id: d565a849. (cherry picked from commit 4bd7cd7c) Conflicts: src/dvbpsi.h
-
Jean-Paul Saman authored
(cherry picked from commit 35f3240c)
-
- 13 Oct, 2011 1 commit
-
-
Sašo Kiselkov authored
-
- 05 Sep, 2011 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-