An error occurred fetching the project authors.
  1. 03 Apr, 2002 5 commits
    • Christophe Massiot's avatar
      928d731d
    • Sam Hocevar's avatar
      · dd5d92a4
      Sam Hocevar authored
        * ./Makefile.modules: modules now depend on Makefile.opts.
        * ./configure.in: added (hopefully) explicit messages on how to get
          libdvdcss and link vlc with it.
        * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
      dd5d92a4
    • Sam Hocevar's avatar
      · 5ba63c66
      Sam Hocevar authored
        * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
          contributor is currently working on.
      5ba63c66
    • Sam Hocevar's avatar
      · 0beab2c2
      Sam Hocevar authored
        * ALL: removed libdvdcss from the vlc tree.
        * ALL: removed libdvdread from the vlc tree.
        * ./acconfig.h: removed this file.
        * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
        * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
      0beab2c2
    • Sam Hocevar's avatar
      · 981c5cca
      Sam Hocevar authored
        * ./po/ja.po: added Japanese translation from Fumio Nakayama
          <endymion@ca2.so-net.ne.jp>.
        * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
        * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
          release?
      981c5cca
  2. 02 Apr, 2002 3 commits
    • Gildas Bazin's avatar
      · 22b05cef
      Gildas Bazin authored
      * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
        ( this creates a small memory leak as we don't free the string obtained
          from config_GetPszVariable, but I think we can live with it for now )
      
      * the SSE plugins are disable on the mingw32 build as they don't work.
        ( because memalign is not implemented on win32, and malloc only aligns
          on an 8 bytes boundary )
      
      * fixed small mistake in INSTALL.win32
      22b05cef
    • Christophe Massiot's avatar
      Added memcpyaltivec. · 75824aaf
      Christophe Massiot authored
      75824aaf
    • Sam Hocevar's avatar
      · 77d515ff
      Sam Hocevar authored
        * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
        * ./plugins/dvd/dvd_access.c: removed a warning.
        * ./src/misc/configuration.c: Solaris fixes by Meuuh.
        * ./FAQ: removed outdated stuff.
      77d515ff
  3. 27 Mar, 2002 1 commit
  4. 26 Mar, 2002 1 commit
  5. 22 Mar, 2002 1 commit
  6. 21 Mar, 2002 3 commits
    • Christophe Massiot's avatar
      022983ea
    • Gildas Bazin's avatar
      · fb3f8ba5
      Gildas Bazin authored
      * moved GetConfigurationFromCmdLine() into configuration.c and renamed it
         into config_LoadCmdLine()
      * config_GetHomeDir doesn't use getpwuid_r anymore as this was creating
         some problems on solaris. This function now uses getpwuid and is called
         only once to store the home directory into the p_main structure.
      fb3f8ba5
    • Johan Bilien's avatar
      *** empty log message *** · 6d7c2261
      Johan Bilien authored
      6d7c2261
  7. 19 Mar, 2002 6 commits
  8. 18 Mar, 2002 2 commits
    • Sam Hocevar's avatar
      · aaee289a
      Sam Hocevar authored
        * ./configure.in: fixed linking of the ipv4 plugin.
      aaee289a
    • Xavier Marchesini's avatar
      · 1d1ede1d
      Xavier Marchesini authored
       * DirectX plugin is now correctly detected and configured.
      1d1ede1d
  9. 17 Mar, 2002 2 commits
    • Sam Hocevar's avatar
      · ced4c0f6
      Sam Hocevar authored
        * ./BUGS: updated bug list.
        * ./configure.in: ./configure --help should be a lot clearer now.
      ced4c0f6
    • Sam Hocevar's avatar
      · 4c8afc76
      Sam Hocevar authored
        * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
        * ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
        * ./plugins/ggi/ggi.c: support for 8 bpp displays.
        * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
        * ./plugins/x11/xcommon.c: support for 8 bpp displays.
        * ./src/video_output/video_output.c: fixed a segfault.
      4c8afc76
  10. 16 Mar, 2002 2 commits
    • Sam Hocevar's avatar
      · 2f4af9df
      Sam Hocevar authored
        * ./configure.in: more modules are plugins.
        * ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
          and a few cosmetic changes (sorry Gildas for the butchery).
        * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
      2f4af9df
    • Gildas Bazin's avatar
      · 278bc72e
      Gildas Bazin authored
      * This the last piece of the new configuration module. You can now save your
      configuration options (only from the gtk/gnome interface for now). The config
      file will be saved as ~/.VideoLan/vlc
      
      It's not quite yet finished (well there are a few small details to sort out),
      but I'm going away for the week-end and I wanted to commit this before so you
      can all have a play with it :)
      278bc72e
  11. 15 Mar, 2002 1 commit
    • Sam Hocevar's avatar
      · 0d972bf5
      Sam Hocevar authored
        * ./Makefile: fixed OS X vlc.app compilation dependencies.
        * ./configure.in: fixed the endianness check under Solaris.
      
        * ./src/input/input.c: strings are now initialized to "" instead of NULL.
      
        * ./plugins/spudec/spu_decoder.c: we now properly support the subtitle
          palette information we get from the DVD. Subtitles rox !
        * ./src/video_output/vout_subpictures.c: removed all DVD-specific routines
          and put them into spu_decoder.c.
      0d972bf5
  12. 05 Mar, 2002 1 commit
    • Johan Bilien's avatar
      · 0a3aa895
      Johan Bilien authored
      * Modified vcd input for the new input III.
      * Still have problems with end of tracks.
      * Modified the command line, as stef did for the DVD :
      
       [vcd:][device][@[title][,chapter]
      
       Note that chapter support is not yet implemented.
      0a3aa895
  13. 04 Mar, 2002 1 commit
    • Christophe Massiot's avatar
      * IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>, · 5658c1d9
      Christophe Massiot authored
      for BT ;
      * --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
      -4 but I don't know how to do it with the new configuration module) ;
      * Channel manager now uses a socket from the network plug-in and is more
      portable (and probably broken, too :) ;
      * input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
      easily reused by plug-ins other than mpeg_ps and mpeg_ts.
      
      That's all for tonight.
      5658c1d9
  14. 01 Mar, 2002 3 commits
    • Sam Hocevar's avatar
      · 4e412817
      Sam Hocevar authored
        * ./po/no.po: Norwegian translation by Sigmund Augdal. Berd� ka p� t�t.
        * ./src/misc/modules.c: shortcuts for --intf work again, gvlc launches the
          Gtk interface, qvlc launches the Qt interface, etc.
        * ./plugins/fx/scope.c: we now have sound together with --aout scope.
      4e412817
    • Stéphane Borel's avatar
      · 9b393dab
      Stéphane Borel authored
      *dvd and dvdread support for input III.
      
      Dvdread is known to segfault at title change. I'm working on this.
      9b393dab
    • Christophe Massiot's avatar
      Input III (Episode 1). · d0bf23fa
      Christophe Massiot authored
      - Major rewrite of the buffer core functions
      - Modularity of access plugins (file, udp, http)
      - Modularity of network stack (ipv4, soon ipv6)
      - Autodetection of the type of stream
      
      And a new killing feature : HTTP streams are now seekable.
      
      Please note that dvd, dvdread and vcd plug-ins are broken and thus disabled.
      d0bf23fa
  15. 27 Feb, 2002 3 commits
    • Sam Hocevar's avatar
      · 45733ceb
      Sam Hocevar authored
        * ./configure.in: fixed a plugins/dsp.so compilation issue under OpenBSD.
      45733ceb
    • Sam Hocevar's avatar
      · a701094d
      Sam Hocevar authored
        * ./plugins/dsp/aout_dsp.c: OpenBSD compilation fix.
        * ./src/video_output/video_output.c: fixed a segfault on exit.
      a701094d
    • Sam Hocevar's avatar
      · 7f76c7c5
      Sam Hocevar authored
        * ./src/input/input.c: BeOS network support (no idea if it works when you
          don't have BONE, though).
      7f76c7c5
  16. 25 Feb, 2002 2 commits
    • Sam Hocevar's avatar
      · 2935b320
      Sam Hocevar authored
        * ./include/threads.h: support for the State Threads Library, a userland
          threads library (http://state-threads.sourceforge.net/). Useless to most
          people, but can be handy to debug stuff. Activate with `--enable-st'.
      2935b320
    • Sam Hocevar's avatar
      · 1c467b80
      Sam Hocevar authored
        * ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
        * ./plugins/fx/scope.c: new toy plugin, an audio scope module.
      
          Each time I fix a bug in vlc I feel urge to code something useless. This
          one is very, very rough for the moment, probably buggy, slow, will crash
          your blender and reboot your fridge. Screenshot can be found here:
            http://www.zoy.org/~sam/vlc/vlc-scope.jpeg
          Activate with `--aout scope' (yes, it currently disables the real
          audio output... I'll fix this as well).
      1c467b80
  17. 22 Feb, 2002 1 commit
    • Gildas Bazin's avatar
      · 1aca1d70
      Gildas Bazin authored
      * Don't try to grok altivec with mingw32.
      * --with-directx-path should now indicate the path where the actual
      headers are (before the headers had to be in an include subdir). By the
      way you can download these header files from the videolan web site.
      1aca1d70
  18. 21 Feb, 2002 1 commit
    • Sam Hocevar's avatar
      · cba6a24e
      Sam Hocevar authored
        * ./configure.in: gtk*-config detection fix for FreeBSD.
      cba6a24e
  19. 20 Feb, 2002 1 commit
    • Sam Hocevar's avatar
      · 8cc8d957
      Sam Hocevar authored
        * ./configure.in: removed a bashism.
        * ./plugins/x11/xcommon.c: support for systems without shm.h.
        * QNX compilation fixes here and there; the qnx plugin still doesn't work.
      8cc8d957