- 02 Nov, 2015 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Enable the API compatibility layer that supports wraps the new API in old API. Its use is meant only for easing transistion to the new API and will remain exactly one release. It is scheduled to be removed in version 2.1.
-
- 01 Nov, 2015 1 commit
-
-
Daniel Kamil Kozar authored
-
- 11 Oct, 2015 1 commit
-
-
Daniel Kamil Kozar authored
-
- 10 Oct, 2015 3 commits
-
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
- 08 Oct, 2015 7 commits
-
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
- 01 Oct, 2015 2 commits
-
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
- 30 Sep, 2015 4 commits
-
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
Daniel Kamil Kozar authored
-
- 03 Sep, 2015 1 commit
-
-
Jean-Paul Saman authored
-
- 02 Sep, 2015 2 commits
-
-
Jean-Paul Saman authored
-
Daniel Kamil Kozar authored
According to EN 300 468, 12 bits after the frequency field are reserved for future use. Thus, they should be set to 1. (cherry picked from commit 6e007df2f7eef82243974e3b619fe1c366a1b6a1) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 19 Aug, 2015 9 commits
-
-
Jean-Paul Saman authored
-
Daniel Kamil Kozar authored
(modified by Jean-Paul Saman <jpsaman@videolan.org>) Added wrapper function to map dvbpsi_ExtendedChannelNameDr onto dvbpsi_DecodeExtendedChannelNameDr and update documentation. (cherry picked from commit 7841440f06d01e2857fac3db1be07909446bcad4) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Daniel Kamil Kozar authored
The generation function for the subtitling descriptor erroneously uses the modulo operation instead of a bitwise AND. (cherry picked from commit bc7bb320854b0d4bd4f74a5851be0852681d629d) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
The index variable in the generation function for the telext descriptor was scaled by 8 instead of by 5. (cherry picked from commit 614bfbaebdbfda25f2cb7015e71f997f8874930e) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
Due to scaling the index variable by 8 instead of 4, the generation function of the parental rating descriptor makes out-of-bounds array accesses. (cherry picked from commit 0752d56b25f3b2724618de4cd50a11d0f9420af2) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Daniel Kamil Kozar authored
The generation function for the content descriptor makes out-of-bound array accesses due to scaling an index value improperly. (cherry picked from commit dc456b945fc6072154729e712e00bfd72fd32714) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
The decoding function for the CA identifier descriptor does not take into account the lower byte of i_ca_system_id. (cherry picked from commit a6bb209280ed156ff509eb98f1d5d33f9c8d719f) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 17 Aug, 2015 5 commits
-
-
Daniel Kamil Kozar authored
Since one NVOD reference structure takes 6 bytes, the number of all structures contained in the descriptor should be the length of its payload divided by 6, not the remainder of this division. (cherry picked from commit 057ca087fd1c74a5af92422801ca36f2e23787e0) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Daniel Kamil Kozar authored
(cherry picked from commit 25669604c1e16f945f7f6d896bf9d7b97e19f03c) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
Due to the lack of parenthesis, the expression used to read handover_type was read as (p_descriptor->p_data[7] & (0xF0 >> 4)). (cherry picked from commit 61bb8944e881d602db9f77a89051ada310958b28) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
Linkage descriptor's generation and decoding routines improperly calculated the beginning of the private data region in cases where linkage_type = 8, handover_info = 0, and origin_type = 1. (cherry picked from commit 979733f1b500a24d43165ed442d9167991a42452) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 24 Jul, 2015 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-