Skip to content
Snippets Groups Projects
  1. Jul 22, 2010
  2. Jul 21, 2010
    • Stefano Sabatini's avatar
      Add libavcore. · aac6ca69
      Stefano Sabatini authored
      The new library is meant to contain the core multimedia utilities for
      FFmpeg, to make them shareable between more libav* libraries.
      
      See thread:
      Subject: [FFmpeg-devel] [RFC] New library for shared non-generic libav* utils
      Date: Fri, 9 Jul 2010 01:07:40 +0200
      
      Originally committed as revision 24393 to svn://svn.ffmpeg.org/ffmpeg/trunk
      aac6ca69
  3. Jun 09, 2010
  4. 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
  5. May 09, 2010
  6. May 05, 2010
  7. Apr 16, 2010
  8. Apr 01, 2010
  9. Mar 30, 2010
  10. Mar 26, 2010
  11. Mar 17, 2010
  12. Mar 07, 2010
  13. Mar 06, 2010
  14. Feb 22, 2010
  15. Feb 18, 2010
  16. Feb 10, 2010
  17. Feb 09, 2010
  18. Feb 07, 2010
  19. Jan 27, 2010
  20. Jan 25, 2010
  21. 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
  22. Jan 01, 2010
  23. Dec 28, 2009
  24. Dec 21, 2009
  25. Dec 14, 2009
  26. Dec 12, 2009
  27. Nov 21, 2009
  28. Nov 19, 2009
  29. Nov 18, 2009
  30. Sep 22, 2009
Loading