Skip to content
Snippets Groups Projects
  1. Feb 20, 2014
    • Nicolas George's avatar
      ffmpeg: make reading packets from thread blocking. · 299a5687
      Nicolas George authored
      If a packet is not ready on the input selected by ffmpeg,
      it will read from another input instead. If that happens
      repeatedly, frames will accumulate somewhere later in the
      processing to ensure streams synchronization. It can happen
      in particular when reading from a slow medium or an
      expensive lavfi filter graph.
      
      Make reading from normal demuxers on non-streamed data and
      from the lavfi pseudo-device blocking to avoid that.
      
      Should fix trac ticket #3079.
      299a5687
  2. Feb 18, 2014
  3. Jan 17, 2014
  4. Nov 16, 2013
  5. Nov 09, 2013
  6. Oct 07, 2013
  7. May 08, 2013
  8. Apr 09, 2013
  9. Mar 23, 2013
  10. Mar 10, 2013
  11. Feb 27, 2013
  12. Feb 25, 2013
  13. Feb 24, 2013
  14. Jan 27, 2013
  15. Jan 26, 2013
  16. Dec 12, 2012
  17. Nov 26, 2012
  18. Oct 26, 2012
  19. Oct 16, 2012
  20. Sep 27, 2012
  21. Sep 15, 2012
  22. Aug 14, 2012
Loading