An error occurred fetching the project authors.
  1. 25 Sep, 2006 1 commit
  2. 19 Jul, 2006 1 commit
  3. 29 Mar, 2006 1 commit
  4. 01 Feb, 2006 1 commit
  5. 23 Nov, 2005 1 commit
  6. 25 Sep, 2005 1 commit
    • Boris Dorès's avatar
      - the creation of the audio filter pipeline when specifying user audio · 036c9c52
      Boris Dorès authored
        channel mixers was broken (again) in 0.8.1 and 0.8.2; hopefully this
        will fix it for good, by allowing audio filters to request a specific
        format rather than imposing them an arbitrary one
      - various other small fixes in the audio output core
      - option to force detection of Dolby Surround
      - simple module to decode Dolby Surround
      - increase spatialization with two center speakers and fix channel
        order for 7.1 streams in the headphone channel mixer
      036c9c52
  7. 13 Aug, 2005 1 commit
  8. 10 Aug, 2005 1 commit
    • Jean-Paul Saman's avatar
      Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu... · 26e60046
      Jean-Paul Saman authored
      Forward port of branches/0.8.1-jpsaman-thedj revision 12070. The OSD menu subsystem consists of two parts a core part (src/osd, include/vlc_osd.h) and a subfilter (modules/video_filter/osdmenu.c). The OSD menu can be used locally or it can be streamed. It depends on the way the functionality is called from the vlc commandline. Currently there is only one way to make the subpictures appear on the video and that is through the rc-interface. The following commands are supported by it: "menu on" (show OSD menu), "menu off" (hide OSD menu), "menu left" (highlight button on the left), "menu right" (highlight button on the right), "menu up" (highlight button above), "menu down" (highlight button below) or "menu select" (perform hotkey action). When there is no button on the left, right, up or down then the menu-command will be ignored.
      
      To stream use a commandline similar to this:
      
      ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg --extraintf rc --sout '#transcode{sfilter=osdmenu}:std{mux=ts,access=udp,url=127.0.0.1:1234}' -vvvv
      
      For local playback a commandline like this is needed:
      
      ./vlc dvdsimple:///dev/dvd --sub-filter=osdmenu --osdmenu-file=share/osdmenu/default.cfg -vvvv
      
      Have fun with the basic functionality - jpsaman.
      
      26e60046
  9. 29 Jan, 2005 1 commit
  10. 05 Oct, 2004 1 commit
  11. 21 Aug, 2004 1 commit
  12. 08 Aug, 2004 1 commit
  13. 06 Aug, 2004 1 commit
  14. 26 May, 2004 1 commit
  15. 24 May, 2004 1 commit
  16. 25 Apr, 2004 1 commit
  17. 19 Apr, 2004 1 commit
  18. 05 Jan, 2004 1 commit
    • Clément Stenac's avatar
      * ALL: playlist API changes · 85c7ea2e
      Clément Stenac authored
      What may be broken (untested):
      ------------------------------
         - Theora and Speex decoders
         - some interfaces
         - VCDX and CDDAX access
      
      The problems shouldn't hopefully excess compilation glitches.
      (removal of AddExt, of psz_author, and prototype of Add)
      
      Additionnaly, interfaces that do not support item-change will have
      update problems.
      
      * Updated modules list
      85c7ea2e
  19. 06 Dec, 2003 1 commit
  20. 17 Nov, 2003 1 commit
  21. 07 Nov, 2003 1 commit
  22. 06 Nov, 2003 1 commit
  23. 22 Oct, 2003 1 commit
    • Gildas Bazin's avatar
      · 0ca852db
      Gildas Bazin authored
      * NEWS, modules/LIST: updated with the new features.
      0ca852db
  24. 04 Oct, 2003 1 commit
    • Gildas Bazin's avatar
      · fd05dc69
      Gildas Bazin authored
      * modules/access/vcdx/*: Brand new VCD input module using libcdio, libvcd and libvcdinfo. Courtesy of Rocky Bernstein.
      * modules/access/cddax.c: Brand new CDDA input module using libcdio. Courtesy of Rocky Bernstein.
      * modules/LIST: update.
      fd05dc69
  25. 18 Sep, 2003 1 commit
  26. 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
  27. 10 Aug, 2003 1 commit
    • Clément Stenac's avatar
      * modules/LIST: Updated all modules · e73a0283
      Clément Stenac authored
      * modules/list.sh: piggy list consistency checker
       (should probably be added to toolbox or trashed)
      
      * modules/access/slp.c : Fixed service detection
      	(findsrvtypes returns a comma-separated list of services)
      e73a0283
  28. 05 Aug, 2003 1 commit
  29. 31 Jul, 2003 1 commit
  30. 23 Jul, 2003 1 commit
  31. 09 Dec, 2002 1 commit
    • Boris Dorès's avatar
      - new headphone channel mixer with virtual spatialization effect : This · 84ae579e
      Boris Dorès authored
        effect should give you the feeling that you stands in a real room with
        a complete 5.1 speaker set when using only a headphone, providing a
        more realistic sound experience. It should also be more comfortable
        and less tiring when listening to music for long periods of time.It
        works with any source format from mono to 5.1.
      
        -> please try it and feel free to give me some feedback. Some
           improvements are already planned (adding echo, more configuration
           options, ...).
      
      NB: whereas the filter itself is in a (very first) stable version, the
          way it is integrated to the filter chain is only a _temporary_ hack
          since it's the audio ouput core (input.c actually) which is directly
          responsible for it. Integrating it in a more suitable way will
          probably require some work on the way the filters are selected as
          well as on the configuration level, but I'm working on it :)
      84ae579e
  32. 21 Nov, 2002 1 commit
    • Gildas Bazin's avatar
      · e9e8b069
      Gildas Bazin authored
      * modules/codec/Modules.am, configure.ac.in, modules/codec/vorbis.c: added
         a tremor decoder module using libvorbisidec (aka tremor) from xiph.org.
         This module allows decoding vorbis audio on hardware without a fpu
         (--enable-tremor).
      
      * modules/LIST: added entries for tremor and theora.
      e9e8b069
  33. 18 Nov, 2002 1 commit
    • Gildas Bazin's avatar
      · 62fd0255
      Gildas Bazin authored
      * added a wxwindows interface using the wxWindows cross-platform GUI framework.
         The interface is quite basic for now but should be functional anyway.
         (you need to have wxWindows >= 2.3.0 installed to use this plugin)
      62fd0255
  34. 23 Oct, 2002 1 commit
    • Gildas Bazin's avatar
      · bfc4f0f5
      Gildas Bazin authored
      * ALL: New ogg demux and vorbis codec modules for preliminary support of
         ogg/vorbis streams.
      bfc4f0f5
  35. 15 Sep, 2002 1 commit
  36. 06 Aug, 2002 1 commit
  37. 22 Jul, 2002 1 commit
  38. 02 Jun, 2002 1 commit
    • 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
  39. 30 Jan, 2002 1 commit
    • Sam Hocevar's avatar
      · d3154bfb
      Sam Hocevar authored
        * Fixed stuff in the wall filter. Extended syntax:
           --filter wall         % open a wall (3x3 is the default value)
           --filter wall:2       % open a 2x2 wall
           --filter wall:3x2     % open a 3x2 wall
           --filter wall:2x1:0   % open a 2x1 wall, only display block 0
           --filter wall:2:0,3   % open a 2x2 wall, only display blocks 0 and 3
          For instance, if you have 2 computers listening to a network stream, on
          the left computer you use --filter wall:2x1:0 and on the right computer
          you use --filter wall:2x1:1
      d3154bfb
  40. 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