log

age author description
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.
2008-11-10 Andrew O. Shadoura don't fail if non-important settings are not set
2008-11-02 Jonathan Schleifer Fix a warning - this time without killing seek code.
2008-11-02 Tony Vroon It is customary to check that warning fixes do not break things. This one does, so it dies. Thanks to jdhore for troubleshooting.
2008-11-01 Tony Vroon Add datarootdir as a variable. Not having it causes loud whining from autoconf.
2008-11-01 Tony Vroon Silencing these _cv_ warnings by renaming that can_has_midi thing.
2008-11-01 Jonathan Schleifer It seems that $as_echo is undefined on some systems. Fixed.
2008-11-01 Jonathan Schleifer Touch .deps files in the past so they are always recreated.
2008-11-01 Jonathan Schleifer Fix a warning.
2008-11-01 Jonathan Schleifer Updated buildsys.
2008-11-01 Jonathan Schleifer Someone accidentally committed a .deps file.
2008-10-25 Jonathan Schleifer No need to set variables that are already set by buildsys.mk.
2009-02-11 Yoshiki Yazawa now sndfile can display Japanese file name.
2008-11-25 Yoshiki Yazawa follow core changes.
2008-11-25 Yoshiki Yazawa changed DATA_DIR path
2008-11-25 Yoshiki Yazawa changed header path
2008-11-25 Yoshiki Yazawa - changed include path from audacious to audlegacy.
2008-11-25 Yoshiki Yazawa revert default format to wav
2008-11-25 Yoshiki Yazawa changed default values for filewriter:
2008-11-25 Yoshiki Yazawa should not install data into audacious directory.
2008-11-24 Yoshiki Yazawa audlegacy-plugins begins.
2008-10-17 William Pitcock Remove main.c; unused.
2008-10-17 William Pitcock Make forward seeking work. Backwards seeking is still not working.
2008-10-16 William Pitcock Ok, really fix the EOF stuff.
2008-10-16 William Pitcock Comment out debug messages.