]> git.sesse.net Git - vlc/log
vlc
18 years agoForward port [15410]
Antoine Cellerier [Sat, 29 Apr 2006 13:12:29 +0000 (13:12 +0000)]
Forward port [15410]

18 years agoSet skip-frames to default enabled
Clément Stenac [Fri, 28 Apr 2006 20:21:42 +0000 (20:21 +0000)]
Set skip-frames to default enabled

18 years agoCompile fix
Rémi Denis-Courmont [Fri, 28 Apr 2006 19:43:55 +0000 (19:43 +0000)]
Compile fix

18 years agoAnother select() -> poll()
Rémi Denis-Courmont [Fri, 28 Apr 2006 19:38:52 +0000 (19:38 +0000)]
Another select() -> poll()

18 years agoUse poll() instead of select() so we won't fall for the FD_SETSIZE trap
Rémi Denis-Courmont [Fri, 28 Apr 2006 19:31:26 +0000 (19:31 +0000)]
Use poll() instead of select() so we won't fall for the FD_SETSIZE trap
in any case (however unlikely we were to fall far it on Linux)

18 years ago* Revert 15357, as it would make vlc crash if you try to load a main interface that...
Benjamin Pracht [Fri, 28 Apr 2006 17:18:46 +0000 (17:18 +0000)]
* Revert 15357, as it would make vlc crash if you try to load a main interface that doesn't exist
* Instead, use "screensaver,none" when trying to load the screensaver interface
* Same fix for onther interfaces loaded by libvlc

18 years agoDisplay file size instead of svn revision in update dialog
Antoine Cellerier [Fri, 28 Apr 2006 16:32:00 +0000 (16:32 +0000)]
Display file size instead of svn revision in update dialog

18 years agoWoops
Antoine Cellerier [Fri, 28 Apr 2006 15:19:10 +0000 (15:19 +0000)]
Woops

18 years agoRemove local copies of Mozilla plugin and ActiveX dlls
Antoine Cellerier [Fri, 28 Apr 2006 14:39:25 +0000 (14:39 +0000)]
Remove local copies of Mozilla plugin and ActiveX dlls
Fix #525 Fixes #525

18 years agoAnother close-on-exec
Rémi Denis-Courmont [Fri, 28 Apr 2006 12:30:39 +0000 (12:30 +0000)]
Another close-on-exec

18 years ago- Fix POSIX setting of non-blocking mode (we were clearing the R/W flags)
Rémi Denis-Courmont [Fri, 28 Apr 2006 12:29:00 +0000 (12:29 +0000)]
- Fix POSIX setting of non-blocking mode (we were clearing the R/W flags)
- Close-on-exec: Don't leak httpd client sockets into CGI scripts or
  whatever child process we spawn.

18 years agoOnly check FD_SETSIZE limit on POSIX OSes.
Rémi Denis-Courmont [Fri, 28 Apr 2006 12:25:51 +0000 (12:25 +0000)]
Only check FD_SETSIZE limit on POSIX OSes.

18 years agoHmm, damn stupid fd_set implementation by Winsock does of course not
Rémi Denis-Courmont [Fri, 28 Apr 2006 12:22:25 +0000 (12:22 +0000)]
Hmm, damn stupid fd_set implementation by Winsock does of course not
work like any other one: it's actually thirty two times as big than the
POSIX ones for any given FD_SETSIZE, plus FD_SET and FD_ISSET are O(n)
instead of O(1). But at least, the mingw implementations of FD_SET has
built-in overflow checks.

Also, Winsock insists on returning big socket numbers, so we can't drop
those above FD_SETSIZE or we have no TCP/IP support at all, anyway.

18 years agoShoutcast changed
Antoine Cellerier [Fri, 28 Apr 2006 12:15:27 +0000 (12:15 +0000)]
Shoutcast changed

18 years agoNew default skin by aLtgLasS. Many thanks for making one on such short notice.
Antoine Cellerier [Fri, 28 Apr 2006 12:10:07 +0000 (12:10 +0000)]
New default skin by aLtgLasS. Many thanks for making one on such short notice.

18 years agoRemove playtree skin
Antoine Cellerier [Fri, 28 Apr 2006 11:38:55 +0000 (11:38 +0000)]
Remove playtree skin

18 years agoRemove old default skin
Antoine Cellerier [Fri, 28 Apr 2006 11:37:38 +0000 (11:37 +0000)]
Remove old default skin

18 years agoHA HA ! (Refs:#658)
Clément Stenac [Fri, 28 Apr 2006 07:58:18 +0000 (07:58 +0000)]
HA HA ! (Refs:#658)

18 years agoAhem...
Antoine Cellerier [Thu, 27 Apr 2006 22:31:16 +0000 (22:31 +0000)]
Ahem...

18 years agoAdd option (--shoutcast-show-adult) to show porn^WNC17 rated video streams. Default...
Antoine Cellerier [Thu, 27 Apr 2006 21:23:34 +0000 (21:23 +0000)]
Add option (--shoutcast-show-adult) to show porn^WNC17 rated video streams. Default setting is of course disabled.

18 years agoAdded Rob Casey to THANKS file.
Jean-Paul Saman [Thu, 27 Apr 2006 21:15:18 +0000 (21:15 +0000)]
Added Rob Casey to THANKS file.

18 years agoWhenever using select() companion macro FD_SET(), one must ensure that
Rémi Denis-Courmont [Thu, 27 Apr 2006 20:18:14 +0000 (20:18 +0000)]
Whenever using select() companion macro FD_SET(), one must ensure that
the specified file descriptor does not exceeds the fd_set limit (FD_SETSIZE).
Registering a file descriptor above this limit is not defined (read: this is
a buffer overflow).

This is not normally exploitable on Linux because FD_SETSIZE equals the
default limit for file descriptors per processes, but should work on BSDs.
Cygwin is also very prone to this problem (but right, we don't use it). As
for Windows, it will overflow if you try to select() more than 64 sockets at
a time (regardless of the total numbers of socket), but for the sake of
simplicity and portability, this patch actually prevent opening more than
64 sockets at all.

There are still quite a bunch of plugins that needs fixing.

18 years agoFix for VLM commands when 'new test vod mux mp2ts enabled' is used.
Jean-Paul Saman [Thu, 27 Apr 2006 19:31:20 +0000 (19:31 +0000)]
Fix for VLM commands when 'new test vod mux mp2ts enabled' is used.

18 years agoPlay VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5...
Jean-Paul Saman [Thu, 27 Apr 2006 19:13:42 +0000 (19:13 +0000)]
Play VOD RTSP from Amino STB with RTSP url: 'rtsp://192.168.0.5:5554//192.168.0.5:5554/dvd;type=VOD;servertype=MediaBase' Note the double slash // between the ip-addresses. Patch by Rob Casey (rob dot casey AT swishgroup dot com dot au)

18 years ago- fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid...
Damien Fouilleul [Thu, 27 Apr 2006 15:47:53 +0000 (15:47 +0000)]
- fix for problem reported in http://forum.videolan.org/viewtopic.php?t=19804&sid=d4ec4d6ac1bcdc8074d8d2855d734d29

18 years agoRemove whitespace
Jean-Paul Saman [Thu, 27 Apr 2006 08:14:45 +0000 (08:14 +0000)]
Remove whitespace

18 years agoRemove whitespace
Jean-Paul Saman [Thu, 27 Apr 2006 08:13:50 +0000 (08:13 +0000)]
Remove whitespace

18 years ago* forward-port [15368]
Felix Paul Kühne [Wed, 26 Apr 2006 21:32:10 +0000 (21:32 +0000)]
* forward-port [15368]

18 years agoAdd option to force timeshift filter even if access can control pace or pause.
Antoine Cellerier [Wed, 26 Apr 2006 21:04:47 +0000 (21:04 +0000)]
Add option to force timeshift filter even if access can control pace or pause.
The goal is to be able to timeshift on live rtsp streams. The true fix would be to fix the rtsp access ...

18 years ago * skins2: Added the vlc.snapshot() action
Olivier Teulière [Wed, 26 Apr 2006 17:59:29 +0000 (17:59 +0000)]
 * skins2: Added the vlc.snapshot() action

18 years agoChanges to the default selected options in the installer
Antoine Cellerier [Wed, 26 Apr 2006 09:56:04 +0000 (09:56 +0000)]
Changes to the default selected options in the installer

18 years agoOh look ! Bananas !
Clément Stenac [Wed, 26 Apr 2006 08:21:52 +0000 (08:21 +0000)]
Oh look ! Bananas !

18 years ago* top_window.cpp: stupid bug...
Cyril Deguet [Tue, 25 Apr 2006 17:25:02 +0000 (17:25 +0000)]
* top_window.cpp: stupid bug...

18 years ago* screensaver.c, configure.ac: use directly dbus to disable gnome-screensaver if...
Benjamin Pracht [Tue, 25 Apr 2006 16:47:56 +0000 (16:47 +0000)]
* screensaver.c, configure.ac: use directly dbus to disable gnome-screensaver if dbus is available upon compilation, instead of using system(gnome-screensaver-command
* interface.c: use the b_strict boolean when calling module_Need upon extra interface launching. This prevents vlc to try to launch a 2nd wx gui if the screensaver module isn't available.

18 years agoAdd edit button for VLM (Closes:#530)
Clément Stenac [Tue, 25 Apr 2006 10:17:57 +0000 (10:17 +0000)]
Add edit button for VLM (Closes:#530)

18 years ago * skins2/parser/interpreter.cpp: Fixed a crash when using an action of the form...
Olivier Teulière [Mon, 24 Apr 2006 21:57:04 +0000 (21:57 +0000)]
 * skins2/parser/interpreter.cpp: Fixed a crash when using an action of the form "foo;"

18 years ago* add --enable-pic to x264's configure on PPC as well and check out the latest revisi...
Felix Paul Kühne [Mon, 24 Apr 2006 21:04:54 +0000 (21:04 +0000)]
* add --enable-pic to x264's configure on PPC as well and check out the latest revisions again

18 years agoSome more cleaning
Antoine Cellerier [Mon, 24 Apr 2006 19:41:04 +0000 (19:41 +0000)]
Some more cleaning

18 years agoshoutcast.c: Memleak hunt.
Christophe Mutricy [Mon, 24 Apr 2006 18:29:14 +0000 (18:29 +0000)]
shoutcast.c: Memleak hunt.

18 years ago * modules/video_output/caca.c: synced caca output with libcaca-0.99.beta1.
Sam Hocevar [Mon, 24 Apr 2006 08:53:26 +0000 (08:53 +0000)]
  * modules/video_output/caca.c: synced caca output with libcaca-0.99.beta1.

18 years ago * Handle submodules correctly in the prefs (so we can enable/disable them).
Antoine Cellerier [Mon, 24 Apr 2006 00:25:25 +0000 (00:25 +0000)]
 * Handle submodules correctly in the prefs (so we can enable/disable them).
 * Fix bug with modules chain if the begining or the end of one module's name matched another module's name. (like 'shoutcasttv' and 'shout')

18 years agoSupport for Shoutcast TV. vp3 streams segfault, vp5 and 6 don't play :)
Antoine Cellerier [Sun, 23 Apr 2006 22:53:40 +0000 (22:53 +0000)]
Support for Shoutcast TV. vp3 streams segfault, vp5 and 6 don't play :)

18 years agoHack to handle service discovery submodules correctly. This should maybe be changed...
Antoine Cellerier [Sun, 23 Apr 2006 22:52:35 +0000 (22:52 +0000)]
Hack to handle service discovery submodules correctly. This should maybe be changed in other interfaces.

18 years agoDon't remove files added by user when uninstalling
Antoine Cellerier [Sun, 23 Apr 2006 21:17:51 +0000 (21:17 +0000)]
Don't remove files added by user when uninstalling
Fix #525 / Fixes #525

18 years ago* Support for gnome-screensaver
Benjamin Pracht [Sun, 23 Apr 2006 20:31:06 +0000 (20:31 +0000)]
* Support for gnome-screensaver
* We should test if the command is in the path before trying to launch it
* Anyway, system is dirty, we should use dbus, at least for gnome-screensaver

18 years agoAdd %T modifier to filename refs: #561
Jérome Decoodt [Sun, 23 Apr 2006 20:11:23 +0000 (20:11 +0000)]
Add %T modifier to filename refs: #561

18 years agoPartially updated russian localization by Pavlov Konstantin
Rémi Denis-Courmont [Sun, 23 Apr 2006 15:56:41 +0000 (15:56 +0000)]
Partially updated russian localization by Pavlov Konstantin

18 years agoDoxygenization
Rémi Denis-Courmont [Sun, 23 Apr 2006 14:41:48 +0000 (14:41 +0000)]
Doxygenization

18 years ago* bit masks for RV15 and RV16 were inverted (!) (or there is something I really haven...
Benjamin Pracht [Sun, 23 Apr 2006 14:37:54 +0000 (14:37 +0000)]
* bit masks for RV15 and RV16 were inverted (!) (or there is something I really haven't caught)
* Endianness fix for RV15 and RV16 (mostly used for x11)

18 years agoUse Doxygen syntax for comments
Rémi Denis-Courmont [Sun, 23 Apr 2006 14:34:44 +0000 (14:34 +0000)]
Use Doxygen syntax for comments

18 years agoBritish translation l10n update
Rémi Denis-Courmont [Sun, 23 Apr 2006 14:05:03 +0000 (14:05 +0000)]
British translation l10n update

18 years agoAdd missing white space
Rémi Denis-Courmont [Sun, 23 Apr 2006 14:00:23 +0000 (14:00 +0000)]
Add missing white space

18 years agoRemove extra white space
Rémi Denis-Courmont [Sun, 23 Apr 2006 13:59:33 +0000 (13:59 +0000)]
Remove extra white space

18 years agoFix a grammar mistake
Rémi Denis-Courmont [Sun, 23 Apr 2006 13:54:30 +0000 (13:54 +0000)]
Fix a grammar mistake

18 years ago* Try to fix endianness in the opengl output on unixes
Benjamin Pracht [Sun, 23 Apr 2006 13:51:04 +0000 (13:51 +0000)]
* Try to fix endianness in the opengl output on unixes
* RV32 works, I'm not sure of the masks for RV24 and RV16

18 years ago * src/video_output/video_output.c: 4th (and good) attempt at fixing mask
Sam Hocevar [Sun, 23 Apr 2006 13:41:42 +0000 (13:41 +0000)]
  * src/video_output/video_output.c: 4th (and good) attempt at fixing mask
    shifts.  Thanks to bigben for testing.

18 years ago * src/video_output/video_output.c: Fixed RGB mask when the 32nd bit is on.
Sam Hocevar [Sun, 23 Apr 2006 13:21:42 +0000 (13:21 +0000)]
  * src/video_output/video_output.c: Fixed RGB mask when the 32nd bit is on.

18 years ago * Argh, I didn't mean to commit that. Fixed my previous commit (mask types).
Sam Hocevar [Sun, 23 Apr 2006 13:15:12 +0000 (13:15 +0000)]
  * Argh, I didn't mean to commit that. Fixed my previous commit (mask types).

18 years ago * include/vlc_video.h: Fixed mask variable types for YUV to RGB conversions.
Sam Hocevar [Sun, 23 Apr 2006 13:13:40 +0000 (13:13 +0000)]
  * include/vlc_video.h: Fixed mask variable types for YUV to RGB conversions.

18 years ago* all: new handling of vout controls to allow serveral layouts/windows
Cyril Deguet [Sat, 22 Apr 2006 23:16:20 +0000 (23:16 +0000)]
* all: new handling of vout controls to allow serveral layouts/windows
 with a vout (if only one is visible at the same time)
 A callback is now called when a layout becomes visible or hidden.
 The vout window is still not reparented correctly if the layout
 is changed while a video is being played...

18 years ago* forward-port [15311]
Felix Paul Kühne [Sat, 22 Apr 2006 22:06:39 +0000 (22:06 +0000)]
* forward-port [15311]

18 years ago * shout.c : change playlist layout (remove 1 node)
Antoine Cellerier [Sat, 22 Apr 2006 21:06:41 +0000 (21:06 +0000)]
 * shout.c : change playlist layout (remove 1 node)
 * shoutcast.c : remove "debug" printf

18 years agoChange shoutcast service discovery module and write a new demux to be compatible...
Antoine Cellerier [Sat, 22 Apr 2006 16:39:04 +0000 (16:39 +0000)]
Change shoutcast service discovery module and write a new demux to be compatible with the new winamp 5.2 format. See trac ticket for detailed info. I'd appreciate if people could test this and proof read the code since we'll have to include this in 0.8.5 which is due to be released soon.

Ref #640.

18 years agoUse search engine
Clément Stenac [Sat, 22 Apr 2006 11:28:39 +0000 (11:28 +0000)]
Use search engine

18 years agoFix error pages
Christophe Mutricy [Fri, 21 Apr 2006 23:48:53 +0000 (23:48 +0000)]
Fix error pages

18 years agodebian/*: we no longer seems to requires gcc-snapshot. I commit mainly to test on...
Christophe Mutricy [Fri, 21 Apr 2006 21:33:39 +0000 (21:33 +0000)]
debian/*: we no longer seems to requires gcc-snapshot. I commit mainly to test on the nightlies. feel free to revert.

18 years agodebian/*: temporarely disable the xosd plugin
Christophe Mutricy [Fri, 21 Apr 2006 21:28:36 +0000 (21:28 +0000)]
debian/*: temporarely disable the xosd plugin

18 years ago* show the svn-revision only if it isn't 'exported'
Felix Paul Kühne [Thu, 20 Apr 2006 20:32:14 +0000 (20:32 +0000)]
* show the svn-revision only if it isn't 'exported'

18 years ago- fix for shared libvlc and unicows for win32 builds
Damien Fouilleul [Thu, 20 Apr 2006 16:25:53 +0000 (16:25 +0000)]
- fix for shared libvlc and unicows for win32 builds

18 years agoFix overflow on UTF-16 strings with an odd characters length
Rémi Denis-Courmont [Thu, 20 Apr 2006 16:15:15 +0000 (16:15 +0000)]
Fix overflow on UTF-16 strings with an odd characters length

18 years agoHackish fix for 'TITLE' vlc_meta_get
Antoine Cellerier [Wed, 19 Apr 2006 23:30:20 +0000 (23:30 +0000)]
Hackish fix for 'TITLE' vlc_meta_get

18 years ago* Fix always on top when exiting fullscreen
Benjamin Pracht [Wed, 19 Apr 2006 20:33:22 +0000 (20:33 +0000)]
* Fix always on top when exiting fullscreen

18 years ago* quickly forward-port the previous commit so joneskoo can test it
Felix Paul Kühne [Wed, 19 Apr 2006 16:25:01 +0000 (16:25 +0000)]
* quickly forward-port the previous commit so joneskoo can test it

18 years agodelete item added in playlist control
Filippo Carone [Wed, 19 Apr 2006 13:51:59 +0000 (13:51 +0000)]
delete item added in playlist control

18 years ago- added 'VLC Plugin.plugin' in MacOS X Disk image
Damien Fouilleul [Wed, 19 Apr 2006 10:13:07 +0000 (10:13 +0000)]
- added 'VLC Plugin.plugin' in MacOS X Disk image

18 years agoUpdate skins doc
Clément Stenac [Tue, 18 Apr 2006 21:48:37 +0000 (21:48 +0000)]
Update skins doc

18 years agoAdd a dialogs.playlist() command
Clément Stenac [Tue, 18 Apr 2006 21:48:34 +0000 (21:48 +0000)]
Add a dialogs.playlist() command

18 years agoAdd dialogs.audioPopup, dialogs.videoPopup and dialogs.miscPopup commands
Clément Stenac [Tue, 18 Apr 2006 21:24:43 +0000 (21:24 +0000)]
Add dialogs.audioPopup, dialogs.videoPopup and dialogs.miscPopup commands

18 years agoAdd vlc.hasAudio variable
Clément Stenac [Tue, 18 Apr 2006 21:24:42 +0000 (21:24 +0000)]
Add vlc.hasAudio variable

18 years agoFix refcount bug
Clément Stenac [Tue, 18 Apr 2006 21:24:38 +0000 (21:24 +0000)]
Fix refcount bug

18 years agoAdd separate audio and video popup menus
Clément Stenac [Tue, 18 Apr 2006 21:24:36 +0000 (21:24 +0000)]
Add separate audio and video popup menus

18 years ago- fix UNIX X11 build for plugin
Damien Fouilleul [Tue, 18 Apr 2006 21:14:38 +0000 (21:14 +0000)]
- fix UNIX X11 build for plugin
- give myself some credit
- removed unnecessary PLUGIN_TO_HOST_GLUE macro

18 years agoMake sure we hide the skins playlist
Clément Stenac [Tue, 18 Apr 2006 17:50:42 +0000 (17:50 +0000)]
Make sure we hide the skins playlist

18 years agoAdd vlc_get_meta function. Argument can be:
Antoine Cellerier [Mon, 17 Apr 2006 22:52:57 +0000 (22:52 +0000)]
Add vlc_get_meta function. Argument can be:
'ARTIST' -> gets the artist
'TITLE' -> gets the title
'ALBUM' -> gets the album name
'something else' -> get 'something else' ... meta labels are translated so don't expect this to be portable.

18 years agoAdd todo
Clément Stenac [Mon, 17 Apr 2006 21:36:36 +0000 (21:36 +0000)]
Add todo

18 years agoAdd a (default enabled) skinned-playlist option
Clément Stenac [Mon, 17 Apr 2006 21:28:30 +0000 (21:28 +0000)]
Add a (default enabled) skinned-playlist option

It will show the dialogs provider playlist instead of the "playlist_window" window

18 years ago* revert 2 hacky compilation fixes which were accidentelly committed in [15259]
Felix Paul Kühne [Mon, 17 Apr 2006 17:15:43 +0000 (17:15 +0000)]
* revert 2 hacky compilation fixes which were accidentelly committed in [15259]

18 years ago* mark some buggy strings as pointed out by Mathias C. Berens
Felix Paul Kühne [Mon, 17 Apr 2006 17:10:12 +0000 (17:10 +0000)]
* mark some buggy strings as pointed out by Mathias C. Berens

18 years ago* all: convert keys in INI files to lower case, to fix buggy winamp2 skins
Cyril Deguet [Mon, 17 Apr 2006 17:03:55 +0000 (17:03 +0000)]
* all: convert keys in INI files to lower case, to fix buggy winamp2 skins

18 years ago* jack.c: fixed non-stereo audio streams
Cyril Deguet [Mon, 17 Apr 2006 16:29:34 +0000 (16:29 +0000)]
* jack.c: fixed non-stereo audio streams

18 years ago* ctrl_checkbox: fixed initial image of checkbox
Cyril Deguet [Mon, 17 Apr 2006 15:56:21 +0000 (15:56 +0000)]
* ctrl_checkbox: fixed initial image of checkbox

18 years ago * skins2/controls/ctrl_tree.cpp: I forgot 1 occurrence of the bug
Olivier Teulière [Mon, 17 Apr 2006 15:26:53 +0000 (15:26 +0000)]
 * skins2/controls/ctrl_tree.cpp: I forgot 1 occurrence of the bug

18 years ago * skins2/controls/ctrl_tree.cpp: Check that the iterator is not end() before using...
Olivier Teulière [Mon, 17 Apr 2006 15:23:13 +0000 (15:23 +0000)]
 * skins2/controls/ctrl_tree.cpp: Check that the iterator is not end() before using it...
   This fixes random freezes when loading skins with a PlayTree control on Windows, and probably some crashes as well.

18 years ago* all: added a INI file parser in skins2. For instance if the file
Cyril Deguet [Mon, 17 Apr 2006 12:46:51 +0000 (12:46 +0000)]
* all: added a INI file parser in skins2. For instance if the file
 with id "pledit" (defined in the new tag "<IniFile>" contains:
    [Text]
    Normal=#FFFFFF
 it will create a constant "pledit.Text.Normal" with value "#FFFFFF"
* winamp2.xml: use the "pledit.txt" file to have correct playlist colors

is it ok to backport in 0.8.5 ?

18 years ago* removed instability warning, which was introduced for the 0.8.5 betas
Felix Paul Kühne [Sun, 16 Apr 2006 15:59:33 +0000 (15:59 +0000)]
* removed instability warning, which was introduced for the 0.8.5 betas

18 years agoFix dtd (a Layout can have more than one groups)
Antoine Cellerier [Sat, 15 Apr 2006 22:33:27 +0000 (22:33 +0000)]
Fix dtd (a Layout can have more than one groups)

18 years agoFix compilation on FC3 linux for mozilla plugin.
Jean-Paul Saman [Sat, 15 Apr 2006 22:21:18 +0000 (22:21 +0000)]
Fix compilation on FC3 linux for mozilla plugin.

18 years ago* all: added a new skin text variable "$S" to get the audio sample rate
Cyril Deguet [Sat, 15 Apr 2006 16:18:59 +0000 (16:18 +0000)]
* all: added a new skin text variable "$S" to get the audio sample rate
 (in KHz) + fixed the bitrate ("$B") variable to use only the audio bit rate.
* winamp2.xml: updated the winamp2 skin

18 years agoComment subtitles related stuff (since it isn't coded yet)
Antoine Cellerier [Sat, 15 Apr 2006 16:06:47 +0000 (16:06 +0000)]
Comment subtitles related stuff (since it isn't coded yet)

18 years agorpn magic to remove slashes from the playlist item's name
Antoine Cellerier [Sat, 15 Apr 2006 15:58:24 +0000 (15:58 +0000)]
rpn magic to remove slashes from the playlist item's name