1. 30 Jan, 2003 7 commits
    • Gildas Bazin's avatar
      · 98bd3d5d
      Gildas Bazin authored
      * modules/codec/spudec/spudec.c, modules/codec/spudec/text.c: fixed the
         race condition between spudec and vout. This patch may not be all that
         nice because it does a lot of vlc_object_find() but it is the only
         solution I've been able to come-up with.
         Oh and I didn't fix the memory leak caused by the font when using text
         subtitles. If the vout changes while the spudec is running then we don't
         unload this font.
      98bd3d5d
    • Derk-Jan Hartman's avatar
      * modules/gui/macosx/intf.m · 288c2fe3
      Derk-Jan Hartman authored
        - fixed a warning about parentheses
      288c2fe3
    • Derk-Jan Hartman's avatar
      * ./modules/gui/macosx/intf.m: · e82bade6
      Derk-Jan Hartman authored
        - we close the video window after a video is done playing.
      e82bade6
    • Gildas Bazin's avatar
      · 09a1fc83
      Gildas Bazin authored
      * src/video_output/vout_subpictures.c: fixed a few race conditions that
         were triggered by the dvdplay plugin.
      09a1fc83
    • Christophe Massiot's avatar
    • Gildas Bazin's avatar
      · 8d186b97
      Gildas Bazin authored
      * modules/codec/mpeg_video/headers.c: fixed non-initialized variable in
          PictureDisplayExtension(). This does also fix problems with the dvdplay
          plugin and menus with still pictures.
      8d186b97
    • Christophe Massiot's avatar
      * modules/codec/mpeg_video/headers.c: more checks in PictureDisplayExtension, · 3459b8a0
      Christophe Massiot authored
      * modules/gui/macosx/intf.m: one of the threads wasn't in real-time
        priority !!!
      * include/vlc_threads.h: tuned up OS X priorities
      3459b8a0
  2. 29 Jan, 2003 14 commits
  3. 28 Jan, 2003 19 commits