1. 10 Dec, 2002 7 commits
  2. 09 Dec, 2002 7 commits
    • Gildas Bazin's avatar
      · 0c091c92
      Gildas Bazin authored
      * include/configuration.h: rolled back the last changes made to this file. There is no
      sense in manually initializing all the fields of module_config_t as it will be done by the
      compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
      that manually initializes structures to 0.
      0c091c92
    • Jean-Paul Saman's avatar
      Syncing functionality with vlc-0.4.6 · d8c645cf
      Jean-Paul Saman authored
      d8c645cf
    • Jean-Paul Saman's avatar
      d11c5018
    • Eric Petit's avatar
      * AudioOutput.cpp: added sanity tests; · 98363dc6
      Eric Petit authored
       * VlcWrapper.h, Interface.cpp: removed an unused variable.
      98363dc6
    • Eric Petit's avatar
      * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from · 29b488fe
      Eric Petit authored
          audio output;
       * VlcWrapper.cpp: handle volume using aout3 features.
      29b488fe
    • Eric Petit's avatar
      Default re-enabled dvd module. · e7453ce6
      Eric Petit authored
        --disable-dvd works anyway.
      e7453ce6
    • Boris Dorès's avatar
      - new headphone channel mixer with virtual spatialization effect : This · 84ae579e
      Boris Dorès authored
        effect should give you the feeling that you stands in a real room with
        a complete 5.1 speaker set when using only a headphone, providing a
        more realistic sound experience. It should also be more comfortable
        and less tiring when listening to music for long periods of time.It
        works with any source format from mono to 5.1.
      
        -> please try it and feel free to give me some feedback. Some
           improvements are already planned (adding echo, more configuration
           options, ...).
      
      NB: whereas the filter itself is in a (very first) stable version, the
          way it is integrated to the filter chain is only a _temporary_ hack
          since it's the audio ouput core (input.c actually) which is directly
          responsible for it. Integrating it in a more suitable way will
          probably require some work on the way the filters are selected as
          well as on the configuration level, but I'm working on it :)
      84ae579e
  3. 08 Dec, 2002 7 commits
  4. 07 Dec, 2002 5 commits
    • Christophe Massiot's avatar
      * configure.ac.in: Disabled -Wtraditional as it produces much more bogus · ec518727
      Christophe Massiot authored
        warnings than real ones.
      * audio output: New intf-change variable to know when audio-channels
        and audio-device have changed.
      * video output: New intf-change variable and vout_VarCallback, to know
        when video-device has changed (OS X port).
      * modules/gui/macosx/*: Menus for audio channels, implemented volume
        management, added a menu for screen selection.
      ec518727
    • Eric Petit's avatar
      * default disabled SAP under BeOS · 9e4b72d5
      Eric Petit authored
      9e4b72d5
    • Arnaud Schauly's avatar
      fixed my last commit. · 6f8cc1d6
      Arnaud Schauly authored
      6f8cc1d6
    • Eric Petit's avatar
      * use RGB32 BBitmap. That fixes the bad-looking picture in · 490a5961
      Eric Petit authored
         non-overlay mode (thanks Sam).
      490a5961
    • Gildas Bazin's avatar
      · 0d62cd7d
      Gildas Bazin authored
      * ALL: a few updates to the variables API:
        - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
      instead. This simplifies things and avoid the strange command variables behaviour. Command
      variables will now trigger their callback on var_Set() like any other variables (look in
      modules/control/rc/rc.c for an example).
        - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
        - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
      VLC_VAR_ISCOMMAND for instance.
      0d62cd7d
  5. 06 Dec, 2002 10 commits
  6. 05 Dec, 2002 2 commits
    • Sam Hocevar's avatar
      * ./configure.ac.in: disabled -Wconversion for gcc 2.x because it makes it · 40dfc834
      Sam Hocevar authored
          choke on system headers.
      40dfc834
    • Sam Hocevar's avatar
      * ./ipkg/Makefile.in: removed a file handled by automake. · 5927421c
      Sam Hocevar authored
        * ./configure.ac.in: additional warning flags for GCC.
             -Wconversion
                 Warn if a prototype causes a type conversion that is different from
                 what would happen to the same argument in the absence of a proto-
                 type.
             -Wsign-compare
                 Warn when a comparison between signed and unsigned values could
                 produce an incorrect result when the signed value is converted to
                 unsigned.
             -Wunreachable-code
                 Warn if the compiler detects that code will never be executed.
             -Wdisabled-optimization
                 Warn if a requested optimization pass is disabled.
          See the gcc documentation for more explanations. This triggers a lot of
          warnings everywhere, and at first sight they're all worth fixing. Code
          quality matters, too, so let's fix'em :)
      5927421c
  7. 04 Dec, 2002 2 commits