1. 30 Nov, 2014 1 commit
    • 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: 's avatarMichael Niedermayer <michaelni@gmx.at>
      4c592c39
  2. 24 Nov, 2014 1 commit
  3. 19 Nov, 2014 1 commit
  4. 06 Oct, 2014 1 commit
  5. 01 Sep, 2014 1 commit
  6. 15 Aug, 2014 1 commit
  7. 09 Aug, 2014 1 commit
  8. 04 Aug, 2014 1 commit
  9. 07 Jun, 2014 1 commit
  10. 01 Jun, 2014 1 commit
  11. 26 May, 2014 1 commit
  12. 21 May, 2014 1 commit
  13. 19 May, 2014 1 commit
  14. 20 Feb, 2014 1 commit
    • 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
  15. 18 Feb, 2014 1 commit
  16. 17 Jan, 2014 1 commit
  17. 16 Nov, 2013 1 commit
  18. 09 Nov, 2013 1 commit
  19. 07 Oct, 2013 1 commit
  20. 08 May, 2013 1 commit
  21. 09 Apr, 2013 1 commit
  22. 23 Mar, 2013 1 commit
  23. 10 Mar, 2013 2 commits
  24. 27 Feb, 2013 1 commit
  25. 25 Feb, 2013 1 commit
  26. 24 Feb, 2013 1 commit
  27. 27 Jan, 2013 1 commit
  28. 26 Jan, 2013 1 commit
  29. 12 Dec, 2012 1 commit
  30. 26 Nov, 2012 1 commit
  31. 26 Oct, 2012 1 commit
  32. 16 Oct, 2012 1 commit
  33. 27 Sep, 2012 1 commit
  34. 15 Sep, 2012 1 commit
  35. 14 Aug, 2012 1 commit