1. 30 Aug, 2012 2 commits
  2. 28 Aug, 2012 1 commit
    • 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
  3. 25 Aug, 2012 1 commit
  4. 24 Aug, 2012 1 commit
  5. 19 Aug, 2012 6 commits
  6. 18 Aug, 2012 1 commit
  7. 10 Aug, 2012 1 commit
  8. 07 Aug, 2012 1 commit
  9. 20 Jul, 2012 2 commits
  10. 19 Jul, 2012 1 commit
  11. 07 Jul, 2012 1 commit
    • Ronald S. Bultje's avatar
      cmutils: include shellapi.h on Win32 (for CommandLineToArgvW). · 66a29797
      Ronald S. Bultje authored
      This is required for CommandLineToArgvW. Normally, shellapi.h is included
      implicitly by windows.h, but if we define WIN32_LEAN_AND_MEAN (or some of
      the other earlier headers have included windows.h with that option),
      windows.h doesn't include this one.
      
      Thus explicitly include the headers we really need, for clarity and
      compatibility.
      66a29797
  12. 05 Jul, 2012 1 commit
    • Carl Eugen Hoyos's avatar
      Extend -codecs output. · 50d0f6ce
      Carl Eugen Hoyos authored
      Allow to show different supported multi-threading methods for an
      encoder/decoder pair.
      
      Fixes ticket #1512
      50d0f6ce
  13. 03 Jul, 2012 1 commit
  14. 30 Jun, 2012 1 commit
  15. 22 Jun, 2012 1 commit
  16. 10 Jun, 2012 1 commit
  17. 07 Jun, 2012 1 commit
  18. 05 Jun, 2012 1 commit
  19. 04 Jun, 2012 1 commit
  20. 30 May, 2012 2 commits
  21. 20 May, 2012 1 commit
    • Nicolas George's avatar
      cmdutils: allow to specify a stream by its ID. · ea07063f
      Nicolas George authored
      The stream can be specified as "#129" or "#0x81".
      It is especially useful for VOBs dumped from a DVD,
      where the language-id mapping is available externally
      and the probing can find the streams in a random order.
      ea07063f
  22. 09 May, 2012 2 commits
  23. 30 Apr, 2012 1 commit
  24. 25 Apr, 2012 1 commit
  25. 15 Apr, 2012 1 commit
  26. 13 Apr, 2012 1 commit
  27. 11 Apr, 2012 1 commit
  28. 18 Mar, 2012 1 commit
  29. 14 Mar, 2012 1 commit
    • Michael Niedermayer's avatar
      cmdutils: Fix cpuflags so the flags dont pull in and out other flags. · f43a1604
      Michael Niedermayer authored
      Note, this doesnt break compatibility with libav, as libav
      has implemented a incompatible and more limited system under the same
      -cpuflags command line option we used since some time.
      
      The differences to libav for example are we can do things like
      ffmpeg -cpuflags -sse+mmx -cpuflags +3dnow
      Its also possible in our system to force flags that have not been
      detected as available
      And our -cpuflags works with all tools not just 1
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      f43a1604
  30. 06 Mar, 2012 1 commit
  31. 04 Mar, 2012 1 commit