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()
|