1. 13 Feb, 2016 1 commit
  2. 08 Aug, 2015 2 commits
  3. 19 Jul, 2015 1 commit
  4. 03 May, 2015 1 commit
  5. 25 Oct, 2014 1 commit
  6. 28 May, 2014 1 commit
  7. 17 May, 2014 1 commit
  8. 07 May, 2014 1 commit
  9. 27 Mar, 2014 1 commit
  10. 29 Dec, 2013 1 commit
  11. 09 Dec, 2013 1 commit
  12. 26 Nov, 2013 1 commit
  13. 19 Nov, 2013 1 commit
  14. 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
  15. 27 Oct, 2013 1 commit
  16. 22 Oct, 2013 1 commit
  17. 19 Oct, 2013 1 commit
  18. 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
  19. 11 Apr, 2013 3 commits
  20. 31 Mar, 2013 1 commit
  21. 08 Mar, 2013 2 commits
  22. 24 Feb, 2013 1 commit
  23. 23 Feb, 2013 1 commit
  24. 11 Jan, 2013 1 commit
  25. 19 Dec, 2012 1 commit
  26. 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
  27. 04 Nov, 2012 1 commit
  28. 01 Nov, 2012 1 commit
  29. 31 Oct, 2012 1 commit
  30. 08 Oct, 2012 1 commit
  31. 06 Oct, 2012 1 commit
  32. 01 Oct, 2012 1 commit
  33. 30 Aug, 2012 1 commit
  34. 28 Aug, 2012 1 commit
    • Nicolas George's avatar
      cmdutils: add -layouts option. · 786dadc0
      Nicolas George authored
      Extract of the output:
      
      | Individual channels:
      | NAME        DESCRIPTION
      | FL          front left
      | FR          front right
      | <snip>
      | SDR         surround direct right
      |
      | Standard channel layouts:
      | NAME        DECOMPOSITION
      | mono        FC
      | stereo      FL+FR
      | <snip>
      | octagonal   FL+FR+FC+BL+BR+BC+SL+SR
      | downmix     DL+DR
      786dadc0
  35. 19 Aug, 2012 1 commit