- 13 Jun, 2011 2 commits
-
-
Jean-Paul Saman authored
- use i_extension argument - privatize dvbpsi_ValidTOTSection()
-
Jean-Paul Saman authored
Free sis_decoder_t and set p_subdec->p_cb_data to NULL.
-
- 23 May, 2011 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The function did not implement b_duplicate flag, while all other descriptors do.
-
Jean-Paul Saman authored
-
- 19 May, 2011 8 commits
-
-
Jean-Paul Saman authored
Descriptors generators and decoders return NULL on error and a pointer to the descriptor structure on success.
-
Jean-Paul Saman authored
Remove b_append from dvbpsi_GatherCATSections()
-
Jean-Paul Saman authored
- remove b_append from dvbpsi_GatherTOTSections()
-
Jean-Paul Saman authored
Type int was used with some variables prefixed with b_ treating them as booleans. This patch turns them into real booleans.
-
Jean-Paul Saman authored
-
Brad Smith authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
No functional changes.
-
- 30 Mar, 2011 1 commit
-
-
Jean-Paul Saman authored
-
- 28 Mar, 2011 10 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Use dvbpsi_NewDecoder() and dvbpsi_DeleteDecoder() to allocate decoders for Demux, PAT, PMT and CAT.
-
Jean-Paul Saman authored
Assert if p_decoder->p_current_section is not NULL.
-
Jean-Paul Saman authored
Do not make an exception for dvbpsi tables debugging.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Change prototype of dvbpsi_PushPacket() to return bool iso void
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Do not check continuity counter when this PID has not been seen before. This used to produce false positives.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 25 Mar, 2011 1 commit
-
-
Jean-Paul Saman authored
SCTE 35 2004 section 7.2 describes the following Splice Commands: - 0x00 splice_null - 0x04 splice_schedule - 0x05 splice_insert - 0x06 time_signal - 0x07 bandwidth_reservation
-
- 16 Mar, 2011 2 commits
-
-
Jean-Paul Saman authored
Make use p_current->b_syntax_indicator and p_current->b_private_indicator are used as booleans.
-
Jean-Paul Saman authored
-
- 15 Mar, 2011 5 commits
-
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
-
- 23 Feb, 2011 4 commits
-
-
Jean-Paul Saman authored
The dvbpsi_decoder_t members b_discontinuity and b_complete_header are used as a boolean.
-
Jean-Paul Saman authored
Simplify code by using dvbpsi_HasDecoder().
-
Jean-Paul Saman authored
The function dvbpsi_HasDecoder(dvbpsi_t *handle) returns 'true' when a decoder has been attached to this dvbpsi handle. If the handle is not valid or no decoder is attached, then it will return 'false'.
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
- 16 Feb, 2011 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- Use bool for structure members that are used as bools - Indentation
-
Jean-Paul Saman authored
The dvbpsi-info tool provides information about the DVB PSI tables in DVB and MPEG-TS streams (or files). It uses libdvbpsi to gather all information and prints it to stdout.
-