1. 01 Feb, 2003 20 commits
  2. 31 Jan, 2003 15 commits
  3. 30 Jan, 2003 5 commits
    • Boris Dorès's avatar
    • Sam Hocevar's avatar
      * ./src/misc/configuration.c: when an invalid short option is found, use · aafd6446
      Sam Hocevar authored
          the optopt variable instead of the current value of optind (Closes: #148).
      aafd6446
    • Gildas Bazin's avatar
      · 4bcfe96c
      Gildas Bazin authored
      * src/video_output/video_output.c: we were still using free instead of
         vout_DestroySubPicture in one place.
      * modules/codec/spudec/parse.c: we now make sure we don't add several times
         the same highlight callback.
      4bcfe96c
    • Loïc Minier's avatar
      * converted FAQ to SGML · 1cd3cacb
      Loïc Minier authored
        * SGML sucks, this is absolutely ugly, please reread
      1cd3cacb
    • 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