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