Skip to content
Snippets Groups Projects
  1. Sep 11, 2011
  2. Sep 05, 2011
  3. Sep 04, 2011
  4. Aug 12, 2011
  5. Jul 28, 2011
  6. Jul 13, 2011
  7. Jun 16, 2011
    • Anton Khirnov's avatar
      cmdutils: add opt_default2(). · 9ba38229
      Anton Khirnov authored
      It stores options in a dictionary to be passed to new open calls.
      
      It will replace opt_default once all the pieces are in place.
      9ba38229
  8. May 28, 2011
  9. May 21, 2011
  10. 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
  11. 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
  12. May 03, 2011
  13. Mar 19, 2011
  14. Jan 24, 2011
  15. Nov 04, 2010
  16. Oct 18, 2010
  17. Oct 12, 2010
  18. Oct 02, 2010
  19. Sep 29, 2010
  20. Sep 28, 2010
  21. Sep 20, 2010
  22. Jul 02, 2010
  23. Jun 30, 2010
  24. May 07, 2010
  25. Apr 01, 2010
  26. Mar 30, 2010
  27. 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
  28. Dec 21, 2009
Loading