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