- 13 Jun, 2012 5 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 11 Jun, 2012 3 commits
-
-
Jean-Paul Saman authored
Refactor out common code for checking PSI sections for PSI tables.
-
Jean-Paul Saman authored
All PSI table check the same common things before accepting a section as being a valid section. Centralize these checks into a single function.
-
Jean-Paul Saman authored
Refactor dvbpsi_GatherPATSections().
-
- 06 Jun, 2012 1 commit
-
-
Jean-Paul Saman authored
The callback member of dvbpsi_decoder_t is used by dvbpsi_GatherXXSections() functions. This patch makes the usage visisble.
-
- 04 Jun, 2012 5 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Update doxygen information and fix linkage of howto-new-api.doxygen
-
Jean-Paul Saman authored
The functions dvbpsi_GatherXSections() and dvbpsi_NewDemuxSubDecoder() take a private decoder as argument. Change this argument from 'void *' to 'dvbpsi_decoder_t *'. This makes its use more clear.
-
Jean-Paul Saman authored
Use new utility functions to replace common code blocks. Moving code to demux.c instead of repeating them in the subtable functions. This reduces the amount of code in subtable files and reduces the risk of introducing errors in future for this code.
-
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>
-