An error occurred fetching the project authors.
  1. 31 Jul, 2002 1 commit
  2. 23 Jul, 2002 1 commit
  3. 20 Jul, 2002 1 commit
  4. 15 Jul, 2002 1 commit
  5. 11 Jul, 2002 1 commit
  6. 02 Jul, 2002 1 commit
  7. 01 Jul, 2002 1 commit
  8. 11 Jun, 2002 1 commit
    • Gildas Bazin's avatar
      · cecb7e86
      Gildas Bazin authored
      * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
      CONFIG_*.
      * ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
      ./plugins/filter/transform.c, ./plugins/filter/distort.c,
      ./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
      configuration macro.
      * ./include/modules.h, ./include/video_output.h,
      ./src/video_output/video_output.c, ./plugins/filters/*: added a
      VOUT_FILTER capability. Having a clear distinction between VOUTs and
      VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
      stackable now (use --filter=foo:bar:foo etc..).
      * ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
      added an ADD_USAGE_HINT() configuration macro.
      cecb7e86
  9. 07 Jun, 2002 4 commits
  10. 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
  11. 02 Jun, 2002 2 commits
    • 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
    • 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
  12. 01 Jun, 2002 2 commits
    • Sam Hocevar's avatar
    • Sam Hocevar's avatar
      * ALL: the first libvlc commit. · 9e3ab283
      Sam Hocevar authored
         As for video output 4, this breaks almost everything, but I'll slowly
        do what remains to be fixed during the weekend.
      
         Changes in vlc:
         ===============
      
        * vlc is now a very small program (20 lines) which uses the libvlc API;
         it is quite simple for the moment but can be extended in the future.
      
        * interfaces, decoders, video outputs, etc. are now almost the same
         objects (yes, I know, this is C++ redone in C) and are structured in
         a tree. More about this later, but basically it allows the following
         nice features:
          - several interfaces
          - several playlists with several outputs
          - input plugins spawning helper interfaces (will be used for DVD menus)
          - anything spawning anything; I swear there are useful uses for this!
      
        * libvlc can be used in other programs; I'm currently writing a Mozilla
         plugin for my employer.
      
         Things currently broken:
         ========================
      
        * most interfaces, most ports
        * the playlist handling (almost finished rewriting this though). This means
         no file can be played from the GUI, you need to use the commandline. This
         also means it segfaults at EOF, when exiting the program, and it sometimes
         refuses to open a file when asked to.
      9e3ab283
  13. 30 May, 2002 2 commits
    • 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
    • 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
  14. 22 May, 2002 2 commits
  15. 20 May, 2002 1 commit
  16. 19 May, 2002 2 commits
  17. 18 May, 2002 4 commits
    • Sam Hocevar's avatar
      * ALL: changed __inline__ with inline (autoconf does the job for us anyway, · ac5c557f
      Sam Hocevar authored
          and mipspro doesn't know about __inline__).
      ac5c557f
    • Gildas Bazin's avatar
      · d55f5d62
      Gildas Bazin authored
      * modified the directx video plugin to try to create an YUV surface before
         falling back to an RGB surface when it's not possible to use overlays.
         Some graphic cards can do the YUV->RGB conversion in hardware during the
         blitting stage.
      * in the directx video plugin, we now request that the RGB surface be created
         in video memory. The reasoning behind this is that usually surfaces in
         video memory benefit from more hardware acceleration (like for instance
         hw rescaling, hw blitting, etc...)
      * added two options to the directx video plugin to disable the above features.
         (mainly because my video driver is buggy and doesn't handle them well).
      
      * small cosmetic changes to the generation of the config file.
      
      * fix for config_GetHomeDir() on win32. SHGetFolderPath() is located in
         shfolder.dll not shell32.dll.
      * fix for the gtk preferences dialog box. To be sure that an int or float value
         is actually changed we call gtk_spin_button_update() in the
         GtkInt/FloatChanged() event handler.
      d55f5d62
    • Olivier Teulière's avatar
      · 49ec7385
      Olivier Teulière authored
       * Fixed my previous commit
      49ec7385
    • Olivier Teulière's avatar
      · 224ebd8d
      Olivier Teulière authored
       * New Network dialog box for Gtk and Gnome interfaces
      224ebd8d
  18. 12 May, 2002 1 commit
  19. 04 May, 2002 3 commits
  20. 03 May, 2002 1 commit
  21. 23 Apr, 2002 1 commit
    • Sam Hocevar's avatar
      * ./src/interface/main.c: tidied the help output code. · a6bccb1c
      Sam Hocevar authored
        * ALL: removed underscores from option names and made a few options more
          self-explanatory, for instance --input_channel becomes --audio-channel;
          run vlc -H to see what has changed.
        * ALL: replaced many occurences of "plugin" with the word "module".
        * ./src/interface/main.c: moved all satellite-specific configuration options
          to the satellite plugin.
        * ./po/*: updated translations.
      a6bccb1c
  22. 21 Apr, 2002 2 commits
    • Gildas Bazin's avatar
      · ce25f1e8
      Gildas Bazin authored
      * added config_GetFloatVariable() and config_PutFloatVariable() to the config
        module.
      * added a --zoom <float> config option.
      * added a call to RestoreCPUState() in InitIDCT() in idct_sparse.h so that the
        FPU is still available after a call to InitIDCT().
      * deactivate stream buffering when logging to a file.
      ce25f1e8
    • Sam Hocevar's avatar
      * ./po/*: re-ran make update-po, fixed a few translations. · b9d43101
      Sam Hocevar authored
        * ./po/fr.po: completed the french translation.
        * ./plugins/gtk/gtk.glade, ./plugins/gtk/gnome.glade: synchronized a few
          strings between the Gtk+ and GNOME modules to avoid duplicate translations.
      b9d43101
  23. 20 Apr, 2002 1 commit
    • Gildas Bazin's avatar
      · 43a3e590
      Gildas Bazin authored
      * the last category from the config options wasn't displayed.
      43a3e590
  24. 19 Apr, 2002 1 commit
    • Sam Hocevar's avatar
      · 4f6c862b
      Sam Hocevar authored
        * ALL: internationalized all configuration strings.
        * ./src/interface/main.c: we now set LC_CTYPE to get the right charset.
        * ./src/misc/configuration.c: lots of simplifications in the code.
        * ./po/vlc/pot: updated translations.
      4f6c862b
  25. 15 Apr, 2002 1 commit