log src/madplug/decoder.c @ 3030:c442f8407dcb

age author description
Wed, 26 Nov 2008 02:55:04 +0900 Yoshiki Yazawa - changed include path from audacious to audlegacy.
Mon, 14 Jul 2008 03:35:13 +0300 Andrew O. Shadoura fixed FSF address
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