1. 01 Nov, 2002 2 commits
    • Gildas Bazin's avatar
      · 95efa086
      Gildas Bazin authored
      * src/audio_output/common.c, include/aout_internal.h: added a new function
         aout_FifoFirstDate() that allows the aout plugin to schedule the first
         play.
      * src/audio_output/output.c: fixed another problem affecting the audio quality.
      * modules/audio_output/directx.c: improvements. The buffering scheme has been
         changed to be less affected by temporary starving. We also schedule the first   sample to play.
      95efa086
    • Sigmund Augdal Helberg's avatar
  2. 31 Oct, 2002 3 commits
    • Sam Hocevar's avatar
      * ./src/misc/variables.c: callbacks are now called after the variable has · e9364f5c
      Sam Hocevar authored
          been modified. Maybe we'll need the other type, too, but this change will
          make things simpler in aout3.
      
        * ./src/playlist/playlist.c: removed two unused variables.
        * ./src/misc/modules.c: removed a debug message I had forgotten.
        * ./src/misc/modules_plugin.h.in: fixed a typo (thanks bozo).
      e9364f5c
    • Gildas Bazin's avatar
      · cae5489a
      Gildas Bazin authored
      * modules/codec/spudec/spudec.c, modules/codec/spudec/parse.c: fixed a couple
         of problems introduced with the recent changes to the bitstream facility.
      * src/audio_output/output.c: fixed a quite annoying bug in aout3 that was
         triggering unnecessary trashing of audio frames.
      cae5489a
    • Christophe Massiot's avatar
      Fixed plug-in compilation on OS X. · 5cbb47d6
      Christophe Massiot authored
      5cbb47d6
  3. 30 Oct, 2002 3 commits
  4. 29 Oct, 2002 6 commits
  5. 28 Oct, 2002 13 commits
  6. 27 Oct, 2002 6 commits
  7. 26 Oct, 2002 3 commits
    • Laurent Aimar's avatar
      · 4a0ddd5b
      Laurent Aimar authored
       * all : fix for new use of p_selected_area->i_tell.
      
       Just a word: now we cannot update anymore p_input->p_current_data
      without updating i_tell. I known that it's used for skipping some bytes in
      mp3 demux (not yet fixed), I don't known if it's used elsewhere....
      4a0ddd5b
    • Gildas Bazin's avatar
      · 09cbae7e
      Gildas Bazin authored
      * ALL: p_selected_area->i_tell is now update inside input_SplitBuffer instead
         of inside the pf_read functions of access plugins. That means i_tell now
         actually reflects the position of what is being decoded and furthermore it
         is updated more often.
      09cbae7e
    • Simon Latapie's avatar
      f068c802
  8. 25 Oct, 2002 4 commits
    • Sam Hocevar's avatar
      * ./modules/video_output/directx/events.c: start the colorkey search at 10, · c01dd5d3
      Sam Hocevar authored
          not 5, to avoid using a color used by another application.
        * ./modules/video_output/directx/events.c: support for drawing in a parent
          window instead of creating our own; still a bit flakey.
      
        * ./mozilla/vlcshell.cpp: we can now compile the Mozilla plugin so that it
          does not call libvlc (for testing purposes).
      c01dd5d3
    • Gildas Bazin's avatar
      · ebbc5f8b
      Gildas Bazin authored
      * include/aout_internal.h: oops, forgot to commit this in my last changes.
      ebbc5f8b
    • Gildas Bazin's avatar
      · 9a71e279
      Gildas Bazin authored
      * modules/audio_output/oss.c: when now set the fragment size of the OSS device
         according to the size of an audio sample.
         For buggy OSS drivers, we now take into account the real size of the OSS
         internal buffer when we check how much this buffer has been filled.
      9a71e279
    • Sam Hocevar's avatar
      * ./bootstrap, ./Makefile.am: we don't build static libraries if their only · 003f74f1
      Sam Hocevar authored
          goal is to provide dependencies for shared libraries.
      003f74f1