1. 05 Sep, 2016 4 commits
  2. 04 Sep, 2016 4 commits
  3. 03 Sep, 2016 1 commit
  4. 31 Aug, 2016 3 commits
  5. 30 Aug, 2016 8 commits
  6. 29 Aug, 2016 5 commits
  7. 26 Aug, 2016 9 commits
  8. 24 Aug, 2016 1 commit
  9. 23 Aug, 2016 2 commits
  10. 18 Aug, 2016 3 commits
    • Anton Khirnov's avatar
      mss12: validate display dimensions · 6755eb5b
      Anton Khirnov authored
      The code currently reads the coded dimensions from the extradata, but
      expects the display dimensions to be set by the caller, and does not
      check that they are compatible (i.e. that the displayed size is smaller
      than the coded size).
      
      Make sure that when the display dimensions are set, they are also valid.
      Fixes possible invalid memory access.
      
      CC: libav-stable@libav.org
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      6755eb5b
    • Anton Khirnov's avatar
      vc1: check that slices have a positive height · 33f10546
      Anton Khirnov authored
      Fixes possible invalid reads.
      
      CC: libav-stable@libav.org
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      33f10546
    • Anton Khirnov's avatar
      pcx: use the bytestream2 API for reading from input · 09b23786
      Anton Khirnov authored
      Fixes possible invalid reads.
      
      CC: libav-stable@libav.org
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      09b23786