1. 27 Mar, 2014 1 commit
  2. 29 Dec, 2013 1 commit
  3. 09 Dec, 2013 1 commit
  4. 26 Nov, 2013 1 commit
  5. 19 Nov, 2013 1 commit
  6. 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
  7. 27 Oct, 2013 1 commit
  8. 22 Oct, 2013 1 commit
  9. 19 Oct, 2013 1 commit
  10. 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
  11. 11 Apr, 2013 3 commits
  12. 31 Mar, 2013 1 commit
  13. 08 Mar, 2013 2 commits
  14. 24 Feb, 2013 1 commit
  15. 23 Feb, 2013 1 commit
  16. 11 Jan, 2013 1 commit
  17. 19 Dec, 2012 1 commit
  18. 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
  19. 04 Nov, 2012 1 commit
  20. 01 Nov, 2012 1 commit
  21. 31 Oct, 2012 1 commit
  22. 08 Oct, 2012 1 commit
  23. 06 Oct, 2012 1 commit
  24. 01 Oct, 2012 1 commit
  25. 30 Aug, 2012 1 commit
  26. 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
  27. 19 Aug, 2012 5 commits
  28. 18 Aug, 2012 1 commit
  29. 07 Aug, 2012 1 commit
  30. 03 Jul, 2012 1 commit
  31. 30 Jun, 2012 1 commit
  32. 05 Jun, 2012 1 commit