Commits on Source 11
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The function dvbpsi_decoder_psi_section_add() never set p_decoder::i_last_section_number when adding a new section at the end of the list. This was left to the decoder implementations. However the correct action would have been to set p_decoder::i_last_section_number in dvbpsi_decoder_psi_section_add().
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
src/demux: functions dvbpsi_*DemuxSubDecoder() are no longer implemented, but are merely empty stubs
-
Jean-Paul Saman authored
-
SCTE35 / CUEI Descriptor parsing bug. Descriptor lengths of one byte fail to parse, instead returning null. The Spec from 2004 to 2016 shows the descriptor payload has never been more than a single byte. See SCTE 35 2016 Page 19 Table 2 (Section 8.2). Correct the length validation check, and reject any descriptor that IS NOT one byte long, as per the spec. Signed-off-by:Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored