Mon, 14 Jul 2008 03:35:13 +0300 |
Andrew O. Shadoura |
fixed FSF address
|
Mon, 19 May 2008 04:20:50 +0300 |
Matti Hamalainen |
Removed #includes that should not be included anymore.
|
Wed, 02 Apr 2008 23:02:09 +0300 |
Matti Hamalainen |
Remove completely wtf pointer nulling. Variables don't magically change
|
Wed, 02 Apr 2008 22:58:35 +0300 |
Matti Hamalainen |
Remove some completely useless null-pointer checks, g_free() checks the pointer anyway.
|
Sun, 30 Mar 2008 06:29:55 +0300 |
Matti Hamalainen |
Some code sanitation and cleanups. Fixes some memory-access problems, but certain others still persist
|
Sat, 29 Mar 2008 12:52:18 +0200 |
Matti Hamalainen |
Certain piece of allocated memory was free'd before we were done with it,
|
Sat, 29 Mar 2008 12:08:06 +0200 |
Matti Hamalainen |
Indeed 'new' might not be a C keyword, but it's a C++ keyword and thus not recommended to be used as a identifier.
|
Sat, 29 Mar 2008 12:06:38 +0200 |
Matti Hamalainen |
Tiny cleanups of repetitive code syndrome madness; Added some null-pointer checks.
|
Fri, 15 Feb 2008 19:15:29 +0900 |
Yoshiki Yazawa |
imported 5298b10777b3 by Eugene Zagidullin.
|
Fri, 15 Feb 2008 19:10:19 +0900 |
Yoshiki Yazawa |
converted to new sound engine scheme.
|
Mon, 04 Feb 2008 03:30:25 +0900 |
Yoshiki Yazawa |
allow madplug to compute mp3 duration when TLEN field is invalid. patch by Russell Yanofsky.
|
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, 23 Jan 2008 14:11:29 +0100 |
Jussi Judin |
Fix problems with pointer arithmetic (Bugzilla #72)
|
Thu, 10 Jan 2008 18:39:52 +0100 |
mf0102 |
remove obsolete function
|
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.
|
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.
|