1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

42 Commits

Author SHA1 Message Date
Jean-Baptiste Kempf
53422c232e Modules LIST update. 2007-05-12 19:17:56 +00:00
Pierre d'Herbemont
53e97358a2 Quartz (Mac OS X) subtitle renderer by Bernie Purcell. 2007-04-24 19:59:59 +00:00
Jean-Baptiste Kempf
e3d735fe55 update. Almost ok. 2007-04-01 13:21:58 +00:00
Jean-Baptiste Kempf
15835550fe LIST update (3) 2007-04-01 13:07:06 +00:00
Jean-Baptiste Kempf
eb33bc2c83 LIST update (2) 2007-04-01 12:51:09 +00:00
Jean-Baptiste Kempf
27630e1c49 LIST. update (1) 2007-04-01 12:37:17 +00:00
Olivier Aubert
4c5ad8e3f3 Remove CORBA module, which I is not used anymore (not even by me...) 2006-09-25 12:09:13 +00:00
Clément Stenac
5ca8805a8f Add support for modules help strings (Closes:#413) 2006-07-19 11:53:51 +00:00
Clément Stenac
408ffc7649 LIST update (287 modules now) 2006-03-29 14:02:00 +00:00
Rémi Denis-Courmont
72c90b247e French -> English 2006-02-01 19:32:40 +00:00
Jean-Paul Saman
7c4f6bbad3 Digital Video (Firewire/IEEE1394/I-Link) input for Camcorders 2005-11-23 02:27:58 +00:00
Boris Dorès
036c9c5232 - the creation of the audio filter pipeline when specifying user audio
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
2005-09-25 16:49:40 +00:00
Clément Stenac
fb4297bd14 Update modules list 2005-08-13 18:44:31 +00:00
Jean-Paul Saman
26e6004689 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.
2005-08-10 22:08:50 +00:00
Clément Stenac
44d19ee25e * A few string and organization fixes in preferences
* Update the LIST
* Coding style fixes
2005-01-29 15:22:53 +00:00
Gildas Bazin
cb40249314 * modules/audio_output/portaudio.c: portaudio (www.portaudio.com) audio output plugin by Frédéric RUGET (frederic dot ruget at free dot fr). 2004-10-05 08:10:34 +00:00
Olivier Teulière
7253e7389e Removed the old skins plugin 2004-08-21 11:34:33 +00:00
Derk-Jan Hartman
8525ef0aec * modules/LIST: long time since it was updated 2004-08-08 10:14:25 +00:00
Gildas Bazin
7e6650a16c * modules/LIST, modules/access/dvb/access.c: removed references to ts2/ps2. 2004-08-06 13:50:05 +00:00
Derk-Jan Hartman
09c86cf0c2 * enable mjpeg module and add to LIST 2004-05-26 23:19:53 +00:00
Jean-Paul Saman
5f50f22848 HD1000 video output 2004-05-24 20:12:27 +00:00
Clément Stenac
a6d67949e9 Updated 2004-04-25 16:07:15 +00:00
Andre Pang
84cad9ba86 * Added Continuous Media Markup Language (CMML) codec 2004-04-19 02:08:52 +00:00
Clément Stenac
85c7ea2e8e * ALL: playlist API changes
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
2004-01-05 13:07:03 +00:00
Jean-Paul Saman
25cada61ac Updating with info for upcoming Opie interface. 2003-12-06 22:47:37 +00:00
Derk-Jan Hartman
1672cb91be * THANKS: hungarian translator and designer of OSX intf controller added
* 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 :)
2003-11-17 06:31:22 +00:00
Christophe Massiot
c986d9702c * Updated documentation. 2003-11-07 13:31:26 +00:00
Clément Stenac
1250236d84 Sync with latest changes 2003-11-06 22:23:27 +00:00
Gildas Bazin
0ca852db5d * NEWS, modules/LIST: updated with the new features. 2003-10-22 21:08:15 +00:00
Gildas Bazin
fd05dc698e * 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.
2003-10-04 18:55:13 +00:00
Loïc Minier
2c8eb4055b * modules/LIST, modules/video_output/Modules.am: removed references to
deleted file encoder.c
2003-09-18 16:46:02 +00:00
Clément Stenac
eba02c65a8 * effects.c :
- 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
2003-08-29 16:56:43 +00:00
Clément Stenac
e73a02832a * modules/LIST: Updated all modules
* 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)
2003-08-10 12:45:52 +00:00
Jean-Paul Saman
dce7d833c3 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'. 2003-08-05 11:54:11 +00:00
Jean-Paul Saman
f79c8d434c Updated LIST of modules and configuration options for building. 2003-07-31 15:31:58 +00:00
Jean-Paul Saman
7f661cb300 Interface for Familiar v0.7 and GPE. This interface is based on gtk2 libaries. 2003-07-23 22:02:56 +00:00
Boris Dorès
84ae579e4f - new headphone channel mixer with virtual spatialization effect : This
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 :)
2002-12-09 00:52:42 +00:00
Gildas Bazin
e9e8b069d0 * 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.
2002-11-21 21:37:46 +00:00
Gildas Bazin
62fd02558e * 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)
2002-11-18 13:02:16 +00:00
Gildas Bazin
bfc4f0f588 * ALL: New ogg demux and vorbis codec modules for preliminary support of
ogg/vorbis streams.
2002-10-23 23:17:45 +00:00
Jean-Paul Saman
ba57d25b17 Configure option --enable-qte works now (default is disabled).
Porting video out plugin/builtin for Qt Embedded to CVS is not complete. (Please do not use it.)
2002-09-15 20:54:12 +00:00
Christophe Massiot
bc45ea42f1 Removed the MODULES file, because on case-insensitive filesystems, it
conflicts with the modules/ directory.
2002-08-06 20:04:26 +00:00