1. 23 Mar, 2017 14 commits
  2. 22 Mar, 2017 2 commits
  3. 21 Mar, 2017 6 commits
  4. 20 Mar, 2017 10 commits
  5. 16 Mar, 2017 1 commit
  6. 15 Mar, 2017 2 commits
  7. 14 Mar, 2017 4 commits
  8. 12 Mar, 2017 1 commit
    • Anton Khirnov's avatar
      h264_cavlc: check the value of run_before · 522d850e
      Anton Khirnov authored
      Section 9.2.3.2 of the spec implies that run_before must not be larger
      than zeros_left.
      
      Fixes invalid reads with corrupted files.
      
      CC: libav-stable@libav.org
      Bug-Id: 1000
      Found-By: Kamil Frankowicz
      522d850e