Skip to content
Snippets Groups Projects
  1. Oct 12, 2011
  2. Oct 11, 2011
  3. Sep 26, 2011
  4. Sep 11, 2011
  5. Sep 05, 2011
  6. Sep 04, 2011
  7. Aug 12, 2011
  8. Jul 28, 2011
  9. Jul 13, 2011
  10. Jun 30, 2011
  11. Jun 19, 2011
  12. 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
  13. Jun 05, 2011
  14. Jun 03, 2011
    • Carl Eugen Hoyos's avatar
      cmdutils: move "#undef main" from ffplay.c to cmdutils.h · 25c32d08
      Carl Eugen Hoyos authored
      On Windows/MinGW the SDL cflags re-define the main() function, which
      results in a linking error if the define is not undeffed.
      
      Since the addition of the SDL output device, SDL cflags are used also
      for compiling ffmpeg and ffprobe, so we need to move this trick from
      ffplay.c to a common header.
      
      Fix trac issue #256.
      25c32d08
  15. May 28, 2011
  16. May 21, 2011
  17. 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
  18. 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
  19. May 03, 2011
  20. 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
  21. Mar 19, 2011
  22. Mar 08, 2011
  23. Feb 07, 2011
  24. Jan 26, 2011
  25. Jan 24, 2011
  26. Nov 04, 2010
  27. Oct 18, 2010
Loading