An error occurred fetching the project authors.
  1. 07 Feb, 2010 7 commits
  2. 06 Feb, 2010 2 commits
  3. 05 Feb, 2010 1 commit
  4. 04 Feb, 2010 1 commit
  5. 03 Feb, 2010 2 commits
  6. 02 Feb, 2010 4 commits
  7. 30 Jan, 2010 3 commits
  8. 28 Jan, 2010 2 commits
  9. 27 Jan, 2010 1 commit
  10. 25 Jan, 2010 1 commit
  11. 24 Jan, 2010 1 commit
  12. 19 Jan, 2010 1 commit
  13. 17 Jan, 2010 1 commit
    • Rafaël Carré's avatar
      sout: allow duplicate outputs to be merged · 1743aae3
      Rafaël Carré authored
      The stream_out_t chain creation is modified: all modules are created by
      the core (or by stream_out_duplicate) instead of being created by the
      previous module.
      
      sout_StreamChain{New,Delete} replace sout_Stream{New,Delete} to handle
      modules chains instead of individual modules
      
      sout_Stream{New,Delete} are still used by those new functions but made
      static inside stream_output.c
      
      Remove now unneeded psz_chain from struct sout_instance_t
      Replace pointer to chain of next module by pointer to next module in
      struct sout_stream_t
      
      Example use:
      
      vlc --sout-all input.mp4 --sout
      "#duplicate{dst=transcode{vcodec=mp2v},select=es=0,dst=transcode,select=es=1}:std{...}"
      
      (dst=transcode without acodec/vcodec is a hack to pass the encoded stream to
      stream_out_standard without transcoding)
      1743aae3
  14. 10 Jan, 2010 1 commit
  15. 06 Jan, 2010 3 commits
  16. 30 Dec, 2009 1 commit
  17. 27 Dec, 2009 1 commit
    • Antoine Cellerier's avatar
      Add vlc_GetActionId(). · 469613e2
      Antoine Cellerier authored
      vlc_GetActionId() is used to get an ACTIONID from the action's name, which is way better than getting the hotkey setting from the hotkey name and then, if the hotkey was set, looking up the corresponding action id ... since this also works if the hotkey isn't set. Export this function in lua and use in common.hotkey().
      469613e2
  18. 26 Dec, 2009 1 commit
  19. 21 Dec, 2009 2 commits
  20. 19 Dec, 2009 1 commit
  21. 13 Dec, 2009 1 commit
  22. 08 Dec, 2009 1 commit
  23. 11 Nov, 2009 1 commit