An error occurred fetching the project authors.
  1. 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
  2. 27 May, 2002 1 commit
  3. 22 May, 2002 1 commit
  4. 20 May, 2002 4 commits
  5. 19 May, 2002 2 commits
  6. 18 May, 2002 1 commit
  7. 17 May, 2002 1 commit
  8. 15 May, 2002 1 commit
  9. 14 May, 2002 1 commit
    • Gildas Bazin's avatar
      · 9a9e873c
      Gildas Bazin authored
      * new --with-mad-tree configure option.
      * updated BUGS file.
      9a9e873c
  10. 13 May, 2002 1 commit
  11. 12 May, 2002 1 commit
    • Christophe Massiot's avatar
      * Fixed menus [Mac OS X port] · 4bef8ffb
      Christophe Massiot authored
      * Objective-C files are now .m
      * Fixed a major bug in the spu decoder
      * Disabled auto-hiding of mouse cursor since it doesn't work when browsing
        menus ; instead, click in the video window
      4bef8ffb
  12. 10 May, 2002 1 commit
  13. 04 May, 2002 1 commit
  14. 03 May, 2002 1 commit
  15. 01 May, 2002 2 commits
  16. 27 Apr, 2002 2 commits
    • Gildas Bazin's avatar
      · 9d6920b9
      Gildas Bazin authored
      * moved the function definitions from threads.h into threads_funcs.h. This
         allows us to move p_main_sys into p_main (p_main->p_sys).
      * fixed the --with-gtk-config-path and --with-sdl-config-path options in
         configure.in
      9d6920b9
    • Johan Bilien's avatar
      30046622
  17. 26 Apr, 2002 2 commits
  18. 25 Apr, 2002 2 commits
  19. 24 Apr, 2002 1 commit
  20. 23 Apr, 2002 2 commits
  21. 22 Apr, 2002 1 commit
  22. 18 Apr, 2002 3 commits
    • Sam Hocevar's avatar
      · 62ffd1a0
      Sam Hocevar authored
        * ./vlc.spec: fixed build dependencies.
        * ./configure.in: when -lintl is available, we now also link plugins with it.
      62ffd1a0
    • Sam Hocevar's avatar
      · 9e607c80
      Sam Hocevar authored
        * ./configure.in: switched version to 0.3.1.
        * ./vlc.spec: imported Mandrakesoft's latest enhancements.
        * ./ChangeLog: updated ChangeLog.
      9e607c80
    • Sam Hocevar's avatar
      · e81cf378
      Sam Hocevar authored
        * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
          extension gethostbyname2(), thanks to Thomas Graf.
      e81cf378
  23. 17 Apr, 2002 1 commit
    • Sam Hocevar's avatar
      · db10e796
      Sam Hocevar authored
        * ./AUTHORS: added people locations, just for fun.
        * ./configure.in: disabled SSE plugins when using mingw32.
        * ./src/misc/configuration.c: disabled the AltiVec warning message on the
          PowerPC platform because it was misleading.
      db10e796
  24. 10 Apr, 2002 1 commit
    • Sam Hocevar's avatar
      · 6d8b08a4
      Sam Hocevar authored
        * ./configure.in: fixed a bug in the libdvdread detection.
        * ./configure.in: fixed plugin compilation under Win32.
      6d8b08a4
  25. 07 Apr, 2002 2 commits
    • Christophe Massiot's avatar
      * Fixed Altivec-enabled version of fastmemcpy · 0393b253
      Christophe Massiot authored
      * Fixed --memcpy switch
      * Changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are great ideas :p)
      * New README file for MacOS X.
      0393b253
    • Sam Hocevar's avatar
      · a0249c48
      Sam Hocevar authored
        * ./configure.in: wrote a better test for libdvdread detection.
        * ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
          a segfault in the Gtk+ popup menu when toggling the interface.
        * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
          do not accept empty macro arguments.
      a0249c48
  26. 05 Apr, 2002 3 commits
    • Sam Hocevar's avatar
      · db758124
      Sam Hocevar authored
        * ./Makefile, ./configure.in: misc BeOS build fixes.
      db758124
    • Sam Hocevar's avatar
      · 1b0868ed
      Sam Hocevar authored
        * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
        * ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
          anymore, the package is now 700k instead of 4MB.
        * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
          foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
          lot of stuff from Makefile.opts.in back to configure.in.
        * ./install-win32: updated script for NSIS 1.96.
      
         I hope this doesn't break too many other architectures...
      1b0868ed
    • Sam Hocevar's avatar
      · 0d691469
      Sam Hocevar authored
        * ./configure.in: added --enable-intfwin to enable the win32 interface and
          --with-bcbuilder to tell make where to find Borland C++ Builder.
      0d691469