1. 20 May, 2010 1 commit
  2. 19 May, 2010 11 commits
  3. 18 May, 2010 15 commits
  4. 17 May, 2010 12 commits
  5. 16 May, 2010 1 commit
    • Ilkka Ollakka's avatar
      avcodec: blacklist some codecs for multithreading · 015b33bc
      Ilkka Ollakka authored
      libavcodec doesn't allow multiple threads on some codecs, so blacklist them
      to have only 1. Not sure if it would be easier just to revert few commits to
      default whole to 1 thread.
      
      I did't spot any other codecs that would exit if thread_count > 1 in libavcodec.
      
      Fix #3613
      015b33bc