1. 18 Oct, 2012 1 commit
    • Martin Jackson's avatar
      src/dvbpsi_private.h: use correct message function. · acf63248
      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: default avatarJean-Paul Saman <jpsaman@videolan.org>
      acf63248
  2. 16 Oct, 2012 1 commit
  3. 10 Oct, 2012 1 commit
  4. 08 Oct, 2012 1 commit
  5. 24 Sep, 2012 7 commits
  6. 18 Sep, 2012 2 commits
  7. 17 Sep, 2012 5 commits
  8. 14 Sep, 2012 1 commit
  9. 06 Sep, 2012 3 commits
  10. 04 Sep, 2012 1 commit
    • Jean-Paul Saman's avatar
      src/dvbpsi.c: fix segmentation fault in dvbpsi_decoder_psi_section_add() · 9ae00f93
      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.
      9ae00f93
  11. 31 Aug, 2012 7 commits
  12. 22 Aug, 2012 9 commits
  13. 20 Aug, 2012 1 commit