1. 02 Nov, 2002 1 commit
    • Gildas Bazin's avatar
      · 5be7af3d
      Gildas Bazin authored
      * src/video_output/video_output.c: small change to avoid using floating point
         registers in the video ouptut routines.
      5be7af3d
  2. 01 Nov, 2002 3 commits
    • Gildas Bazin's avatar
      · d5849883
      Gildas Bazin authored
      * modules/audio_output/directx.c: forgot an aout_BufferFree().
      d5849883
    • 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
  3. 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
  4. 30 Oct, 2002 3 commits
  5. 29 Oct, 2002 6 commits
  6. 28 Oct, 2002 13 commits
  7. 27 Oct, 2002 6 commits
  8. 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
  9. 25 Oct, 2002 2 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