Skip to content
Snippets Groups Projects
  1. May 21, 2011
  2. May 19, 2011
    • Diego Biurrun's avatar
      Clean up #includes in cmdutils.h. · ea91e771
      Diego Biurrun authored
      inttypes.h is not necessary, just stdint.h is enough.
      Unconditionally #include avfilter.h in cmdutils.h.  It is an installed
      header with no non-standard external dependencies, so it is safe.
      ea91e771
  3. May 10, 2011
    • Stefano Sabatini's avatar
      cmdutils: remove list_fmts(), simplify · 5d2c6f42
      Stefano Sabatini authored
      
      The function was only used in opt_sample_fmt() for listing the sample
      formats. Move list_fmts() functionality directly into
      opt_sample_fmt().
      
      Also fix the warning:
      ffmpeg.c: In function ‘opt_audio_sample_fmt’:
      ffmpeg.c:2877: warning: passing argument 1 of ‘list_fmts’ from incompatible pointer type
      cmdutils.h:163: note: expected ‘void (*)(char *, int,  int)’ but argument is of type ‘char * (*)(char *, int,  enum AVSampleFormat)’
      
      Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
      5d2c6f42
  4. May 03, 2011
  5. Mar 26, 2011
    • Stefano Sabatini's avatar
      cmdutils: remove list_fmts(), simplify · 0c55c6d3
      Stefano Sabatini authored
      The function was only used in opt_sample_fmt() for listing the sample
      formats. Move list_fmts() functionality directly into
      opt_sample_fmt().
      
      Als fix the warning:
      ffmpeg.c: In function ‘opt_audio_sample_fmt’:
      ffmpeg.c:2877: warning: passing argument 1 of ‘list_fmts’ from incompatible pointer type
      cmdutils.h:163: note: expected ‘void (*)(char *, int,  int)’ but argument is of type ‘char * (*)(char *, int,  enum AVSampleFormat)’
      0c55c6d3
  6. Mar 19, 2011
  7. Mar 08, 2011
  8. Feb 07, 2011
  9. Jan 26, 2011
  10. Jan 24, 2011
  11. Nov 04, 2010
  12. Oct 18, 2010
  13. Oct 12, 2010
  14. Oct 02, 2010
  15. Sep 29, 2010
  16. Sep 28, 2010
  17. Sep 20, 2010
  18. Jul 02, 2010
  19. Jun 30, 2010
  20. May 07, 2010
  21. Apr 01, 2010
  22. Mar 30, 2010
  23. 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
  24. Dec 21, 2009
  25. Dec 12, 2009
  26. Nov 19, 2009
  27. Jun 16, 2009
  28. Jun 06, 2009
  29. Mar 18, 2009
  30. Mar 03, 2009
  31. Feb 19, 2009
  32. Jan 18, 2009
  33. Oct 04, 2008
  34. Sep 28, 2008
  35. May 29, 2008
  36. May 27, 2008
Loading