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