1. 25 May, 2011 10 commits
  2. 24 May, 2011 22 commits
  3. 23 May, 2011 7 commits
  4. 22 May, 2011 1 commit
    • Martin Storsjö's avatar
      ffmpeg: Don't trigger url_interrupt_cb on the first signal · a1217548
      Martin Storsjö authored
      Currently, the url_interrupt_cb callback will abort all IO
      after the first received signal. This makes the output files
      from e.g. the mov muxer to be unreadable if the transcode is
      aborted with ctrl+c.
      
      After this patch, the first signal cleanly breaks out of
      the transcoding loop, but won't forcibly abort all IO.
      After the second signal is received, the url_interrupt_cb
      callback will abort all IO.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      a1217548