Skip to content
Snippets Groups Projects
  1. Dec 20, 2012
  2. Dec 18, 2012
    • 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
  3. Dec 16, 2012
  4. Dec 04, 2012
  5. Nov 29, 2012
  6. Nov 23, 2012
  7. Nov 17, 2012
  8. Nov 16, 2012
  9. Nov 13, 2012
  10. Nov 09, 2012
  11. Nov 04, 2012
  12. Nov 01, 2012
  13. Oct 29, 2012
  14. Oct 24, 2012
  15. Oct 23, 2012
  16. Oct 22, 2012
  17. Oct 17, 2012
  18. Oct 12, 2012
  19. Oct 09, 2012
  20. Oct 08, 2012
  21. Oct 01, 2012
  22. Sep 23, 2012
  23. Sep 19, 2012
  24. Sep 15, 2012
  25. Aug 30, 2012
  26. Aug 28, 2012
    • 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. Aug 25, 2012
  28. Aug 24, 2012
  29. Aug 19, 2012
Loading