- 11 Jan, 2016 1 commit
-
-
Sebastian Ramacher authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 30 Nov, 2015 1 commit
-
-
Daniel Kamil Kozar authored
dvbpsi_packet_push does not modify the contents of the packet passed to it in any way : thus, there is no reason for it not to be const. external code using this function will not be affected by this change. (cherry picked from commit 0e76e010506b088dc4a83f84086f34be86d00256)
-
- 19 Nov, 2015 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 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 2 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
-