- 24 Jul, 2015 2 commits
-
-
Daniel Kamil Kozar authored
The shortest valid linkage descriptor contains 56 bits = 7 bytes of payload. Since the maximum possible payload length is 253 bytes, this leaves 246 bytes for private data, not 248. Also, the length checks were changed in order to check the minimum possible length of the descriptor with the given data, instead of checking maximum lengths. (cherry picked from commit 36836f6fec2211d86e62e507570ba7372392d4f6) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
Descriptor 0x41 was erroneously generated with tag 0x83. (cherry picked from commit fb8dad5c41ee09e4bc3a44c2baa38379d713cce3) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 23 Jul, 2015 1 commit
-
-
Daniel Kamil Kozar authored
-
- 12 Jun, 2015 1 commit
-
-
Daniel Kamil Kozar authored
GCC 5.1.0 features stricter warnings about comparing boolean variables with integer values, and thus compilation with --enable-debug failed with "comparison of constant 12 with boolean expression is always true". The leftover pieces of old code which treated integers as booleans are now fixed, and the test suite is now compilable and runs correctly.
-
- 10 Jun, 2015 5 commits
-
-
Jean-Paul Saman authored
-
Daniel Kamil Kozar authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
This patch provides decoding and generation of the content labelling descriptor. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
The demux API for adding, deleting and selecting subtable decoders is marked deprecated. It is target for removal for the 2.0.0 release and will be replaced by a simpler system, that allows each PSI table decoder to be chained without the need of adding extra structures and indirections.
-
- 09 Jun, 2015 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Baptiste Kempf authored
This platform is dead Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
(cherry picked from commit 89775135) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 04 Jun, 2015 1 commit
-
-
Daniel Kamil Kozar authored
dvbpsi_GenVStreamDr set the MPEG_1_only_flag incorrectly : it should be set only if the descriptor does not carry extra information about MPEG-2 video. The previous behaviour was exactly the opposite. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 30 May, 2015 8 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Remove dead debug code.
-
Jean-Paul Saman authored
Fix dereference before NULL check.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 18 May, 2015 1 commit
-
-
Jean-Paul Saman authored
-
- 26 Mar, 2015 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 20 Mar, 2015 5 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Daniel Kamil Kozar authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
This patch adds support for the MPEG-4 audio descriptor. aac_profile.h is now allowed to be included multiple times, since it is also used by dr_1c.h. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 18 Mar, 2015 3 commits
-
-
Daniel Kamil Kozar authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Daniel Kamil Kozar authored
The definition of AAC profile and level values is also used by the MPEG-4 audio descriptor. Moving this definition to a separate file eliminates unnecessary code duplication. New values from the 2015 version of H.222 were also added. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 16 Mar, 2015 6 commits
-
-
Francois Cartegnie authored
Just ignore as we can't handle it. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Francois Cartegnie authored
Private tables on PMT are common (ATSC) and should not trigger an error. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-