An error occurred fetching the project authors.
  1. 21 Aug, 2002 2 commits
    • Sam Hocevar's avatar
      * ./modules/video_output/svgalib.c: SVGAlib video output module. · b6aeeca5
      Sam Hocevar authored
          Currently only supports 256 color output, and defaults to 320x200. You need     to be root to use it, it may leave your console in an unusable state, lock
          up your video card, it will segfault at exit if you compile it as a plugin
          because of SVGAlib's ludicrous use of atexit() and signal().
          Apart from these few glitches, it's rather OK, use "-I dummy -V svgalib"
          to activate. Q or Esc to quit (press for a long time if it doesn't work).
      b6aeeca5
    • Sam Hocevar's avatar
      * ./modules/codec/a52old/a52old.c: ported the old A52 decoder to aout3. · afa6c926
      Sam Hocevar authored
        * ./modules/audio_filter/converter/s16tofloat32.c: converter needed for
          a52old, includes the walken trick and b_in_place = true.
      afa6c926
  2. 20 Aug, 2002 1 commit
    • Sam Hocevar's avatar
      * ./modules/misc/gtk_main.c: created the gtk_main module, which simply runs · f0ec49da
      Sam Hocevar authored
          gtk_main() in its own thread, and does nothing on subsequent calls. This
          ensures that gtk_main is only running once.
        * ./modules/gui/familiar/*, modules/gui/gtk/*: the familiar, gtk and gnome
          modules are now fully reentrant thanks to their use of the gtk_main module.
        * ./src/libvlc.c: implemented vlc_set(), a wrapper for config_Put* available
          to external programs.
        * ./src/libvlc.c: removed vlc_stop() and vlc_end(), everything is now done
          by vlc_destroy().
        * ./modules/control/rc/rc.c: implemented a few new functions. For instance,
          run "vlc -I rc" and then type "intf gtk" or "intf gnome". You can even
          launch several of them. "segfault" works, too.
      f0ec49da
  3. 19 Aug, 2002 2 commits
  4. 18 Aug, 2002 2 commits
  5. 17 Aug, 2002 1 commit
  6. 15 Aug, 2002 1 commit
  7. 14 Aug, 2002 2 commits
  8. 13 Aug, 2002 2 commits
    • Christophe Massiot's avatar
      * New float32to* converter modules, courtesy of Xavier Maillard · 32184100
      Christophe Massiot authored
        <zedek@fxgsproject.org>.
      * Fixed a bug in float32tos16, where gcc over-optimized a little and
        caused problems on some platforms (eg. solaris).
      32184100
    • Sam Hocevar's avatar
      * ./modules/audio_output/oss.c: we spare a variable by using p_aout->b_die · 5a64fbd7
      Sam Hocevar authored
          instead of our own variable.
        * ./modules/audio_filter/converter/a52tospdif.c, ./modules/codec/a52.c: added
          <unistd.h>, required for bswap.
        * ./modules/demux/mp4/libmp4.c: removed an unneccessary semicolon in a
          macro definition.
        * ./modules/audio_output/esd.c: first attempt at getting esd to work.
        * ./modules/video_output/*: split sdl.so into a video and an audio plugin,
          and removed useless subdirectories.
        * ./modules/audio_output/sdl.c: compilation fix.
      5a64fbd7
  9. 12 Aug, 2002 3 commits
  10. 11 Aug, 2002 2 commits
  11. 10 Aug, 2002 3 commits
  12. 09 Aug, 2002 1 commit
  13. 08 Aug, 2002 3 commits
  14. 07 Aug, 2002 2 commits
  15. 06 Aug, 2002 1 commit
  16. 05 Aug, 2002 1 commit
  17. 04 Aug, 2002 3 commits
  18. 31 Jul, 2002 1 commit
  19. 24 Jul, 2002 1 commit
  20. 23 Jul, 2002 3 commits
    • Christophe Massiot's avatar
      Swedish translation, courtesy of Joel Arvidsson <dogai@privat.utfors.se> · bd0431f6
      Christophe Massiot authored
      (incomplete and untested).
      bd0431f6
    • Sam Hocevar's avatar
      * ./configure.in: workaround Debian bug #150490 (bad mozilla-config output). · 255db009
      Sam Hocevar authored
        * ./mozilla/vlcplugin.h: added .mov and .mp4 files to the plugin.
        * ./Makefile: we no longer try to merge .a files into libvlc.a, but rather
          add them to the vlc-config output.
      255db009
    • Stéphane Borel's avatar
      *first version of plugin for libdvdplay. To test it, you need to have · 8a430a88
      Stéphane Borel authored
       libdvdplay installed (available from videolan CVS), and request plugins
      compilation in the usual way:
      	--enable-dvdplay.
      Note that libdvdplay needs libdvdread and libdvdcss.
      
      Currently it has only been tested under linux, with gnome interface (optional)
      and xvideo output.
      
      What works (more or less):
       -DVD reading in some rare cases :) (title and menus),
       -Menu pause,
       -Seeking,
       -Selecting directly a specific title/chapter/angle,
       -Changing audio, sub-picture, angle during playback,
       -Interactive menus with mouse only.
      
      What is missing:
       -Menu buttons highlighting (needs spudec patch),
       -Keyboard interaction (needs a specific part in port specific plugins),
       -A specific interface to navigate through menus (needs that I move my ass),
       -Interactive menus won't work with other output plugins so long as they
        have not been patched to send mouse/keyboard events to vlc interface,
       -Whatever you need.
      
      Known bugs (bugs in libdvdplay mostly):
       -Seeking in some menus or intro titles (bad vobu map),
       -Read/seek error with some DVDs,
       -the configure needs tweaking,
       -numerous segfaults,
       -decoder/output modules locking error,
       -fuzzy colors in menus when spudec is active (default in menus).
      
      The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
      8a430a88
  21. 22 Jul, 2002 1 commit
  22. 21 Jul, 2002 1 commit
  23. 20 Jul, 2002 1 commit