log

age author description
2009-04-17 Andrew O. Shadoura ported icecast plugin,
2009-04-16 William Pitcock Added tag audacious-plugins-2.0-alpha1 for changeset c5fbafe09e1e
2009-04-16 William Pitcock Queued projectm fixes.
2009-04-14 William Pitcock add a debugging notice
2009-04-14 William Pitcock More cleanups.
2009-04-14 William Pitcock Copying structs is not a good idea. Lets use a pointer here.
2009-04-14 William Pitcock go back to the SDL version
2009-04-14 Tomasz Mon Add random skin on play to skins plugin preferences (bug #28)
2009-04-13 John Lindgren Updated Catalan translation from Ernest Adrogué (bug #25)
2009-04-12 John Lindgren Get plugin services working again for 2.0 (bug #8)
2009-04-11 John Lindgren Fix multiple issues with vector fonts in the skinned interface.
2009-04-10 Tomasz Mon Don't use deprecated gtk functions
2009-04-10 Tomasz Mon Don't use deprecated gdk functions
2009-04-10 Tomasz Mon Don't use deprecated gtk_type_class() (missed those two files before)
2009-04-10 Tomasz Mon Don't use deprecated gtk_type_class()
2009-04-10 Tomasz Mon Use glib cast macros
2009-04-10 John Lindgren Show playlist popup information reliably (Debian bug #460802)
2009-04-10 John Lindgren Don't change config just because time remaining can't be shown for an
2009-04-10 John Lindgren Fix seeking when paused for .ape plugin (Debian bug #517692)
2009-04-09 Tony Vroon Support comment tag in FLAC files. By Brent Towe, resolves bug #4.
2009-04-09 Tony Vroon Add explicit braces to outer if statement.
2009-04-09 Tony Vroon Zero out variables explicitly where required.
2009-04-09 Tony Vroon Patch from John Lindgren to skip corrupted frames, from Debian bug #514674.
2009-04-09 Tony Vroon Add additional set of braces to clarify nested if statements.
2009-04-09 Tony Vroon Place suggested parentheses around operand arithmetic.
2009-04-09 Tony Vroon Kill more warnings by removing unused save/write code. We only read IT files.
2009-04-09 Tony Vroon Port to new API, lowest prio and NO_DEVICES to avoid autoselect.
2009-04-09 Tony Vroon Convert null output plugin to new API, lowest priority and reporting no devices so it is never auto-selected.
2009-04-09 Tony Vroon Fix a heap of warnings by removing an unused component of AdPlug.
2009-04-09 Tomasz Mon Don't use deprecated gtk macros and types
2009-04-08 Paula Stanciu added signed char in declaration of function NeAACDecInit2 and
2009-04-08 Tony Vroon Overdoing the pointer voodoo that much is a strict-aliasing violation.
2009-04-08 Tony Vroon guint != gulong, ktnxbye.
2009-04-08 Tony Vroon If you #if 0 out code, how about you do the variables it uses too.
2009-04-08 Tony Vroon GCC wants triple braces, not double braces.
2009-04-08 Tony Vroon Remove stray forward slash. Comment-in-comment is bad, hmmkay?
2009-04-08 Tony Vroon Apparent copy/pasta salad gone awry, unused variable removed.
2009-04-08 Tony Vroon GCC wanted *another* set of braces. Okay.
2009-04-08 Tony Vroon Comment out two functions correctly identified by GCC as unused.
2009-04-08 Tony Vroon Yes, and another of those "inline" functions moved to where it belongs.
2009-04-08 Tony Vroon Defining C functions in headers is awkward, move to the one C file that actually uses it.
2009-04-08 Tony Vroon Update mp4ff as well. Eternal glory for the one who finds the hidden PACKAGE in the about dialog.
2009-04-08 Tony Vroon Sync with FAAD 2.7; will fix warnings in separate commits.
2009-02-28 Tony Vroon Add hardware_present probe for a meaningful return code. Probe priority 1.
2009-03-28 Yoshiki Yazawa temporal build fix
2009-03-04 Tony Vroon Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
2009-03-04 Tony Vroon Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
2009-03-04 Tony Vroon Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
2009-03-04 Tony Vroon Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
2009-03-04 Tony Vroon Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
2009-03-04 Tony Vroon Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
2009-03-04 Tony Vroon Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
2009-03-02 William Pitcock xiph.org sucks, add .oga to allowed extensions list.
2009-03-02 William Pitcock Add more assertions.
2009-03-02 Cristi Magherusan fixed crash of the new GUI when right clicking on the StatusIcon
2009-02-10 Teemu Torma flacng: enable replaygain
2009-02-06 Martin Michlmayr add missing includes to get it build with gcc 4.3
2009-01-08 William Pitcock skins interface: fix crash
2008-12-05 William Pitcock Make the MP3 validation checks less restrictive with shoutcast streams.
2008-12-05 William Pitcock Do not use non-blocking playback, it is entirely unnecessary and is the source of many problems we have with ALSA on weird cards.