Skip to content
Snippets Groups Projects
  1. Dec 14, 2002
    • gbazin's avatar
      · 3f126864
      gbazin authored
      * src/libvlc.c: oops, forgot to remove a debug message.
      3f126864
    • gbazin's avatar
      · 215c1a85
      gbazin authored
      * src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
         vlc_object_get() now increments the refcount of the object so you'll need to release
      the object at some point.
      * src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
      which points to a vlc_list_t.
      215c1a85
    • gbazin's avatar
      · c4fde1e5
      gbazin authored
      * src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
      c4fde1e5
    • Laurent Aimar's avatar
      * all: with mpeg4 video I changed the way that some initialisation data · be0f3d85
      Laurent Aimar authored
      are passed (more logical).
      be0f3d85
    • Boris Dorès's avatar
      - support for Windows style file names for relative paths · d387c508
      Boris Dorès authored
      - when eol_tok is '\n', use last line even if eol_tok isn't present
      d387c508
  2. Dec 13, 2002
  3. Dec 12, 2002
  4. Dec 11, 2002
  5. Dec 10, 2002
  6. Dec 09, 2002
    • gbazin's avatar
      · 0c091c92
      gbazin 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
  7. Dec 08, 2002
Loading