An error occurred fetching the project authors.
  1. 23 Sep, 2006 1 commit
  2. 22 Sep, 2006 3 commits
  3. 20 Sep, 2006 1 commit
  4. 19 Sep, 2006 2 commits
  5. 03 Sep, 2006 1 commit
  6. 26 Aug, 2006 1 commit
  7. 15 Aug, 2006 1 commit
  8. 18 Jul, 2006 2 commits
  9. 13 Jul, 2006 1 commit
  10. 08 Jul, 2006 1 commit
  11. 07 Jul, 2006 1 commit
  12. 05 Jul, 2006 1 commit
  13. 01 Jul, 2006 1 commit
  14. 09 Jun, 2006 1 commit
  15. 08 Jun, 2006 2 commits
  16. 04 Jun, 2006 1 commit
  17. 31 May, 2006 1 commit
  18. 29 May, 2006 2 commits
  19. 27 May, 2006 1 commit
  20. 12 Feb, 2006 1 commit
  21. 01 Feb, 2006 1 commit
  22. 12 Jan, 2006 1 commit
  23. 09 Jul, 2005 1 commit
  24. 08 Jul, 2005 1 commit
  25. 22 Dec, 2004 1 commit
  26. 05 Jan, 2004 1 commit
  27. 03 Jan, 2004 1 commit
    • Cyril Deguet's avatar
      * all: brand new skins interface ( still _experimental_) for x11 and · b7dc5e88
      Cyril Deguet authored
        win32, by ipkiss and myself...
       Among the features:
       - framework rewritten from scratch, heavily based on design patterns
        => new controls can be (hopefully) created more easily, portability
        to other OS is better, and the interface is less dependant from
        the vlc core
       - new concept of "layout", to provide a window with several different
        views (as in winamp3 skins)
       - controls can now be placed at a relative position to the edges of
        a window, which allow controls and layouts to be resizable (e.g
        for the playlist window)
       - Use of libpng and libfreetype2 for better portability between x11 and
         win32 => ttf fonts and antialiasing
       - New DTD for the xml theme ( *it will probably change again* )
       - Very very beginning of scripting in the xml file
       - And many things I miss
       - And probably many bugs ;)
      b7dc5e88
  28. 23 Feb, 2003 1 commit
  29. 17 Feb, 2003 1 commit
  30. 07 Jun, 2002 1 commit
  31. 01 Jun, 2002 1 commit
    • Sam Hocevar's avatar
      * ALL: the first libvlc commit. · 9e3ab283
      Sam Hocevar authored
         As for video output 4, this breaks almost everything, but I'll slowly
        do what remains to be fixed during the weekend.
      
         Changes in vlc:
         ===============
      
        * vlc is now a very small program (20 lines) which uses the libvlc API;
         it is quite simple for the moment but can be extended in the future.
      
        * interfaces, decoders, video outputs, etc. are now almost the same
         objects (yes, I know, this is C++ redone in C) and are structured in
         a tree. More about this later, but basically it allows the following
         nice features:
          - several interfaces
          - several playlists with several outputs
          - input plugins spawning helper interfaces (will be used for DVD menus)
          - anything spawning anything; I swear there are useful uses for this!
      
        * libvlc can be used in other programs; I'm currently writing a Mozilla
         plugin for my employer.
      
         Things currently broken:
         ========================
      
        * most interfaces, most ports
        * the playlist handling (almost finished rewriting this though). This means
         no file can be played from the GUI, you need to use the commandline. This
         also means it segfaults at EOF, when exiting the program, and it sometimes
         refuses to open a file when asked to.
      9e3ab283
  32. 25 Mar, 2002 1 commit
    • Olivier Teulière's avatar
      · 8092e418
      Olivier Teulière authored
       * Added a win32 interface plugin, developed with Borland C++ Builder.
         To build the plugin, follow the instructions in INSTALL-win32.txt
      
       * Known bugs:
              - subtitles don't work
              - a crash occurs when the user exits by pressing 'q' in the vout
              - when moving the slider, position in the stream updates even if
                the slider isn't released yet
      
       * TODO list:
              - clean code in menu.cpp
              - adapt lool's enhancements of the Gtk+ preferences box
              - write drag-and-drop stuff
              - and of course, fix known bugs :)
      
       * For those of you who can't wait till the next release to test the win32
         interface, binary files are available here:
         http://www.via.ecp.fr/~ipkiss/intfwin/vlc.zip
         Enjoy!
      8092e418
  33. 11 Nov, 2001 1 commit
    • Sam Hocevar's avatar
      · 4865e312
      Sam Hocevar authored
        * Fixed compilation (and quite probably runtime) issues under IA64
          due to mixed int/void* casts.
      4865e312
  34. 14 Jun, 2001 1 commit
    • Sam Hocevar's avatar
      · 4b921617
      Sam Hocevar authored
        * DirectX enhancements by Gildas Bazin, such as software rendering.
        * Merged dvdcss_init and dvdcss_open into dvdcss_open, and dvdcss_close
          and dvdcss_end into dvdcss_close. libdvdcss API now has 7 functions.
        * Another failed attempt at profiling vlc under Linux: ported the
          threads API to GNU Pth. Activate with --enable-pth. It doesn't seem to
          spawn new threads for me, maybe someone will have better luck.
        * Makefile optimizations.
        * Automatic build of libdvdcss if not found.
      4b921617