- 24 Jun, 2011 5 commits
-
-
Jean-Paul Saman authored
Return NULL when allocation of new PSI sections fail. The function will not return incomplete BAT PSI sections, but will return NULL instead.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Return NULL on failure of building an entire PAT.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Check if it is really the CRC32 that is wrong or if it is another issue.
-
- 23 Jun, 2011 2 commits
-
-
Jean-Paul Saman authored
Make dvbpsi_NewBat() and dvbpsi_DeleteBAT() functions.
-
Jean-Paul Saman authored
Initialize freed sections with dvbpsi_DeletePSISections() to NULL.
-
- 13 Jun, 2011 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
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 3 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
-