1. 02 Jun, 2002 10 commits
    • 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
  2. 01 Jun, 2002 15 commits
  3. 31 May, 2002 3 commits
  4. 30 May, 2002 5 commits
    • Gildas Bazin's avatar
      · c8d6aecd
      Gildas Bazin authored
      * ./plugins/mpeg_vdec/vpar_headers.c: don't try to deference a null
      pointer (fix from sam).
      c8d6aecd
    • Cyril Deguet's avatar
      - gnome.c didn't compile · 908777d2
      Cyril Deguet authored
        (Gildas you forgot the default value for gnome-toolbartext, I assume
         it was 1 ;)
      908777d2
    • Cyril Deguet's avatar
      - removed the obsolete artificial delay when switching channels. · b123e61f
      Cyril Deguet authored
        Now it is ultra-fast !
      b123e61f
    • Xavier Marchesini's avatar
      · 80aa3da1
      Xavier Marchesini authored
       * intf_eject.c : added ejection code for Win32. Please test it under
                        Win95/98/Me, I just can't install a winme
                        in my work office :).
       * plugins/win32/* : enabled the "Eject" button (thanks Ipkiss)
       * src/misc/netutils.c : just changed my mail :P
      80aa3da1
    • Gildas Bazin's avatar
      · 0170377d
      Gildas Bazin authored
      * changed ADD_BOOL and ADD_BOOL_WITH_SHORT config macros to accept a
      default value as an argument.
      * modified the command line parsing to accept --foo and --no-foo when a
      "foo" boolean config option is defined.
      * modified the help menu to indicate if the option is enabled or
      disabled by default.
      0170377d
  5. 29 May, 2002 2 commits
    • Sam Hocevar's avatar
      * ./src/video_output/video_output.c: when the video output hasn't received · 9df1a97b
      Sam Hocevar authored
          a new picture for a while, it redisplays the last displayed one. This will
          be useful for DVD menus, but also solves the "picture becomes black when
          vlc is paused" issue.
      9df1a97b
    • Gildas Bazin's avatar
      · ae1fb706
      Gildas Bazin authored
      * ./plugins/dummy/dummy.c: added a CATEGORY_HINT to the config.
      * ./plugins/x11/xcommon.c: small change to the ToggleFullscreen routine
      to avoid a flickering during the switch.
      ae1fb706
  6. 28 May, 2002 3 commits
  7. 27 May, 2002 2 commits