]> git.sesse.net Git - vlc/log
vlc
16 years agoFixed regression in EITConvertToUTF8.
Laurent Aimar [Sat, 29 Sep 2007 23:09:10 +0000 (23:09 +0000)]
Fixed regression in EITConvertToUTF8.

16 years agoQt4 - add a record icon, might be unused.
Jean-Baptiste Kempf [Sat, 29 Sep 2007 22:50:30 +0000 (22:50 +0000)]
Qt4 - add a record icon, might be unused.

16 years agoQt4 - New icons for extended preferences.
Jean-Baptiste Kempf [Sat, 29 Sep 2007 21:56:07 +0000 (21:56 +0000)]
Qt4 - New icons for extended preferences.

16 years agoContribs: take libebml and libmatroska from released versions... Way easier to not...
Jean-Baptiste Kempf [Sat, 29 Sep 2007 21:13:44 +0000 (21:13 +0000)]
Contribs: take libebml and libmatroska from released versions... Way easier to not compile it everytime.

16 years agoFixed a regression with --sub-autodetect-path
Laurent Aimar [Sat, 29 Sep 2007 16:02:15 +0000 (16:02 +0000)]
Fixed a regression with --sub-autodetect-path
Ignore directories in --sub-autodetect-path that match the directory
of the current file (But it does not works with symbolic links).

16 years agoncurses: don't use *Locale() conversion functions when compiled with wide characters...
Rafaël Carré [Sat, 29 Sep 2007 16:00:07 +0000 (16:00 +0000)]
ncurses: don't use *Locale() conversion functions when compiled with wide characters support

16 years agoCheck all(?) memory allocations (if you do it, do it completetly ;)
Laurent Aimar [Sat, 29 Sep 2007 15:51:34 +0000 (15:51 +0000)]
Check all(?) memory allocations (if you do it, do it completetly ;)
Fixed an overflow when more than MAX_SUBTITLE_FILES are detected.
Fixed a bunch of memory leaks.
Fixed removing sub/idx pair. (sizeof() != strlen on char*)
Clean up/Simplify (asprintf/calloc are usefull)
Cosmetics

16 years agoFixed segfault if more than 1 subtitle has been detected and you have not
Laurent Aimar [Sat, 29 Sep 2007 15:40:26 +0000 (15:40 +0000)]
Fixed segfault if more than 1 subtitle has been detected and you have not
selected one with --sub-file

16 years agoCheck malloc return value)
Jean-Paul Saman [Sat, 29 Sep 2007 14:22:50 +0000 (14:22 +0000)]
Check malloc return value)

16 years agotelepathy: 10 calls to the "item-change" callback may be necessary to have the metada...
Rafaël Carré [Sat, 29 Sep 2007 11:26:38 +0000 (11:26 +0000)]
telepathy: 10 calls to the "item-change" callback may be necessary to have the metadata available.

16 years agoSpecify SSRC in SETUP response
Rémi Denis-Courmont [Sat, 29 Sep 2007 11:20:48 +0000 (11:20 +0000)]
Specify SSRC in SETUP response

16 years agodon't compare signed with unsigned
Rafaël Carré [Fri, 28 Sep 2007 22:41:30 +0000 (22:41 +0000)]
don't compare signed with unsigned

16 years agoconfigure.ac: cosmetics
Rafaël Carré [Fri, 28 Sep 2007 22:08:01 +0000 (22:08 +0000)]
configure.ac: cosmetics

16 years agoUpdate build system for cdg demuxer/codec.
Laurent Aimar [Fri, 28 Sep 2007 21:59:25 +0000 (21:59 +0000)]
Update build system for cdg demuxer/codec.

16 years agoAdded CD+G file support:
Laurent Aimar [Fri, 28 Sep 2007 21:58:26 +0000 (21:58 +0000)]
Added CD+G file support:
 - as a standalone file
 - as a kind of subtitle (even if it is a video track).
CD-G disk are not supported.

Please, report any file incorrectly decoded. (I have 0 sample with
circular scrolling)

In subtitle_Detect, do not add as a subtitle the file for which we
are doing the detection.
 (subtitle_Detect("file.sub") returned "file.sub")

16 years agotelepathy: fixes [22301]. '-' is forbidden in variable names.
Rafaël Carré [Fri, 28 Sep 2007 21:16:40 +0000 (21:16 +0000)]
telepathy: fixes [22301]. '-' is forbidden in variable names.

16 years agotelepathy: avoid flooding the bus when playing some special inputs.
Rafaël Carré [Fri, 28 Sep 2007 21:11:01 +0000 (21:11 +0000)]
telepathy: avoid flooding the bus when playing some special inputs.

16 years agotelepathy: same than [22299]
Rafaël Carré [Fri, 28 Sep 2007 20:32:54 +0000 (20:32 +0000)]
telepathy: same than [22299]

16 years agodbus: Removes dbus_threads_init_default() since it's already done in libvlc
Rafaël Carré [Fri, 28 Sep 2007 20:27:47 +0000 (20:27 +0000)]
dbus: Removes dbus_threads_init_default() since it's already done in libvlc

16 years agoscreensaver: Removes unused variable
Rafaël Carré [Fri, 28 Sep 2007 20:09:55 +0000 (20:09 +0000)]
screensaver: Removes unused variable

16 years agoDon't show unsaveable options in the preferences
Christophe Mutricy [Fri, 28 Sep 2007 18:59:17 +0000 (18:59 +0000)]
Don't show unsaveable options in the preferences

16 years agomodules.c: removes unneeded hack
Rafaël Carré [Fri, 28 Sep 2007 16:18:30 +0000 (16:18 +0000)]
modules.c: removes unneeded hack

16 years agoNEWS: typo
Rafaël Carré [Fri, 28 Sep 2007 16:14:07 +0000 (16:14 +0000)]
NEWS: typo

16 years agoAdds an input option "meta-file" to be used by input that aren't real inputs (like...
Rafaël Carré [Fri, 28 Sep 2007 16:08:55 +0000 (16:08 +0000)]
Adds an input option "meta-file" to be used by input that aren't real inputs (like playlists).
Re-enables media library.
Fixes #1047 (nth attempt).

16 years agoNews
Rémi Denis-Courmont [Fri, 28 Sep 2007 16:07:42 +0000 (16:07 +0000)]
News

16 years agoCygwin adjustments -- skip x264 win32 patch, rename the pthreadGC2.a, build full...
Mark Moriarty [Fri, 28 Sep 2007 15:07:47 +0000 (15:07 +0000)]
Cygwin adjustments -- skip x264 win32 patch, rename the pthreadGC2.a, build full gettext

16 years agoContribs: Flac does not need the cross compiling patch anymore.
Jean-Baptiste Kempf [Fri, 28 Sep 2007 14:41:43 +0000 (14:41 +0000)]
Contribs: Flac does not need the cross compiling patch anymore.

16 years agoinput: Removes unused variable
Rafaël Carré [Fri, 28 Sep 2007 09:36:40 +0000 (09:36 +0000)]
input: Removes unused variable

16 years agoAllow controls directly in the Layout tag (the intermediate Group tag is not mandator...
Olivier Teulière [Thu, 27 Sep 2007 18:04:45 +0000 (18:04 +0000)]
Allow controls directly in the Layout tag (the intermediate Group tag is not mandatory anymore).

16 years agoCosmetics
Rémi Denis-Courmont [Thu, 27 Sep 2007 17:37:23 +0000 (17:37 +0000)]
Cosmetics

16 years agoFix segmentation fault
Rémi Denis-Courmont [Thu, 27 Sep 2007 17:36:47 +0000 (17:36 +0000)]
Fix segmentation fault

16 years agoAlso try to send twice without splice().
Rémi Denis-Courmont [Thu, 27 Sep 2007 17:08:23 +0000 (17:08 +0000)]
Also try to send twice without splice().
This means ICMP errors will be ignored, which is a Bad Idea.
But people are likely to complain about how it breaks their setup if we
don't ignore ICMP anyway.

16 years agoCheck sending error (fixes #134; closes #514)
Rémi Denis-Courmont [Thu, 27 Sep 2007 17:02:41 +0000 (17:02 +0000)]
Check sending error (fixes #134; closes #514)

16 years agoDetect EOF for datagram connection
Rémi Denis-Courmont [Thu, 27 Sep 2007 16:03:56 +0000 (16:03 +0000)]
Detect EOF for datagram connection

16 years agoPATH_MAX is defined in limits.h
Rafaël Carré [Thu, 27 Sep 2007 13:45:40 +0000 (13:45 +0000)]
PATH_MAX is defined in limits.h

16 years agoFrench l10n update by Dylan Aïssi
Christophe Mutricy [Wed, 26 Sep 2007 21:57:06 +0000 (21:57 +0000)]
French l10n update by Dylan Aïssi

16 years agoFix flac compilation
Christophe Mutricy [Wed, 26 Sep 2007 21:56:48 +0000 (21:56 +0000)]
Fix flac compilation

16 years agoImprove debug messages (tracking down some DCCP issues)
Rémi Denis-Courmont [Wed, 26 Sep 2007 18:47:34 +0000 (18:47 +0000)]
Improve debug messages (tracking down some DCCP issues)

16 years agoHard-code precomputed Diffie-Hellman-Merkel group parameters.
Rémi Denis-Courmont [Wed, 26 Sep 2007 16:39:34 +0000 (16:39 +0000)]
Hard-code precomputed Diffie-Hellman-Merkel group parameters.
These are not confidential, and fairly slow to compute.
(This is much simpler than caching them to disk, and more
 portable-app-friendly)

16 years agoWindows Installer: Fix the bug of not showing context menus when you select a directory.
Jean-Baptiste Kempf [Wed, 26 Sep 2007 10:55:29 +0000 (10:55 +0000)]
Windows Installer: Fix the bug of not showing  context menus when you select a directory.
Patch by Hannes Domani.

16 years agoInit decoder fmt_out structure, so it can be used in transcoding loop.
Jean-Paul Saman [Wed, 26 Sep 2007 06:21:36 +0000 (06:21 +0000)]
Init decoder fmt_out structure, so it can be used in transcoding loop.

16 years agoChange the version in a way requiring less maintenance
Christophe Mutricy [Tue, 25 Sep 2007 21:30:02 +0000 (21:30 +0000)]
Change the version in a way requiring less maintenance

16 years agoReverse temporary change for altair's win32 builder
Bernie Purcell [Tue, 25 Sep 2007 01:31:34 +0000 (01:31 +0000)]
Reverse temporary change for altair's win32 builder

16 years agoTemporary change to try to force altair to update its version of gettext
Bernie Purcell [Tue, 25 Sep 2007 01:29:18 +0000 (01:29 +0000)]
Temporary change to try to force altair to update its version of gettext
from 0.16 to 0.16.1 before bootstrap (unlike the other builders it doesn't
bootstrap the contribs first)

16 years agoReverse temporary change
Bernie Purcell [Tue, 25 Sep 2007 01:00:21 +0000 (01:00 +0000)]
Reverse temporary change

16 years agoTemporary change to analyse buildbot's environment in regards
Bernie Purcell [Tue, 25 Sep 2007 00:57:50 +0000 (00:57 +0000)]
Temporary change to analyse buildbot's environment in regards
to autopoint for win32

16 years agoHmmrph
Rémi Denis-Courmont [Mon, 24 Sep 2007 19:00:52 +0000 (19:00 +0000)]
Hmmrph

16 years agoRemove never used RTP timestamp_start
Rémi Denis-Courmont [Mon, 24 Sep 2007 18:14:41 +0000 (18:14 +0000)]
Remove never used RTP timestamp_start

16 years agoBasic support for RTP-Info
Rémi Denis-Courmont [Mon, 24 Sep 2007 18:13:55 +0000 (18:13 +0000)]
Basic support for RTP-Info

16 years agoMacOSX/Framework: Reenable play and pause.
Pierre d'Herbemont [Mon, 24 Sep 2007 17:21:09 +0000 (17:21 +0000)]
MacOSX/Framework: Reenable play and pause.

16 years agoFix up HTTP/RTSP version detection:
Rémi Denis-Courmont [Mon, 24 Sep 2007 17:07:42 +0000 (17:07 +0000)]
Fix up HTTP/RTSP version detection:
 - ignore HTTP/0.9 clients instead of deadlocking the connection
 - ignore unknown protocol
 - reject incompatible HTTP & RTSP protocol versions
   (HTTP/2.0 does not exist but RTSP/2.0 is currently draft)

16 years agoPartial fix to response protocol version detection
Rémi Denis-Courmont [Mon, 24 Sep 2007 16:24:02 +0000 (16:24 +0000)]
Partial fix to response protocol version detection

16 years agoIgnore leading "white" characters in HTTP and RTSP requests
Rémi Denis-Courmont [Mon, 24 Sep 2007 16:22:33 +0000 (16:22 +0000)]
Ignore leading "white" characters in HTTP and RTSP requests

16 years agoComplain if the protocol is not RTSP
Rémi Denis-Courmont [Mon, 24 Sep 2007 15:51:57 +0000 (15:51 +0000)]
Complain if the protocol is not RTSP

16 years agoAdd HTTP 505 error
Rémi Denis-Courmont [Mon, 24 Sep 2007 15:50:14 +0000 (15:50 +0000)]
Add HTTP 505 error

16 years agoWe only support RTSP one point ZERO. Do not claim otherwise.
Rémi Denis-Courmont [Mon, 24 Sep 2007 15:44:57 +0000 (15:44 +0000)]
We only support RTSP one point ZERO. Do not claim otherwise.

16 years agoFactor out RTSP control URL writing so it can be re-used
Rémi Denis-Courmont [Mon, 24 Sep 2007 15:44:15 +0000 (15:44 +0000)]
Factor out RTSP control URL writing so it can be re-used

16 years agoQt4 - Remove a funny debug message.
Jean-Baptiste Kempf [Mon, 24 Sep 2007 14:57:38 +0000 (14:57 +0000)]
Qt4 - Remove a funny debug message.

16 years agoAdd myself to AUTHORS.
Jean-Baptiste Kempf [Mon, 24 Sep 2007 14:56:33 +0000 (14:56 +0000)]
Add myself to AUTHORS.

16 years agoContribs - Lame. Why were we using 3.97b2 instead of 3.97 ????
Jean-Baptiste Kempf [Mon, 24 Sep 2007 07:40:51 +0000 (07:40 +0000)]
Contribs - Lame. Why were we using 3.97b2 instead of 3.97 ????

16 years agoContrib: pthreads add a verbose flag to help debuging the pthreads + x264 problems.
Jean-Baptiste Kempf [Mon, 24 Sep 2007 06:48:21 +0000 (06:48 +0000)]
Contrib: pthreads add a verbose flag to help debuging the pthreads + x264 problems.

16 years agoCouldn't bootstrap properly if a number existed anywhere in the path
Bernie Purcell [Mon, 24 Sep 2007 05:30:51 +0000 (05:30 +0000)]
Couldn't bootstrap properly if a number existed anywhere in the path
to gettextize (eg. if I was building inside a directory called win32)

16 years agoPatch for goom make by Mark Moriarty. I have the problem too, and are
Bernie Purcell [Mon, 24 Sep 2007 02:58:08 +0000 (02:58 +0000)]
Patch for goom make by Mark Moriarty. I have the problem too, and are
cross-compiling under linux. -Im4/ changed to -I m4/

16 years agoFix cross-compilation issue of freetype where native compiler not getting
Bernie Purcell [Mon, 24 Sep 2007 01:08:24 +0000 (01:08 +0000)]
Fix cross-compilation issue of freetype where native compiler not getting
picked up in configure due to bracket in wrong place.

16 years agoFix spu_RenderSubpictures() rendering of TEXT subtitles. Don't try to blend and scale...
Jean-Paul Saman [Sun, 23 Sep 2007 21:37:19 +0000 (21:37 +0000)]
Fix spu_RenderSubpictures() rendering of TEXT subtitles. Don't try to blend and scale them.

16 years agoPass --playlist-enqueue from started instance to running instance: fixes #869
Rémi Denis-Courmont [Sun, 23 Sep 2007 20:07:11 +0000 (20:07 +0000)]
Pass --playlist-enqueue from started instance to running instance: fixes #869

16 years agoMark playlist-enqueue as non-saveable - refs #869
Rémi Denis-Courmont [Sun, 23 Sep 2007 19:43:02 +0000 (19:43 +0000)]
Mark playlist-enqueue as non-saveable - refs #869

16 years agoOnly reference the input when we have at least one codec - fixes #1287.
Rémi Denis-Courmont [Sun, 23 Sep 2007 18:52:55 +0000 (18:52 +0000)]
Only reference the input when we have at least one codec - fixes #1287.
Some stream output guru should really review this.

16 years agoFix use-after-free when the input is still in use by someone else (refs #1287).
Rémi Denis-Courmont [Sun, 23 Sep 2007 18:40:25 +0000 (18:40 +0000)]
Fix use-after-free when the input is still in use by someone else (refs #1287).
Unfortunately, this does not really solve the problem as vlc_object_destroy can still return without actually deleting the object in case of a deadlock.
One could argue the deadlock is the problem rather than vlc_object_destroy implementation.

16 years agoAssume UTF-8 instead of ASCII.
Rémi Denis-Courmont [Sun, 23 Sep 2007 18:22:18 +0000 (18:22 +0000)]
Assume UTF-8 instead of ASCII.
This is basically a hack for systems lacking proper locale setting

16 years agoDo correctly [22243] for windows context menu. Sorry.
Jean-Baptiste Kempf [Sun, 23 Sep 2007 17:50:18 +0000 (17:50 +0000)]
Do correctly [22243] for windows context menu. Sorry.

16 years agoRe-do [18770] - fixes #1287.
Rémi Denis-Courmont [Sun, 23 Sep 2007 16:16:23 +0000 (16:16 +0000)]
Re-do [18770] - fixes #1287.
And why the heck was this undone in the first place??

16 years agolibvlc: Implement the _get_state function. Fix a leak. Fix a warning.
Pierre d'Herbemont [Sun, 23 Sep 2007 15:06:55 +0000 (15:06 +0000)]
libvlc: Implement the _get_state function. Fix a leak. Fix a warning.

16 years agoQt4 MainInterface: Smaller Size on Linux.
Jean-Baptiste Kempf [Sun, 23 Sep 2007 14:13:44 +0000 (14:13 +0000)]
Qt4 MainInterface: Smaller Size on Linux.

16 years agoCorrect context-menu in Windows Installer.
Jean-Baptiste Kempf [Sun, 23 Sep 2007 13:49:27 +0000 (13:49 +0000)]
Correct context-menu in Windows Installer.
Patch by Hannes Domani

16 years agoContribs - libpng: Updates to 1.2.20. No more MMX optimisations, a few bugs are fixed.
Jean-Baptiste Kempf [Sun, 23 Sep 2007 13:36:47 +0000 (13:36 +0000)]
Contribs - libpng: Updates to 1.2.20. No more MMX optimisations, a few bugs are fixed.

16 years agoContribs: XML2 Version bumps to 2.6.30.
Jean-Baptiste Kempf [Sun, 23 Sep 2007 13:22:01 +0000 (13:22 +0000)]
Contribs: XML2 Version bumps to 2.6.30.

16 years agoContribs - FLAC: update to v1.2.1. Mingw32 patch is unneeded (upstream merge). A...
Jean-Baptiste Kempf [Sun, 23 Sep 2007 13:16:26 +0000 (13:16 +0000)]
Contribs - FLAC: update to v1.2.1. Mingw32 patch is unneeded (upstream merge). A few bugs and crash are fixed, new support for all RIFF/AIFF metadata, including Broadcast Wave Format (BWF).

16 years ago* hacky compilation fix for OSX PPC. Please review
Felix Paul Kühne [Sun, 23 Sep 2007 13:09:00 +0000 (13:09 +0000)]
* hacky compilation fix for OSX PPC. Please review

16 years agoContribs: theora. The alpha8 has been renamed to beta1.
Jean-Baptiste Kempf [Sun, 23 Sep 2007 13:00:16 +0000 (13:00 +0000)]
Contribs: theora. The alpha8 has been renamed to beta1.

16 years agoContribs: Theora moves from alpha7 to alpha8. New encoder, one patch has gone upstrea...
Jean-Baptiste Kempf [Sun, 23 Sep 2007 12:53:49 +0000 (12:53 +0000)]
Contribs: Theora moves from alpha7 to alpha8. New encoder, one patch has gone upstream, and examples can be disabled. A lot of new features are available in the encoder. Postprocessing, anyone ?
Ref  #1303

16 years agoAdd HDYC fourCC for some HD Raw Videos.
Jean-Baptiste Kempf [Sun, 23 Sep 2007 12:31:56 +0000 (12:31 +0000)]
Add HDYC fourCC for some HD Raw Videos.

16 years agoAdd Y41B and Y42B FourCC. Solves rare raw video detection.
Jean-Baptiste Kempf [Sun, 23 Sep 2007 12:29:13 +0000 (12:29 +0000)]
Add Y41B and Y42B FourCC. Solves rare raw video detection.

16 years agoAdd AVUI fourCC, fix the problem with http://samples.mplayerhq.hu/V-codecs/AVUI/avid_...
Jean-Baptiste Kempf [Sun, 23 Sep 2007 11:40:01 +0000 (11:40 +0000)]
Add AVUI fourCC, fix the problem with http://samples.mplayerhq.hu/V-codecs/AVUI/avid_meridien_uncompressed.mov.gz

16 years agoSet verbosity to something until we parse the command line.
Rémi Denis-Courmont [Sun, 23 Sep 2007 09:49:54 +0000 (09:49 +0000)]
Set verbosity to something until we parse the command line.
Ideally, the command line would be parsed earlier.

16 years agoDo not force set VLC_VERBOSE.
Rémi Denis-Courmont [Sun, 23 Sep 2007 09:27:11 +0000 (09:27 +0000)]
Do not force set VLC_VERBOSE.
LibVLC need to be prepared for it to be missing anyway.

16 years agofix osdmenu-file-path option
Jean-Paul Saman [Sun, 23 Sep 2007 09:21:58 +0000 (09:21 +0000)]
fix osdmenu-file-path option

16 years agoOnly override verbosity from VLC_VERBOSE if actually set
Rémi Denis-Courmont [Sun, 23 Sep 2007 09:19:10 +0000 (09:19 +0000)]
Only override verbosity from VLC_VERBOSE if actually set

16 years agoFix console support autodetection.
Rémi Denis-Courmont [Sun, 23 Sep 2007 07:40:30 +0000 (07:40 +0000)]
Fix console support autodetection.

16 years agoConfigure the message queue parameter before we use the message queue...
Rémi Denis-Courmont [Sun, 23 Sep 2007 07:37:53 +0000 (07:37 +0000)]
Configure the message queue parameter before we use the message queue...

16 years agoDisable HTTP art handler by default, due to security problems - fixes #1308
Rémi Denis-Courmont [Sun, 23 Sep 2007 07:29:23 +0000 (07:29 +0000)]
Disable HTTP art handler by default, due to security problems - fixes #1308

16 years agoDo not leak the art handler from HTTP interface - fixes #1308
Rémi Denis-Courmont [Sun, 23 Sep 2007 07:28:12 +0000 (07:28 +0000)]
Do not leak the art handler from HTTP interface - fixes #1308

16 years agoSupport for loading Diffie-Hellman-Merkel key exchange parameters from cache.
Rémi Denis-Courmont [Sat, 22 Sep 2007 19:07:11 +0000 (19:07 +0000)]
Support for loading Diffie-Hellman-Merkel key exchange parameters from cache.
This makes TLS server initialization a lot faster (especially under valgrind)

16 years agoPush something to RPN when vlc_config_get fails - fixes #1301
Rémi Denis-Courmont [Sat, 22 Sep 2007 18:06:59 +0000 (18:06 +0000)]
Push something to RPN when vlc_config_get fails - fixes #1301

16 years agoFix directory permission again
Rémi Denis-Courmont [Sat, 22 Sep 2007 17:49:35 +0000 (17:49 +0000)]
Fix directory permission again

16 years agoCompile fix
Rémi Denis-Courmont [Sat, 22 Sep 2007 17:48:03 +0000 (17:48 +0000)]
Compile fix

16 years agoAdd mode parameter to utf8_mkdir, and stop creating configuration
Rémi Denis-Courmont [Sat, 22 Sep 2007 17:44:35 +0000 (17:44 +0000)]
Add mode parameter to utf8_mkdir, and stop creating configuration
directories as world-writable - fixes #1306

16 years agoSave plugin cache to .cache/vlc/ rather than .cache/vlc/cache - fixes #1307
Rémi Denis-Courmont [Sat, 22 Sep 2007 17:28:25 +0000 (17:28 +0000)]
Save plugin cache to .cache/vlc/ rather than .cache/vlc/cache - fixes #1307

16 years agoFix double-free
Rémi Denis-Courmont [Sat, 22 Sep 2007 17:26:14 +0000 (17:26 +0000)]
Fix double-free

16 years agoWrite computed Diffie-Hellman-Merkel parameters to VLC cache.
Rémi Denis-Courmont [Sat, 22 Sep 2007 17:13:55 +0000 (17:13 +0000)]
Write computed Diffie-Hellman-Merkel parameters to VLC cache.
These are are quite slow to compute, so it could be used to speed up start up
once reading them from the cache is also implemented.

Hmm, there is a security problem in this commit (cache file is world-readable).