1. 07 Feb, 2017 2 commits
    • Jean-Paul Saman's avatar
      EIT: remove no longer needed comment · ec8ba5bd
      Jean-Paul Saman authored
      (cherry picked from commit fde118a1)
      ec8ba5bd
    • Francois Cartegnie's avatar
      fix EIT events dropping · 33becfcc
      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>
      33becfcc
  2. 09 Jun, 2015 1 commit
  3. 04 Jun, 2015 1 commit
  4. 30 May, 2015 8 commits
  5. 18 May, 2015 1 commit
  6. 26 Mar, 2015 3 commits
  7. 20 Mar, 2015 5 commits
  8. 18 Mar, 2015 3 commits
  9. 16 Mar, 2015 11 commits
  10. 10 Mar, 2015 1 commit
  11. 05 Mar, 2015 4 commits