Skip to content
Snippets Groups Projects
  1. Feb 19, 2012
  2. Jan 25, 2012
  3. Jan 18, 2012
  4. Jan 07, 2012
  5. Dec 25, 2011
  6. Dec 20, 2011
  7. Dec 10, 2011
  8. Dec 05, 2011
  9. Nov 27, 2011
  10. Oct 31, 2011
  11. Oct 14, 2011
  12. Oct 12, 2011
  13. Oct 11, 2011
  14. Sep 26, 2011
  15. Sep 11, 2011
  16. Sep 05, 2011
  17. Sep 04, 2011
  18. Aug 12, 2011
  19. Jul 28, 2011
  20. Jul 13, 2011
  21. Jun 30, 2011
  22. Jun 19, 2011
  23. 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
  24. Jun 05, 2011
  25. 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
  26. May 28, 2011
    • Stefano Sabatini's avatar
      cmdutils: remove OPT_FUNC2 · eb8bc572
      Stefano Sabatini authored
      Make ff* tools only accept opt_* functions taking two arguments.
      
      The distinction between functions with one and two arguments is quite
      pointless. Simplify parse_options() code.
      eb8bc572
Loading