An error occurred fetching the project authors.
  1. 10 Jul, 2005 1 commit
  2. 09 Jul, 2005 2 commits
  3. 08 Jul, 2005 1 commit
  4. 26 Jun, 2005 2 commits
  5. 23 May, 2005 1 commit
  6. 22 May, 2005 1 commit
  7. 21 May, 2005 3 commits
  8. 16 Dec, 2004 1 commit
  9. 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
  10. 07 Nov, 2004 1 commit
  11. 31 Aug, 2004 1 commit
  12. 14 Aug, 2004 1 commit
  13. 18 Jul, 2004 2 commits
  14. 06 Jun, 2004 1 commit
  15. 02 Jun, 2004 1 commit
  16. 01 Jun, 2004 1 commit
  17. 30 May, 2004 1 commit
  18. 27 Apr, 2004 1 commit
  19. 25 Jan, 2004 1 commit
    • Gildas Bazin's avatar
      · 630d42d5
      Gildas Bazin authored
      * modules/access/*: strings review + coding style fixes.
      630d42d5
  20. 08 Jan, 2004 1 commit
  21. 03 Jan, 2004 2 commits
  22. 10 Sep, 2003 1 commit
  23. 31 Jul, 2003 1 commit
  24. 15 May, 2003 1 commit
  25. 08 May, 2003 2 commits
  26. 30 Apr, 2003 2 commits
    • Gildas Bazin's avatar
      · ef8ea6e3
      Gildas Bazin authored
      * modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.
      ef8ea6e3
    • Derk-Jan Hartman's avatar
      modules/access/http.c: · 87d40a6e
      Derk-Jan Hartman authored
      modules/access/ftp.c:
      * fixed a very serious bug in the atoll code. this contained a never ending while loop.
        It showed on systems without atoll() (MacOSX) as an inability to view http
        and ftp streams.
      87d40a6e
  27. 30 Mar, 2003 1 commit
    • Gildas Bazin's avatar
      · a1e81377
      Gildas Bazin authored
      * modules/*: sanitization of the modules description strings.
      a1e81377
  28. 24 Mar, 2003 4 commits
    • Gildas Bazin's avatar
      · b0bbf9c3
      Gildas Bazin authored
      * modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over
      http :)
      b0bbf9c3
    • Gildas Bazin's avatar
      · e56522ec
      Gildas Bazin authored
      * modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
      e56522ec
    • Gildas Bazin's avatar
      · 59e1e3d6
      Gildas Bazin authored
      * modules/access/*: don't forget to reinitialize the timeout when looping around select().
      59e1e3d6
    • Gildas Bazin's avatar
      · 607b74b2
      Gildas Bazin authored
      * modules/access/*: pf_read() in access modules is now blocking. We still
         check regularly for p_input->b_die though. Now the demuxers can safely
         assume that pf_read() == 0 means EOF.
      * ALL: got rid of the p_input->b_connected flag.
      * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop
         of "decoder stuck" messages that sometimes happened.
      * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation
         warnings.
      607b74b2
  29. 03 Mar, 2003 1 commit
    • Gildas Bazin's avatar
      · 7211d64e
      Gildas Bazin authored
      * ALL: Finally fixed the MSVC project files.
             Don't include io.h on win32 when not necessary.
             A few build fixes for MSVC.
      
      * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
         present.
      7211d64e