1. 07 Jun, 2002 5 commits
  2. 05 Jun, 2002 6 commits
  3. 04 Jun, 2002 2 commits
    • Sam Hocevar's avatar
      (new in MAIN) · e9de293d
      Sam Hocevar authored
        * ./plugins/gtk/gtk_callbacks.c: fixed a segfault when switching to
          fullscreen from the popup menu.
      (from v0_4_1_branch)
        * ./plugins/gtk/gnome_callbacks.c: fixed a crash when activating preferences
          from the popup menu.
        * ./plugins/gtk/gnome.glade: added lines this #@%$! Glade had munched, fixes
          a segfault in the Gnome popup menu when toggling the interface.
      e9de293d
    • Sam Hocevar's avatar
      (new in MAIN) · 7291e0a7
      Sam Hocevar authored
        * ./src/interface/interface.c: interfaces are no longer attached only to
          p_vlc.
        * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
          ./src/input/input.c: improvements in the playlist handling (not quite that
          yet though).
      (ported from v0_4_1_branch)
        * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
        * ./src/misc/configuration.c: fixed the --nofoo option handling.
        * ./src/interface/main.c: fixed two compilation warnings under Solaris.
      7291e0a7
  4. 03 Jun, 2002 2 commits
  5. 02 Jun, 2002 15 commits
    • Arnaud de Bossoreille de Ribou's avatar
      * Makefile, configure.in, configure, MODULES: added a52_system input module. · 40592166
      Arnaud de Bossoreille de Ribou authored
        * plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input
          module.
        * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from
          the a52 input module.
      
      Note: the new module aims at reading ac3 streams but it works only with the
      ac3_spdif "decoder" since it is the only one which dates each frame contrary
      to the others which can't avoid a flood from the input module.
      40592166
    • Sam Hocevar's avatar
      (ported from v0_4_1_branch) · 651da7f2
      Sam Hocevar authored
        * ./plugins/motion/motionmmx.c: MMX motion optimizations courtesy of
          Vladimir Chernyshov <greengrass@writeme.com>.
      651da7f2
    • Sam Hocevar's avatar
      (new in MAIN) · e058a315
      Sam Hocevar authored
        * ./plugins/spudec/spu_decoder.c: we now use FIND_ANYWHERE to find a vout.
      (ported from v0_4_1_branch)
        * ./plugins/dvdread/dvdread.c: disabled the dvdread plugin because it
          currently sucks.
        * ./src/misc/configuration.c, ./src/interface/main.c: we now accept --nofoo
          and --no-foo as negations for --foo. Also, the --help output is nicer.
        * ./plugins/qnx/vout_qnx.c: QNX compilation fix.
      e058a315
    • Christophe Massiot's avatar
      * Updated README. · 1a6e240d
      Christophe Massiot authored
      1a6e240d
    • Christophe Massiot's avatar
      dfac0d1d
    • Christophe Massiot's avatar
    • Gildas Bazin's avatar
      · 5cfee589
      Gildas Bazin authored
      * ./include/vlc_common.h: got rid of i_thread in VLC_COMMON_MEMBERS.
      5cfee589
    • Gildas Bazin's avatar
      · f8570a69
      Gildas Bazin authored
      * ./include/os_specific.h: changed prototype of system_*() to use vlc_t
      instead of vlc_object_t.
      f8570a69
    • Sam Hocevar's avatar
      (new in MAIN) · 695669c9
      Sam Hocevar authored
        * ./plugins/dvd/dvd_es.c, ./plugins/satellite/input_satellite.c,
          ./plugins/dvdread/input_dvdread.c: updated outdated variable names.
      (ported from 0_4_1_branch)
        * ./plugins/spudec/spu_decoder.c: fixed a margin bug in the SPU renderer
          which caused subtitles to appear slanted in odd width windows.
      695669c9
    • Gildas Bazin's avatar
      · 9d64d522
      Gildas Bazin authored
      * ./include/vlc_threads.h: re-merged vlc_threads.h and threads_funcs.h.
      9d64d522
    • Christophe Massiot's avatar
      9b21679c
    • Sam Hocevar's avatar
      (new in MAIN) · b73f6722
      Sam Hocevar authored
        * ./src/playlist/playlist.c, src/input/input.c: added safety checks to
          prevent crashes on next file.
      (ported from 0_4_1_branch)
        * ./plugins/gtk/gtk_display.c, ./plugins/win32/mainframe.cpp: we deactivate
          popup menus when no stream is being played, even in network mode.
        * ./src/input/mpeg_system.c: removed unnecessarily verbose message.
      b73f6722
    • Gildas Bazin's avatar
      · 1de74b87
      Gildas Bazin authored
      * ./plugins/a52/a52.c: compilation fix. Following C99 we have to include
      <stdint.h> but Solaris doesn't have it so we include <inttypes.h> when
      it isn't found.
      1de74b87
    • Sam Hocevar's avatar
      * ./src/video_output/video_output.c: fixed the "picture has invalid status" · 211d6bad
      Sam Hocevar authored
          bug which might have been the cause of crashes.
        * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
          using "--filter crop --autocrop".
        * ./vlc.spec: added missing filters to the RPM generation.
        * ./src/misc/objects.c: commented all functions.
        * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
        * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
      211d6bad
    • Christophe Massiot's avatar
      * Channel change support on Mac OS X ; · 91eb944b
      Christophe Massiot authored
      * New OS X icon, courtesy of Benjamin Mironer <bmironer@noos.fr>
      91eb944b
  6. 01 Jun, 2002 10 commits