1. 22 3月, 2015 12 次提交
  2. 21 3月, 2015 2 次提交
    • J
      deps-libff: Fix other multithreaded image decoders · aa8363bb
      John Bradley 提交于
      In the same manner that PNG doesn't appear to work properly
      with multiple threads, TIFF, JPEG2000 and WEBP also appears
      to not render correctly (use of FFmpeg's ff_thread_* routines)
      if decode is called before the automatic thread detection
      has returned a suggested thread count for the decoder.
      aa8363bb
    • J
      deps-libff: Fix memory leak in ff_demuxer_reset · c78fa63b
      John Bradley 提交于
      The reset method unnecessarily malloced a packet passed into
      the packet buffer which does a dereferencing copy.
      c78fa63b
  3. 20 3月, 2015 24 次提交
  4. 19 3月, 2015 2 次提交