1. 04 Oct, 2017 3 commits
  2. 12 Jul, 2017 3 commits
  3. 23 Jun, 2017 4 commits
  4. 22 Jun, 2017 1 commit
  5. 17 Feb, 2017 4 commits
  6. 16 Feb, 2017 1 commit
  7. 07 Feb, 2017 2 commits
    • Jean-Paul Saman's avatar
      EIT: remove no longer needed comment · fde118a1
      Jean-Paul Saman authored
      fde118a1
    • Francois Cartegnie's avatar
      fix EIT events dropping · 2ebeb11c
      Francois Cartegnie authored
      The EIT tables were output incomplete as the
      first sections were always dropped.
      
      (2 sections, last_section == 1)
      Ex: section 1
          section 0
          secton  1
      
      IsCompleteEIT is always true in first condition in that case.
      It is also always true if section is N/N.
      first_section > -1 && section_number == last_section because
      it has just been added.
      
      Doing the check before effectively adding the section
      allows a correct evaluation against current section.
      Signed-off-by: default avatarJean-Paul Saman <jpsaman@videolan.org>
      2ebeb11c
  8. 02 Nov, 2016 3 commits
  9. 12 Sep, 2016 2 commits
  10. 11 May, 2016 1 commit
  11. 10 May, 2016 1 commit
  12. 09 May, 2016 2 commits
  13. 22 Mar, 2016 2 commits
  14. 21 Mar, 2016 11 commits