Skip to content
Snippets Groups Projects
  1. Jun 09, 2010
  2. May 22, 2010
    • Ramiro Polla's avatar
      Open 2-pass logfile in binary mode for both reading and writing. · c56e9e05
      Ramiro Polla authored
      This fixes a regression on Windows introduced by r22769 in which the data read
      from the file was not properly zero terminated. The file was read as text,
      which caused the \r characters to be suppressed. Since the zero termination
      happens at the end of the buffer, and there was one byte less read per line,
      this caused the remaining space on the buffer to contain random data.
      
      Originally committed as revision 23251 to svn://svn.ffmpeg.org/ffmpeg/trunk
      c56e9e05
  3. May 09, 2010
  4. May 05, 2010
  5. Apr 16, 2010
  6. Apr 01, 2010
  7. Mar 30, 2010
  8. Mar 26, 2010
  9. Mar 17, 2010
  10. Mar 07, 2010
  11. Mar 06, 2010
  12. Feb 22, 2010
  13. Feb 18, 2010
  14. Feb 10, 2010
  15. Feb 09, 2010
  16. Feb 07, 2010
  17. Jan 27, 2010
  18. Jan 25, 2010
  19. Jan 20, 2010
    • Måns Rullgård's avatar
      Add -timelimit option · ffcc6e24
      Måns Rullgård authored
      This option limits the CPU time used by ffmpeg to the number of seconds
      specified.  After this time, the OS sends a SIGXCPU signal, which we
      handle and attempt to exit cleanly.  If the process is stuck, the OS
      will deliver a SIGKILL one second later, forcibly terminating the
      process.
      
      This functionality is useful in automated setups where a runaway ffmpeg
      process would otherwise go undetected.
      
      Originally committed as revision 21347 to svn://svn.ffmpeg.org/ffmpeg/trunk
      ffcc6e24
  20. Jan 01, 2010
  21. Dec 28, 2009
  22. Dec 21, 2009
  23. Dec 14, 2009
  24. Dec 12, 2009
  25. Nov 21, 2009
  26. Nov 19, 2009
  27. Nov 18, 2009
  28. Sep 22, 2009
  29. Aug 09, 2009
  30. Aug 03, 2009
  31. Jun 27, 2009
  32. Jun 16, 2009
Loading