Commits on Source (11)
-
Jean-Paul Saman authored6ed78a23
-
Jean-Paul Saman authored539473b9
-
Jean-Paul Saman authored71eac086
-
Jean-Paul Saman authored7ff4682a
-
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().
7e9f4ed3 -
Jean-Paul Saman authoredd6556776
-
Jean-Paul Saman authored5a112301
-
Jean-Paul Saman authored
src/demux: functions dvbpsi_*DemuxSubDecoder() are no longer implemented, but are merely empty stubs
4c7bcee8 -
Jean-Paul Saman authored2b95c49c
-
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>
37f981c3 -
Jean-Paul Saman authoreddfa10bae