An error occurred fetching the project authors.
  1. 17 Jun, 2008 1 commit
  2. 27 May, 2008 2 commits
  3. 26 May, 2008 1 commit
  4. 20 May, 2008 1 commit
  5. 08 May, 2008 1 commit
  6. 01 May, 2008 1 commit
  7. 14 Apr, 2008 1 commit
  8. 12 Mar, 2008 1 commit
  9. 28 Jan, 2008 1 commit
    • Rafaël Carré's avatar
      control/http: · 2bd0742c
      Rafaël Carré authored
          mvar_InfoSetNew(): removes unused parameter
          avoids unused parameter warnings from httpd callbacks
      2bd0742c
  10. 23 Jan, 2008 1 commit
  11. 23 Nov, 2007 1 commit
  12. 09 Oct, 2007 2 commits
  13. 18 Sep, 2007 1 commit
  14. 30 Aug, 2007 1 commit
  15. 19 Aug, 2007 1 commit
  16. 05 Aug, 2007 1 commit
  17. 04 Aug, 2007 2 commits
  18. 26 Nov, 2006 1 commit
    • Clément Stenac's avatar
      A bit of headers cleanup · d3fe7f28
      Clément Stenac authored
      * Headers in include must contain the structures and prototypes needed
        by the plugins and should be named vlc_*.
      * Headers in include/vlc must contain the structures and prototypes
        needed by external libvlc clients
      
      * Moved and renamed some things in headers. 
         - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common)
         - Removed snapshot.h (merged in vlc_vout.h)
         - Removed vlc_spu.h (merged in vlc_osd.h)
         - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface)
         - Moved all internal headers to src
         - Merged vlc_video.h and video_output.h and move private things to src
         - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h
           (meta headers for use in modules, and often implying too large 
           dependencies)
      * Removed some useless dependencies
      * Unexported a bunch of functions and structures used only in src/
        (--> Still some work here)
      * Finally made input_thread_t and input_source_t (mostly) private. 
        Added input_GetItem to fetch the input_item of an input_thread
      * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol 
        prefix
      
      This commit has a 99% probability of breaking the build, 0.1% of killing
      your cat and 0% of getting you hot chicks.
      d3fe7f28
  19. 10 Nov, 2006 1 commit
  20. 14 May, 2006 1 commit
    • Clément Stenac's avatar
      Merge back branch 0.8.6-playlist-vlm to trunk. · ed0b72e3
      Clément Stenac authored
      What is currently broken:
       * Some playlist demuxers (shout, dvb and pls)
       * DAAP
       * BeOS playlist
       * GPE playlist, I suppose
      
      What has some trouble:
       * Meta handling in several demuxers (most notably TS)
       * Skins2 playlist (doesn't refresh correctly)
       * OS X playlist (see bigben's latest commits)
      ed0b72e3
  21. 30 Apr, 2006 1 commit
  22. 29 Apr, 2006 2 commits
  23. 29 Mar, 2006 2 commits
  24. 27 Mar, 2006 1 commit
  25. 18 Mar, 2006 1 commit
  26. 19 Feb, 2006 1 commit
  27. 29 Jan, 2006 1 commit
  28. 12 Jan, 2006 1 commit
  29. 15 Dec, 2005 1 commit
  30. 14 Dec, 2005 1 commit
  31. 29 Aug, 2005 1 commit
  32. 22 Aug, 2005 1 commit
    • Christophe Massiot's avatar
      * src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This · d80b925e
      Christophe Massiot authored
         allows to call vlc_readdir_wrapper("\\") and get a list of Windows drives.
         This is a bit kludgy but so convenient to change drives under Windows.
       * modules/control/http: Adapted to use vlc_readdir_wrapper in foreach
         directory. Thou shalt escape all exported functions with E_() to avoid
         potential namespace collisions !
       * po: Re-run make update-po since POTFILES.in has changed.
      d80b925e
  33. 19 Aug, 2005 1 commit
  34. 18 Aug, 2005 1 commit