- 09 Feb, 2017 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 07 Feb, 2017 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
(cherry picked from commit fde118a1)
-
Francois Cartegnie authored
The EIT tables were output incomplete as the first sections were always dropped. (2 sections, last_section == 1) Ex: section 1 section 0 secton 1 IsCompleteEIT is always true in first condition in that case. It is also always true if section is N/N. first_section > -1 && section_number == last_section because it has just been added. Doing the check before effectively adding the section allows a correct evaluation against current section. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 09 Jun, 2015 1 commit
-
-
Jean-Paul Saman authored
-
- 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 11 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
-
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
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 10 Mar, 2015 1 commit
-
-
Daniel Kamil Kozar authored
dvbinfo now checks whether the libdvbpsi decode functions could properly decode a descriptor before actually passing it to the dump function. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-