- 30 May, 2012 6 commits
-
-
Adam Charrett authored
Signed-off-by: Adam Charrett <adam@dvbstreamer.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Adam Charrett <adam@dvbstreamer.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Adam Charrett authored
Adds ATSC table support for: EIT STT VCT Adds descriptor support for: 13 14 62 66 73 76 83 Signed-off-by: Adam Charrett <adam@dvbstreamer.org> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
- 21 May, 2012 7 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- dvbpsi_Decode*() first check length then allocate memory - dvbpsi_Gen*() refactor
-
Jean-Paul Saman authored
- update all descriptors.
-
Jean-Paul Saman authored
- add dvbpsi_CanDecodeAsDescriptor() helper function - add dvbpsi_IsDescriptorDecoded() helper function - update descriptors
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Roberto Corno authored
Added variable_rate_audio_indicator. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 07 May, 2012 1 commit
-
-
Jean-Paul Saman authored
-
- 25 Apr, 2012 1 commit
-
-
Jean-Paul Saman authored
Logging functions nested use of va_arg(), which was wrong. The solutions is to simplify the logging function nesting.
-
- 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
-