- 04 Feb, 2014 22 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Use helper functions: - dvbpsi_CanDecodeAsDescriptor() - dvbpsi_IsDescripterDecoded()
-
Jean-Paul Saman authored
Fix weird indentation introduced by commit: 9afd8b97103181a8d68699d368cac9ad27ad6c5c The preferred coding style is: - 4 spaces indentation (no tabs) - indent '{' and '}' on the same column as the 'if', eg: if (...) { } - function declarations always start in the first column
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
-
Yonathan Yusim authored
Signed-off-by: Yonathan Yusim <yonathan@boxee.tv> Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
Michael Krufky authored
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
-
- 27 Jan, 2014 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Dump packet nr, PID and CC to stdout.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 15 Jan, 2014 1 commit
-
-
Rafaël Carré authored
-
- 05 Nov, 2013 11 commits
-
-
Jean-Paul Saman authored
Merge back changes make on branch/1.1.0-bugfix and that where not applied yet to the master branch. Conflicts: NEWS bootstrap src/descriptors/dr_54.h
-
Jean-Paul Saman authored
(cherry picked from commit b0e9500a) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org> Conflicts: NEWS
-
Jean-Paul Saman authored
Cleanup dvbpsi_*_Gather*Sections() function to not call dvbpsi_DeleteSections() twice. The function dvbpsi_decoder_reset() already does that, so there is no need to do it inside the gather functions when dvbpsi_ReInit*() is called. (cherry picked from commit c1d884e6) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
Some streams generate invalid program entries in the first PAT. Ignore these programs and the PAT they are in and reset the PAT decoder. This way the next PAT (even when the version number has not been incremented) will be handled by libdvbpsi library. (cherry picked from commit c1e330b7) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
(cherry picked from commit ccf3167d) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
(cherry picked from commit cd1ca59f) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
(cherry picked from commit d55efb20) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org> Conflicts: NEWS
-
Brad Bitterman authored
Various bugs were fixed that made ATSC tables not work optimally if at all. (cherry picked from commit efa69cd2) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
(cherry picked from commit 00af91a2) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 30 Oct, 2013 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Cleanup dvbpsi_*_Gather*Sections() function to not call dvbpsi_DeleteSections() twice. The function dvbpsi_decoder_reset() already does that, so there is no need to do it inside the gather functions when dvbpsi_ReInit*() is called.
-