]> git.sesse.net Git - vlc/log
vlc
18 years ago* Add the shout (services discovery) module again
Derk-Jan Hartman [Sun, 28 Aug 2005 19:22:36 +0000 (19:22 +0000)]
* Add the shout (services discovery) module again

18 years ago* Update some comments
Derk-Jan Hartman [Sun, 28 Aug 2005 18:59:53 +0000 (18:59 +0000)]
* Update some comments

18 years ago* Export unselect.png
Clément Stenac [Sun, 28 Aug 2005 10:52:00 +0000 (10:52 +0000)]
* Export unselect.png
* Fix paths when installed in Debian package

18 years agoFix typo
Rémi Denis-Courmont [Sun, 28 Aug 2005 10:34:24 +0000 (10:34 +0000)]
Fix typo

18 years agoMerged OSD functionality on the same core functions. All OSD functionality is describ...
Jean-Paul Saman [Sat, 27 Aug 2005 16:40:23 +0000 (16:40 +0000)]
Merged OSD functionality on the same core functions. All OSD functionality is described in include/vlc_osd.h now, which entirely replace include/osd.h. The file src/video_output/video_widgets.c uses functionality from src/osd/osd_widgets.c now.

18 years agocosmetics
Jean-Paul Saman [Sat, 27 Aug 2005 13:51:53 +0000 (13:51 +0000)]
cosmetics

18 years ago * toolbox: Removed a bash-ism.
Christophe Massiot [Sat, 27 Aug 2005 13:38:26 +0000 (13:38 +0000)]
 * toolbox: Removed a bash-ism.

18 years ago * src/extras/libc.c: Fixed Win32 compilation.
Christophe Massiot [Fri, 26 Aug 2005 19:05:04 +0000 (19:05 +0000)]
 * src/extras/libc.c: Fixed Win32 compilation.
 * modules/control/http/http.c: Fixed a memory leak with the CGI environment.

18 years ago * src/extras/libc.c: Implemented a wrapper around fork() and execve()
Christophe Massiot [Fri, 26 Aug 2005 18:15:21 +0000 (18:15 +0000)]
 * src/extras/libc.c: Implemented a wrapper around fork() and execve()
   to spawn an external process and get its output. Only implemented for
   UNIX-style systems at present.
 * src/misc/httpd.c: New "handler" node type which bypasses the internal
   HTTPD behaviour.
 * modules/control/http: New --http-handlers option to dedicate
   particular extensions to external programs (PHP or Perl for instance).
   This is in accordance with the CGI/1.1 specification.

18 years ago* added --sout-shout-name to set a stream name
Derk-Jan Hartman [Fri, 26 Aug 2005 17:01:48 +0000 (17:01 +0000)]
* added --sout-shout-name to set a stream name
* added --sout-shout-description to set a channel description
* added --sout-shout-mp3 to allow you to upload mp3 streams instead of ogg. (BEWARE, no autodetection)
* fixed the free of a string
* some general coding style cleanup

18 years ago* Fix liveMedia
Derk-Jan Hartman [Fri, 26 Aug 2005 14:02:46 +0000 (14:02 +0000)]
* Fix liveMedia

18 years ago* The same getopt problem that theora has, exists in speex as well.
Derk-Jan Hartman [Fri, 26 Aug 2005 12:55:36 +0000 (12:55 +0000)]
* The same getopt problem that theora has, exists in speex as well.

18 years agoAdd new spectrum analyzer effect, patch from zcot.
Clément Stenac [Thu, 25 Aug 2005 19:57:12 +0000 (19:57 +0000)]
Add new spectrum analyzer effect, patch from zcot.
Remove the "random" effect

18 years ago* libtheora examples don't compile on 10.2 Remove from Makefiles. This issue is now...
Derk-Jan Hartman [Thu, 25 Aug 2005 19:10:21 +0000 (19:10 +0000)]
* libtheora examples don't compile on 10.2 Remove from Makefiles. This issue is now fixed upstream thanks to rillian from #theora

18 years agoCompile fix tentative
Christophe Mutricy [Thu, 25 Aug 2005 18:35:09 +0000 (18:35 +0000)]
Compile fix tentative

18 years agoAdd the compile information
Christophe Mutricy [Thu, 25 Aug 2005 17:39:21 +0000 (17:39 +0000)]
Add the compile information

18 years ago* link the headline to the http-intf-main-page instead of videolan.org
Felix Paul Kühne [Thu, 25 Aug 2005 17:39:17 +0000 (17:39 +0000)]
* link the headline to the http-intf-main-page instead of videolan.org
* don't print a space in front of a colon, since this is a French style only

18 years ago* disable all theora test programs. they use getopt which is not present in default...
Derk-Jan Hartman [Thu, 25 Aug 2005 17:28:04 +0000 (17:28 +0000)]
* disable all theora test programs. they use getopt which is not present in default OSX 10.2

18 years agoGrrr, i should have checked previous commit
Christophe Mutricy [Thu, 25 Aug 2005 16:59:42 +0000 (16:59 +0000)]
Grrr, i should have checked previous commit

18 years agoTypo
Christophe Mutricy [Thu, 25 Aug 2005 16:57:01 +0000 (16:57 +0000)]
Typo

18 years ago* patch ogg because it's broken (userdefined defines in public headers are WAY evil)
Derk-Jan Hartman [Thu, 25 Aug 2005 16:46:52 +0000 (16:46 +0000)]
* patch ogg because it's broken (userdefined defines in public headers are WAY evil)

18 years ago * extras/contrib/src/Makefile: Do not try and compile theora SDL test
Christophe Massiot [Thu, 25 Aug 2005 16:42:36 +0000 (16:42 +0000)]
 * extras/contrib/src/Makefile: Do not try and compile theora SDL test
   programs.

18 years ago * modules/gui/wxwidgets: Fix charset when getting file names from the
Christophe Massiot [Thu, 25 Aug 2005 16:36:39 +0000 (16:36 +0000)]
 * modules/gui/wxwidgets: Fix charset when getting file names from the
   filesystem.

18 years agoFix build breakage of revision12392
Jean-Paul Saman [Thu, 25 Aug 2005 16:33:08 +0000 (16:33 +0000)]
Fix build breakage of revision12392

18 years agoRemoving osd_widgets.c.
Jean-Paul Saman [Thu, 25 Aug 2005 15:02:30 +0000 (15:02 +0000)]
Removing osd_widgets.c.

18 years agoRemoval of dead code
Jean-Paul Saman [Thu, 25 Aug 2005 14:58:27 +0000 (14:58 +0000)]
Removal of dead code

18 years ago* vorbis comments can be mixed case. strstr -> strcasestr
Derk-Jan Hartman [Thu, 25 Aug 2005 14:09:50 +0000 (14:09 +0000)]
* vorbis comments can be mixed case. strstr -> strcasestr

18 years agoReverting to revision 12383 to 12340. This make wxwidgets 2.6.1 work but breaks older...
Jean-Paul Saman [Thu, 25 Aug 2005 09:48:33 +0000 (09:48 +0000)]
Reverting to revision 12383 to 12340. This make wxwidgets 2.6.1 work but breaks older versions.

18 years agoRemoving old familiar images, these are exactly the same images as the one prefixed...
Jean-Paul Saman [Thu, 25 Aug 2005 08:47:56 +0000 (08:47 +0000)]
Removing old familiar images, these are exactly the same images as the one prefixed with pda-.

18 years ago vlc_keys.h: fixed ACTIONID_JUMP_BACKWARD_1MIN
Eric Petit [Wed, 24 Aug 2005 22:27:28 +0000 (22:27 +0000)]
 vlc_keys.h: fixed ACTIONID_JUMP_BACKWARD_1MIN

18 years ago* Updated speex to 1.1.10
Derk-Jan Hartman [Wed, 24 Aug 2005 20:56:14 +0000 (20:56 +0000)]
* Updated speex to 1.1.10
* Updated theora to alpha5
* Added libshout

18 years ago* build libx264 from svn, if available. Since we need to patch it slightly different...
Felix Paul Kühne [Wed, 24 Aug 2005 20:01:33 +0000 (20:01 +0000)]
* build libx264 from svn, if available. Since we need to patch it slightly different, I added a separate patch-file.

18 years ago* include/network.h: fixed compilation with c++ files.
Gildas Bazin [Wed, 24 Aug 2005 19:49:47 +0000 (19:49 +0000)]
* include/network.h: fixed compilation with c++ files.

18 years agoProperly update the right ToolTip on the volumebar.
Jean-Paul Saman [Wed, 24 Aug 2005 19:02:59 +0000 (19:02 +0000)]
Properly update the right ToolTip on the volumebar.

18 years ago * modules/codec/fake.c: Fixed compilation.
Christophe Massiot [Wed, 24 Aug 2005 18:01:18 +0000 (18:01 +0000)]
 * modules/codec/fake.c: Fixed compilation.

18 years agoShorten the short description of --osdmenu-update
Jean-Paul Saman [Wed, 24 Aug 2005 17:52:41 +0000 (17:52 +0000)]
Shorten the short description of --osdmenu-update

18 years ago * modules/codec/fake.c: Fixed a segfault when outputting images locally.
Christophe Massiot [Wed, 24 Aug 2005 17:33:57 +0000 (17:33 +0000)]
 * modules/codec/fake.c: Fixed a segfault when outputting images locally.

18 years ago * configure.ac: fixed thinko in the AltiVec detection with gcc 3.x.
Sam Hocevar [Wed, 24 Aug 2005 16:21:49 +0000 (16:21 +0000)]
  * configure.ac: fixed thinko in the AltiVec detection with gcc 3.x.

18 years ago * modules/access/udp.c: Disabled ts forcing on streamtype 33 because it
Christophe Massiot [Wed, 24 Aug 2005 14:42:15 +0000 (14:42 +0000)]
 * modules/access/udp.c: Disabled ts forcing on streamtype 33 because it
   is autodetected (refs http://forum.videolan.org/viewtopic.php?t=10257).

18 years ago* sync up the outgoing shoutcast stream.
Derk-Jan Hartman [Wed, 24 Aug 2005 14:19:48 +0000 (14:19 +0000)]
* sync up the outgoing shoutcast stream.

18 years ago* Fix access_output_shout and add RTSP to the description of live.com module. (so...
Derk-Jan Hartman [Wed, 24 Aug 2005 13:30:27 +0000 (13:30 +0000)]
* Fix access_output_shout and add RTSP to the description of live.com module. (so ppl know what it's for)

18 years ago * configure.ac: Fixed libavformat detection.
Christophe Massiot [Wed, 24 Aug 2005 10:16:03 +0000 (10:16 +0000)]
 * configure.ac: Fixed libavformat detection.

18 years agolibiconv.patch: BeOS compile fix
Eric Petit [Wed, 24 Aug 2005 00:52:56 +0000 (00:52 +0000)]
libiconv.patch: BeOS compile fix

18 years ago * configure.ac: reworked the AltiVec checks.
Sam Hocevar [Tue, 23 Aug 2005 22:57:07 +0000 (22:57 +0000)]
  * configure.ac: reworked the AltiVec checks.

18 years ago * modules/access_output/shout.c: Shoutcast output support, courtesy of
Sam Hocevar [Tue, 23 Aug 2005 20:50:56 +0000 (20:50 +0000)]
  * modules/access_output/shout.c: Shoutcast output support, courtesy of
    Daniel Fischer <dan at subsignal dot org>.

18 years ago * modules/video_chroma/i420_yuy2.c: only include <altivec.h> when building
Sam Hocevar [Tue, 23 Aug 2005 18:23:20 +0000 (18:23 +0000)]
  * modules/video_chroma/i420_yuy2.c: only include <altivec.h> when building
    the AltiVec version of this module.

18 years agoReworked revision 12361. Added a new option --osdmenu-update <n> in ms [range is...
Jean-Paul Saman [Tue, 23 Aug 2005 18:03:28 +0000 (18:03 +0000)]
Reworked revision 12361. Added a new option --osdmenu-update <n> in ms [range is 0:1000 ms] that regulates how often the OSD menu subpicture is updated. This is especially important when streaming using UDP in a noisy networking environment.

18 years agoFix segmentation fault
Jean-Paul Saman [Tue, 23 Aug 2005 17:59:49 +0000 (17:59 +0000)]
Fix segmentation fault

18 years agosanity checking
Jean-Paul Saman [Tue, 23 Aug 2005 17:58:55 +0000 (17:58 +0000)]
sanity checking

18 years ago * configure.ac: on OS X ppc, prefer -maltivec to -faltivec if possible.
Sam Hocevar [Tue, 23 Aug 2005 17:57:08 +0000 (17:57 +0000)]
  * configure.ac: on OS X ppc, prefer -maltivec to -faltivec if possible.

18 years agoconfigure.ac: Add a --without-contrib option
Christophe Mutricy [Tue, 23 Aug 2005 16:30:28 +0000 (16:30 +0000)]
configure.ac: Add a --without-contrib option

18 years ago * Synchronised Debian build files with 0.8.4-svn20050823-1 upload.
Sam Hocevar [Tue, 23 Aug 2005 15:29:18 +0000 (15:29 +0000)]
  * Synchronised Debian build files with 0.8.4-svn20050823-1 upload.

18 years ago * Added missing svn:ignore properties.
Sam Hocevar [Tue, 23 Aug 2005 15:25:00 +0000 (15:25 +0000)]
  * Added missing svn:ignore properties.

18 years ago* updated questions 11 (the setting is at a different location now) and 12 (the setti...
Felix Paul Kühne [Tue, 23 Aug 2005 15:03:22 +0000 (15:03 +0000)]
* updated questions 11 (the setting is at a different location now) and 12 (the setting is hidden by default)

18 years ago * toolbox: Removed compilation information from version.c to reduce the
Christophe Massiot [Tue, 23 Aug 2005 14:24:35 +0000 (14:24 +0000)]
 * toolbox: Removed compilation information from version.c to reduce the
   compilation time.
 * configure.ac: Compilation information are now determined at
   configure-time. Fixed libSDL_image static linking.
 * src/libvlc.c: Removed VLC_CompileTime() since this is not possible
   without increasing the compilation time.

18 years agoForward port of revision 12360.
Jean-Paul Saman [Tue, 23 Aug 2005 12:27:59 +0000 (12:27 +0000)]
Forward port of revision 12360.

18 years ago * extras/contrib/src/Makefile: Fixed installation of ffmpeg. Added libtiff
Christophe Massiot [Tue, 23 Aug 2005 10:07:06 +0000 (10:07 +0000)]
 * extras/contrib/src/Makefile: Fixed installation of ffmpeg. Added libtiff
   in libSDL_image.

18 years ago * configure.ac: on Linux PPC and gcc 4.x, we need to check for the -maltivec
Sam Hocevar [Tue, 23 Aug 2005 09:44:45 +0000 (09:44 +0000)]
  * configure.ac: on Linux PPC and gcc 4.x, we need to check for the -maltivec
    flag before trying to use <altivec.h>.

18 years ago* src/misc/net.c: fixed segfault.
Gildas Bazin [Mon, 22 Aug 2005 21:31:51 +0000 (21:31 +0000)]
* src/misc/net.c: fixed segfault.

18 years ago* src/input/es_out.c: when removing an active track, re-run the track selection algo.
Gildas Bazin [Mon, 22 Aug 2005 20:24:20 +0000 (20:24 +0000)]
* src/input/es_out.c: when removing an active track, re-run the track selection algo.

18 years ago* modules/codec/dvbsub.c: fixed segfault.
Gildas Bazin [Mon, 22 Aug 2005 19:30:52 +0000 (19:30 +0000)]
* modules/codec/dvbsub.c: fixed segfault.

18 years agoWork-around automake being a bit too clever
Rémi Denis-Courmont [Mon, 22 Aug 2005 19:00:19 +0000 (19:00 +0000)]
Work-around automake being a bit too clever

18 years ago* use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago)
Felix Paul Kühne [Mon, 22 Aug 2005 18:51:23 +0000 (18:51 +0000)]
* use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago)

18 years ago * modules/control/hotkeys.c: replaced pow(2,x) constructs with (1<<x). (P.S.: mouah...
Sam Hocevar [Mon, 22 Aug 2005 18:37:43 +0000 (18:37 +0000)]
  * modules/control/hotkeys.c: replaced pow(2,x) constructs with (1<<x). (P.S.: mouahahaha)

18 years ago * src/extras/libc.c: Compilation fix for non-Win32 platforms.
Christophe Massiot [Mon, 22 Aug 2005 18:22:55 +0000 (18:22 +0000)]
 * src/extras/libc.c: Compilation fix for non-Win32 platforms.

18 years ago* modules/codec/dvbsub.c: fixed recent breakage of subtitles positionning.
Gildas Bazin [Mon, 22 Aug 2005 18:12:50 +0000 (18:12 +0000)]
* modules/codec/dvbsub.c: fixed recent breakage of subtitles positionning.

18 years ago * src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This
Christophe Massiot [Mon, 22 Aug 2005 17:58:20 +0000 (17:58 +0000)]
 * src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This
   allows to call vlc_readdir_wrapper("\\") and get a list of Windows drives.
   This is a bit kludgy but so convenient to change drives under Windows.
 * modules/control/http: Adapted to use vlc_readdir_wrapper in foreach
   directory. Thou shalt escape all exported functions with E_() to avoid
   potential namespace collisions !
 * po: Re-run make update-po since POTFILES.in has changed.

18 years ago * modules/control/http/Modules.am: added missing headers to the SOURCES
Sam Hocevar [Mon, 22 Aug 2005 17:44:19 +0000 (17:44 +0000)]
  * modules/control/http/Modules.am: added missing headers to the SOURCES
    variable.

18 years ago * Fixed the build dependencies.
Sam Hocevar [Mon, 22 Aug 2005 17:42:53 +0000 (17:42 +0000)]
  * Fixed the build dependencies.

18 years ago * Modules.am: (Hopefully) fixed make update-po.
Christophe Massiot [Mon, 22 Aug 2005 14:22:41 +0000 (14:22 +0000)]
 * Modules.am: (Hopefully) fixed make update-po.

18 years ago* revert previous patch
Derk-Jan Hartman [Mon, 22 Aug 2005 14:22:05 +0000 (14:22 +0000)]
* revert previous patch

18 years ago* Show the true volume range (0-400%) instead of 0-200%. The wxwidgets volume control...
Derk-Jan Hartman [Mon, 22 Aug 2005 13:48:33 +0000 (13:48 +0000)]
* Show the true volume range (0-400%) instead of 0-200%. The wxwidgets volume control goes only halfway i believe. This shouldn't change any behaviour, it should just change the value that is represented to the USER. refs #250

18 years ago* finally use the iTunes volumeslider knob that we have had since 0.7.0 but which...
Derk-Jan Hartman [Mon, 22 Aug 2005 13:44:11 +0000 (13:44 +0000)]
* finally use the iTunes volumeslider knob that we have had since 0.7.0 but which I never cared to enable. closes #209

18 years agoFix build in a subdirectory after make clean
Rémi Denis-Courmont [Mon, 22 Aug 2005 13:09:25 +0000 (13:09 +0000)]
Fix build in a subdirectory after make clean

18 years agoForward port of rev 12332
Jean-Paul Saman [Mon, 22 Aug 2005 08:29:37 +0000 (08:29 +0000)]
Forward port of rev 12332

18 years agoForward port of revision 12329 and cosmetic cleanup
Jean-Paul Saman [Mon, 22 Aug 2005 08:10:37 +0000 (08:10 +0000)]
Forward port of revision 12329 and cosmetic cleanup

18 years agoCosmetics
Jean-Paul Saman [Mon, 22 Aug 2005 08:08:35 +0000 (08:08 +0000)]
Cosmetics

18 years ago* remove debug line
Derk-Jan Hartman [Mon, 22 Aug 2005 00:59:12 +0000 (00:59 +0000)]
* remove debug line

18 years ago* Use insert instead of append. Does not yet work for inserting into nodes. refs...
Derk-Jan Hartman [Mon, 22 Aug 2005 00:47:34 +0000 (00:47 +0000)]
* Use insert instead of append. Does not yet work for inserting into nodes. refs #150

18 years ago* Nicer playlist reordering for OSX. cosmetic changes. refs #150
Derk-Jan Hartman [Sun, 21 Aug 2005 23:33:58 +0000 (23:33 +0000)]
* Nicer playlist reordering for OSX. cosmetic changes. refs #150

18 years ago* implement the extract-button of the bookmarks-window correctly (refs #22)
Felix Paul Kühne [Sun, 21 Aug 2005 20:02:03 +0000 (20:02 +0000)]
* implement the extract-button of the bookmarks-window correctly (refs #22)

18 years agoTypo in comment pointed out by dionoea
Rémi Denis-Courmont [Sun, 21 Aug 2005 18:52:10 +0000 (18:52 +0000)]
Typo in comment pointed out by dionoea

18 years agoall: make sure that the plugin use that registry for plugin path
Damien Fouilleul [Sun, 21 Aug 2005 18:49:07 +0000 (18:49 +0000)]
all: make sure that the plugin use that registry for plugin path

18 years agoGet rid of the symbols structure and use the OS linker
Rémi Denis-Courmont [Sun, 21 Aug 2005 18:48:05 +0000 (18:48 +0000)]
Get rid of the symbols structure and use the OS linker
with --enable-shared-libvlc

18 years ago- support for specific WIN32 file URL such as file:/C:/ and file:///C:/
Damien Fouilleul [Sun, 21 Aug 2005 17:46:48 +0000 (17:46 +0000)]
- support for specific WIN32 file URL such as file:/C:/ and file:///C:/

18 years ago* forgot these 2 files
Felix Paul Kühne [Sun, 21 Aug 2005 17:45:32 +0000 (17:45 +0000)]
* forgot these 2 files

18 years ago* port of the wx-update-panel to OSX (GUI works, updating itself is not yet implement...
Felix Paul Kühne [Sun, 21 Aug 2005 17:45:05 +0000 (17:45 +0000)]
* port of the wx-update-panel to OSX (GUI works, updating itself is not yet implemented, refs #310)

18 years ago- pre-create 'width' and 'height' in libvlc so that the ActiveX plugin can set them...
Damien Fouilleul [Sun, 21 Aug 2005 17:43:38 +0000 (17:43 +0000)]
- pre-create 'width' and 'height' in libvlc so that the ActiveX plugin can set them before a vout is created. this prevents the initial viewport resizing when playing the first target

18 years agoall: reworked ActiveX plugin, which now works properly with .NET (tested with Visual...
Damien Fouilleul [Sun, 21 Aug 2005 17:40:32 +0000 (17:40 +0000)]
all: reworked ActiveX plugin, which now works properly  with .NET (tested with Visual Basic Express 2005)
     added persistent properties such as MRL, AutoPlay, AutoLoop which allows a user to play a default target
     without programming.

18 years ago* use autoconf 2.59 instead of 2.57, since bootstrap needs it now -- this breaks...
Felix Paul Kühne [Sun, 21 Aug 2005 17:17:43 +0000 (17:17 +0000)]
* use autoconf 2.59 instead of 2.57, since bootstrap needs it now -- this breaks the compilation on BeOS, but there is no way to prevent that except making bootstrap autoconf 2.57 - compatible again

18 years ago * updated Debian build files
Sam Hocevar [Sun, 21 Aug 2005 16:38:17 +0000 (16:38 +0000)]
  * updated Debian build files

18 years ago* Fix mouse down event forwarding from opengl (closes #325)
Derk-Jan Hartman [Sun, 21 Aug 2005 14:33:06 +0000 (14:33 +0000)]
* Fix mouse down event forwarding from opengl (closes #325)

18 years agoCompile fix
Rémi Denis-Courmont [Sun, 21 Aug 2005 12:57:10 +0000 (12:57 +0000)]
Compile fix

18 years agoDefine IPV6_PROTECTION_LEVEL manually - closes #96
Rémi Denis-Courmont [Sun, 21 Aug 2005 11:27:15 +0000 (11:27 +0000)]
Define IPV6_PROTECTION_LEVEL manually - closes #96

18 years agoremove 2 evil tabs
Antoine Cellerier [Sat, 20 Aug 2005 19:14:58 +0000 (19:14 +0000)]
remove 2 evil tabs

18 years ago* modules/demux/playlist/dvb.c: win32 build fix.
Gildas Bazin [Sat, 20 Aug 2005 18:10:24 +0000 (18:10 +0000)]
* modules/demux/playlist/dvb.c: win32 build fix.

18 years ago* modules/demux/playlist/dvb.c: playlist import for szap/tzap/czap compatible DVB...
Gildas Bazin [Sat, 20 Aug 2005 17:18:41 +0000 (17:18 +0000)]
* modules/demux/playlist/dvb.c: playlist import for szap/tzap/czap compatible DVB channel lists.

18 years agoDue credits
Rémi Denis-Courmont [Sat, 20 Aug 2005 15:08:45 +0000 (15:08 +0000)]
Due credits

18 years agoFix url converter on win32
Rémi Denis-Courmont [Sat, 20 Aug 2005 15:06:17 +0000 (15:06 +0000)]
Fix url converter on win32
(patch contributed by Marco Munderloh)

18 years agopropset
Antoine Cellerier [Sat, 20 Aug 2005 13:57:15 +0000 (13:57 +0000)]
propset