An error occurred fetching the project authors.
  1. 19 Apr, 2013 2 commits
  2. 18 Sep, 2012 1 commit
  3. 27 May, 2012 1 commit
  4. 22 Oct, 2011 1 commit
  5. 20 Nov, 2009 1 commit
  6. 19 Nov, 2009 1 commit
  7. 27 Sep, 2009 1 commit
  8. 12 Jul, 2009 2 commits
  9. 14 Jun, 2009 1 commit
  10. 30 May, 2009 1 commit
  11. 03 Feb, 2009 1 commit
  12. 05 Nov, 2008 1 commit
    • Laurent Aimar's avatar
      Allow aout to grab vout_Request calls. · 337c8691
      Laurent Aimar authored
       Do not use vout_Request in aout_filter_t anymore but aout_filter_RequestVout.
       They have the same semantic but it will allows to control every vout creation
      from aout.
      337c8691
  13. 28 May, 2008 1 commit
  14. 24 Mar, 2006 1 commit
  15. 01 Feb, 2006 1 commit
  16. 12 Jan, 2006 1 commit
  17. 25 Aug, 2005 1 commit
  18. 09 Jul, 2005 1 commit
  19. 08 Jul, 2005 1 commit
  20. 16 Dec, 2004 1 commit
    • Clément Stenac's avatar
      · 906b68fe
      Clément Stenac authored
      Fix a bug with preferences
      Added some more names
      Use shortname to store the name
      906b68fe
  21. 20 Sep, 2003 1 commit
    • Laurent Aimar's avatar
      * all: clean up. · 3bc30b81
      Laurent Aimar authored
              use vout_Request to release the vout (so vout isn't closed when
              changing playlist item).
      3bc30b81
  22. 10 Sep, 2003 1 commit
  23. 08 Sep, 2003 1 commit
  24. 29 Aug, 2003 1 commit
    • Clément Stenac's avatar
      * effects.c : · eba02c65
      Clément Stenac authored
        - added a spectrum analyser
        options are:
      	-nb :  number of bands , 20 or 80 (80 is default)
      	-separ : how many blank pixels between bands (1 default)
      	-amp : vertical amplification ( 3 default)
      	-peaks: draw peaks ? (default 1)
      
        - improved options parsing
      
      * fft.c, fft.h :
      	FFT code mainly taken from XMMS (adapted coding style)
      
      * visual.c:
      	Sanity checks (users aren't stupid, are they ? )
      
      * LIST: updated the list
      eba02c65
  25. 19 Aug, 2003 1 commit
    • Clément Stenac's avatar
      * src/audio_output/input.c: forgot to free something · 6db05717
      Clément Stenac authored
      * modules/visualisation/visual/* :
      	visualization system. It supports multi-effects.
      At the moment:
      	-dummy (guess what ? it does nothing)
      	-scope (adapted and fixed from sam's one)
      	-random (displays random plots)
      Todo:
      	- spectrum analyser
      	- movement effects (rotations, scrolls,...)
      	- blur effect ?
      6db05717
  26. 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
  27. 30 Mar, 2003 2 commits
  28. 27 Feb, 2003 1 commit
    • Gildas Bazin's avatar
      · e853c4ee
      Gildas Bazin authored
      * ALL: i18n updates and fixes.
      e853c4ee
  29. 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
  30. 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
  31. 31 Jul, 2002 1 commit
  32. 23 Jul, 2002 1 commit
    • Stéphane Borel's avatar
      *first version of plugin for libdvdplay. To test it, you need to have · 8a430a88
      Stéphane Borel authored
       libdvdplay installed (available from videolan CVS), and request plugins
      compilation in the usual way:
      	--enable-dvdplay.
      Note that libdvdplay needs libdvdread and libdvdcss.
      
      Currently it has only been tested under linux, with gnome interface (optional)
      and xvideo output.
      
      What works (more or less):
       -DVD reading in some rare cases :) (title and menus),
       -Menu pause,
       -Seeking,
       -Selecting directly a specific title/chapter/angle,
       -Changing audio, sub-picture, angle during playback,
       -Interactive menus with mouse only.
      
      What is missing:
       -Menu buttons highlighting (needs spudec patch),
       -Keyboard interaction (needs a specific part in port specific plugins),
       -A specific interface to navigate through menus (needs that I move my ass),
       -Interactive menus won't work with other output plugins so long as they
        have not been patched to send mouse/keyboard events to vlc interface,
       -Whatever you need.
      
      Known bugs (bugs in libdvdplay mostly):
       -Seeking in some menus or intro titles (bad vobu map),
       -Read/seek error with some DVDs,
       -the configure needs tweaking,
       -numerous segfaults,
       -decoder/output modules locking error,
       -fuzzy colors in menus when spudec is active (default in menus).
      
      The plugin is not guaranteed to work anywhere outside my computer. If it break your, don't come and complain to me :).
      8a430a88
  33. 02 Jun, 2002 1 commit
    • 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
  34. 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
  35. 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
  36. 16 Apr, 2002 1 commit
  37. 06 Mar, 2002 1 commit