Skip to content
Snippets Groups Projects
  1. Apr 20, 2015
  2. Apr 03, 2015
  3. Feb 26, 2015
  4. Feb 04, 2015
  5. Jan 25, 2015
  6. Dec 28, 2014
  7. Nov 30, 2014
    • Christophe Gisquet's avatar
      ffmpeg: take bsf arguments from the command line · 4c592c39
      Christophe Gisquet authored
      
      The format is now:
      -bsf:X filter1[=opt1=str1/opt2=str2],filter2
      ie the parameters are appended after the filter name using '='. As ','
      has been reserved already for the list of filters, '/' is just an
      example of token separation for now, but that could become part of the
      API to avoid each bsf using its own tokenization.
      
      The proper solution would be using AVOption, but this is overkill for now.
      
      Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
      4c592c39
  8. Nov 24, 2014
  9. Nov 19, 2014
  10. Oct 06, 2014
  11. Sep 01, 2014
  12. Aug 15, 2014
  13. Aug 09, 2014
  14. Aug 04, 2014
  15. Jun 07, 2014
  16. Jun 01, 2014
  17. May 26, 2014
  18. May 21, 2014
  19. May 19, 2014
  20. 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
  21. Feb 18, 2014
  22. Jan 17, 2014
  23. Nov 16, 2013
  24. Nov 09, 2013
  25. Oct 07, 2013
  26. May 08, 2013
  27. Apr 09, 2013
  28. Mar 23, 2013
  29. Mar 10, 2013
  30. Feb 27, 2013
  31. Feb 25, 2013
  32. Feb 24, 2013
  33. Jan 27, 2013
  34. Jan 26, 2013
  35. Dec 12, 2012
  36. Nov 26, 2012
  37. Oct 26, 2012
  38. Oct 16, 2012
  39. Sep 27, 2012
Loading