Thu, 08 May 2008 21:54:55 +0300 |
Matti Hamalainen |
Use Glib types.
|
Thu, 08 May 2008 21:51:47 +0300 |
Matti Hamalainen |
Fix uninitialied GtkWidget variable in about box creation.
|
Wed, 30 Apr 2008 14:37:27 +0300 |
Matti Hamalainen |
Removed unused modplug/gui/Makefile.
|
Wed, 07 May 2008 19:10:06 +0300 |
Cristi Magherusan |
fix int types redefinition caused by bad order of #includes, pointed by pelya on IRC
|
Wed, 30 Apr 2008 13:29:56 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Wed, 30 Apr 2008 05:01:37 +0300 |
Matti Hamalainen |
MIDI files were never properly supported (and probably shouldn't be, because
|
Wed, 30 Apr 2008 04:59:30 +0300 |
Matti Hamalainen |
Mark common fields and input-plugin specific fields via comments.
|
Tue, 29 Apr 2008 02:17:57 +0300 |
Matti Hamalainen |
A leftover J2B reference removed.
|
Mon, 28 Apr 2008 18:24:46 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 28 Apr 2008 17:30:54 +0300 |
Matti Hamalainen |
We don't use libmikmod, so remove the m4 macros for it.
|
Mon, 21 Apr 2008 16:39:18 +0300 |
Matti Hamalainen |
Various new helper macros added for simplifying and sanitizing configure.ac.
|
Mon, 28 Apr 2008 18:15:22 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 28 Apr 2008 16:35:16 +0300 |
Matti Hamalainen |
Stddefs.h has multiple include guards already, removed the superfluous ones.
|
Mon, 28 Apr 2008 16:33:09 +0300 |
Matti Hamalainen |
Remove useless MS-related #pragma.
|
Mon, 28 Apr 2008 16:46:35 +0300 |
Matti Hamalainen |
We have never actually supported J2B (Jazz Jackrabbit 2) modules (the loader
|
Mon, 28 Apr 2008 16:31:52 +0300 |
Matti Hamalainen |
Automated merge with file:/home/ccr/audacious/plugins
|
Mon, 28 Apr 2008 16:31:05 +0300 |
Matti Hamalainen |
Fixes integrated from Schism tracker ModPlug engine.
|
Mon, 28 Apr 2008 04:24:33 +0300 |
Matti Hamalainen |
Removed unused header modplug.h
|
Mon, 21 Apr 2008 18:42:00 +0300 |
Matti Hamalainen |
Variable rename.
|
Mon, 21 Apr 2008 03:51:15 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 21 Apr 2008 03:48:17 +0300 |
Matti Hamalainen |
Updated pkg.m4 from Debian testing and added some shell portability fixes myself.
|
Thu, 17 Apr 2008 21:54:16 +0200 |
Jonathan Schleifer |
buildsys.mk.in: Fixed typo.
|
Thu, 17 Apr 2008 05:34:30 +0300 |
Matti Hamalainen |
Remove DBUS_CFLAGS and DBUS_LIBS from Makefiles that don't need them.
|
Thu, 17 Apr 2008 05:19:51 +0300 |
Matti Hamalainen |
One would assume that DBUS is not used in the CUE plugin; thus DBUS_CFLAGS
|
Thu, 17 Apr 2008 05:15:02 +0300 |
Matti Hamalainen |
Actually substitute/define OSS_CFLAGS.
|
Thu, 17 Apr 2008 05:06:14 +0300 |
Matti Hamalainen |
Typofix MONWGLI_LIBS -> MOWGLI_LIBS.
|
Thu, 17 Apr 2008 05:04:07 +0300 |
Matti Hamalainen |
Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
|
Wed, 09 Apr 2008 15:48:36 +0300 |
Matti Hamalainen |
Replaced s/ConfigDb/mcs_handle_t/g, as per changes in the core.
|
Wed, 09 Apr 2008 13:31:10 +0300 |
Matti Hamalainen |
Indentation.
|
Wed, 09 Apr 2008 02:42:40 +0300 |
Cristi Magherusan |
added a configure message for crystalizer
|
Tue, 08 Apr 2008 15:19:44 -0500 |
William Pitcock |
Further tweaks, should work fine now.
|
Tue, 08 Apr 2008 15:11:35 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Tue, 08 Apr 2008 15:10:31 -0500 |
William Pitcock |
Add crystalizer plugin.
|
Mon, 07 Apr 2008 15:54:32 +0400 |
Eugene Zagidullin |
skip leading junk in APE files (launchpad #211908)
|
Sun, 06 Apr 2008 17:30:22 +0400 |
Eugene Zagidullin |
switch to AUDDBG
|
Thu, 03 Apr 2008 14:48:48 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Wed, 02 Apr 2008 23:05:53 +0300 |
Matti Hamalainen |
A numeric #define with an expression not enclosed in parentheses is dangerous.
|
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.
|
Thu, 03 Apr 2008 00:59:00 +0300 |
Matti Hamalainen |
Use macro wrapping for Gtk+ v1 vs v2 differences, yet again.
|
Thu, 03 Apr 2008 00:53:45 +0300 |
Matti Hamalainen |
Cosmetic variable and function argument name changes.
|
Thu, 03 Apr 2008 00:52:14 +0300 |
Matti Hamalainen |
Change tabs to 4 spaces, everywhere.
|
Wed, 02 Apr 2008 19:55:15 +0300 |
Matti Hamalainen |
Remove debugging printfs.
|
Wed, 02 Apr 2008 19:53:39 +0300 |
Matti Hamalainen |
Cosmetic cleanups, synchronized from XMMS-SID.
|
Wed, 02 Apr 2008 18:06:07 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Wed, 02 Apr 2008 17:51:41 +0300 |
Matti Hamalainen |
Fixed cue-sheet plugin to have the vfs extensions support.
|
Wed, 02 Apr 2008 12:35:24 +0900 |
Yoshiki Yazawa |
added a cast to suppress warning
|
Wed, 02 Apr 2008 12:28:27 +0900 |
Yoshiki Yazawa |
warning suppression
|
Mon, 31 Mar 2008 16:32:54 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 31 Mar 2008 16:03:22 +0300 |
Matti Hamalainen |
Include cleanups, part #6.
|
Mon, 31 Mar 2008 15:22:07 +0300 |
Matti Hamalainen |
Include cleanups, part #5.
|
Mon, 31 Mar 2008 15:18:05 +0300 |
Matti Hamalainen |
Include cleanups, part #4.
|
Mon, 31 Mar 2008 15:11:29 +0300 |
Matti Hamalainen |
Include cleanups, part #3.
|
Mon, 31 Mar 2008 14:55:14 +0300 |
Matti Hamalainen |
Include cleanups, part #2.
|
Mon, 31 Mar 2008 14:00:33 +0300 |
Matti Hamalainen |
Include cleanups, part #1.
|
Mon, 31 Mar 2008 12:57:49 +0300 |
Matti Hamalainen |
Use glib types.
|
Mon, 31 Mar 2008 04:45:30 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 31 Mar 2008 04:44:26 -0500 |
William Pitcock |
API fix
|
Mon, 31 Mar 2008 04:44:09 -0500 |
William Pitcock |
use projectm 1.1 again
|
Mon, 31 Mar 2008 12:38:35 +0300 |
Matti Hamalainen |
Remove unused and completely wtf #includes.
|
Mon, 31 Mar 2008 11:58:18 +0300 |
Matti Hamalainen |
Remove leftover #define
|
Mon, 31 Mar 2008 09:49:59 +0300 |
Matti Hamalainen |
De-constify.
|
Mon, 31 Mar 2008 09:22:44 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 31 Mar 2008 08:14:09 +0300 |
Matti Hamalainen |
Moved formatter stuff to the only plugin that actually used it.
|
Mon, 31 Mar 2008 09:21:36 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 31 Mar 2008 08:46:21 +0300 |
Matti Hamalainen |
Automated merge with file:/home/ccr/audacious/plugins
|
Mon, 31 Mar 2008 08:16:11 +0300 |
Matti Hamalainen |
Added myself.
|
Mon, 31 Mar 2008 08:15:52 +0300 |
Matti Hamalainen |
2008
|
Mon, 31 Mar 2008 08:16:11 +0300 |
Matti Hamalainen |
Added myself.
|
Mon, 31 Mar 2008 08:15:52 +0300 |
Matti Hamalainen |
2008
|
Mon, 31 Mar 2008 08:14:09 +0300 |
Matti Hamalainen |
Moved formatter stuff to the only plugin that actually used it.
|
Mon, 31 Mar 2008 15:02:24 +0900 |
VDR dai (audacious) |
update Japanese translation
|
Sun, 30 Mar 2008 17:36:35 +0200 |
mf0102 |
- update-po, German translation update
|
Sun, 30 Mar 2008 08:17:21 +0300 |
Matti Hamalainen |
Do NOT use 'volatile' keyword!
|
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
|
Sun, 30 Mar 2008 01:25:40 +0200 |
Matti Hamalainen |
Use Glib endianess macros.
|
Sun, 30 Mar 2008 01:16:00 +0200 |
Matti Hamalainen |
Remove some useless wrapping of functions.
|
Sun, 30 Mar 2008 00:59:41 +0200 |
Matti Hamalainen |
Change version to 1.9.0 to indicate journey towards Audacious2.
|
Sat, 29 Mar 2008 13:52:19 +0200 |
Matti Hamalainen |
Removed some wtf #includes.
|
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:14:17 +0200 |
Matti Hamalainen |
Added a menuitem for 'Rescan CD' into that other menu too, since 'Add CD' is in both.
|
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.
|
Sat, 29 Mar 2008 11:28:11 +0200 |
Matti Hamalainen |
Added a plugin-services menu option to force re-scanning of CD, patch
|
Sat, 29 Mar 2008 11:14:39 +0200 |
Matti Hamalainen |
Removed xs_memset(), just use memset().
|
Fri, 28 Mar 2008 02:42:17 +0200 |
Matti Hamalainen |
Fixed Mercurial instructions for stable branches.
|
Thu, 27 Mar 2008 04:15:28 +0200 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Tue, 25 Mar 2008 22:04:31 +0200 |
Matti Hamalainen |
Fuglyness trimming.
|
Sun, 23 Mar 2008 21:03:51 +0200 |
Matti Hamalainen |
Add note about license in about box.
|
Thu, 27 Mar 2008 00:13:29 +0900 |
Yoshiki Yazawa |
take care of force_v2_val, only_v1_val and only_v2_val
|
Thu, 27 Mar 2008 00:05:43 +0900 |
Yoshiki Yazawa |
make force reopen audio default
|
Wed, 26 Mar 2008 23:50:50 +0900 |
Yoshiki Yazawa |
exclude zip etc which doesn't contain any mod file.
|
Tue, 25 Mar 2008 17:28:14 +0100 |
mf0102 |
initialize configuration GUI only if needed
|
Mon, 24 Mar 2008 17:40:33 +0100 |
Sascha Hlusiak |
alsa: Make spinlocks a bit less scary. Don't lock up in alsa_flush when output is closed.
|
Thu, 20 Mar 2008 01:37:46 +0900 |
Yoshiki Yazawa |
revive support for zip and other archive formats. T.M aka teknocat pointed out this problem and provided preliminary patch.
|
Mon, 17 Mar 2008 21:38:04 +0100 |
mf0102 |
patch by chrome
|
Fri, 14 Mar 2008 15:13:40 +0200 |
Matti Hamalainen |
Minor shellscript consistency cleanups, always test strings
|
Fri, 14 Mar 2008 13:51:17 +0200 |
Matti Hamalainen |
Use glib types consistently.
|
Fri, 14 Mar 2008 02:01:38 +0300 |
Eugene Zagidullin |
Added tag audacious-plugins-1.5.0 for changeset 695e2c6040f2
|
Thu, 13 Mar 2008 17:00:03 -0500 |
William Pitcock |
Drop NEWS and ChangeLog.
audacious-plugins-1.5.0
|
Thu, 13 Mar 2008 16:42:02 -0500 |
William Pitcock |
Remove debugging notice.
|
Thu, 13 Mar 2008 16:39:55 -0500 |
William Pitcock |
Fix version relation.
|
Thu, 13 Mar 2008 16:39:13 -0500 |
William Pitcock |
Make this work with projectM 1.0 again.
|
Thu, 13 Mar 2008 23:23:04 +0200 |
Matti Hamalainen |
Some sanitization, I hope.
|
Thu, 13 Mar 2008 22:53:14 +0200 |
Matti Hamalainen |
Removed unused file and directory.
|
Thu, 13 Mar 2008 22:52:38 +0200 |
Matti Hamalainen |
I suppose the -plugins should be version 1.5.0 too.
|
Thu, 13 Mar 2008 22:32:40 +0200 |
Matti Hamalainen |
Check for Audacious >= 1.5.0 instead.
|
Tue, 11 Mar 2008 23:10:28 +0200 |
Calin Crisan ccrisan |
Fixed the nocd-dialog; however it may still crash when starting audacious with cdda:// argument
|
Sat, 08 Mar 2008 10:17:53 +0100 |
Tomasz Mon |
string arrays should be freed with g_strfreev()
|
Sat, 08 Mar 2008 09:57:38 +0100 |
CJ Kucera |
Fixes for scrobbler plugin - skipped tracks, inappropriate scrobbling, re-tabs (Bugzilla #200)
|
Fri, 07 Mar 2008 15:56:40 -0600 |
William Pitcock |
Remove unneeded vars.
|
Fri, 07 Mar 2008 15:55:45 -0600 |
William Pitcock |
Add wma_idx2.
|
Fri, 07 Mar 2008 15:02:44 -0600 |
William Pitcock |
Remove static values, making the plugin re-entrant. As such, remove the now unnecessary playback mutex.
|
Fri, 07 Mar 2008 14:59:24 -0600 |
William Pitcock |
Drop wma_playbuff(). Not re-entrant.
|
Fri, 07 Mar 2008 14:56:23 -0600 |
William Pitcock |
Severe refactoring phase 1.
|
Fri, 07 Mar 2008 14:49:23 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 07 Mar 2008 14:49:02 -0600 |
William Pitcock |
Fix the double-free!!!!oneoneone+1.
|
Fri, 07 Mar 2008 18:45:36 +0200 |
Calin Crisan ccrisan |
reworked cdaudio-ng to avoid gui blockings as much as possible; the plugin now handles cdda:// URL by adding the whole cd to the playlist - to be used with -e argument from command line; the 'no cd' dialog may be broken
|
Thu, 06 Mar 2008 22:58:28 +0300 |
Eugene Zagidullin |
get rid of hardcoded paths
|
Wed, 05 Mar 2008 20:03:37 +0900 |
Yoshiki Yazawa |
abandon ${pluginlibdir}.
|
Sat, 01 Mar 2008 10:05:32 -0600 |
Michal Lipski |
fix cutoff in wavpack plugin. (Bugzilla #194)
|
Fri, 29 Feb 2008 12:48:56 -0600 |
Micha¸©Č Lipski |
Add support for 24-bit wavpack files. (Bugzilla #190)
|
Wed, 27 Feb 2008 18:56:54 +0900 |
Yoshiki Yazawa |
g_timeout_add_seconds() requires glib-2.14.0 or higher.
|
Mon, 25 Feb 2008 15:15:46 +0200 |
Cristi Magherusan |
Status Icon can now be changed, patch provided by Matteo (Bugzilla #182)
|
Mon, 25 Feb 2008 14:38:37 +0200 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
Mon, 25 Feb 2008 13:57:28 +0200 |
Cristi Magherusan |
made status plugin use the main mouse wheel setting when changing the volume
|
Sun, 24 Feb 2008 07:08:26 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sun, 24 Feb 2008 07:07:51 -0600 |
William Pitcock |
Ditto.
|
Sun, 24 Feb 2008 14:42:48 +0200 |
Cristi Magherusan |
jump between songs using shift+lmb and shift+rmb (Bugzilla #157)
|
Sat, 23 Feb 2008 13:58:43 +0100 |
Ralf Ertzinger |
- Fix spelling errors
|
Sat, 23 Feb 2008 21:08:27 +0900 |
Yoshiki Yazawa |
make load list button work for pls. closes #181.
|
Sat, 23 Feb 2008 15:13:52 +0900 |
Yoshiki Yazawa |
- now cdaudio-ng calculates discid correctly. closes #165
|
Fri, 22 Feb 2008 17:38:24 +0900 |
Yoshiki Yazawa |
fix for #135: do not read from already freed memory. patch by Jussi Judin. thanks Jussi!
|
Fri, 22 Feb 2008 17:25:46 +0900 |
Yoshiki Yazawa |
added mseek support to flacng. patch by Piotr Garus. thanks Piotr!
|
Wed, 20 Feb 2008 14:05:47 +0100 |
Stany HENRY |
Updated French translation.
|
Wed, 20 Feb 2008 02:57:59 +0900 |
Yoshiki Yazawa |
fix for bug #150:
|
Tue, 19 Feb 2008 03:27:02 -0600 |
William Pitcock |
Bump requirement here too.
|
Tue, 19 Feb 2008 03:25:32 -0600 |
William Pitcock |
Update to libprojectM 1.1 API. I love it when people break API.
|
Mon, 18 Feb 2008 04:42:02 -0600 |
William Pitcock |
Fix configure.ac to be less retarded.
|
Mon, 18 Feb 2008 04:41:02 -0600 |
William Pitcock |
Set window to NULL after it's destroyed.
|
Mon, 18 Feb 2008 04:26:18 -0600 |
William Pitcock |
Fix the bug !!!oneoneone+1.
|
Mon, 18 Feb 2008 02:57:17 -0600 |
William Pitcock |
Add some UI niceities.
|
Mon, 18 Feb 2008 02:03:54 -0600 |
William Pitcock |
Add _gtk_projectm_destroy_impl().
|
Mon, 18 Feb 2008 01:47:02 -0600 |
William Pitcock |
Fix a crash.
|
Mon, 18 Feb 2008 01:46:46 -0600 |
William Pitcock |
Reimplement using a GTK+ widget.
|
Mon, 18 Feb 2008 00:33:11 -0600 |
William Pitcock |
Do not force windows to update, as it may cause an X desync.
|
Mon, 18 Feb 2008 00:27:21 -0600 |
William Pitcock |
Implement resizing.
|
Mon, 18 Feb 2008 00:15:40 -0600 |
William Pitcock |
Implement frame limiting.
|
Mon, 18 Feb 2008 00:09:38 -0600 |
William Pitcock |
First steps on GTK+ based projectM plugin.
|
Sun, 17 Feb 2008 23:01:38 -0600 |
William Pitcock |
Typo fixing.
|
Sun, 17 Feb 2008 22:58:22 -0600 |
William Pitcock |
Depend on gtkglext for projectm-1.0 instead of SDL.
|
Sat, 16 Feb 2008 01:41:14 +0100 |
Christian Birchinger |
Change required pulseaudio version to 0.9.9 because some PA_SAMPLE_S32 formats are not defined in older versions.
|
Sat, 16 Feb 2008 01:36:41 +0300 |
Eugene Zagidullin |
check input fmt thoughtfully
|
Fri, 15 Feb 2008 21:52:09 +0900 |
Yoshiki Yazawa |
correct frame time to 1/75sec. pointed out by Piotr Garus. it closes #162.
|
Fri, 15 Feb 2008 21:46:58 +0900 |
Yoshiki Yazawa |
replaced g_print with AUDDBG
|
Fri, 15 Feb 2008 19:35:35 +0900 |
Yoshiki Yazawa |
removed unnecessary files.
|
Fri, 15 Feb 2008 19:27:14 +0900 |
Yoshiki Yazawa |
results from madplug_x has been merged into madplug. thus madplug_x is unnecessary now.
|
Fri, 15 Feb 2008 19:19:09 +0900 |
Yoshiki Yazawa |
removed 'experimental' from description.
|
Fri, 15 Feb 2008 19:15:29 +0900 |
Yoshiki Yazawa |
imported 5298b10777b3 by Eugene Zagidullin.
|
Fri, 15 Feb 2008 19:13:35 +0900 |
Yoshiki Yazawa |
imported 2b561aa49580 by Eugene Zagidullin.
|
Fri, 15 Feb 2008 19:10:19 +0900 |
Yoshiki Yazawa |
converted to new sound engine scheme.
|
Thu, 14 Feb 2008 15:44:10 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Thu, 14 Feb 2008 15:43:46 -0600 |
BioHazard |
Trim whitespace on front of mod titles. (Bugzilla #175)
|
Thu, 14 Feb 2008 22:23:52 +0100 |
mf0102 |
remove an unused function
|
Thu, 14 Feb 2008 17:20:27 +0000 |
Tony Vroon |
Oh how I long back to the days where people compile-tested their changesets
|
Wed, 13 Feb 2008 11:28:57 +0100 |
Sascha Hlusiak |
Patched gnome-shortcuts for new dbus interface according to bug http://bugzilla.atheme.org/show_bug.cgi?id=171
|
Wed, 13 Feb 2008 01:29:20 +0900 |
Yoshiki Yazawa |
- fixed a bug which writes TRUE as the default port number.
|
Tue, 12 Feb 2008 02:25:03 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Tue, 12 Feb 2008 02:23:14 -0600 |
William Pitcock |
Remove calls into xconvert PAPI.
|
Tue, 12 Feb 2008 02:22:10 -0600 |
William Pitcock |
Warning cleanups.
|
Tue, 12 Feb 2008 15:55:12 +0900 |
VDR dai (audacious) |
update Japanese translation
|
Mon, 11 Feb 2008 05:39:32 +0100 |
Stany HENRY |
Updated French translation.
|
Sun, 10 Feb 2008 21:33:33 +0100 |
Jonathan Schleifer |
Added HG repo URL to buildsys as a comment.
|
Sun, 10 Feb 2008 15:52:46 +0300 |
Eugene Zagidullin |
pretend to be stopped when buffer is free. needed for correct waiting for free buffer
|
Sun, 10 Feb 2008 14:47:39 +0300 |
Eugene Zagidullin |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sun, 10 Feb 2008 14:46:28 +0300 |
Eugene Zagidullin |
- fixed freezing on track end
|
Sun, 10 Feb 2008 10:36:22 +0100 |
Jonathan Schleifer |
Fix a possible bug in dependency generation.
|
Sun, 10 Feb 2008 10:29:56 +0100 |
Jonathan Schleifer |
Fix possible infinite loop in dependency generation.
|
Sun, 10 Feb 2008 10:23:20 +0100 |
Jonathan Schleifer |
Make dependency generation threaded.
|
Sun, 10 Feb 2008 07:32:37 +0300 |
Eugene Zagidullin |
suppress warning for paranoid GCC 4.x
|
Sat, 09 Feb 2008 13:17:12 +0100 |
Sascha Hlusiak |
Support for new dbus interface for gnome shortcuts. Using old interface as fallback. Should fix
|
Fri, 08 Feb 2008 21:34:13 +0100 |
Ralf Ertzinger |
- Fix two debugging statements
|
Fri, 08 Feb 2008 19:08:35 +0100 |
Ralf Ertzinger |
- Fixes for compilation with GCC 4.3
|
Fri, 08 Feb 2008 19:00:40 +0100 |
Ralf Ertzinger |
- Try a diffenent approach for proxy auth
|
Fri, 08 Feb 2008 12:11:13 +0100 |
Ralf Ertzinger |
- Add final part for proxy auth handling
|
Wed, 06 Feb 2008 04:28:39 +0100 |
Stany HENRY |
Updated French translation.
|
Wed, 06 Feb 2008 05:41:26 +0300 |
Eugene Zagidullin |
peak == 0 mean absence of gain/peak pair
|
Tue, 05 Feb 2008 09:14:14 +0300 |
Eugene Zagidullin |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Tue, 05 Feb 2008 09:13:41 +0300 |
Eugene Zagidullin |
removed unneeded exponential transformation + little out-of-buffer fix
|
Mon, 04 Feb 2008 22:55:38 -0600 |
William Pitcock |
Add support for proxy_use_auth.
|
Tue, 05 Feb 2008 07:37:00 +0300 |
Eugene Zagidullin |
native 24bit output for FLAC
|
Mon, 04 Feb 2008 23:12:46 +0300 |
Eugene Zagidullin |
little help to yaz: build-time check for MAD_F_FRACBITS == __AUDACIOUS_ASSUMED_MAD_F_FRACBITS__
|
Tue, 05 Feb 2008 01:21:39 +0900 |
Yoshiki Yazawa |
convert to new sound engine scheme. try 1.
|
Tue, 05 Feb 2008 01:14:35 +0900 |
Yoshiki Yazawa |
remove unnecessary files
|
Tue, 05 Feb 2008 01:11:50 +0900 |
Yoshiki Yazawa |
make an experimental copy to update to new sound engine
|
Mon, 04 Feb 2008 16:35:54 +0200 |
Cristi Magherusan |
modified pulseaudio, but it only supports 16 and 32bit output
|
Mon, 04 Feb 2008 15:54:01 +0200 |
Cristi Magherusan |
introduced experimental support for 24bit and 32bit audio output
|
Mon, 04 Feb 2008 01:06:03 -0600 |
William Pitcock |
Experimental 24-bit support. Can someone test this? It doesn't work for me.
|
Mon, 04 Feb 2008 06:23:47 +0300 |
Eugene Zagidullin |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sat, 02 Feb 2008 02:02:15 +0300 |
Eugene Zagidullin |
vorbis switched to floating-point output. RG stuff removed
|
Thu, 31 Jan 2008 13:10:55 +0300 |
Eugene Zagidullin |
output value slightly limited
|
Thu, 31 Jan 2008 12:43:55 +0300 |
Eugene Zagidullin |
tonegen swithed to FMT_FLOAT for debugging purposes
|
Sun, 03 Feb 2008 21:02:06 +0200 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
Sun, 03 Feb 2008 21:01:35 +0200 |
Cristi Magherusan |
added a partial estonian translation thanks to Ivar Smolin (Bugzilla #57) and
|
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.
|
Sun, 03 Feb 2008 00:06:33 +0900 |
Yoshiki Yazawa |
branch merge
|
Sun, 03 Feb 2008 00:05:32 +0900 |
Yoshiki Yazawa |
replaced 6db hard limit with experimental adaptive scaler clip prevention.
|
Fri, 01 Feb 2008 22:32:53 +0200 |
Eugene Paskevich |
Bumped plugins version up to 1.5.0
|
Thu, 31 Jan 2008 15:26:50 +0900 |
Yoshiki Yazawa |
made some debug messages conditional.
|
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, 30 Jan 2008 05:04:15 +0300 |
Eugene Zagidullin |
fixed ${bitrate} in title string
|
Fri, 25 Jan 2008 11:34:10 +0100 |
Sascha Hlusiak |
Hotkey: Setup event filter on all screens as well to grab all key events. Should fix bug #119 now.
|
Thu, 24 Jan 2008 18:57:40 +0100 |
Sascha Hlusiak |
Grab keys on all screens, not only the default one. Should fix #119.
|
Thu, 24 Jan 2008 12:05:59 +0000 |
Tony Vroon |
Port Schism modplug core.
|
Wed, 23 Jan 2008 19:37:05 +0100 |
Sascha Hlusiak |
Hotkey Plugin: Complete GUI rework. Ability to use more than one binding for the same action.
|
Wed, 23 Jan 2008 14:12:02 +0100 |
mf0102 |
automated merge
|
Wed, 23 Jan 2008 14:11:29 +0100 |
Jussi Judin |
Fix problems with pointer arithmetic (Bugzilla #72)
|
Wed, 23 Jan 2008 09:56:48 +0900 |
Yoshiki Yazawa |
small fixes.
|
Tue, 22 Jan 2008 11:44:00 +0900 |
Yoshiki Yazawa |
fixed a decoder bug introduced in r2316.
|
Sun, 20 Jan 2008 14:53:47 +0100 |
Sascha Hlusiak |
Branch merge
|
Sun, 20 Jan 2008 14:52:44 +0100 |
Sascha Hlusiak |
Splitted core/gui/grabbing sources; Fixed memory leak when closing configuration dialog.
|
Sat, 19 Jan 2008 03:04:39 +0200 |
Cristi Magherusan |
Modified the playback loop to fix the last seconds skip (fixes bug #87)
|
Fri, 18 Jan 2008 18:56:34 +0100 |
Tomasz Mon |
if apply_timeout hasn't passed before cleanup, save password during cleanup; minor changes to saveconfig()
|
Fri, 18 Jan 2008 00:41:52 +0200 |
Calin Crisan ccrisan |
Automated merge with ssh://hg.atheme-project.org//hg//audacious-plugins
|
Fri, 18 Jan 2008 00:40:34 +0200 |
Calin Crisan ccrisan |
1) cdaudio-ng tries to fetch cd information in a background thread, and 2) cdaudio-ng no longer queries the cddb if cdtext is available
|
Thu, 17 Jan 2008 22:48:00 +0100 |
Ralf Ertzinger |
branch merge
|
Thu, 17 Jan 2008 22:47:15 +0100 |
Ralf Ertzinger |
- Work around some funny design decisions regarding redirect handling in neon
|
Wed, 16 Jan 2008 23:07:15 +0100 |
Giacomo Lozito |
- fixed /proc/bus/input/devices parser error when there are multiple lines between phys and handlers, thanks to Checkryzhev Vitaly for report and patch
|
Wed, 16 Jan 2008 01:12:24 +0200 |
Cristi Magherusan |
killed another warning
|
Wed, 16 Jan 2008 00:46:56 +0200 |
Cristi Magherusan |
killed a few warnings
|
Tue, 15 Jan 2008 20:49:33 +0100 |
Tomasz Mon |
forgot new file
|
Tue, 15 Jan 2008 20:35:07 +0100 |
Tomasz Mon |
stop plugin when user starts to type new details into configuration window, and start it when he finishes
|
Tue, 15 Jan 2008 20:26:27 +0100 |
Tomasz Mon |
apply username/password changes 10 seconds after last keystroke in config editboxes
|
Tue, 15 Jan 2008 19:54:19 +0100 |
Tomasz Mon |
bump scrobbler implementation to 0.2
|
Tue, 15 Jan 2008 12:35:54 +0200 |
Cristi Magherusan |
fixed some warnings
|
Mon, 14 Jan 2008 19:20:57 +0100 |
Tomasz Mon |
prevent segfault
|
Mon, 14 Jan 2008 18:54:56 +0100 |
Tomasz Mon |
len and time are int, not char*
|
Mon, 14 Jan 2008 12:08:32 +0100 |
Tomasz Mon |
don't create scrobblerqueue.txt/gerpokqueue.txt when no username nor password for last.fm/gerpok is entered
|
Mon, 14 Jan 2008 04:33:50 +0100 |
Stany HENRY |
Updated French translation.
|
Sun, 13 Jan 2008 22:18:38 +0100 |
Ralf Ertzinger |
branch merge
|
Sun, 13 Jan 2008 22:18:05 +0100 |
Ralf Ertzinger |
- Fix typo in neon_aud_vfs_ungetc_impl()
|
Sun, 13 Jan 2008 14:36:26 -0600 |
Andrew O. Shadoura |
Prevent g_source_remove() from being called multiple times. (Bugzilla #115)
|
Sun, 13 Jan 2008 17:59:57 +0100 |
Ralf Ertzinger |
- Handle invalid states in ICY-Metadata parser
|
Sun, 13 Jan 2008 17:57:08 +0100 |
Ralf Ertzinger |
- Whenever possible, mention the currently used handle in error/debug messages, to aid debugging of concurrent requests
|
Sun, 13 Jan 2008 17:33:47 +0100 |
Tomasz Mon |
keep track of how long song is played
|
Sat, 12 Jan 2008 13:09:10 -0600 |
Andrew O. Shadoura |
Add ability to enter track number using remote. (Bugzilla #115)
|
Sat, 12 Jan 2008 18:43:12 +0100 |
mf0102 |
automated merge
|
Sat, 12 Jan 2008 18:41:04 +0100 |
mf0102 |
threw out the WAV plugin in favour of the sndfile plugin
|
Sat, 12 Jan 2008 18:12:08 +0100 |
Tomasz Mon |
revise scrobblerqueue.txt a bit
|
Sat, 12 Jan 2008 16:35:26 +0100 |
mf0102 |
fix error pointed out by nenolod
|
Sat, 12 Jan 2008 16:26:05 +0100 |
mf0102 |
totally converted sndfile plugin to use VFS
|
Sat, 12 Jan 2008 22:52:04 +0900 |
VDR dai (audacious) |
update Japanese translation
|
Sat, 12 Jan 2008 12:15:43 +0100 |
Tomasz Mon |
branch merge
|
Sat, 12 Jan 2008 12:14:58 +0100 |
Tomasz Mon |
try to prevent 'Xlib: unexpected async reply' on errorbox show
|
Sat, 12 Jan 2008 19:42:48 +0900 |
Yoshiki Yazawa |
make wav.so to be loaded.
|
Sat, 12 Jan 2008 11:22:44 +0100 |
Petr P¸«æsa¸«Ś |
Czech translation update (Bugzilla #94)
|
Fri, 11 Jan 2008 05:18:51 +0300 |
Eugene Zagidullin |
Updated Russian translation (unfinished yet)
|
Fri, 11 Jan 2008 01:01:51 +0300 |
Eugene Zagidullin |
update-potfiles & update-po
|
Thu, 10 Jan 2008 19:49:26 +0100 |
mf0102 |
first changes to make sndfile compatible with VFS
|
Thu, 10 Jan 2008 18:39:52 +0100 |
mf0102 |
remove obsolete function
|
Thu, 10 Jan 2008 18:33:59 +0100 |
mf0102 |
enable some more file formats (aiff, au and raw)
|
Thu, 10 Jan 2008 14:47:44 +0100 |
Sascha Hlusiak |
Hotkey: New hotkey for showing Audacious OSD with current playing song (like Amarok can do)
|
Thu, 10 Jan 2008 14:42:03 +0100 |
Sascha Hlusiak |
Audacious OSD Plugin: Added trigger "aosd toggle" to trigger display of OSD from other plugins
|
Wed, 09 Jan 2008 09:25:48 -0600 |
Jussi Judin |
Fix memory leak in mad plugin when changing songs and writing output. (Bugzilla #82)
|
Wed, 09 Jan 2008 09:24:30 -0600 |
Jack Kelly |
Add .vfs_extensions to the timidity plugin. (Bugzilla #79)
|
Wed, 09 Jan 2008 15:41:59 +0100 |
mf0102 |
automated branch merge
|
Wed, 09 Jan 2008 15:41:22 +0100 |
mf0102 |
cleaned up the sndfile wav plugin, currently limiting it ONLY TO WAV
|
Fri, 04 Jan 2008 16:47:32 -0600 |
Jussi Judin |
Fixes memory leaks in scrobbler plugin when submitting songs. (Bugzilla #83)
|
Thu, 03 Jan 2008 15:48:50 +0100 |
Sascha Hlusiak |
Merge from respository
|
Thu, 03 Jan 2008 15:46:23 +0100 |
Sascha Hlusiak |
Hotkey: Changed "Play/Pause" to "Play" and "Pause" to "Pause/Resume" since they were doing the same
|
Tue, 01 Jan 2008 16:15:21 -0600 |
William Pitcock |
Add more missing files.
|
Tue, 01 Jan 2008 16:13:51 -0600 |
William Pitcock |
Add missing files.
|
Tue, 01 Jan 2008 16:04:29 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Tue, 01 Jan 2008 16:03:44 -0600 |
Andrew O. Shadoura |
Apply lirc patch from bugzilla. (Bugzilla #62).
|
Tue, 01 Jan 2008 23:12:46 +0900 |
Yoshiki Yazawa |
append '\n' to format string for AUDDBG()
|
Tue, 01 Jan 2008 22:54:10 +0900 |
Yoshiki Yazawa |
- mp3_playing() should return 0 for now otherwise mp4 playback would halt at the end of a track.
|
Mon, 31 Dec 2007 19:45:28 +0100 |
Sascha Hlusiak |
Hotkey: Added grabbing of mouse buttons with modificators so you can control it with the mouse from any application
|
Mon, 31 Dec 2007 17:38:27 +0100 |
Sascha Hlusiak |
Hotkey: some cleaning and simplifying
|
Thu, 27 Dec 2007 20:50:05 +0100 |
Murat Senel |
Turkish translation (Bugzilla #50)
|
Thu, 27 Dec 2007 17:57:13 +0100 |
Christian Birchinger |
Re-added 48kHz support to the GUI
|
Tue, 25 Dec 2007 21:54:17 +0100 |
Ralf Ertzinger |
- Add _delete for flac 1.1.2
|
Tue, 25 Dec 2007 02:16:51 -0600 |
Jussi Judin |
Fixes memory leak in song change plugin when applying configuration (Bugzilla #48)
|
Tue, 25 Dec 2007 02:16:22 -0600 |
Jussi Judin |
Fixes memleaks in open_file() function of libtimidity (Bugzilla #27)
|
Tue, 25 Dec 2007 02:15:51 -0600 |
Jussi Judin |
Fixes memory leaks that are visible during startup in scrobbler plugin (Bugzilla #26)
|
Tue, 25 Dec 2007 02:15:14 -0600 |
Jussi Judin |
Make flacng plugin to clean up after itself (Bugzilla #19)
|
Tue, 25 Dec 2007 02:14:39 -0600 |
Jussi Judin |
Fixes memory leak in libtta's get_song_tuple() function. (Bugzilla #16)
|
Sun, 23 Dec 2007 20:24:16 -0600 |
William Pitcock |
Break large write operations into smaller fragments.
|
Sun, 23 Dec 2007 17:51:34 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sun, 23 Dec 2007 17:50:53 -0600 |
William Pitcock |
Gapless audio fixes.
|
Sat, 22 Dec 2007 21:19:18 +0100 |
Ralf Ertzinger |
- Prevent APE plugin from freaking out non-seekable streams
|
Fri, 21 Dec 2007 12:17:25 -0600 |
William Pitcock |
OSS: use SNDCTL_DSP_SYNC, as not all OSS versions have SNDCTL_DSP_RESET.
|
Fri, 21 Dec 2007 16:51:56 +0100 |
Jonathan Schleifer |
Actually, we have to reset in oss_loop() as this calls close().
|
Fri, 21 Dec 2007 16:36:22 +0100 |
Jonathan Schleifer |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 21 Dec 2007 16:36:11 +0100 |
Jonathan Schleifer |
Reset volume after the buffer has been played.
|
Thu, 20 Dec 2007 21:44:59 +0200 |
Calin Crisan ccrisan |
cddb may use http instead of cddbp now; the global proxy settings are used if enabled
|
Wed, 19 Dec 2007 17:51:50 +0200 |
Cristi Magherusan |
merge
|
Wed, 19 Dec 2007 17:51:17 +0200 |
Cristi Magherusan |
merge
|
Wed, 19 Dec 2007 17:25:55 +0200 |
Cristi Magherusan |
branch merge
|
Wed, 05 Dec 2007 13:35:16 +0200 |
Cristi Magherusan |
replaced SNDCTL_DSP_RESET with SNDCTL_DSP_SYNC, as suggested by Michal
|
Wed, 19 Dec 2007 12:23:30 +0200 |
Eugene Paskevich |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Wed, 19 Dec 2007 12:21:59 +0200 |
Eugene Paskevich |
Hope it's the final italics fix.
|
Mon, 17 Dec 2007 19:45:15 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 17 Dec 2007 15:53:26 -0600 |
William Pitcock |
g_get_home_dir() doesn't give us a trailing slash
|
Mon, 17 Dec 2007 15:52:09 -0600 |
William Pitcock |
missed a g_free().
|
Mon, 17 Dec 2007 15:51:45 -0600 |
William Pitcock |
- drop protected: declarations, protected: is not needed here (and causes error on gcc4.3)
|
Mon, 17 Dec 2007 15:23:30 -0600 |
William Pitcock |
projectm-1.0: rewrite the plugin.
|
Sun, 16 Dec 2007 13:27:33 -0600 |
William Pitcock |
flacng: write only 1024 samples at a time to allow visualization plugins to work more efficiently.
|
Tue, 18 Dec 2007 02:33:00 +0900 |
Yoshiki Yazawa |
make use of aud_uri_to_display_*()
|
Mon, 17 Dec 2007 22:05:31 +0900 |
Yoshiki Yazawa |
branch merge
|
Mon, 17 Dec 2007 22:04:37 +0900 |
Yoshiki Yazawa |
make use of aud_uri_to_display_*()
|
Mon, 17 Dec 2007 18:40:07 +0900 |
Yoshiki Yazawa |
eliminate warnings
|
Mon, 17 Dec 2007 18:35:35 +0900 |
Yoshiki Yazawa |
eliminate warnings
|
Mon, 17 Dec 2007 18:04:53 +0900 |
Yoshiki Yazawa |
eliminate warnings on x86_64.
|
Sun, 16 Dec 2007 21:00:58 +0900 |
Yoshiki Yazawa |
branch merge
|
Sun, 16 Dec 2007 11:42:38 +0200 |
Eugene Paskevich |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sun, 16 Dec 2007 11:41:14 +0200 |
Eugene Paskevich |
Fixed layout size calculation to take italicized glyph extents into account.
|
Sun, 16 Dec 2007 21:00:28 +0900 |
Yoshiki Yazawa |
xspf had not read mtime from some time.
|
Sun, 16 Dec 2007 18:18:03 +0900 |
Yoshiki Yazawa |
- make use of AUDDBG
|
Sat, 15 Dec 2007 01:17:05 +0900 |
Yoshiki Yazawa |
eliminate warnings.
|
Sat, 15 Dec 2007 01:08:36 +0900 |
Yoshiki Yazawa |
fix indentation.
|
Sat, 15 Dec 2007 00:19:07 +0900 |
Yoshiki Yazawa |
eliminate warnings.
|
Sat, 15 Dec 2007 00:03:37 +0900 |
Yoshiki Yazawa |
eliminate warnings.
|
Fri, 14 Dec 2007 23:36:11 +0900 |
Yoshiki Yazawa |
eliminate warning.
|
Fri, 14 Dec 2007 23:03:38 +0900 |
Yoshiki Yazawa |
eliminate warning.
|
Fri, 14 Dec 2007 22:13:44 +0900 |
Yoshiki Yazawa |
eliminate warning.
|
Wed, 12 Dec 2007 19:37:42 +0100 |
Tomasz Mon |
fix from Andrew O. Shadoura (chrome|debian)
|
Wed, 12 Dec 2007 17:43:57 +0300 |
Eugene Zagidullin |
forgotten macros
|
Fri, 07 Dec 2007 22:51:53 +0300 |
Eugene Zagidullin |
statusicon: more elegant solution, workaround removed
|
Fri, 07 Dec 2007 21:59:27 +0300 |
Eugene Zagidullin |
little comment
|
Fri, 07 Dec 2007 21:50:55 +0300 |
Eugene Zagidullin |
statusicon: quick workaround for Xfce4
|
Fri, 07 Dec 2007 21:35:28 +0300 |
Eugene Zagidullin |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 07 Dec 2007 21:34:58 +0300 |
Eugene Zagidullin |
statusicon: warnings suppressed
|
Fri, 07 Dec 2007 12:13:37 -0600 |
William Pitcock |
That didn't merge properly. I'll try again at some other point.
|
Fri, 07 Dec 2007 12:09:16 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 07 Dec 2007 12:08:47 -0600 |
William Pitcock |
Sync with schism's modplug engine. Suggested by G¸«ärkan Seng¸«än.
|
Fri, 07 Dec 2007 01:13:34 +0900 |
Yoshiki Yazawa |
- now container plugins feed only valid uri to the core.
|
Thu, 06 Dec 2007 23:25:24 +0900 |
Yoshiki Yazawa |
make use of AUDDBG() for debug print out.
|
Thu, 06 Dec 2007 22:52:00 +0900 |
Yoshiki Yazawa |
make use of AUDDBG() for debug print out.
|
Thu, 06 Dec 2007 04:39:14 +0300 |
Eugene Zagidullin |
vorbis: mimetype field added. also little fix
|
Thu, 06 Dec 2007 03:54:59 +0300 |
Eugene Zagidullin |
vorbis: bitrate field added
|
Thu, 06 Dec 2007 03:41:16 +0300 |
Eugene Zagidullin |
be aware of incorrect formatting
|
Thu, 06 Dec 2007 03:23:28 +0300 |
Eugene Zagidullin |
hmmm... this file doesn't contain BMP code anymore
|
Thu, 06 Dec 2007 03:20:39 +0300 |
Eugene Zagidullin |
vorbis: removed fileinfo dialog, switched to mowgli_dictionary, some fixes
|
Tue, 04 Dec 2007 03:34:08 +0300 |
Eugene Zagidullin |
get benefit of FIELD_BITRATE
|
Tue, 04 Dec 2007 02:11:02 +0300 |
Eugene Zagidullin |
added myself to authors
|
Tue, 04 Dec 2007 02:04:49 +0300 |
Eugene Zagidullin |
madplug now provides more informative tuple
|
Mon, 03 Dec 2007 18:50:19 +0900 |
Yoshiki Yazawa |
add "fla" to the extension list. fix #6.
|
Mon, 03 Dec 2007 02:10:29 +0300 |
Eugene Zagidullin |
removed debugging stuff. some notes added
|
Mon, 03 Dec 2007 01:26:57 +0300 |
Eugene Zagidullin |
updating TLEN frame returned
|
Sat, 01 Dec 2007 05:15:43 +0300 |
Eugene Zagidullin |
Say goodbye to custom fileinfo dialog in madplug
|
Fri, 30 Nov 2007 04:55:41 +0300 |
Eugene Zagidullin |
removed ugly callback
|
Fri, 30 Nov 2007 03:56:33 +0300 |
Eugene Zagidullin |
APEv2 writing implemented
|
Thu, 29 Nov 2007 04:17:51 +0300 |
Eugene Zagidullin |
removed debugging stuff...
|
Thu, 29 Nov 2007 03:47:05 +0300 |
Eugene Zagidullin |
debugging stuff added...
|
Thu, 29 Nov 2007 03:09:13 +0300 |
Eugene Zagidullin |
switched to mowgli_dictionary from GHashTable
|
Wed, 28 Nov 2007 18:15:40 +0100 |
Jonathan Schleifer |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Wed, 28 Nov 2007 18:15:33 +0100 |
Jonathan Schleifer |
Set volume before playback for OSS4.
|
Wed, 28 Nov 2007 16:19:57 +0300 |
Eugene Zagidullin |
removed some duplicated code
|
Wed, 28 Nov 2007 03:51:34 +0300 |
Eugene Zagidullin |
the same thing in many plugins
|
Wed, 28 Nov 2007 02:50:15 +0300 |
Eugene Zagidullin |
get rid of talking with GDK directly
|
Tue, 27 Nov 2007 18:03:20 +0300 |
Eugene Zagidullin |
demac: added stub for update_song_tuple() for debugging purposes
|
Sun, 25 Nov 2007 23:45:10 +0300 |
Eugene Zagidullin |
demac: added MIME type (audio/x-ape) to provided tuple
|
Sun, 25 Nov 2007 22:36:59 +0300 |
Eugene Zagidullin |
demac: tag reading routine now case-insensitive
|
Sun, 25 Nov 2007 18:03:23 +0100 |
mf0102 |
fix warnings
|
Sun, 25 Nov 2007 17:47:11 +0100 |
mf0102 |
fixed warnings
|
Sun, 25 Nov 2007 17:27:39 +0100 |
mf0102 |
fixed some compilation warnings (was the original programmer on drugs
|
Thu, 22 Nov 2007 15:52:42 +0100 |
Ralf Ertzinger |
- Fix locking issues causing spurious error messages (and possibly deadlocks)
|
Thu, 22 Nov 2007 15:51:52 +0100 |
Ralf Ertzinger |
- New version of ringbuffer code
|
Thu, 22 Nov 2007 02:54:06 +0300 |
Eugene Zagidullin |
Added initial version of Monkey's Audio plugin
|
Wed, 21 Nov 2007 17:02:26 +0100 |
mf0102 |
started initial (very humble) efforts on making FileWriter a general
|
Wed, 21 Nov 2007 16:10:58 +0100 |
mf0102 |
added basic internationalization support to mtp_up
|
Tue, 20 Nov 2007 02:00:52 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Tue, 20 Nov 2007 02:00:27 -0600 |
William Pitcock |
Fix bashism in the configure script.
|
Mon, 19 Nov 2007 21:35:56 +0100 |
Jonathan Schleifer |
Restore the channel's volume after playback.
|
Sun, 18 Nov 2007 15:30:43 -0600 |
William Pitcock |
require 1.4.1
|
Sun, 18 Nov 2007 21:49:35 +0900 |
Yoshiki Yazawa |
set have_subtune TRUE.
|
Sun, 18 Nov 2007 21:46:04 +0900 |
Yoshiki Yazawa |
branch merge
|
Sun, 18 Nov 2007 12:38:02 +0100 |
Jonathan Schleifer |
Actually, that patch + the rest of the patch won't make it into 1.4.1.
|
Sun, 18 Nov 2007 12:19:12 +0100 |
Jonathan Schleifer |
Reset the volume to 100 when we stop playback.
|
Sun, 18 Nov 2007 21:45:12 +0900 |
Yoshiki Yazawa |
set have_subtune
|
Sun, 18 Nov 2007 15:24:22 +0900 |
Yoshiki Yazawa |
remove unnecessary code. (I can't recall why I used "uri", actually.)
|
Sat, 17 Nov 2007 19:02:51 -0600 |
William Pitcock |
fix loading of streams from XSPF files.
|
Sat, 17 Nov 2007 03:41:41 +0900 |
Yoshiki Yazawa |
fix a crash bug in mp4_is_our_file().
|
Fri, 16 Nov 2007 03:35:28 +0200 |
Cristi Magherusan |
applied a patch from Igor Stirbu, middleclick on SI toggles play/pause
|
Wed, 14 Nov 2007 20:21:20 +0900 |
Yoshiki Yazawa |
unescape uri before write into tuple.
|
Tue, 13 Nov 2007 05:25:42 +0900 |
Yoshiki Yazawa |
- set FIELD_LENGTH.
|
Tue, 13 Nov 2007 05:17:30 +0900 |
Yoshiki Yazawa |
drop DEBUG flag.
|
Tue, 13 Nov 2007 05:13:44 +0900 |
Yoshiki Yazawa |
branch merge.
|
Tue, 13 Nov 2007 05:11:47 +0900 |
Yoshiki Yazawa |
remove get_time().
|
Sat, 10 Nov 2007 21:26:55 +0200 |
Cristi Magherusan |
applied a patch from chrome|debian, fixes bug#56
|
Fri, 09 Nov 2007 00:08:06 +0200 |
Cristi Magherusan |
fixed uploads, using URI's with libmtp is bad, mmm'kay !
|
Tue, 06 Nov 2007 15:17:07 -0600 |
William Pitcock |
audacious-plugins 1.4.1 begins.
|
Tue, 06 Nov 2007 15:11:03 -0600 |
William Pitcock |
Added tag audacious-plugins-1.4.0 for changeset 6151338f5af7
|
Tue, 06 Nov 2007 15:08:11 -0600 |
William Pitcock |
update czech translation (bugzilla #52)
audacious-plugins-1.4.0
|
Tue, 06 Nov 2007 19:05:34 +0100 |
Ralf Ertzinger |
branch merge
|
Tue, 06 Nov 2007 19:03:29 +0100 |
Ralf Ertzinger |
- Fix files being left open after playing
|
Mon, 05 Nov 2007 09:42:53 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 05 Nov 2007 09:41:56 -0600 |
William Pitcock |
madplug: add .bmu to extensions whitelist (closes bugzilla #49)
|
Sun, 04 Nov 2007 14:05:16 +0100 |
Ralf Ertzinger |
- Use a single lock for the ring buffer and the condition variable
|
Sun, 04 Nov 2007 14:04:37 +0100 |
Ralf Ertzinger |
- Update ring buffer code to newer version
|
Sat, 03 Nov 2007 01:23:56 +0200 |
Calin Crisan ccrisan |
Fixed an unexpected cddb error messaje when no cddb info is available
|
Thu, 01 Nov 2007 21:20:20 +0100 |
mf0102 |
- updated German translation
|
Thu, 01 Nov 2007 15:38:07 +0100 |
Jonathan Schleifer |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Thu, 01 Nov 2007 15:37:43 +0100 |
Jonathan Schleifer |
Change my mail.
|
Thu, 01 Nov 2007 01:07:25 +0100 |
mf0102 |
update German translation
|
Tue, 30 Oct 2007 15:29:06 +0100 |
Stany HENRY |
Updated French translation.
|
Tue, 30 Oct 2007 22:17:33 +0900 |
Yoshiki Yazawa |
fsize_impl should return -1 on a remote stream.
|
Sun, 28 Oct 2007 16:31:12 -0700 |
Ben Tucker |
fixed some memory leaks and dangling file descriptor pointers in the aac/mp4 plugin
|
Sun, 28 Oct 2007 14:28:13 -0500 |
William Pitcock |
bugfixed the way shoutcast is formatted ;p
|
Sun, 28 Oct 2007 14:02:12 -0500 |
William Pitcock |
require libvorbis 1.2 due to undefined behaviour in 1.1.x.
|
Sun, 28 Oct 2007 12:38:37 -0500 |
William Pitcock |
flacng: tuple builder: fix codec/quality assignment
|
Sun, 28 Oct 2007 05:58:23 -0500 |
William Pitcock |
Some dependency fixes from Vitaly Lipatov.
|
Sat, 27 Oct 2007 19:34:46 -0500 |
Vitaly Lipatov |
Fix linking with libaudid3tag
|
Sat, 27 Oct 2007 19:32:22 -0500 |
Vitaly Lipatov |
Fix linking dependencies.
|
Sat, 27 Oct 2007 15:52:23 -0500 |
William Pitcock |
Backed out changeset 3bbb2673419b
|
Sat, 27 Oct 2007 12:14:37 -0500 |
William Pitcock |
projectM 1.0: nuked.
|
Sat, 27 Oct 2007 10:45:20 -0500 |
William Pitcock |
Fix seeking for non-streamed files.
|
Sat, 27 Oct 2007 07:55:08 -0500 |
William Pitcock |
vf.seekable hack is no longer needed.
|
Sat, 27 Oct 2007 07:26:32 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sat, 27 Oct 2007 07:25:40 -0500 |
William Pitcock |
majorly decraq the code
|
Sat, 27 Oct 2007 06:35:15 -0500 |
William Pitcock |
remove unused stuff
|
Sat, 27 Oct 2007 13:10:24 +0300 |
Eugene Paskevich |
Removed unneded .depend* files.
|
Wed, 24 Oct 2007 15:46:20 +0200 |
mf0102 |
adapted SexyPSF timeout to the method nenolod introduced in UPSE
|
Wed, 24 Oct 2007 15:43:13 +0200 |
mf0102 |
updated German translation
|
Wed, 24 Oct 2007 17:04:09 +0900 |
Yoshiki Yazawa |
remove g_filename_from_uri() since recent playback system requires url encoded paths.
|
Wed, 24 Oct 2007 15:05:27 +0900 |
Yoshiki Yazawa |
- add a m4 macro file to setup MAD_CFLAGS and MAD_LIBS.
|
Wed, 24 Oct 2007 07:34:02 +0300 |
Matti Hamalainen |
s/bmp_cfg_/aud_cfg_/g
|
Wed, 24 Oct 2007 07:32:18 +0300 |
Matti Hamalainen |
Fixed a bug in cleaning up of module's sample names/title. (Sometimes caused the last character to be deleted.)
|
Tue, 23 Oct 2007 09:06:07 +0300 |
Matti Hamalainen |
Use GLib types.
|
Tue, 23 Oct 2007 09:03:55 +0300 |
Matti Hamalainen |
Assume DOS codepage 850 to be the default charset used in most modules.
|
Tue, 23 Oct 2007 08:58:15 +0300 |
Matti Hamalainen |
Cosmetics.
|
Tue, 23 Oct 2007 08:45:14 +0300 |
Matti Hamalainen |
Use a #define for config ID.
|
Tue, 23 Oct 2007 08:43:34 +0300 |
Matti Hamalainen |
s/bmp_cfg_/aud_cfg_/
|
Sun, 21 Oct 2007 18:39:36 +0900 |
VDR dai (audacious) |
update Japanese translation
|
Sat, 20 Oct 2007 19:45:18 -0500 |
William Pitcock |
fix doublefree.
|
Sat, 20 Oct 2007 19:34:52 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sat, 20 Oct 2007 19:33:44 -0500 |
William Pitcock |
Send any query strings along with the HTTP request.
|
Sat, 20 Oct 2007 23:29:46 +0300 |
Matti Hamalainen |
s/bmp_cfg_/aud_cfg_/
|
Sat, 20 Oct 2007 23:29:16 +0300 |
Matti Hamalainen |
Use GLib types.
|
Sat, 20 Oct 2007 23:18:42 +0300 |
Matti Hamalainen |
Use GLib types; Also g_free() MUST be used when memory is allocated via any
|
Sat, 20 Oct 2007 21:07:21 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sat, 20 Oct 2007 07:15:25 +0300 |
Matti Hamalainen |
Make xs_get_song_tuple_info() static.
|
Sat, 20 Oct 2007 13:33:26 +0200 |
Stany HENRY |
Updated and improved French translation
|
Sat, 20 Oct 2007 06:39:25 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sat, 20 Oct 2007 06:39:14 +0300 |
Matti Hamalainen |
Use FIELD_DATE.
|
Fri, 19 Oct 2007 06:24:08 -0500 |
William Pitcock |
Use ${CC} -M, not ${CPP} -M, as cpp is not required to respect -M, but gcc will always handle -M properly.
|
Fri, 19 Oct 2007 06:14:45 -0500 |
William Pitcock |
Rename internal config.h to audiocompress_config.h to avoid collisions.
|
Fri, 19 Oct 2007 05:45:48 -0500 |
William Pitcock |
Added tag audacious-plugins-1.4.0-beta3 for changeset 42a16b5e5151
|
Fri, 19 Oct 2007 05:44:42 -0500 |
William Pitcock |
try to fill in MAD_CFLAGS/MAD_LIBS with sensible defaults. enforce AC_SUBST().
audacious-plugins-1.4.0-beta3
|
Fri, 19 Oct 2007 03:14:47 -0500 |
William Pitcock |
Added tag audacious-plugins-1.4.0-beta2 for changeset 14adeaf9c20f
|
Fri, 19 Oct 2007 03:06:01 -0500 |
William Pitcock |
fix compile on ancient DBus systems
audacious-plugins-1.4.0-beta2
|
Fri, 19 Oct 2007 02:59:45 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 19 Oct 2007 02:59:03 -0500 |
William Pitcock |
port to Audacious 1.4 component API.
|
Fri, 19 Oct 2007 05:27:20 -0500 |
William Pitcock |
make it build on MacOS again
|
Thu, 18 Oct 2007 21:40:46 +0200 |
mf0102 |
automated merge
|
Thu, 18 Oct 2007 21:39:27 +0200 |
mf0102 |
make update-po
|
Thu, 18 Oct 2007 18:14:52 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Thu, 18 Oct 2007 18:14:41 +0300 |
Matti Hamalainen |
Sync with XMMS-SID.
|
Thu, 18 Oct 2007 15:44:27 +0200 |
mf0102 |
adapted WMA plugin for internationalization, fixed compiler warning
|
Thu, 18 Oct 2007 15:22:17 +0200 |
mf0102 |
added notice to POTFILES.in about update-potfiles.sh
|
Thu, 18 Oct 2007 14:49:14 +0200 |
mf0102 |
updated German translation
|
Thu, 18 Oct 2007 02:27:16 +0300 |
Matti Hamalainen |
Fix subtunes support to match the new core (possibly not working yet)
|
Thu, 18 Oct 2007 01:31:59 +0300 |
Matti Hamalainen |
Sanitize tuple probing and fix subtunes.
|
Thu, 18 Oct 2007 00:18:01 +0300 |
Matti Hamalainen |
Sync with xmms-sid.
|
Wed, 17 Oct 2007 23:32:39 +0300 |
Matti Hamalainen |
Synchronize POT-sources.
|
Wed, 17 Oct 2007 23:09:54 +0300 |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Wed, 17 Oct 2007 23:09:30 +0300 |
Matti Hamalainen |
Fix default custom Tuplez format string.
|
Wed, 17 Oct 2007 23:09:13 +0300 |
Matti Hamalainen |
Selective subtunes support.
|
Wed, 17 Oct 2007 05:11:06 +0200 |
Stany HENRY |
Plugins are now translated in French (I still have to make modifications, however).
|
Tue, 16 Oct 2007 02:06:46 -0500 |
William Pitcock |
lulz.
|
Mon, 15 Oct 2007 06:51:29 -0500 |
William Pitcock |
work around older SDLs
|
Mon, 15 Oct 2007 06:43:06 -0500 |
William Pitcock |
add alpha blending shit
|
Mon, 15 Oct 2007 06:20:13 -0500 |
William Pitcock |
paranormal-ng: a GL visualiser. lots to do, most stuff won't work, but hey, this will do cool stuff too soon
|
Mon, 15 Oct 2007 00:02:12 -0500 |
William Pitcock |
fixes.
|
Sun, 14 Oct 2007 23:59:28 -0500 |
William Pitcock |
s/sidhe/distfiles-master/
|
Sun, 14 Oct 2007 22:20:28 -0500 |
William Pitcock |
fixes
|
Sun, 14 Oct 2007 21:53:58 -0500 |
William Pitcock |
fix
|
Sun, 14 Oct 2007 21:53:17 -0500 |
William Pitcock |
update for new API
|
Sun, 14 Oct 2007 20:11:54 -0500 |
William Pitcock |
formatter shit
|
Sun, 14 Oct 2007 20:11:08 -0500 |
William Pitcock |
prefswin shit
|