An error occurred fetching the project authors.
  1. 29 Oct, 2002 1 commit
  2. 25 Oct, 2002 1 commit
  3. 16 Oct, 2002 1 commit
  4. 04 Oct, 2002 1 commit
  5. 03 Oct, 2002 1 commit
  6. 02 Oct, 2002 2 commits
  7. 30 Sep, 2002 1 commit
  8. 29 Aug, 2002 1 commit
  9. 28 Aug, 2002 5 commits
  10. 27 Aug, 2002 1 commit
  11. 26 Aug, 2002 5 commits
  12. 25 Aug, 2002 1 commit
    • Sam Hocevar's avatar
      * ALL: started the slow move to automake. For the moment, the changes are · 764176f6
      Sam Hocevar authored
          unnoticeable apart from the extra dependency on autoconf, automake and
          gettextize. See the new HACKING file for some information, especially if
          you don't run Linux.
      
          The current strategy is to have the configure script generate a nice
          automake Makefile from Makefile.am, and then clobber it with our good
          old dirty Makefile. Muahaha :-)
      764176f6
  13. 24 Aug, 2002 1 commit
  14. 07 Aug, 2002 2 commits
  15. 21 Jul, 2002 1 commit
  16. 20 Jul, 2002 1 commit
  17. 11 Jul, 2002 1 commit
  18. 08 Jun, 2002 1 commit
  19. 07 Jun, 2002 1 commit
    • Sam Hocevar's avatar
      * ./src/playlist/playlist.c: lots of playlist behaviour enhancements. · b9e9cb42
      Sam Hocevar authored
        * ./src/misc/objects.c: we do not hang on attempt to destroy an object with
          a non-zero reference count, but we still complain.
        * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such
          as play, pause, stop, next, fast etc. work again.
        * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a
          workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes.
        * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the
          appropriate properties, we use it.
      b9e9cb42
  20. 01 Jun, 2002 3 commits
    • Sam Hocevar's avatar
    • Sam Hocevar's avatar
      * ./include/main.h, ./plugins/beos/intf_beos.cpp: BeOS compilation fixes. · f60d5d58
      Sam Hocevar authored
        * ./bootstrap.sh, ./src/libvlc.h, ./po/*: fixed bootstrap.sh so that it does
          not include CVS Id lines in automatically created files.
      f60d5d58
    • 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