]> git.sesse.net Git - vlc/log
vlc
19 years ago* access/dvdread.c: misc improvements/fixes.
Gildas Bazin [Sun, 27 Jun 2004 13:32:07 +0000 (13:32 +0000)]
* access/dvdread.c: misc improvements/fixes.
* modules/access/dvdnav.c: chapters start from 1.
* modules/gui/wxwindows/menus.cpp: removed debug message.

19 years ago* src/input/input.c:
Gildas Bazin [Sun, 27 Jun 2004 10:19:23 +0000 (10:19 +0000)]
* src/input/input.c:
  + fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT.
  + a few coding style changes.
* input/var.c:
  + use the descriptive name for titles/chapters if available.

19 years ago* modules/access/dvdread.c: titles and chapters start from 1.
Gildas Bazin [Sun, 27 Jun 2004 10:16:57 +0000 (10:16 +0000)]
* modules/access/dvdread.c: titles and chapters start from 1.

19 years ago* modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under...
Gildas Bazin [Sat, 26 Jun 2004 18:40:54 +0000 (18:40 +0000)]
* modules/gui/skins2/controls/ctrl_image.cpp: fixed the infamous popup bug under x11.

19 years ago* modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager...
Gildas Bazin [Sat, 26 Jun 2004 17:01:16 +0000 (17:01 +0000)]
* modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.

19 years ago* modules/gui/skins2/*: removed a couple of fixme
Gildas Bazin [Sat, 26 Jun 2004 16:15:27 +0000 (16:15 +0000)]
* modules/gui/skins2/*: removed a couple of fixme

19 years ago src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm
Gildas Bazin [Sat, 26 Jun 2004 15:27:27 +0000 (15:27 +0000)]
 src/playlist/playlist.c, modules/gui/skins2/src/skin_main.cpp: hmmm

19 years ago* src/misc/modules.c: got rid of unused variable.
Gildas Bazin [Sat, 26 Jun 2004 15:19:31 +0000 (15:19 +0000)]
* src/misc/modules.c: got rid of unused variable.

19 years ago* src/misc/modules.c: module_Need() probed sub-modules twice.
Gildas Bazin [Sat, 26 Jun 2004 15:18:06 +0000 (15:18 +0000)]
* src/misc/modules.c: module_Need() probed sub-modules twice.
* playlist/playlist.c: with autodeletion, destroy the input before deleting the playlist item (shared data between both).

19 years ago* modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.
Gildas Bazin [Sat, 26 Jun 2004 14:43:11 +0000 (14:43 +0000)]
* modules/gui/skins2/src/skin_main.cpp: small cleanup to the skins loader demux.

19 years ago * ctrl_button.cpp : handle double click events too
Cyril Deguet [Fri, 25 Jun 2004 22:47:56 +0000 (22:47 +0000)]
 * ctrl_button.cpp : handle double click events too

19 years ago * vlc_input: removed unused p_sys.
Laurent Aimar [Fri, 25 Jun 2004 20:46:11 +0000 (20:46 +0000)]
 * vlc_input: removed unused p_sys.

19 years ago* dvdnav <-> dvdplay contrib
Derk-Jan Hartman [Fri, 25 Jun 2004 19:44:48 +0000 (19:44 +0000)]
* dvdnav <-> dvdplay contrib

19 years ago * subtitle: removed debug message.
Laurent Aimar [Fri, 25 Jun 2004 18:55:14 +0000 (18:55 +0000)]
 * subtitle: removed debug message.

19 years ago * subtitle: compilation fix.
Laurent Aimar [Fri, 25 Jun 2004 18:41:15 +0000 (18:41 +0000)]
 * subtitle: compilation fix.

19 years ago * sub ->subtitle : converted sub.c to a 'real' demux2.
Laurent Aimar [Fri, 25 Jun 2004 18:35:56 +0000 (18:35 +0000)]
 * sub ->subtitle : converted sub.c to a 'real' demux2.
 * input.c: added basic multi-input support for subtitle.
 * avi, mp4: don't exit anymore when no es selected.

19 years ago* modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is...
Gildas Bazin [Fri, 25 Jun 2004 14:31:52 +0000 (14:31 +0000)]
* modules/video_output/directx/*: added a "wallpaper" mode (only when overlay is available).
* modules/gui/wxwindows/menus.cpp: wallpaper entry in the menu.

19 years ago* gui/wxwindows/open.cpp: removed deprecated DVD entries.
Gildas Bazin [Fri, 25 Jun 2004 14:25:27 +0000 (14:25 +0000)]
* gui/wxwindows/open.cpp: removed deprecated DVD entries.
* access/dvdread.c: added dvdsimple shortcut.

19 years ago * m4/vlc.m4 configure.ac:
Sam Hocevar [Fri, 25 Jun 2004 12:21:32 +0000 (12:21 +0000)]
  * m4/vlc.m4 configure.ac:
    + Moved the shared object suffix detection to vlc.m4.
    + Replaced AX_* macros with VLC_* macros.

19 years ago * modules/control/corba/Modules.am:
Sam Hocevar [Fri, 25 Jun 2004 12:20:20 +0000 (12:20 +0000)]
  * modules/control/corba/Modules.am:
    + Play nicely with recent automake versions.

19 years ago* src/input/input.c: win32 compilation fix.
Gildas Bazin [Fri, 25 Jun 2004 09:57:27 +0000 (09:57 +0000)]
* src/input/input.c: win32 compilation fix.

19 years agoconfigure.ac: forgot a reference to modules/access/dvdread
Gildas Bazin [Fri, 25 Jun 2004 00:18:47 +0000 (00:18 +0000)]
configure.ac: forgot a reference to modules/access/dvdread

19 years ago* demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.
Gildas Bazin [Fri, 25 Jun 2004 00:16:48 +0000 (00:16 +0000)]
* demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in the access directory.

19 years ago* modules/access/dvdread, modules/access/dvdread.c:
Gildas Bazin [Fri, 25 Jun 2004 00:09:41 +0000 (00:09 +0000)]
* modules/access/dvdread, modules/access/dvdread.c:
  + major rewrite of the dvdread module.
  + dvdread is now an access_demux module.

19 years ago* configure.ac, modules/access/dvd, modules/access/dvdplay:
Gildas Bazin [Thu, 24 Jun 2004 23:51:14 +0000 (23:51 +0000)]
* configure.ac, modules/access/dvd, modules/access/dvdplay:
  + removed dvdplay module which was deprecated in favor of the dvdnav one.
  + removed dvd module which is going to be replace with a new dvdread one.

19 years ago * input.c: fixed play/pause + cosmetics.
Laurent Aimar [Thu, 24 Jun 2004 22:21:36 +0000 (22:21 +0000)]
 * input.c: fixed play/pause + cosmetics.

19 years ago * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.
Laurent Aimar [Thu, 24 Jun 2004 22:19:29 +0000 (22:19 +0000)]
 * demux.c: added new DEMUX_* queries to demux2_vaControlHelper.

19 years ago * vlc_input: added missing fields for multi-input (nothing working yet).
Laurent Aimar [Thu, 24 Jun 2004 22:18:33 +0000 (22:18 +0000)]
 * vlc_input: added missing fields for multi-input (nothing working yet).

20 years ago macosx/macosx.m: fixed macosx-opengl-effect string list
Eric Petit [Wed, 23 Jun 2004 21:40:01 +0000 (21:40 +0000)]
 macosx/macosx.m: fixed macosx-opengl-effect string list

20 years ago * stream.c: fixed a problem with peek.
Laurent Aimar [Wed, 23 Jun 2004 20:42:07 +0000 (20:42 +0000)]
 * stream.c: fixed a problem with peek.

20 years ago* src/input: update ES object vars when an ES is removed + some coding style changes.
Gildas Bazin [Wed, 23 Jun 2004 20:24:01 +0000 (20:24 +0000)]
* src/input: update ES object vars when an ES is removed + some coding style changes.

20 years ago* modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.
Gildas Bazin [Wed, 23 Jun 2004 20:20:39 +0000 (20:20 +0000)]
* modules/demux/dvdnav.c: added "dvd" shortcut and removed old TODO list.

20 years ago* modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.
Gildas Bazin [Wed, 23 Jun 2004 19:42:20 +0000 (19:42 +0000)]
* modules/demux/dvdnav.c: work-around for libdvdnav cvs + a few coding style changes.

20 years ago * es_out: fixed a bug preventing re-selecting an ES.
Laurent Aimar [Wed, 23 Jun 2004 18:52:06 +0000 (18:52 +0000)]
 * es_out: fixed a bug preventing re-selecting an ES.

20 years ago* all: - added a boolean "seekable" object variable to p_input.
Laurent Aimar [Wed, 23 Jun 2004 17:49:26 +0000 (17:49 +0000)]
* all: - added a boolean "seekable" object variable to p_input.
 (becarefull, it's just if you can seek or not, and not if you have to
 display the progress bar, for thet last you have to check if "position"
 value get != 0.0 )
       - added "audio-delay" and "spu-delay" object variables to delay
 audio/spu to the video. They can be changed on the fly (untested).
       - renamed INPUT__GET/SET_SUBDELAY into
 INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
 (wrapper to "audio-delay" and "spu-delay")
 - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
them, a demuxer should export DEMUX_GET_META and not using them.

20 years ago* modules/demux/m3u.c: allocate buffer for stream_Read().
Gildas Bazin [Wed, 23 Jun 2004 13:58:02 +0000 (13:58 +0000)]
* modules/demux/m3u.c: allocate buffer for stream_Read().
* src/input/stream.c: fixed detection of EOF.

20 years ago* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.
Gildas Bazin [Wed, 23 Jun 2004 11:32:59 +0000 (11:32 +0000)]
* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed vcd.

20 years ago* OSX compiles again (BEWARE it is still SEVERELY broken)
Derk-Jan Hartman [Wed, 23 Jun 2004 10:29:30 +0000 (10:29 +0000)]
* OSX compiles again (BEWARE it is still SEVERELY broken)

20 years ago* src/input/input.c: win32 fix.
Gildas Bazin [Wed, 23 Jun 2004 10:13:05 +0000 (10:13 +0000)]
* src/input/input.c: win32 fix.

20 years ago* modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.
Gildas Bazin [Wed, 23 Jun 2004 10:12:41 +0000 (10:12 +0000)]
* modules/gui/ncurses.c, modules/gui/wxwindows/wizard.cpp: compilation fixes.

20 years agoFix id3 and id3tag (using meta)
Clément Stenac [Wed, 23 Jun 2004 10:00:21 +0000 (10:00 +0000)]
Fix id3 and id3tag (using meta)

20 years ago * Fix for DTS over SPDIF stuttering. Someone please review.
Jon Lech Johansen [Wed, 23 Jun 2004 03:15:08 +0000 (03:15 +0000)]
  * Fix for DTS over SPDIF stuttering. Someone please review.

20 years ago * livedotcom: begin support of PAUSE. It doesn't work yet, resume
Laurent Aimar [Tue, 22 Jun 2004 23:17:02 +0000 (23:17 +0000)]
 * livedotcom: begin support of PAUSE. It doesn't work yet, resume
always restarts from the start :(

20 years ago* configure.ac: disabled stream_out_display for now.
Gildas Bazin [Tue, 22 Jun 2004 22:21:12 +0000 (22:21 +0000)]
* configure.ac: disabled stream_out_display for now.

20 years agoRe-enable dynamic plugins
Clément Stenac [Tue, 22 Jun 2004 21:55:57 +0000 (21:55 +0000)]
Re-enable dynamic plugins

20 years ago* modules/gui/skins / skins2: compilation fixes.
Gildas Bazin [Tue, 22 Jun 2004 21:55:50 +0000 (21:55 +0000)]
* modules/gui/skins / skins2: compilation fixes.

20 years ago ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.
Gildas Bazin [Tue, 22 Jun 2004 21:22:13 +0000 (21:22 +0000)]
 ALL: a bunch of compilation fixes + disabled plugins that don't compile anymore.

20 years ago * speex: missing <vlc/input.h> include.
Laurent Aimar [Tue, 22 Jun 2004 20:32:10 +0000 (20:32 +0000)]
 * speex: missing <vlc/input.h> include.

20 years ago * Makefile.am: updated.
Laurent Aimar [Tue, 22 Jun 2004 20:19:31 +0000 (20:19 +0000)]
 * Makefile.am: updated.

20 years ago input_internal: lalala .
Laurent Aimar [Tue, 22 Jun 2004 20:10:17 +0000 (20:10 +0000)]
 input_internal: lalala .

20 years ago * vlc_stream.h : oops again.
Laurent Aimar [Tue, 22 Jun 2004 20:09:22 +0000 (20:09 +0000)]
 * vlc_stream.h : oops again.

20 years ago * vlc_es_out.h: oops ;)
Laurent Aimar [Tue, 22 Jun 2004 20:07:34 +0000 (20:07 +0000)]
 * vlc_es_out.h: oops ;)

20 years ago * vorbis: compilation fix.
Laurent Aimar [Tue, 22 Jun 2004 20:02:47 +0000 (20:02 +0000)]
 * vorbis: compilation fix.

20 years ago * configure.ac: removed access2, demux2, demuxdump, mpeg_system.
Laurent Aimar [Tue, 22 Jun 2004 19:49:25 +0000 (19:49 +0000)]
 * configure.ac: removed access2, demux2, demuxdump, mpeg_system.

20 years ago * access2, demux2: not needed anymore.
Laurent Aimar [Tue, 22 Jun 2004 19:46:10 +0000 (19:46 +0000)]
 * access2, demux2: not needed anymore.

20 years ago * configure.ac: disable plugins that can't compile anymore:
Laurent Aimar [Tue, 22 Jun 2004 19:43:37 +0000 (19:43 +0000)]
 * configure.ac: disable plugins that can't compile anymore:
    - dvd, dvdread, dvdplay, vcdx, cddax
    - gtk, gnome, qt, kde
   There are others in this case, specially interface that I can't test.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:35:15 +0000 (19:35 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:35:01 +0000 (19:35 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:34:44 +0000 (19:34 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:34:20 +0000 (19:34 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:34:01 +0000 (19:34 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:33:30 +0000 (19:33 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:33:06 +0000 (19:33 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:31:54 +0000 (19:31 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:31:14 +0000 (19:31 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:30:54 +0000 (19:30 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:30:31 +0000 (19:30 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:29:57 +0000 (19:29 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:29:37 +0000 (19:29 +0000)]
 * all: rework of the input.

20 years ago * all: rework of the input.
Laurent Aimar [Tue, 22 Jun 2004 19:29:19 +0000 (19:29 +0000)]
 * all: rework of the input.

20 years ago * mp4: fixed width in tkhd. (at least I hope).
Laurent Aimar [Tue, 22 Jun 2004 18:39:02 +0000 (18:39 +0000)]
 * mp4: fixed width in tkhd. (at least I hope).

20 years ago- added last resort built-in mediatype for capture filter if card does not returns...
Damien Fouilleul [Tue, 22 Jun 2004 09:13:51 +0000 (09:13 +0000)]
- added last resort built-in mediatype for capture filter if card does not returns any (i.e Osprey cards)
- miscelaneous clean ups

20 years ago* modules/demux/livedotcom.cpp: - ts2 -> ts
Derk-Jan Hartman [Tue, 22 Jun 2004 00:03:08 +0000 (00:03 +0000)]
* modules/demux/livedotcom.cpp: - ts2 -> ts
  - take into account !rtpSource (for UDP support)

20 years agoDVB NIT parsing
Clément Stenac [Sun, 20 Jun 2004 10:25:22 +0000 (10:25 +0000)]
DVB NIT parsing

20 years ago * mp4: avcC atom fixed. (Missing sps/pps).
Laurent Aimar [Sat, 19 Jun 2004 14:16:17 +0000 (14:16 +0000)]
 * mp4: avcC atom fixed. (Missing sps/pps).

20 years ago* Bug report howto is a online document.
Derk-Jan Hartman [Fri, 18 Jun 2004 19:20:34 +0000 (19:20 +0000)]
* Bug report howto is a online document.

20 years ago* Removed some deprecated docs. small fix to vlc man page.
Derk-Jan Hartman [Fri, 18 Jun 2004 18:56:39 +0000 (18:56 +0000)]
* Removed some deprecated docs. small fix to vlc man page.

20 years ago* ffmpeg resample.c patch is no longer necessary
Derk-Jan Hartman [Fri, 18 Jun 2004 14:00:51 +0000 (14:00 +0000)]
* ffmpeg resample.c patch is no longer necessary
* new liveMedia version
* liveMedia mp3 tabsel nameconflict patch no longer needed. (Accepted upstream).

20 years agoFixed a nasty memleak in ugly and linear resamplers when alloca is
Sigmund Augdal Helberg [Fri, 18 Jun 2004 12:38:28 +0000 (12:38 +0000)]
Fixed a nasty memleak in ugly and linear resamplers when alloca is
unavaliable. Also swaped the score of these modules.

20 years agovarious documentation fixes
Sigmund Augdal Helberg [Fri, 18 Jun 2004 11:35:45 +0000 (11:35 +0000)]
various documentation fixes

20 years ago * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
Laurent Aimar [Thu, 17 Jun 2004 20:31:45 +0000 (20:31 +0000)]
 * livedotcom: small memleak + removed a FIXME. Thanks Dermot McGahon
for the report.

20 years agosplitted the documentation for skins2 out of the main docs. Tweaked the
Sigmund Augdal Helberg [Thu, 17 Jun 2004 12:36:03 +0000 (12:36 +0000)]
splitted the documentation for skins2 out of the main docs. Tweaked the
doxyfile for the main docs a bit.

20 years agoinclude/vlc_video.h: minor doc fix
Sigmund Augdal Helberg [Thu, 17 Jun 2004 11:27:49 +0000 (11:27 +0000)]
include/vlc_video.h: minor doc fix

20 years agoexample.lircrc: Added missing commands
Sigmund Augdal Helberg [Thu, 17 Jun 2004 11:25:02 +0000 (11:25 +0000)]
example.lircrc: Added missing commands

20 years agoFormatting fixes
Olivier Aubert [Thu, 17 Jun 2004 08:29:56 +0000 (08:29 +0000)]
Formatting fixes

20 years ago * src/video_output/vout_subpictures.c : New OSD channels
Yoann Peronneau [Thu, 17 Jun 2004 03:37:03 +0000 (03:37 +0000)]
 * src/video_output/vout_subpictures.c : New OSD channels

When you want to use OSD, you have to register an OSD channel, by calling
vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture.
There is a particular channel, DEFAULT_CHANNEL that can be used for
general purpose.
See modules/control/hotkeys.c for an example.

20 years ago * all: fixed the way h264 streams are stored in .mp4
Laurent Aimar [Wed, 16 Jun 2004 19:35:33 +0000 (19:35 +0000)]
 * all: fixed the way h264 streams are stored in .mp4

20 years ago * avi: fixed the return value of Seek().
Laurent Aimar [Wed, 16 Jun 2004 17:28:19 +0000 (17:28 +0000)]
 * avi: fixed the return value of Seek().

20 years ago* fix the defines for strcasecmp strncasecmp and strcasestr
Derk-Jan Hartman [Tue, 15 Jun 2004 15:41:53 +0000 (15:41 +0000)]
* fix the defines for strcasecmp strncasecmp and strcasestr

20 years ago* strcasestr not strncasestr
Derk-Jan Hartman [Tue, 15 Jun 2004 15:17:25 +0000 (15:17 +0000)]
* strcasestr not strncasestr

20 years ago* vlc_strcasestr defines (still missing something. still can't find it)
Derk-Jan Hartman [Tue, 15 Jun 2004 14:43:26 +0000 (14:43 +0000)]
* vlc_strcasestr defines (still missing something. still can't find it)

20 years ago* G.726 support trough ffmpeg
Derk-Jan Hartman [Tue, 15 Jun 2004 14:33:50 +0000 (14:33 +0000)]
* G.726 support trough ffmpeg

20 years ago* backport of local_stristr to vlc_strcasestr in libc.c
Derk-Jan Hartman [Tue, 15 Jun 2004 13:47:42 +0000 (13:47 +0000)]
* backport of local_stristr to vlc_strcasestr in libc.c
  fixes a problem with missing strcasestr on platforms in combination with ncurses intf.

20 years agoSVG rendering module. It uses the text rendering API, and converts
Olivier Aubert [Tue, 15 Jun 2004 09:15:09 +0000 (09:15 +0000)]
SVG rendering module. It uses the text rendering API, and converts
plain text to SVG. It can be used to have more control on the subtitle
rendering.

20 years ago* define INADDR_NONE for Solaris (fixes #1815)
Derk-Jan Hartman [Mon, 14 Jun 2004 23:11:14 +0000 (23:11 +0000)]
* define INADDR_NONE for Solaris (fixes #1815)

20 years agoUpdated build rules.
Jean-Paul Saman [Mon, 14 Jun 2004 19:19:57 +0000 (19:19 +0000)]
Updated build rules.

20 years agoFEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)
Jean-Paul Saman [Mon, 14 Jun 2004 14:43:16 +0000 (14:43 +0000)]
FEC_NONE is a valid value in DecodeFEC(). (Fix thanks to Guido Flohr)

20 years agoFix typos in DVB-T tuning code.
Jean-Paul Saman [Mon, 14 Jun 2004 14:35:57 +0000 (14:35 +0000)]
Fix typos in DVB-T tuning code.

20 years ago * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.
Jon Lech Johansen [Sun, 13 Jun 2004 22:31:18 +0000 (22:31 +0000)]
  * coreaudio: Fix (not tested) for the no audio on A52 over SPDIF issue.

20 years ago* Added new functions to the Mozilla plugin
Clément Stenac [Sat, 12 Jun 2004 00:19:59 +0000 (00:19 +0000)]
* Added new functions to the Mozilla plugin
- set_volume
    - get_volume
- mute
- clear_playlist
- add_item
- next
- previous
- isplaying
- ge_length
- get_position
- get_time
- seek

* Fixed VLC_VolumeSet and a description