- Aug 12, 2021
-
-
Frederic Cand authored
-
- Mar 27, 2021
-
-
Konstantin Pavlov authored
While at it, bump debian image to current
-
- Jan 08, 2021
-
-
Konstantin Pavlov authored
-
- Mar 02, 2020
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Properly terminate dvbpsi_crid_entry_t::value.path with a null-byte.
-
(cherry picked from commit 092dd602) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- Oct 19, 2019
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- Oct 18, 2019
-
-
Olivier Braun authored
The 3 first bytes of the secion are already skipped in dvbpsi.c `p_section->p_payload_start = p_section->p_data + 3;` p_section->p_payload_start therefore points to the protocol_version field of the splice_info_section
-
Olivier Braun authored
From SCTE 35:2019: The section_syntax_indicator is a 1-bit field that should always be set to ‘0’ From ISO 13818-1: if the indicator is set to '0', then only the fields 'table_id' through 'private_section_length' shall follow the common structure syntax and semantics and the rest of the private_section may take any form the user determines.
-
Olivier Braun authored
-
Olivier Braun authored
-
Olivier Braun authored
ANSI/SCTE 35 2019r1: The section_syntax_indicator is a 1-bit field that should always be set to ‘0’, indicating that MPEG short sections are to be used.
-
Olivier Braun authored
According to ISO 13818-1: The continuity_counter shall not be incremented when the adaptation_field_control of the packet equals '00' or '10'.
-
- Jul 18, 2019
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
otherwise that's pretty useless in SI flow
-
François Cartegnie authored
fixes regressions by commit 7e9f4ed3 (early multi sections table end, segmented EIT failure)
-
- Dec 07, 2018
-
-
Konstantin Pavlov authored
-
Konstantin Pavlov authored
-
- Nov 30, 2018
-
-
Konstantin Pavlov authored
-
- Aug 07, 2018
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- May 24, 2018
-
-
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
- Feb 19, 2018
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The function dvbpsi_chain_demux_delete() failed to call p->pf_del() for all attached decoder. This resulted in leaked decoder memory.
-
Jean-Paul Saman authored
-
- Dec 08, 2017
-
-
Jean-Paul Saman authored
-
- Nov 08, 2017
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- Oct 04, 2017
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- Jul 12, 2017
-
-
Jean-Paul Saman authored
-
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>
-
- Jun 23, 2017
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
src/demux: functions dvbpsi_*DemuxSubDecoder() are no longer implemented, but are merely empty stubs
-