1. 09 Oct, 2016 1 commit
  2. 08 Aug, 2016 1 commit
  3. 13 Feb, 2016 1 commit
  4. 08 Aug, 2015 2 commits
  5. 19 Jul, 2015 1 commit
  6. 03 May, 2015 1 commit
  7. 25 Oct, 2014 1 commit
  8. 28 May, 2014 1 commit
  9. 17 May, 2014 1 commit
  10. 07 May, 2014 1 commit
  11. 27 Mar, 2014 1 commit
  12. 29 Dec, 2013 1 commit
  13. 09 Dec, 2013 1 commit
  14. 26 Nov, 2013 1 commit
  15. 19 Nov, 2013 1 commit
  16. 28 Oct, 2013 1 commit
    • Stefano Sabatini's avatar
      cmdutils: fix expected signature for show_colors() function · 6baf9c44
      Stefano Sabatini authored
      Fix warning:
      In file included from ffprobe.c:2557:0:
      cmdutils_common_opts.h:17:5: warning: initialization from incompatible pointer type [enabled by default]
      cmdutils_common_opts.h:17:5: warning: (near initialization for ‘real_options[16].u.func_arg’) [enabled by default]
      
      Spotted-by: Paul B Mahol
      6baf9c44
  17. 27 Oct, 2013 1 commit
  18. 22 Oct, 2013 1 commit
  19. 19 Oct, 2013 1 commit
  20. 07 Jul, 2013 1 commit
    • Luca Barbato's avatar
      cmdutils: wrap exit explicitly · 636ced8e
      Luca Barbato authored
      Some C runtime implementations deadlock when calling threading functions
      on the atexit() handler.
      
      Use a simpler wrapper similar to av_log to call the cleanup function
      before exit.
      
      Bug-Id: 523
      636ced8e
  21. 11 Apr, 2013 3 commits
  22. 31 Mar, 2013 1 commit
  23. 08 Mar, 2013 2 commits
  24. 24 Feb, 2013 1 commit
  25. 23 Feb, 2013 1 commit
  26. 11 Jan, 2013 1 commit
  27. 19 Dec, 2012 1 commit
  28. 18 Dec, 2012 2 commits
    • Anton Khirnov's avatar
      cmdutils: add a commandline pre-parser. · 8c9af5b2
      Anton Khirnov authored
      It splits the commandline into a more convenient internal representation
      for further parsing.
      
      This will allow e.g.
      - processing global options first independently of their location on the
        commandline, eliminating ugly hacks for processing e.g. cpuflags
        first
      - better options validation and error reporting. It is now possible for
        the parser to know that it's applying an input option to an output
        file or vice versa and act accordingly.
      8c9af5b2
    • Anton Khirnov's avatar
      10bca661
  29. 04 Nov, 2012 1 commit
  30. 01 Nov, 2012 1 commit
  31. 31 Oct, 2012 1 commit
  32. 08 Oct, 2012 1 commit
  33. 06 Oct, 2012 1 commit
  34. 01 Oct, 2012 1 commit
  35. 30 Aug, 2012 1 commit