1. 19 May, 2010 11 commits
  2. 18 May, 2010 15 commits
  3. 17 May, 2010 12 commits
  4. 16 May, 2010 2 commits
    • 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
    • Ilkka Ollakka's avatar
      lua apple_iphone: strip " - .*" from title and change options · 6db40aa9
      Ilkka Ollakka authored
      add demux=avformat and play-and-pause, remove play-and-stop as it's
      playlist-option not item. demux=avformat seems to help littlebit on
      constant seeking (we don't want to dos as http-access closes and starts
      new connection on seek currently ).
      6db40aa9