Sun, 28 Oct 2007 14:28:13 -0500 |
William Pitcock |
bugfixed the way shoutcast is formatted ;p
|
Sat, 13 Oct 2007 20:43:07 -0500 |
William Pitcock |
gentitle changes
|
Sat, 13 Oct 2007 19:55:04 -0500 |
William Pitcock |
string API calls -> vtable
|
Sun, 07 Oct 2007 14:26:26 -0500 |
William Pitcock |
use set_params() in madplug
|
Sun, 07 Oct 2007 00:25:33 -0500 |
William Pitcock |
s/vfs_/aud_vfs_/g
|
Sun, 07 Oct 2007 00:22:59 -0500 |
William Pitcock |
s/tuple_/aud_tuple_/g
|
Wed, 12 Sep 2007 06:13:07 +0300 |
Matti Hamalainen |
Madplug didn't always calculate song length when needed, fixed.
|
Wed, 05 Sep 2007 09:29:26 +0300 |
Matti Hamalainen |
Modified for Tuplez/plugin API changes.
|
Mon, 13 Aug 2007 19:57:03 +0900 |
Yoshiki Yazawa |
- make use of tuple_formatter_make_title_string(). now madplug can show file name if metadata is not available.
|
Sun, 12 Aug 2007 00:06:35 +0900 |
Yoshiki Yazawa |
use get_gentitle_format() to get format string so that presets and custom string can coexist.
|
Sat, 11 Aug 2007 12:21:30 +0200 |
Giacomo Lozito |
use tuple_free(x) in place of mowgli_object_unref(x)
|
Fri, 10 Aug 2007 07:45:29 -0500 |
William Pitcock |
madplug: tuple API changes
|
Sun, 22 Jul 2007 04:28:20 +0900 |
Yoshiki Yazawa |
- make probing for tuple completely reuse fd.
|
Mon, 16 Jul 2007 16:16:41 +0900 |
Yoshiki Yazawa |
file_name and file_path in a tuple should be unescaped.
|
Tue, 01 May 2007 12:49:27 -0700 |
yaz |
[svn] - fix a bug which counts number of frames twice in handling xing header.
trunk
|
Sun, 22 Apr 2007 05:29:46 -0700 |
ertzing |
[svn]
trunk
|
Fri, 09 Mar 2007 22:47:38 -0800 |
yaz |
[svn] - convert filename into utf8 in debug messages.
trunk
|
Thu, 08 Mar 2007 09:24:04 -0800 |
giacomo |
[svn] - madplug: do not call set_info repeatedly in input_process_remote_metadata, only call it when the built title string actually differs from the previous one
trunk
|
Wed, 07 Mar 2007 05:08:55 -0800 |
nenolod |
[svn] - only perform vfs fseek against info::infile if it is available.
trunk
|
Tue, 06 Mar 2007 22:08:18 -0800 |
yaz |
[svn] revising vfs_fread() check code.
trunk
|
Tue, 06 Mar 2007 15:43:15 -0800 |
nenolod |
[svn] - revert r1664 as it breaks too much
trunk
|
Tue, 06 Mar 2007 01:12:16 -0800 |
yaz |
[svn] - fix read_replaygain(). necessary fseek was missing in reuse fd code. closes #843.
trunk
|
Mon, 05 Mar 2007 00:48:01 -0800 |
yaz |
[svn] - check the result of vfs_fread() strictly.
trunk
|
Sat, 03 Mar 2007 17:36:01 -0800 |
yaz |
[svn] - by unknown reason, http connection via proxy server needs a transfer stop after tag retrieving.
trunk
|
Sat, 03 Mar 2007 05:55:23 -0800 |
yaz |
[svn] - with fixed curl, read id3 tag over network works now.
trunk
|
Fri, 02 Mar 2007 20:28:55 -0800 |
yaz |
[svn] - reduce connection latency to http stream.
trunk
|
Fri, 02 Mar 2007 00:14:11 -0800 |
yaz |
[svn] - remote metadata handling is moved into input_process_remote_metadata(). this function converts string into utf-8 if necessary (mainly for zina).
trunk
|
Thu, 01 Mar 2007 06:31:20 -0800 |
yaz |
[svn] - determine whether stream is seekable or not by checking duration. it is safe to use with proxy.
trunk
|
Wed, 28 Feb 2007 18:00:41 -0800 |
nenolod |
[svn] - only do shoutcast stuff if info::size = 0. closes #601 again.
trunk
|
Wed, 28 Feb 2007 07:01:26 -0800 |
nenolod |
[svn] - handle condition where track_name is not there, but stream_name is.
trunk
|