1. 23 Apr, 2002 5 commits
    • Gildas Bazin's avatar
      · 69c174d7
      Gildas Bazin authored
      * DirectX video output plugin now uses triple buffering for YUV overlay. This
        improves the video quality a lot (no tearing) without affecting performance.
        (I knew double buffering sucked but I just discovered why triple buffering
         is better: you don't have to wait for the vsync to flip the buffers).
      
      * Fixed the DirectX video output for non-overlay modes. It was only working
        in RGB16 before.
      
      * Fixed the mouse autohidding feature in the DirectX plugin
       (at least partially).
      
      * Fixed the spu decoder to take the pitch of the destination picture into
        account when rendering the subtitles (Implemented only for the YUV modes).
      69c174d7
    • Sam Hocevar's avatar
      * ./plugins/spudec/spu_decoder.c, ./plugins/dvd/dvd_es.c: temporary fix · 4b22a291
      Sam Hocevar authored
          to avoid retrieving the spu palette from a network stream as if it was
          a DVD.
      4b22a291
    • Sam Hocevar's avatar
      * ./src/interface/main.c: tidied the help output code. · a6bccb1c
      Sam Hocevar authored
        * ALL: removed underscores from option names and made a few options more
          self-explanatory, for instance --input_channel becomes --audio-channel;
          run vlc -H to see what has changed.
        * ALL: replaced many occurences of "plugin" with the word "module".
        * ./src/interface/main.c: moved all satellite-specific configuration options
          to the satellite plugin.
        * ./po/*: updated translations.
      a6bccb1c
    • Sam Hocevar's avatar
      * ./plugins/chroma/i420_yuy2.h: optimized the 420 planar-to-packed chroma · a2f91640
      Sam Hocevar authored
          transformations. They're now PIC-friendly as well.
      a2f91640
    • Jon Lech Johansen's avatar
      * Added Open disc and network panels. · 30a5f368
      Jon Lech Johansen authored
        * Some changes to the control layout.
      30a5f368
  2. 22 Apr, 2002 1 commit
  3. 21 Apr, 2002 4 commits
    • Gildas Bazin's avatar
      · 82337d0c
      Gildas Bazin authored
      * Fixed the warning_level handling: "-v" and "--warning" are now working as
        they should and they also are cumulative (using -vv --warning=3 you end up
        with i_warning_level=5)
      82337d0c
    • Sam Hocevar's avatar
      · 497e82b1
      Sam Hocevar authored
        * ./src/misc/configuration.c: support for short options. -V, -A, -I
          are back, and we also have -4 and -6 for IPv4/IPv6.
      497e82b1
    • Gildas Bazin's avatar
      · ce25f1e8
      Gildas Bazin authored
      * added config_GetFloatVariable() and config_PutFloatVariable() to the config
        module.
      * added a --zoom <float> config option.
      * added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the
        FPU is still available after a call to InitIDCT().
      * deactivate stream buffering when logging to a file.
      ce25f1e8
    • Sam Hocevar's avatar
      * ./po/*: re-ran make update-po, fixed a few translations. · b9d43101
      Sam Hocevar authored
        * ./po/fr.po: completed the french translation.
        * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
          strings between the Gtk+ and GNOME modules to avoid duplicate translations.
      b9d43101
  4. 20 Apr, 2002 5 commits
  5. 19 Apr, 2002 1 commit
    • Sam Hocevar's avatar
      · 4f6c862b
      Sam Hocevar authored
        * ALL: internationalized all configuration strings.
        * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
        * ./src/misc/configuration.c: lots of simplifications in the code.
        * ./po/vlc/pot: updated translations.
      4f6c862b
  6. 18 Apr, 2002 5 commits
    • Christophe Massiot's avatar
      Fixed typos. · 46b2dec0
      Christophe Massiot authored
      46b2dec0
    • 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
      · 3eb0086e
      Sam Hocevar authored
        * ./include/threads.h: fixed a segfault under Solaris, thanks to Meuuh.
        * ./plugins/spudec/spu_decoder.c: RGB 24bpp and 32bpp support.
      3eb0086e
    • 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
  7. 17 Apr, 2002 3 commits
  8. 16 Apr, 2002 2 commits
  9. 15 Apr, 2002 4 commits
  10. 11 Apr, 2002 2 commits
  11. 10 Apr, 2002 8 commits
    • Johan Bilien's avatar
      · 1ca91e71
      Johan Bilien authored
      * fixed another bug in PS demux : the first program added was at the
      same time declared as the current program and as a new program, which
      made the ES be selected two times.
      1ca91e71
    • Johan Bilien's avatar
      · 57240036
      Johan Bilien authored
      * fixed a bug in input_SetProgram, that made the ps file input
      launch without video. Sorry about this.
      57240036
    • Tony Castley's avatar
    • Loïc Minier's avatar
      * ./po/fr.po: French translation update · 3cb37141
      Loïc Minier authored
      3cb37141
    • 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
    • Sam Hocevar's avatar
      · 45c8658e
      Sam Hocevar authored
        * ./vlc.spec: imported MandrakeSoft's enhancements.
      45c8658e
    • Sam Hocevar's avatar
      · 4df58cdf
      Sam Hocevar authored
        * ./doc/developer/decoders.xml: fixed a typo preventing compilation.
      4df58cdf
    • Sam Hocevar's avatar
      · fe7ab73a
      Sam Hocevar authored
        * ./plugins/aa/aa.c: we now parse the AAOPTS environment variable.
        * ./plugins/aa/aa.c: a few simplifications in the code.
      fe7ab73a