1. 03 Jan, 2013 1 commit
  2. 01 Jan, 2013 1 commit
  3. 20 Dec, 2012 1 commit
  4. 19 Dec, 2012 1 commit
  5. 18 Dec, 2012 3 commits
    • Anton Khirnov's avatar
      cmdutils: don't log an error in opt_default(). · 0ec1642b
      Anton Khirnov authored
      It results in spurious errors when using the new preparser.
      0ec1642b
    • 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
      cmdutils: split parse_option(). · a01c02bc
      Anton Khirnov authored
      Separate the code that searches for the option to use and the code that
      actually writes it. The writing code will be reused by the new options
      parser.
      a01c02bc
  6. 16 Dec, 2012 1 commit
  7. 04 Dec, 2012 1 commit
  8. 29 Nov, 2012 1 commit
  9. 23 Nov, 2012 1 commit
  10. 17 Nov, 2012 1 commit
  11. 16 Nov, 2012 1 commit
  12. 13 Nov, 2012 1 commit
  13. 09 Nov, 2012 1 commit
  14. 04 Nov, 2012 2 commits
  15. 01 Nov, 2012 1 commit
  16. 29 Oct, 2012 2 commits
  17. 24 Oct, 2012 2 commits
  18. 23 Oct, 2012 1 commit
  19. 22 Oct, 2012 1 commit
  20. 17 Oct, 2012 2 commits
  21. 12 Oct, 2012 1 commit
  22. 09 Oct, 2012 1 commit
  23. 08 Oct, 2012 1 commit
  24. 01 Oct, 2012 1 commit
  25. 23 Sep, 2012 1 commit
  26. 19 Sep, 2012 1 commit
  27. 15 Sep, 2012 2 commits
  28. 30 Aug, 2012 2 commits
  29. 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
  30. 25 Aug, 2012 1 commit
  31. 24 Aug, 2012 1 commit
  32. 19 Aug, 2012 1 commit