1. 19 Jul, 2009 1 commit
  2. 18 Jul, 2009 17 commits
  3. 17 Jul, 2009 20 commits
  4. 16 Jul, 2009 2 commits
    • Laurent Aimar's avatar
      Allowed non pace controled access_demux to not implement the pf_demux callback. · 0151e40d
      Laurent Aimar authored
       It allows to decrease the number of input thread wakeup and to
      improve its reactiveness at user commands in case of data starvation.
      0151e40d
    • Laurent Aimar's avatar
      Let the input bufferize more data when possible. · 2f9d9766
      Laurent Aimar authored
       The input will try to read 20% faster the source until a certain amount
      of data is buffered by the fifo of the decoders (for now 10Mbytes or
      500kbytes when OPTIMIZE_MEMORY is defined for the sum of all fifos).
       This buffering adds up to pts_delay without any additional delay but can
      only work when VLC controls the source pace.
      
       It has a drawback with the current way the meta data works: they are seen
      too soon.
      2f9d9766