An error occurred fetching the project authors.
  1. 31 May, 2005 1 commit
  2. 17 May, 2005 1 commit
  3. 03 Mar, 2005 1 commit
  4. 11 Dec, 2004 1 commit
    • Clément Stenac's avatar
      Improvements to preferences · a90a19a6
      Clément Stenac authored
      * Each module can declare a "human-readable short name" with set_name
      * Modules are sorted by category (set_category, set_subcategory).
        Modules configs can be separated by set_section()
      * Separated audio-filter and audio-visual
      * Separated extraintf and control
      * New command and widget : add_module_list() for comma-separated modules
      * Vfilters now use "," as separator
      a90a19a6
  5. 24 Nov, 2004 2 commits
  6. 10 Aug, 2004 1 commit
    • Derk-Jan Hartman's avatar
      * include/stream_output.h: add a ip_version field to sap_address_t · 06f5e605
      Derk-Jan Hartman authored
        This way we can later on set IP6 instead of IP4 in a SDP.
      * modules/stream_out/rtp.c: accept sdp=sap as a valid option.
      * src/stream_output/sap.c: 
        - Set the SAP packet Hash headerfield to a unique value based on mtime
          Patch by Philippe van Hecke <philippe at belnet dot be>
        - Set SAP packet IPv6 field to 1 if we are a ipv6 session
        - Made some preperations for setting the origin ip address in the header as well,
          anyone any ideas on how to retrieve the current origin IP address???
      06f5e605
  7. 04 Aug, 2004 1 commit
  8. 31 Jul, 2004 1 commit
    • Derk-Jan Hartman's avatar
      modules/stream_output/rtp.c: · 15733238
      Derk-Jan Hartman authored
      * set the required t= SDP parameter
      * added config options for description, url and email
      * send SDPs with description, url and email info when available
      * add the a:tool parameter so people know who is responsible when VLC starts roaming the web with incorrect announces :)
      
      15733238
  9. 30 Jul, 2004 2 commits
  10. 29 Jul, 2004 1 commit
  11. 28 Jul, 2004 1 commit
  12. 17 Jul, 2004 1 commit
  13. 10 Jul, 2004 1 commit
  14. 05 Jul, 2004 1 commit
  15. 28 Jun, 2004 1 commit
  16. 29 May, 2004 1 commit
  17. 28 May, 2004 1 commit
  18. 27 Apr, 2004 1 commit
  19. 25 Apr, 2004 1 commit
  20. 24 Apr, 2004 2 commits
  21. 18 Apr, 2004 1 commit
    • Clément Stenac's avatar
      * ALL: Better announce system · fab59c05
      Clément Stenac authored
        - The SAP handler now runs in a separate thread.
        - RTP sessions can be announced with sap (sdp=sap://,name=...)
      	TODO: Make this more configurable
        - Better SDP generation (the timestamp problem is not resolved)
      	About this, there is a problem : as, for a RTP session, the URI
              is the complete SDP, if the session is recreated, as the URI has 
              changed, a new item is added to the playlist
        - Experimental flow control algorithm :
             It does not follow the "Recommended" implementation, as it needs
             to count the sessions (to achieve this, we should make this work
             together with the SAP listener)
             It is disabled by default (use --sap-flow-control to enable).
             When it is disabled, sap announcement interval is set by --sap-interval
      
      * src/misc/net.c : created net_ReadNonBlock
      * sap.c : Fixed memory problem
      
      
      
      fab59c05
  22. 29 Mar, 2004 1 commit
  23. 21 Mar, 2004 1 commit
  24. 11 Mar, 2004 1 commit
  25. 06 Mar, 2004 1 commit
  26. 03 Mar, 2004 1 commit
  27. 02 Feb, 2004 2 commits
  28. 30 Jan, 2004 2 commits
  29. 25 Jan, 2004 1 commit
    • Gildas Bazin's avatar
      · eed2a24c
      Gildas Bazin authored
      * modules/stream_out/*: coding style changes + strings review.
      eed2a24c
  30. 21 Nov, 2003 1 commit
  31. 07 Nov, 2003 2 commits
  32. 01 Nov, 2003 3 commits