1. 03 Dec, 2014 1 commit
  2. 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
  3. 27 Nov, 2014 1 commit
  4. 19 Nov, 2014 6 commits
  5. 17 Nov, 2014 1 commit
  6. 22 Oct, 2014 1 commit
  7. 14 Oct, 2014 1 commit
  8. 22 Sep, 2014 1 commit
  9. 11 Sep, 2014 1 commit
  10. 07 Sep, 2014 1 commit
  11. 01 Sep, 2014 2 commits
  12. 28 Aug, 2014 1 commit
  13. 15 Aug, 2014 3 commits
  14. 04 Aug, 2014 1 commit
  15. 15 Jul, 2014 1 commit
  16. 14 Jul, 2014 1 commit
  17. 12 Jul, 2014 1 commit
  18. 09 Jul, 2014 1 commit
  19. 02 Jul, 2014 1 commit
  20. 27 Jun, 2014 1 commit
    • Sergey's avatar
      ffmpeg: fix deadlock regression in threading error handing · 6d2df3c0
      Sergey authored
      Commit fc9c857c introduced deadlock regression when processing too many inputs:
        ffmpeg $(seq -f " -f lavfi -i aevalsrc=0:d=%.0f" 70) -vf concat=n=70:v=0:a=1 -f null -
      Happens for different number of inputs, depending on available memory size,
      overcommit settings, ulimits, etc. Easily noticeable for 32-bit builds,
      that exhaust address space allocating 8-10 MB stack for each thread.
      Earlier ffmpeg versions exited with unhelpful "Conversion failed!" message.
      
      This patch fixes both problems: it frees the queue to prevent deadlock
      and adds a meaningful error message if pthread_create() fails.
      Reviewed-by: 's avatarNicolas George <george@nsup.org>
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      6d2df3c0
  21. 22 Jun, 2014 2 commits
  22. 21 Jun, 2014 1 commit
  23. 14 Jun, 2014 2 commits
  24. 13 Jun, 2014 1 commit
  25. 05 Jun, 2014 1 commit
  26. 03 Jun, 2014 5 commits