1. 18 Nov, 2012 1 commit
  2. 14 Nov, 2012 2 commits
    • Jean-Paul Saman's avatar
      Doxygen updates · b5ed56e4
      Jean-Paul Saman authored
      Fixes in documentation for:
       src/descriptors/dr_4b.h   document dvbpsi_nvod_ref_s
       src/descriptors/dr_76.h   document CRID_* defines
       src/tables/atsc_eit.h     document all arguments of dvbpsi_atsc_NewEIT()
       src/tables/atsc_ett.h     document all arguments of dvbpsi_atsc_NewETT()
       src/tables/atsc_stt.h     document missing arguments of dvbpsi_atsc_DetachSTT()
       src/tables/atsc_vct.h     document fix for functions dvbpsi_atsc_InitVCT() and dvbpsi_atsc_NewVCT()
       src/tables/bat.h          document arguments of dvbpsi_bat_ts_add()
       src/table/eit.h           document arguments of dvbpsi_eit_init()
       src/tables/sdt.h          remove unused argument from function dvbpsi_sdt_init()
       src/tables/tot.h          remove unused argument from function dvbpsi_tot_init()
      b5ed56e4
    • Jean-Paul Saman's avatar
      Doxygen updates. · e3451586
      Jean-Paul Saman authored
      e3451586
  3. 08 Nov, 2012 1 commit
  4. 31 Oct, 2012 6 commits
  5. 25 Oct, 2012 1 commit
  6. 22 Oct, 2012 2 commits
  7. 18 Oct, 2012 4 commits
  8. 16 Oct, 2012 1 commit
  9. 10 Oct, 2012 1 commit
  10. 08 Oct, 2012 1 commit
  11. 24 Sep, 2012 7 commits
  12. 18 Sep, 2012 2 commits
  13. 17 Sep, 2012 5 commits
  14. 14 Sep, 2012 1 commit
  15. 06 Sep, 2012 3 commits
  16. 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
  17. 31 Aug, 2012 1 commit