- 30 Oct, 2013 7 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.
-
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.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 23 Oct, 2013 1 commit
-
-
Brad Bitterman authored
Various bugs were fixed that made ATSC tables not work optimally if at all.
-
- 04 Oct, 2013 1 commit
-
-
Jean-Paul Saman authored
-
- 02 Oct, 2013 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Steinar H. Gunderson authored
The documentation states that both 0x42 (this transponder) and 0x46 (other transponder) tables are accepted, but the check is hard-coded against 0x42. Make it accept both, in the style of the other decoders. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 27 Aug, 2013 1 commit
-
-
Jean-Paul Saman authored
MSG_CMSG_CLOEXEC is a flag for recvmsg and not recv. Thus rewrite {udp,tcp}_open to create sockets with SOCK_CLOEXEC. If SOCK_CLOEXEC is not available, FD_CLOEXEC is set instead.
-
- 13 May, 2013 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 06 May, 2013 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The function dvbpsi_CheckPSISection() correctly checked the TOT table, but not the TDT table. This patch corrects this ommission.
-
- 26 Apr, 2013 1 commit
-
-
Jean-Paul Saman authored
-
- 23 Apr, 2013 5 commits
-
-
Jean-Paul Saman authored
examples/dvbinfo/udp.c: Some OS-es do not support SOL_IP and SOL_IPV6, so provide alternatives for them.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Use explicite parenthesis around ? : constructions.
-
- 22 Apr, 2013 6 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Francois Cartegnie authored
-
- 20 Mar, 2013 8 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
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-