Commit graph

13 commits

Author SHA1 Message Date
joerg
bbd55b7075 Fix inline use. 2012-12-25 21:03:36 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
obache
a3fd328900 Update msdl to 1.2.7r2.
Version 1.2.7-r2.
-- msdl
	* 15th release
	* bugfix release for stdout "-o -" when target url contains no filename.
2010-08-02 04:49:55 +00:00
obache
7f0c25a8b1 Update msdl to 1.2.7r1.
Version 1.2.7-r1.
-- msdl
	* 14th release
	* bugfix release to delete MSG_NOSIGNAL and added SIGPIPE,SIG_IGN, for more portability.
2010-02-27 04:27:39 +00:00
obache
fb99eb75c8 Update msdl to 1.2.7.
Version 1.2.7.
-- msdl
	* 13th release
	* -a inf for infinite download retries.
	  $ msdl -a inf rtsp://foo.com/bar.wma
	* mmsh resumeing (partly) supported
	  Still cannot resume in some cases, but mmsh resume support added.
	* mmst to mmsh auto fallback added. if mmst fails to connect, it automatically tries mmsh.
	* added check on fwrite()
	* fixed possible memory leaks which happens when --logfile a --logfile b etc.
	* msdl.spec added, for rpm systems.
	  the "msdl.spec" file was originally created by Mr.Zidlicky. Thanks.
2010-02-24 01:20:05 +00:00
obache
d20fa3a515 Update msdl to 1.2.6.
Version 1.2.6.
-- msdl
	* 12th release
	* -o chain enabled, you can do
          $ msdl -o 1.foo -o 2.foo -o 3.foo http://bar/file1 http://bar/file2 http://bar/file3
	* --stream-timeout option for quit streaming after some time.
	  $ msdl --stream-timeout 3m30s rtsp://foo.com/bar.wmv
          to download the first 3 and a half minutes.
	  This is helpful for downloading the real-time streaming, which ignores
          RTSP Range parameters.
2009-10-26 04:12:12 +00:00
obache
00ba414d7d Update msdl to 1.2.5.
Notes:
Version 1.2.5.
-msdl
	- 11th release
	- all message goes to stderr
	- -o - (stdout) option added
	- changed uinq filtering function in get_url_list_from_file()
	- FreeBSD test done
2009-07-20 02:52:56 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
obache
c4ea0960de Update msdl to 1.2.4-r1.
While here, enable LICENSE.

Version 1.2.4-r1.
-msdl
	- bugfix release
	- fiexed bug about redirection (thanks for Mr.Jubany)
	- fixed some codes

Version 1.2.4.
-msdl
	- 10th release
	- fiexed proxy string parse bug
	- fixed is_url_valid_char(), added some missing valid characters
          (thanks for Mr.Jubany)
	- fixed SETUP request routine, a=control can be both absolute/relative
          URL
	- use stdout for error output. error message goes to stdout now!
2009-05-05 02:41:16 +00:00
obache
57563a5a91 Update msdl to 1.2.3.
Version 1.2.3.
-msdl
	- 9th release
	- fixed mmst 0x33 command bug (Thanks for Mr.ear5cm)
	- put more debug infos for --debug switch
	- fixed mmsh 2nd request message
	- fixed rtsp 0x82 magic inplementation
2008-12-02 00:47:34 +00:00
obache
42a90cf2d9 Update msdl to 1.2.2.
Version 1.2.2.
-msdl
	- 8th release
	- http redirect support
	- added MPlayer/xine-lib copyright infos in each file

Version 1.2.1.
-msdl
	- 7th release
	- fixed fatal bug on mmst
	- some change on wmserver/real
2008-09-23 15:50:29 +00:00
obache
e882c02259 Update msdl to 1.2.
Version 1.2.
- msdl
	- 6th release
	- -aN option added (for streams which often cause timeout error)
	- resume real-rtsp support

Version 1.1.99.
- msdl
	- beta release
	- -c (--continue) option added
	- --byterange option added
2008-05-24 04:49:14 +00:00
obache
066f059dbd Import msdl version 1.1.1.
This program is to download multimedia streaming files.
Currently it supports following protocols.

* mmst      (Microsoft Media Server over TCP)
* mmsh      (MMS over HTTP)
* http      (Hyper Text Transfer Protocol)
* real-rtsp (Real Time Streaming Protocol / Real/helix)
* wms-rtsp  (Real Time Streaming Protocol / WMServer  )
* ftp       (File Transfer Protocol)
2008-04-05 15:45:39 +00:00