- 22 Oct, 2012 1 commit
-
-
Jean-Paul Saman authored
Repack DVBPSI_DECODER_COMMON to be byte aligned and add some checks to do clever casting. The TOT and SIS table structure definition need to be packed explicitly for use on ARM and MIPS platforms.
-
- 18 Oct, 2012 4 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Remove empty remark.
-
Martin Jackson authored
In addition, my compiler complains about some non-sensical byte overflow checks, which break my build (with -Werror enabled): Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Martin Jackson authored
It seems that there was a bug introduced in renaming message dvbpsi_message in dvbpsi_private.h. This is masked (in my environment at least) by the configure script concluding that variadic macros are not supported (i.e. ac_cv_cpp_variadic_macros=no) if -Werror is included in the C flags, as the fragment in configure.ac used to determine this generates a warning and thus failure. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 16 Oct, 2012 1 commit
-
-
Jean-Paul Saman authored
-
- 10 Oct, 2012 1 commit
-
-
Jean-Paul Saman authored
-
- 08 Oct, 2012 1 commit
-
-
Jean-Paul Saman authored
-
- 24 Sep, 2012 7 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Some distros (Ubuntu lucid) have slightly different glibc headers and require sys/types.h to be included explicitly.
-
Jean-Paul Saman authored
This struct was defined in two descriptors.
-
Jean-Paul Saman authored
Found better solution. This reverts commit 3b68bd17.
-
- 18 Sep, 2012 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 17 Sep, 2012 5 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Make sure these definitions do not interact with each other.
-
- 14 Sep, 2012 1 commit
-
-
Jean-Paul Saman authored
-
- 06 Sep, 2012 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
- 04 Sep, 2012 1 commit
-
-
Jean-Paul Saman authored
When p->i_number == p_section->i_number AND p_prev == NULL, then the function will crash with a segmentation fault. In this case the first element in the linked list is going to be replaced. The pointer p_prev does not point to a valid sections, since p is the first element in the list. To solve this case it needs to be treated seperate.
-
- 31 Aug, 2012 7 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Roberto Corno authored
Added dr_4f.{c,h} to src/descriptors/dr.h and src/Makefile.am. Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Paul Saman authored
Various fixes: - add boundary check for p_decoded->i_references - fix comments
-
Roberto Corno authored
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
- 22 Aug, 2012 6 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Duplicating p_descriptor->p_decoded which has just been newly create is wrong. The pointer is empty. What should have been done is duplicating the pointer p_decoded which is passed to the generator function for the descriptor.
-
Jean-Paul Saman authored
-