1. 27 3月, 2012 4 次提交
    • A
      mpegts: Fix dead error checks · c9024a9f
      Alex Converse 提交于
      c9024a9f
    • M
      vc1: Do not read from array if index is invalid. · 95b192de
      Mashiat Sarker Shakkhar 提交于
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      Signed-off-by: NRonald S. Bultje <rsbultje@gmail.com>
      95b192de
    • R
      targa: convert to bytestream2. · 2ad40554
      Ronald S. Bultje 提交于
      Also remove some write-only variables or write-only variable
      assignments, remove internal colorspace conversion to native
      endianness (that can be done by swscale much more efficiently),
      and some cosmetics.
      2ad40554
    • R
      rv34: set mb_num_left to 0 after finishing a frame · 5484170a
      Ronald S. Bultje 提交于
      Prevents running error resilience on a previous frame which will write
      to the pic->mb_type[] array of the previous image. The array might
      already be re-used for a new image in a subsequent thread, thus cause
      two threads to write to the same pic->mb_type[] array, causing a race
      condition which can crash in rv34_decode_cbp(), called by
      rv34_decode_inter_mb_header() (which accesses mb_type[] twice,
      assuming values are maintained, which the race condition breaks).
      
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      5484170a
  2. 26 3月, 2012 17 次提交
  3. 25 3月, 2012 17 次提交
  4. 24 3月, 2012 2 次提交