Fri, 10 Apr 2009 01:34:22 -0400 |
John Lindgren |
Don't change config just because time remaining can't be shown for an
|
Fri, 10 Apr 2009 00:28:00 -0400 |
John Lindgren |
Fix seeking when paused for .ape plugin (Debian bug #517692)
|
Fri, 10 Apr 2009 00:30:15 +0100 |
Tony Vroon |
Support comment tag in FLAC files. By Brent Towe, resolves bug #4.
|
Fri, 10 Apr 2009 00:12:59 +0100 |
Tony Vroon |
Add explicit braces to outer if statement.
|
Fri, 10 Apr 2009 00:06:46 +0100 |
Tony Vroon |
Zero out variables explicitly where required.
|
Thu, 09 Apr 2009 23:58:13 +0100 |
Tony Vroon |
Patch from John Lindgren to skip corrupted frames, from Debian bug #514674.
|
Thu, 09 Apr 2009 23:36:49 +0100 |
Tony Vroon |
Add additional set of braces to clarify nested if statements.
|
Thu, 09 Apr 2009 23:05:29 +0100 |
Tony Vroon |
Place suggested parentheses around operand arithmetic.
|
Thu, 09 Apr 2009 22:57:02 +0100 |
Tony Vroon |
Kill more warnings by removing unused save/write code. We only read IT files.
|
Thu, 09 Apr 2009 21:57:39 +0100 |
Tony Vroon |
Port to new API, lowest prio and NO_DEVICES to avoid autoselect.
|
Thu, 09 Apr 2009 21:41:40 +0100 |
Tony Vroon |
Convert null output plugin to new API, lowest priority and reporting no devices so it is never auto-selected.
|
Thu, 09 Apr 2009 21:09:54 +0100 |
Tony Vroon |
Fix a heap of warnings by removing an unused component of AdPlug.
|
Thu, 09 Apr 2009 14:23:42 +0200 |
Tomasz Mon |
Don't use deprecated gtk macros and types
|
Thu, 09 Apr 2009 02:21:21 +0300 |
Paula Stanciu |
added signed char in declaration of function NeAACDecInit2 and
|
Wed, 08 Apr 2009 23:32:18 +0100 |
Tony Vroon |
Overdoing the pointer voodoo that much is a strict-aliasing violation.
|
Wed, 08 Apr 2009 23:24:00 +0100 |
Tony Vroon |
guint != gulong, ktnxbye.
|
Wed, 08 Apr 2009 23:11:11 +0100 |
Tony Vroon |
If you #if 0 out code, how about you do the variables it uses too.
|
Wed, 08 Apr 2009 23:10:10 +0100 |
Tony Vroon |
GCC wants triple braces, not double braces.
|
Wed, 08 Apr 2009 23:09:15 +0100 |
Tony Vroon |
Remove stray forward slash. Comment-in-comment is bad, hmmkay?
|
Wed, 08 Apr 2009 23:07:59 +0100 |
Tony Vroon |
Apparent copy/pasta salad gone awry, unused variable removed.
|
Wed, 08 Apr 2009 23:01:09 +0100 |
Tony Vroon |
GCC wanted *another* set of braces. Okay.
|
Wed, 08 Apr 2009 22:46:53 +0100 |
Tony Vroon |
Comment out two functions correctly identified by GCC as unused.
|
Wed, 08 Apr 2009 22:38:23 +0100 |
Tony Vroon |
Yes, and another of those "inline" functions moved to where it belongs.
|
Wed, 08 Apr 2009 22:30:45 +0100 |
Tony Vroon |
Defining C functions in headers is awkward, move to the one C file that actually uses it.
|