An error occurred fetching the project authors.
- 25 Sep, 2006 1 commit
-
-
Olivier Aubert authored
-
- 19 Jul, 2006 1 commit
-
-
Clément Stenac authored
-
- 29 Mar, 2006 1 commit
-
-
Clément Stenac authored
-
- 01 Feb, 2006 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Nov, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 25 Sep, 2005 1 commit
-
-
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
-
- 13 Aug, 2005 1 commit
-
-
Clément Stenac authored
-
- 10 Aug, 2005 1 commit
-
-
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.
-
- 29 Jan, 2005 1 commit
-
-
Clément Stenac authored
* Update the LIST * Coding style fixes
-
- 05 Oct, 2004 1 commit
-
-
Gildas Bazin authored
* modules/audio_output/portaudio.c: portaudio (www.portaudio.com) audio output plugin by Frédéric RUGET (frederic dot ruget at free dot fr).
-
- 21 Aug, 2004 1 commit
-
-
Olivier Teulière authored
-
- 08 Aug, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 06 Aug, 2004 1 commit
-
-
Gildas Bazin authored
-
- 26 May, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 24 May, 2004 1 commit
-
-
Jean-Paul Saman authored
-
- 25 Apr, 2004 1 commit
-
-
Clément Stenac authored
-
- 19 Apr, 2004 1 commit
-
-
Andre Pang authored
-
- 05 Jan, 2004 1 commit
-
-
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
-
- 06 Dec, 2003 1 commit
-
-
Jean-Paul Saman authored
-
- 17 Nov, 2003 1 commit
-
-
Derk-Jan Hartman authored
* modules/LIST: updated * Makefile.am: include new OS X art in the dist. * NEWS: updated * */.cvsignore: added and improved some of these. * modules/gui/macosx/prefs_widgets.?: - new config controls much like in the wxwindows module. not yet in use. - beware not tested irl. but it compiles :)
-
- 07 Nov, 2003 1 commit
-
-
Christophe Massiot authored
-
- 06 Nov, 2003 1 commit
-
-
Clément Stenac authored
-
- 22 Oct, 2003 1 commit
-
-
Gildas Bazin authored
* NEWS, modules/LIST: updated with the new features.
-
- 04 Oct, 2003 1 commit
-
-
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.
-
- 18 Sep, 2003 1 commit
-
-
Loïc Minier authored
deleted file encoder.c
-
- 29 Aug, 2003 1 commit
-
-
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
-
- 10 Aug, 2003 1 commit
-
-
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)
-
- 05 Aug, 2003 1 commit
-
-
Jean-Paul Saman authored
The familiar interface is now officially removed from VLC. The interface is superseeded by the PDA interface for handhelds. It uses Gtk+2 and can be built using the configure option '--enable-pda'.
-
- 31 Jul, 2003 1 commit
-
-
Jean-Paul Saman authored
-
- 23 Jul, 2003 1 commit
-
-
Jean-Paul Saman authored
-
- 09 Dec, 2002 1 commit
-
-
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 :)
-
- 21 Nov, 2002 1 commit
-
-
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.
-
- 18 Nov, 2002 1 commit
-
-
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)
-
- 23 Oct, 2002 1 commit
-
-
Gildas Bazin authored
* ALL: New ogg demux and vorbis codec modules for preliminary support of ogg/vorbis streams.
-
- 15 Sep, 2002 1 commit
-
-
Jean-Paul Saman authored
Porting video out plugin/builtin for Qt Embedded to CVS is not complete. (Please do not use it.)
-
- 06 Aug, 2002 1 commit
-
-
Christophe Massiot authored
conflicts with the modules/ directory.
-
- 22 Jul, 2002 1 commit
-
-
Jean-Paul Saman authored
-
- 02 Jun, 2002 1 commit
-
-
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.
-
- 30 Jan, 2002 1 commit
-
-
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
-
- 21 Jan, 2002 1 commit
-
-
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'.
-