Wed, 02 Apr 2008 23:05:53 +0300 |
Matti Hamalainen |
A numeric #define with an expression not enclosed in parentheses is dangerous.
|
Mon, 31 Mar 2008 12:38:35 +0300 |
Matti Hamalainen |
Remove unused and completely wtf #includes.
|
Wed, 20 Feb 2008 02:57:59 +0900 |
Yoshiki Yazawa |
fix for bug #150:
|
Fri, 15 Feb 2008 19:10:19 +0900 |
Yoshiki Yazawa |
converted to new sound engine scheme.
|
Sun, 03 Feb 2008 00:05:32 +0900 |
Yoshiki Yazawa |
replaced 6db hard limit with experimental adaptive scaler clip prevention.
|
Thu, 31 Jan 2008 15:26:50 +0900 |
Yoshiki Yazawa |
made some debug messages conditional.
|
Thu, 31 Jan 2008 15:22:15 +0900 |
Yoshiki Yazawa |
- reworked replaygain to use individual pre-gain for the files with RG info and the rest.
|
Wed, 30 Jan 2008 05:04:15 +0300 |
Eugene Zagidullin |
fixed ${bitrate} in title string
|
Wed, 09 Jan 2008 09:25:48 -0600 |
Jussi Judin |
Fix memory leak in mad plugin when changing songs and writing output. (Bugzilla #82)
|
Tue, 01 Jan 2008 23:12:46 +0900 |
Yoshiki Yazawa |
append '\n' to format string for AUDDBG()
|
Thu, 06 Dec 2007 23:25:24 +0900 |
Yoshiki Yazawa |
make use of AUDDBG() for debug print out.
|
Sat, 13 Oct 2007 20:43:07 -0500 |
William Pitcock |
gentitle changes
|
Mon, 08 Oct 2007 02:02:02 -0500 |
William Pitcock |
chase last changeset in aud
|
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, 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
|
Mon, 23 Jul 2007 17:27:44 -0500 |
William Pitcock |
Kill g_thread_exit() this is now handled by monitor thread.
|
Mon, 04 Jun 2007 07:46:52 -0700 |
yaz |
[svn] - revise bitrate calculation with xing header. if number of bytes and number of frames are available in xing header, fast play time calculation yields almost appropriate duration upon a vbr file.
trunk
|
Tue, 01 May 2007 12:49:27 -0700 |
yaz |
[svn] - fix a bug which counts number of frames twice in handling xing header.
trunk
|
Thu, 26 Apr 2007 02:06:12 -0700 |
yaz |
[svn] - fix overflow when calculates bitrate with non-fast scan on a huge sized file.
trunk
|
Sat, 14 Apr 2007 22:08:50 -0700 |
yaz |
[svn] bug fix for #897
trunk
|
Mon, 09 Apr 2007 03:51:00 -0700 |
yaz |
[svn] - make madplug ignore crc error. closes #884.
trunk
|
Mon, 09 Apr 2007 03:21:02 -0700 |
yaz |
[svn] -adjust size of variable in dither code.
trunk
|
Thu, 05 Apr 2007 21:12:59 -0700 |
yaz |
[svn] revise reopen output code for #880. time count would be reset if output was closed. so I took two measures for it.
trunk
|
Sat, 24 Mar 2007 09:44:44 -0700 |
yaz |
[svn] - small cleanups.
trunk
|
Mon, 12 Mar 2007 11:03:24 -0700 |
yaz |
[svn] - make use of new millisecond seek API.
trunk
|
Wed, 07 Mar 2007 06:49:54 -0800 |
yaz |
[svn] - same sanity check on rarely executed part.
trunk
|
Wed, 07 Mar 2007 06:16:04 -0800 |
yaz |
[svn] - add sanity check for open audio parameters.
trunk
|
Wed, 07 Mar 2007 05:36:20 -0800 |
yaz |
[svn] - I was noticed vfs_fread check still causes problem. disable for now.
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 22:55:57 -0800 |
yaz |
[svn] - hide seek bar for unseekable (info->size = 0) stream.
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
|
Wed, 28 Feb 2007 21:16:10 -0800 |
nenolod |
[svn] - enable seeking on HTTP streams.
trunk
|
Tue, 27 Feb 2007 04:17:49 -0800 |
yaz |
[svn] - add read/write support for TLEN frame.
trunk
|
Mon, 19 Feb 2007 19:39:42 -0800 |
yaz |
[svn] - show dynamic bitrate for vbr is off by default. now it is configurable from preferences.
trunk
|
Mon, 19 Feb 2007 18:08:27 -0800 |
yaz |
[svn] madplug bug fix:
trunk
|
Mon, 19 Feb 2007 04:55:14 -0800 |
yaz |
[svn] - calculate vbr bitrate properly.
trunk
|
Sat, 10 Feb 2007 12:06:11 -0800 |
chainsaw |
[svn] Break out of the loop once we know the length. No using spinning around all day.
trunk
|
Thu, 08 Feb 2007 00:55:06 -0800 |
yaz |
[svn] - now title_override works.
trunk
|
Tue, 06 Feb 2007 12:11:42 -0800 |
yaz |
[svn] merge recent changes from yaz's branch.
trunk
|
Mon, 05 Feb 2007 12:28:01 -0800 |
nenolod |
[svn] - add madplug. It is not yet hooked up, I'll do that later.
trunk
|