Mercurial > audlegacy-plugins
graph
-
Add additional set of braces to clarify nested if statements.Thu, 09 Apr 2009 23:36:49 +0100, by Tony Vroon
-
Place suggested parentheses around operand arithmetic.Thu, 09 Apr 2009 23:05:29 +0100, by Tony Vroon
-
Kill more warnings by removing unused save/write code. We only read IT files.Thu, 09 Apr 2009 22:57:02 +0100, by Tony Vroon
-
Port to new API, lowest prio and NO_DEVICES to avoid autoselect.Thu, 09 Apr 2009 21:57:39 +0100, by 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:41:40 +0100, by Tony Vroon
-
Fix a heap of warnings by removing an unused component of AdPlug.Thu, 09 Apr 2009 21:09:54 +0100, by Tony Vroon
-
Don't use deprecated gtk macros and typesThu, 09 Apr 2009 14:23:42 +0200, by Tomasz Mon
-
added signed char in declaration of function NeAACDecInit2 andThu, 09 Apr 2009 02:21:21 +0300, by Paula Stanciu
-
Overdoing the pointer voodoo that much is a strict-aliasing violation.Wed, 08 Apr 2009 23:32:18 +0100, by Tony Vroon
-
guint != gulong, ktnxbye.Wed, 08 Apr 2009 23:24:00 +0100, by Tony Vroon
-
If you #if 0 out code, how about you do the variables it uses too.Wed, 08 Apr 2009 23:11:11 +0100, by Tony Vroon
-
GCC wants triple braces, not double braces.Wed, 08 Apr 2009 23:10:10 +0100, by Tony Vroon
-
Remove stray forward slash. Comment-in-comment is bad, hmmkay?Wed, 08 Apr 2009 23:09:15 +0100, by Tony Vroon
-
Apparent copy/pasta salad gone awry, unused variable removed.Wed, 08 Apr 2009 23:07:59 +0100, by Tony Vroon
-
GCC wanted *another* set of braces. Okay.Wed, 08 Apr 2009 23:01:09 +0100, by Tony Vroon
-
Comment out two functions correctly identified by GCC as unused.Wed, 08 Apr 2009 22:46:53 +0100, by Tony Vroon
-
Yes, and another of those "inline" functions moved to where it belongs.Wed, 08 Apr 2009 22:38:23 +0100, by Tony Vroon
-
Defining C functions in headers is awkward, move to the one C file that actually uses it.Wed, 08 Apr 2009 22:30:45 +0100, by Tony Vroon
-
Update mp4ff as well. Eternal glory for the one who finds the hidden PACKAGE in the about dialog.Wed, 08 Apr 2009 22:16:01 +0100, by Tony Vroon
-
Sync with FAAD 2.7; will fix warnings in separate commits.Wed, 08 Apr 2009 20:12:57 +0100, by Tony Vroon
-
Add hardware_present probe for a meaningful return code. Probe priority 1.Sat, 28 Feb 2009 02:34:13 +0000, by Tony Vroon
-
temporal build fixSat, 28 Mar 2009 17:29:21 +0900, by Yoshiki Yazawa
-
Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.Wed, 04 Mar 2009 12:48:57 +0000, by Tony Vroon
-
Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.Wed, 04 Mar 2009 12:48:43 +0000, by Tony Vroon
-
Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.Wed, 04 Mar 2009 12:48:20 +0000, by Tony Vroon
-
Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.Wed, 04 Mar 2009 12:48:09 +0000, by Tony Vroon
-
Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.Wed, 04 Mar 2009 12:46:05 +0000, by Tony Vroon
-
Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.Wed, 04 Mar 2009 12:45:16 +0000, by Tony Vroon
-
Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.Wed, 04 Mar 2009 12:03:14 +0000, by Tony Vroon
-
xiph.org sucks, add .oga to allowed extensions list.Sun, 01 Mar 2009 23:29:54 -0600, by William Pitcock
-
Add more assertions.Sun, 01 Mar 2009 23:29:04 -0600, by William Pitcock
-
fixed crash of the new GUI when right clicking on the StatusIconMon, 02 Mar 2009 03:53:57 +0200, by Cristi Magherusan
-
flacng: enable replaygainTue, 10 Feb 2009 23:56:41 +0100, by Teemu Torma
-
add missing includes to get it build with gcc 4.3Fri, 06 Feb 2009 14:10:52 +0200, by Martin Michlmayr
-
skins interface: fix crashWed, 07 Jan 2009 20:25:14 -0600, by William Pitcock
-
Make the MP3 validation checks less restrictive with shoutcast streams.Fri, 05 Dec 2008 07:11:37 -0600, by 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.Fri, 05 Dec 2008 07:10:58 -0600, by William Pitcock
-
don't fail if non-important settings are not setMon, 10 Nov 2008 03:12:46 +0200, by Andrew O. Shadoura
-
Fix a warning - this time without killing seek code.Sun, 02 Nov 2008 01:33:20 +0100, by Jonathan Schleifer
-
It is customary to check that warning fixes do not break things. This one does, so it dies. Thanks to jdhore for troubleshooting.Sun, 02 Nov 2008 00:15:23 +0000, by Tony Vroon
-
Add datarootdir as a variable. Not having it causes loud whining from autoconf.Sat, 01 Nov 2008 23:44:11 +0000, by Tony Vroon
-
Silencing these _cv_ warnings by renaming that can_has_midi thing.Sat, 01 Nov 2008 23:39:20 +0000, by Tony Vroon
-
It seems that $as_echo is undefined on some systems. Fixed.Sat, 01 Nov 2008 20:28:06 +0100, by Jonathan Schleifer
-
Touch .deps files in the past so they are always recreated.Sat, 01 Nov 2008 20:19:11 +0100, by Jonathan Schleifer
-
Fix a warning.Sat, 01 Nov 2008 20:11:09 +0100, by Jonathan Schleifer
-
Updated buildsys.Sat, 01 Nov 2008 20:02:40 +0100, by Jonathan Schleifer
-
Someone accidentally committed a .deps file.Sat, 01 Nov 2008 20:01:57 +0100, by Jonathan Schleifer
-
No need to set variables that are already set by buildsys.mk.Sat, 25 Oct 2008 17:27:34 +0200, by Jonathan Schleifer
-
now sndfile can display Japanese file name.Thu, 12 Feb 2009 01:50:09 +0900, by Yoshiki Yazawa
-
follow core changes.Wed, 26 Nov 2008 05:17:55 +0900, by Yoshiki Yazawa
-
changed DATA_DIR pathWed, 26 Nov 2008 03:13:39 +0900, by Yoshiki Yazawa
-
changed header pathWed, 26 Nov 2008 03:02:36 +0900, by Yoshiki Yazawa
-
- changed include path from audacious to audlegacy.Wed, 26 Nov 2008 02:55:04 +0900, by Yoshiki Yazawa
-
revert default format to wavTue, 25 Nov 2008 23:11:16 +0900, by Yoshiki Yazawa
-
changed default values for filewriter:Tue, 25 Nov 2008 16:23:17 +0900, by Yoshiki Yazawa
-
should not install data into audacious directory.Tue, 25 Nov 2008 15:37:24 +0900, by Yoshiki Yazawa
-
audlegacy-plugins begins.Mon, 24 Nov 2008 21:42:16 +0900, by Yoshiki Yazawa
-
Remove main.c; unused.Fri, 17 Oct 2008 16:48:31 -0500, by William Pitcock
-
Make forward seeking work. Backwards seeking is still not working.Fri, 17 Oct 2008 16:47:43 -0500, by William Pitcock
-
Ok, really fix the EOF stuff.Thu, 16 Oct 2008 14:53:09 -0500, by William Pitcock
-
Comment out debug messages.Thu, 16 Oct 2008 14:48:21 -0500, by William Pitcock
-
Make EOF work.Thu, 16 Oct 2008 14:47:55 -0500, by William Pitcock
-
Merge xsf plugin.Thu, 16 Oct 2008 14:45:41 -0500, by William Pitcock
-
More code simplification.Wed, 15 Oct 2008 15:30:25 -0500, by William Pitcock
-
Unbreak PS2 IRQ timings...Wed, 15 Oct 2008 15:27:43 -0500, by William Pitcock
-
Make delayed execution work, should fix FFX sets.Wed, 15 Oct 2008 15:25:08 -0500, by William Pitcock
-
Implement silence detection.Wed, 15 Oct 2008 15:11:34 -0500, by William Pitcock
-
Start on line-level output model, not unlike upse.Wed, 15 Oct 2008 14:57:48 -0500, by William Pitcock
-
Remove unnecessary PS1 emulation core.Wed, 15 Oct 2008 14:41:46 -0500, by William Pitcock
-
Warning clean.Wed, 15 Oct 2008 14:31:23 -0500, by William Pitcock
-
Fix backwards seeking in PSF2 files.Wed, 15 Oct 2008 14:20:45 -0500, by William Pitcock
-
- now cuesheet plugin calculates duration of subtune correctly even if pregap information is not available.Tue, 14 Oct 2008 22:28:14 +0900, by Yoshiki Yazawa
-
reimplemented cuesheet plugin using subtune.Sat, 11 Oct 2008 20:03:01 +0900, by Yoshiki Yazawa
-
- mp3: adapted to lame-3.98. now filewriter writes valid TLEN.Sat, 11 Oct 2008 02:02:41 +0900, by Yoshiki Yazawa
-
Only enable bluetooth if we have alsa.Sat, 04 Oct 2008 19:54:04 +0200, by Jonathan Schleifer
-
Please don't use GNU-only stuff without providing an alternative?Fri, 03 Oct 2008 00:23:27 +0200, by Jonathan Schleifer
-
Same as for audacious.Thu, 02 Oct 2008 23:53:27 +0200, by Jonathan Schleifer
-
make prompt translatableSun, 28 Sep 2008 19:58:28 +0300, by Andrew O. Shadoura
-
add password prompt to icecast tooSun, 28 Sep 2008 19:57:46 +0300, by Andrew O. Shadoura
-
fix identifierSun, 28 Sep 2008 19:27:45 +0300, by Andrew O. Shadoura
-
added password promptSun, 28 Sep 2008 19:12:11 +0300, by Andrew O. Shadoura
-
Fix tags for ALAC files.Sat, 27 Sep 2008 19:04:32 +0200, by Jonathan Schleifer
-
I believe we are not using libiconv in here, remove #includes.Mon, 22 Sep 2008 06:41:18 +0300, by Matti Hamalainen
-
Handle file == NULL in ungetc().Mon, 22 Sep 2008 06:40:40 +0300, by Matti Hamalainen
-
Adjust probing again.Mon, 22 Sep 2008 06:39:32 +0300, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious-pluginsThu, 18 Sep 2008 08:19:56 +0300, by Matti Hamalainen
-
Improve detection of MIDI-enabled alsalib, hopefully.Thu, 18 Sep 2008 08:19:49 +0300, by Matti Hamalainen
-
remove marshal.c and marshal.h; generate those during building insteadWed, 17 Sep 2008 12:01:25 +0200, by Tomasz Mon
-
applied a patch made by Linus Walleij that fixes the MTP plugin on libmtp >0.3, thanks!Sat, 06 Sep 2008 01:58:02 +0300, by Cristi Magherusan
-
handle BADSESSIONSat, 30 Aug 2008 18:36:12 +0200, by Tomasz Mon
-
Require Cairo 1.2.6.Fri, 29 Aug 2008 02:14:51 +0300, by Matti Hamalainen
-
Fix PLUGIN_DEFNAME generation in case of names with hyphens.Fri, 29 Aug 2008 02:01:38 +0300, by Matti Hamalainen
-
Prevent infinite loops on .rar files in modplug plugin, patch by Barro (bugzilla 34).Tue, 26 Aug 2008 13:02:39 +0100, by Tony Vroon
-
bluetooth headset plugin about boxWed, 20 Aug 2008 22:42:30 +0300, by Paula Stanciu
-
uninitialized values are badWed, 20 Aug 2008 18:04:57 +0200, by Tomasz Mon
-
short explanation why exactly using "/" as mountpoint is not a good ideaWed, 20 Aug 2008 03:02:09 +0300, by Andrew O. Shadoura
-
don't confuse people with 127.1Wed, 20 Aug 2008 02:56:18 +0300, by Andrew O. Shadoura
-
Automated merge with ssh://hg.atheme.org//hg/audacious-pluginsWed, 20 Aug 2008 02:50:56 +0300, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious-pluginsMon, 18 Aug 2008 21:50:42 +0300, by Matti Hamalainen
-
Automated merge with ssh://hg.atheme.org//hg/audacious-pluginsSun, 17 Aug 2008 14:15:47 +0300, by Matti Hamalainen
-
Use SIMPLE_INPUT_PLUGIN macro.Wed, 13 Aug 2008 22:10:13 +0300, by Matti Hamalainen
-
added some docs about Icecast pluginWed, 20 Aug 2008 02:46:53 +0300, by Andrew O. Shadoura
-
we have both output and effect plugin, so report bothWed, 20 Aug 2008 01:47:00 +0300, by Andrew O. Shadoura
-
no need for this check as init is called only onceWed, 20 Aug 2008 00:51:51 +0300, by Andrew O. Shadoura
-
fix handshake (Bugzilla #62)Mon, 18 Aug 2008 20:36:35 +0200, by Andrej
-
Automated merge with ssh://chrome@hg.atheme.org//hg/audacious-pluginsMon, 18 Aug 2008 14:17:58 +0300, by Andrew O. Shadoura
-
remove debug messagesSun, 17 Aug 2008 23:57:16 +0300, by Andrew O. Shadoura
-
writing bonded device to the config file so it can be unbounded at start-up whenSat, 16 Aug 2008 21:46:08 +0300, by Paula Stanciu
-
added an about message boxSat, 16 Aug 2008 01:37:42 +0200, by Calin Crisan ccrisan
-
Automated merge with ssh://hg.atheme-project.org//hg//audacious-pluginsFri, 15 Aug 2008 16:00:53 +0200, by Calin Crisan ccrisan
-
lots of changes: most important - bookmarks code almost finished, fixed bold-text gui bug, and others...Fri, 15 Aug 2008 16:00:43 +0200, by Calin Crisan ccrisan
-
init volume slidersThu, 14 Aug 2008 00:46:34 +0200, by Tomasz Mon