]> git.sesse.net Git - vlc/log
vlc
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

18 years agoFix interface in regards to [15116].
Antoine Cellerier [Sat, 15 Apr 2006 15:48:44 +0000 (15:48 +0000)]
Fix interface in regards to [15116].

18 years agoDo not provide a broken language option on Linux and similar OSes
Rémi Denis-Courmont [Sat, 15 Apr 2006 14:18:13 +0000 (14:18 +0000)]
Do not provide a broken language option on Linux and similar OSes
where the user normally use LANG, LANGUAGE, etc to define his/her
language(s). It didn't work anyway (refs #638).

18 years ago- added support for NPRuntime to win32 and unix version of mozilla
Damien Fouilleul [Sat, 15 Apr 2006 13:48:34 +0000 (13:48 +0000)]
- added support for NPRuntime to win32 and unix version of mozilla

18 years ago- the resurected mozilla plugin for Safari/Firefox on MacOS X
Damien Fouilleul [Sat, 15 Apr 2006 11:51:45 +0000 (11:51 +0000)]
- the resurected mozilla plugin for Safari/Firefox on MacOS X

18 years agoAdd missing itemimage attribute to playtree doc
Antoine Cellerier [Sat, 15 Apr 2006 00:51:53 +0000 (00:51 +0000)]
Add missing itemimage attribute to playtree doc

18 years ago* Support for Topfield .rec recordings. It's MPEG-TS with an exceptionally large...
Derk-Jan Hartman [Sat, 15 Apr 2006 00:07:09 +0000 (00:07 +0000)]
* Support for Topfield .rec recordings. It's MPEG-TS with an exceptionally large (1MB) header in front of it.
  I tried adding the info in the header to meta, but the existing documention seems incorrect or at least incomplete. Instead we just accept the start of the header as identifying a MPEG-TS file, and skipping the header.

  BTW this header is again an example of very bad format design. It is using fixed length strings, for which the used buffers clearly are not null'ed before written with new information. As such i was able to determine which programs were running before this program was recorded :D
  Also a PID printed to a field was clearly not printed to null'ed memory, causing an invalid (too high) PID number to be in the field. You'd think the least someone could do when designing something like this, would be to analyze a hexdump of your own custom header.

18 years agoFix missing #include
Rémi Denis-Courmont [Fri, 14 Apr 2006 17:37:06 +0000 (17:37 +0000)]
Fix missing #include

18 years agoSame as previous commit (refs #581)
Rémi Denis-Courmont [Fri, 14 Apr 2006 17:31:27 +0000 (17:31 +0000)]
Same as previous commit (refs #581)

18 years agoDo not alter LC_NUMERIC (refs #581).
Rémi Denis-Courmont [Fri, 14 Apr 2006 17:28:24 +0000 (17:28 +0000)]
Do not alter LC_NUMERIC (refs #581).
*** NOT MEANT FOR BACKPORTING ***

18 years agoPrevent some segfaults when using hotkeys with no vout
Antoine Cellerier [Fri, 14 Apr 2006 16:47:23 +0000 (16:47 +0000)]
Prevent some segfaults when using hotkeys with no vout

18 years ago* Fix a crash in the MacOS X vout if p_real_vout isn't available yet.
Derk-Jan Hartman [Fri, 14 Apr 2006 15:16:23 +0000 (15:16 +0000)]
* Fix a crash in the MacOS X vout if p_real_vout isn't available yet.

18 years agoClean-up test
Clément Stenac [Fri, 14 Apr 2006 14:25:26 +0000 (14:25 +0000)]
Clean-up test

18 years agoAdd I18N and URL tests in test/
Clément Stenac [Fri, 14 Apr 2006 14:16:46 +0000 (14:16 +0000)]
Add I18N and URL tests in test/

18 years ago* What is the point in having a detection for libvc1 if we don't have a libvc1 module...
Benjamin Pracht [Fri, 14 Apr 2006 13:22:44 +0000 (13:22 +0000)]
* What is the point in having a detection for libvc1 if we don't have a libvc1 module ? Moreover, that prevents jlj's patch with the module from applying.

18 years ago * modules/access/pvr/pvr.c: Be compatible with both old and new kernels.
Christophe Massiot [Fri, 14 Apr 2006 12:38:22 +0000 (12:38 +0000)]
 * modules/access/pvr/pvr.c: Be compatible with both old and new kernels.

18 years ago* Marillat changed the path to the win32 codecs in his latest packages, so look for...
Benjamin Pracht [Fri, 14 Apr 2006 12:30:40 +0000 (12:30 +0000)]
* Marillat changed the path to the win32 codecs in his latest packages, so look for the codecs there too

18 years agoBump version numbers
Clément Stenac [Fri, 14 Apr 2006 12:09:26 +0000 (12:09 +0000)]
Bump version numbers

18 years agoUpdate Chinese translation by Wei Mingzhi.
Christophe Mutricy [Fri, 14 Apr 2006 11:42:49 +0000 (11:42 +0000)]
Update Chinese translation by Wei Mingzhi.

18 years agoStrings
Clément Stenac [Fri, 14 Apr 2006 09:37:39 +0000 (09:37 +0000)]
Strings

18 years ago* fixed 2 minor typos
Felix Paul Kühne [Thu, 13 Apr 2006 18:51:38 +0000 (18:51 +0000)]
* fixed 2 minor typos

18 years ago* implemented showintf-support. Thanks to ipkiss for pointing out that this was missi...
Felix Paul Kühne [Thu, 13 Apr 2006 18:51:16 +0000 (18:51 +0000)]
* implemented showintf-support. Thanks to ipkiss for pointing out that this was missing on OSX.

18 years ago * modules/access/pvr/pvr.c: The radio API in ivtv-0.6.1 has changed : now
Christophe Massiot [Thu, 13 Apr 2006 18:32:12 +0000 (18:32 +0000)]
 * modules/access/pvr/pvr.c: The radio API in ivtv-0.6.1 has changed : now
   you are supposed to pass frequency * 16000 instead of frequency * 16.
   This is sooo coherent.

18 years ago* Revert the unintentially committed files of [15202]
Derk-Jan Hartman [Thu, 13 Apr 2006 14:47:20 +0000 (14:47 +0000)]
* Revert the unintentially committed files of [15202]

18 years ago* Fix libgcrypt on MacIntel by disabling it's ASM. This fixes #620
Derk-Jan Hartman [Thu, 13 Apr 2006 14:43:40 +0000 (14:43 +0000)]
* Fix libgcrypt on MacIntel by disabling it's ASM. This fixes #620

18 years ago* Fix subtitle alignment if we don't have styles. fixes #619
Derk-Jan Hartman [Thu, 13 Apr 2006 14:12:20 +0000 (14:12 +0000)]
* Fix subtitle  alignment if we don't have styles. fixes #619

I chose to re-add the align paramter to the subpicture region struct, since adding a style struct for every single subpicture for just an alignment seemed to be overkill to me.

18 years agoURL encode fix
Antoine Cellerier [Thu, 13 Apr 2006 13:49:45 +0000 (13:49 +0000)]
URL encode fix

18 years agoString stuff
Clément Stenac [Thu, 13 Apr 2006 09:04:34 +0000 (09:04 +0000)]
String stuff

18 years agoReally fix xml url
Christophe Mutricy [Thu, 13 Apr 2006 08:31:33 +0000 (08:31 +0000)]
Really fix xml url

18 years agoFix libxml url.
Christophe Mutricy [Wed, 12 Apr 2006 22:31:19 +0000 (22:31 +0000)]
Fix libxml url.

18 years agoMakefile.am: Fix for introduction of vlc.win32.nsi.in
Christophe Mutricy [Wed, 12 Apr 2006 21:56:41 +0000 (21:56 +0000)]
Makefile.am: Fix for introduction of vlc.win32.nsi.in

18 years ago*macro.c: Get the name correctly
Christophe Mutricy [Wed, 12 Apr 2006 21:22:51 +0000 (21:22 +0000)]
*macro.c: Get the name correctly

18 years agoSet close-on-exec flag on sockets so that we don't pass them to CGI scripts
Rémi Denis-Courmont [Wed, 12 Apr 2006 19:25:59 +0000 (19:25 +0000)]
Set close-on-exec flag on sockets so that we don't pass them to CGI scripts

18 years agoxvideo X.Org 7 detection fix by Pavlov Konstantin
Rémi Denis-Courmont [Wed, 12 Apr 2006 17:27:31 +0000 (17:27 +0000)]
xvideo X.Org 7 detection fix by Pavlov Konstantin

18 years ago* be a bit more verbose when creating the disk-image
Felix Paul Kühne [Wed, 12 Apr 2006 16:54:42 +0000 (16:54 +0000)]
* be a bit more verbose when creating the disk-image

18 years ago* fix streaming. This section and a few others need to and will be re-written after...
Felix Paul Kühne [Wed, 12 Apr 2006 16:40:47 +0000 (16:40 +0000)]
* fix streaming. This section and a few others need to and will be re-written after 0.8.5

18 years ago* first update of the German translation by Mathias C. Berens | welcome-soft and...
Felix Paul Kühne [Wed, 12 Apr 2006 16:27:30 +0000 (16:27 +0000)]
* first update of the German translation by Mathias C. Berens | welcome-soft and myself. More to come.

18 years ago * modules/control/http/macro.c: Add slashes in the MVLC_ADD macro for
Christophe Massiot [Wed, 12 Apr 2006 14:26:21 +0000 (14:26 +0000)]
 * modules/control/http/macro.c: Add slashes in the MVLC_ADD macro for
   backwards compatibility with the old http intf (anyway MVLC_ADD is
   obsoleted by RPN function playlist_add).

18 years agoShip libvlc.dll in installer if built in shared mode
Clément Stenac [Wed, 12 Apr 2006 13:03:37 +0000 (13:03 +0000)]
Ship libvlc.dll in installer if built in shared mode

18 years agoPackage fix
Clément Stenac [Wed, 12 Apr 2006 11:43:33 +0000 (11:43 +0000)]
Package fix

18 years agoRemove useless favicon (Refs:#634)
Clément Stenac [Wed, 12 Apr 2006 10:22:55 +0000 (10:22 +0000)]
Remove useless favicon (Refs:#634)

18 years agoDon't ship default skin (Refs:#634)
Clément Stenac [Wed, 12 Apr 2006 10:22:19 +0000 (10:22 +0000)]
Don't ship default skin (Refs:#634)

If you think playtree is not ready yet, yell :)

18 years agoDocument <Playtree> (Closes:#611)
Clément Stenac [Wed, 12 Apr 2006 08:13:14 +0000 (08:13 +0000)]
Document <Playtree> (Closes:#611)

18 years ago"too"!=2=="two"
Antoine Cellerier [Tue, 11 Apr 2006 23:56:54 +0000 (23:56 +0000)]
"too"!=2=="two"

18 years agoFix indentation.
Antoine Cellerier [Tue, 11 Apr 2006 23:51:21 +0000 (23:51 +0000)]
Fix indentation.

I was actually trying to understand why command line option parsing on my computer with self compiled VLC behaves as "If the first character of optstring is '+' or the environment variable POSIXLY_CORRECT is set, then option processing stops as soon as a non-option argument is encountered." while neither of these conditions is true (see the while( getopt_long( ... ) != EOF ) loop).
Small illustration:
./vlc -vvv -I dummy input.ts --color
All options before the first non option argument work as expected (-vvv and -I dummy). All options after the first non option argument are also interpreted as being non option arguments.
Help would be appreciated.
(I've already had reports of other people having the same kind of issues)

18 years ago* make the flac decoder errors less annoying. some are warns, some are err's.
Derk-Jan Hartman [Tue, 11 Apr 2006 22:09:20 +0000 (22:09 +0000)]
* make the flac decoder errors less annoying. some are warns, some are err's.

18 years agoLink some additionnal plugins against the math library
Rémi Denis-Courmont [Tue, 11 Apr 2006 16:35:42 +0000 (16:35 +0000)]
Link some additionnal plugins against the math library
Report and fix from Pavlov Konstantin “thresh”