- 04 Jun, 2012 1 commit
-
-
Jean-Paul Saman authored
Refactor common demux code structures into utility functions. See the complete list below: - rearrange arguments of dvbpsi_demux_new_cb_t callback - define dvbpsi_demux_gather_cb_t callback type - define dvbpsi_demux_detach_cb_t callback type - new utility function dvbpsi_NewDemuxSubDecoder() - new utility function dvbpsi_DeleteDemuxSubDecoder() - new utility funciton dvbpsi_AttachDemuxSubDecoder() - new utility function dvbpsi_DetachDemuxSubDecoder()
-
- 30 May, 2012 26 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Renaming pf_callback to pf_gather to reflect its usage. It also removes a typedef which was only used inside src/demux.c
-
Jean-Paul Saman authored
Include config.h as first include file. It comes with some defines needed for compilation.
-
Jean-Paul Saman authored
-
Roberto Corno authored
Indentation cleanup. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Roberto Corno authored
Some readability improvements. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Roberto Corno authored
Slightly modified before applying. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The stdint.h header file was included twice.
-
Jean-Paul Saman authored
- indentation cleanup - Gather fucnction cleanup - API cleanup
-
Jean-Paul Saman authored
The compiler warned about comparison of signed and unsigned values. This patch fixes this comparison.
-
Roberto Corne authored
The descriptor 0x40 was not included in src/Makefile.am. Therefor syntax errors where not picked up. This patch adds the descriptor to the src/Makefile.am and fixes a typo. Signed-off-by: Jean-Paul Saman <jean-paul.saman@m2x.nl>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- refactor descriptor structs allocations
-
Jean-Paul Saman authored
- check for subdec instead of demux when calling dvbpsi_demuxGetSubDec() function - check if subtable decoder pointer actually exist
-
Jean-Paul Saman authored
- remove excess whitelines - indent
-
Jean-Paul Saman authored
- remove excess parenthesis - add boundary checks - explicite allocation of struct members requires explicite release of struct members when freeing
-
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>
-
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 2 commits
-
-
Jean-Paul Saman authored
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-