An error occurred fetching the project authors.
  1. 02 Mar, 2004 1 commit
  2. 26 Feb, 2004 1 commit
  3. 09 Feb, 2004 2 commits
  4. 26 Jan, 2004 1 commit
    • Eric Petit's avatar
      All: attempt for an OpenGL video output for OS X. Enable --macosx-opengl · cdde0c12
      Eric Petit authored
       to give it a try (QT is the default method).
        + Known issues: no fullscreen yet, memory leaks, ugly code, ...
        + Known goodies: it's a few % faster than QT here (playing a DVD). If
            experienced OpenGL and Altivec programmers could have a look and
            give some advice, I guess the performance increase might become
            noticeable.
      cdde0c12
  5. 25 Jan, 2004 2 commits
  6. 08 Dec, 2003 1 commit
    • Gildas Bazin's avatar
      · b2149863
      Gildas Bazin authored
      * ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.)
      * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
      b2149863
  7. 17 Jun, 2003 1 commit
    • Gildas Bazin's avatar
      · 0f0a0c68
      Gildas Bazin authored
      * modules/*: got rid of empty module objects.
      * modules/gui/wxwindows/preferences.cpp: fixed the config options display for submodules.
      0f0a0c68
  8. 06 Jun, 2003 2 commits
  9. 24 May, 2003 1 commit
  10. 20 May, 2003 1 commit
  11. 15 May, 2003 1 commit
  12. 09 May, 2003 1 commit
    • Derk-Jan Hartman's avatar
      * modules/gui/macosx/prefs.m: · d1c3c6fa
      Derk-Jan Hartman authored
        - possibly fixed a crash situation when clicking the OK button (not sure though)
      * modules/gui/macosx/macosx.m:
        - made the transparency option an advanced option.
      d1c3c6fa
  13. 01 May, 2003 1 commit
    • Derk-Jan Hartman's avatar
      * modules/gui/macosx/macosx.m · 8403fa0b
      Derk-Jan Hartman authored
        - added a macosx-float config option
        - changed 'opaqueness' into 'macosx-opaqueness'
      * modules/gui/macosx/vout.?
        - let vout respect 'float' on top option.
        - added a toggle function to toggle float on top.
      ALL:
        - menuitem and corresponding code for float on top.
      8403fa0b
  14. 19 Apr, 2003 1 commit
  15. 30 Mar, 2003 2 commits
  16. 23 Feb, 2003 1 commit
  17. 20 Feb, 2003 1 commit
    • Sigmund Augdal Helberg's avatar
      * include/configuration.h: added a new flag to the configuration stucture to · 5a13b475
      Sigmund Augdal Helberg authored
      indicate wether it is an "advanced" option or not. The goal with this is to
      hide the user from all the strange options that very seldom needs to be
      changed. added an extra argument to all the add_* macros to indicate wether
      the item is advanced or not.
      * src/libvlc.h: added an "show advanced options" config option default
      disabled
      * src/libvlc.c: the advanced options are not listed by vlc --help and
      friends unless --advanced is used
      * modules/gtk/preferences.c: the gtk/gnome preferences dialog don't show
      advanced options unless advanced is set
      all: set the advanced flag to VLC_FALSE or VLC_TRUE for all options, by
      using some common sense. Please check and correct
      
      note: All interfaces should still work like they used to, see the change in
      modules/gtk/preferences.c to find out how to "hide" options.
      
      second note: I think I've changed all the modules, but I could not test
      everyone for compilation, expect some broken modules (the fix is to add ",
      VLC_TRUE" as last argument to the add_* I forgot)
      5a13b475
  18. 15 Jan, 2003 1 commit
  19. 04 Aug, 2002 1 commit
    • Sam Hocevar's avatar
      * ./modules/*: moved plugins to the new tree. Yet untested builds include · 19ea8feb
      Sam Hocevar authored
          waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules.
        * ALL: removed mention of AC3 in favour of A52.
        * ./configure.in, ./Makefile*: modules can now be built deeper than 1
          directory. As a consequence, the build is even slower (but I'm fixing
          this) and make clean doesn't work anymore.
      19ea8feb
  20. 31 Jul, 2002 1 commit
  21. 08 Jun, 2002 1 commit
  22. 01 Jun, 2002 1 commit
    • 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
  23. 12 May, 2002 1 commit
    • Christophe Massiot's avatar
      * Fixed menus [Mac OS X port] · 4bef8ffb
      Christophe Massiot authored
      * Objective-C files are now .m
      * Fixed a major bug in the spu decoder
      * Disabled auto-hiding of mouse cursor since it doesn't work when browsing
        menus ; instead, click in the video window
      4bef8ffb
  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. 18 Feb, 2002 1 commit
  26. 21 Jan, 2002 1 commit
    • Sam Hocevar's avatar
      · ddec0b93
      Sam Hocevar authored
        * ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
        * ./config.guess ./config.sub: latest GNU versions.
        * ./configure.in: when possible, xvideo is compiled as a plugin.
        * ./vlc.spec: fixed a few minor inaccuracies.
        * ./debian/control: vlc-gui is no longer depended on, but rather recommended.
        * ./src/interface/main.c: --spumargin flag; use this to force displaying
          subtitles at the bottom of the screen instead of putting them in the
          middle, for instance: `--spumargin 5'.
      ddec0b93
  27. 19 Jan, 2002 1 commit
    • Gildas Bazin's avatar
      · 85523bcf
      Gildas Bazin authored
      * Converted the plugin initialization code of the macosx, beos and qnx
          code. (please note that they should still not compile as they need
          to be adapted to the new Vout4 architecture)
      85523bcf
  28. 30 Dec, 2001 1 commit
    • Sam Hocevar's avatar
      · cc0f0bb6
      Sam Hocevar authored
      Some heavy changes today:
        * Removed duplicate function checks from configure.in.
        * Added extra magic to Makefile.modules so that the module Makefiles
          are now ridiculously simple. And I mean *simple*. Check it! This will
          make a possible switch to full autoconf/automake a lot easier.
        * Added the vlc version name to the plugin symbols, to be sure we only load
          plugins with the same version number. A nasty consequence is that you
          need to rebuild your tree after midnight if you are using a CVS tree :-)
        * Got rid of modules_export.h by #defining exported functions in the same
          header as their prototype.
        * Added modules_inner.h and other commonly used .h files to common.h so
          there are less and less files to include, and renamed common.h to
          <videolan/vlc.h>.
        * First modifications to the module handling system towards my ultimate
          goal to get rid of the *_Probe functions. Got rid of TestMethod and
          TestCPU, as well as src/misc/tests.c.
        * Wrote the chroma plugin handling functions. No YUV functions have been
          ported yet because it'ls a lot of work, but the core system works, I
          tried it with a naive yv12->rgb16 plugin (which will disappear when the
          real functions are ready).
        * Made a lot of functions in dvd_summary.c one-liners to avoid wasting
          too many output lines.
        * Fixed a segfault in input_dvd.c:DVDInit.
        * Added a fixfiles.sh script in plugins/gtk to be run after Glade has
          generated its C files.
        * Did some work on the KDE interface to make it suck a bit less. It still
          segfaults, but at least it runs and it looks less ugly.
        * RGB SDL rendering works again, though in 16bpp only.
        * Made plugins/vcd/linux_cdrom_tools.c independent of any vlc structure
          so that it'll be easily put in a library. Maybe libdvdcss?
        * Fixed VCD date display.
        * Merged vout_xvideo.c, vout_x11.c and vout_common.c into xcommon.c.
        * Wrote non-Shm XVideo output.
        * Made X11 output work again. Still pretty unstable, only works for 16bpp.
        * Additional french translation in po/fr.po. Any taker for the rest?
        * Fixed a segfault in video_output.c when the allocated pictures were
          not direct buffers.
        * If $DISPLAY isn't set, don't try to run the Gtk+ interface.
        * Replaced 48x48 .xpm images with 32x32 ones to conform to Debian policy
          (Closes Debian bug #126939).
        * Removed the automatic ./configure launch when running `make all' for
          the first time.
      
      Stuff currently more broken than it ought to be:
        * The wall filter. Being fixed.
        * x11 and sdl plugins for depth != 16bpp.
        * Software YUV.
        * gvlc, gnome-vlc, kvlc shortcuts. Use --intf instead for the moment.
      cc0f0bb6
  29. 09 Dec, 2001 1 commit
    • Sam Hocevar's avatar
      · 2be07191
      Sam Hocevar authored
        * COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground
          for my nevrotic and destructive pulsions during the next few hours!
      
        * If you want to test vlc, please use the v0_2_92_branch branch.
      
        * Stuff currently working:
           - direct to YUV buffer decoding
           - non-ugly subtitle blending
           - XVideo and SDL video output
      
        * Stuff currently utterly broken:
           - aspect ratio
           - software rendering (ie, all other video output plugins)
      
        * Additional misc changes:
           - Renamed spu_dec to spudec and mad_adec to mad to stay coherent with
             other plugins. Also, renamed mpeg to mpeg_system.
           - Added jobi to the AUTHORS file.
           - Factored code common to vout_x11.c and vout_xvideo.c.
      2be07191
  30. 29 Nov, 2001 1 commit
  31. 30 Oct, 2001 1 commit
  32. 08 Oct, 2001 1 commit
  33. 30 May, 2001 1 commit
    • Sam Hocevar's avatar
      · 440f9992
      Sam Hocevar authored
        * Fixed the BeOS compile typo.
        * The ALSA plugin is back.
        * A gift for Gildas: plugins don't rely on backlinking any more. The
          drawback is the dirty magic in include/modules_export.h which has to
          be included whenever a module needs one of the functions in it. But
           a) we should less and less rely on those functions
           b) no plugin code modification was needed
      
         The BeOS and MacOS X modules may be broken when compiled as plugins,
         I'll check this later when I can reboot under BeOS.
      440f9992
  34. 06 Apr, 2001 1 commit
  35. 21 Mar, 2001 1 commit
    • Sam Hocevar's avatar
      · 4f551c2b
      Sam Hocevar authored
        * Header cleaning: filled all empty authors fields, added CVS $Id stuff.
        * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>.
        * Fixes to configure.in, Makefile.in and main.c (Altivec detection)
          by Eugenio Jarosiewicz <ej0@cise.ufl.edu>.
        * Added Colin and Eugenio to the AUTHORS file.
      4f551c2b
  36. 18 Mar, 2001 1 commit
    • Sam Hocevar's avatar
      · 74e5b40a
      Sam Hocevar authored
        * Forgot to remove a prototype when creating skeleton plugin.
      74e5b40a