Skip to content
Snippets Groups Projects
  1. Jul 02, 2015
  2. Apr 19, 2015
  3. Mar 20, 2015
  4. Jan 04, 2015
  5. Dec 18, 2014
  6. Oct 17, 2014
  7. Sep 16, 2014
  8. Aug 15, 2014
  9. Aug 13, 2014
  10. Mar 13, 2014
  11. Jan 05, 2014
  12. Nov 23, 2013
  13. Oct 22, 2013
  14. Aug 08, 2013
  15. Jul 07, 2013
    • 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
  16. May 24, 2013
  17. May 15, 2013
  18. Apr 16, 2013
  19. Apr 11, 2013
  20. Mar 08, 2013
  21. Mar 07, 2013
  22. Feb 28, 2013
  23. Feb 25, 2013
  24. Feb 23, 2013
  25. Feb 15, 2013
  26. Feb 06, 2013
  27. Jan 03, 2013
  28. Dec 19, 2012
  29. 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
Loading