Mercurial > audlegacy-plugins
graph
-
[svn] - replace random number generator in dithering code with SIMD-oriented Fast Mersenne Twister (SFMT). it reduces CPU load on SSE2 or AltiVec capable platform. trunkSun, 08 Apr 2007 21:30:22 -0700, by yaz
-
[svn] - now wav plugin can handle remaining buffered data at the end of playing. trunkSat, 07 Apr 2007 11:06:36 -0700, by yaz
-
[svn] - statusicon: invert skip direction in mouse wheel; much better this way trunkFri, 06 Apr 2007 12:34:10 -0700, by giacomo
-
[svn] - statusicon: add an option to use mouse wheel to change playing song instead of volume trunkFri, 06 Apr 2007 11:47:07 -0700, by giacomo
-
[svn] revise reopen output code for #880. time count would be reset if output was closed. so I took two measures for it. trunkThu, 05 Apr 2007 21:12:59 -0700, by yaz
-
[svn] - statusicon: memorize player windows visibility status between sessions trunkThu, 05 Apr 2007 10:47:18 -0700, by giacomo
-
[svn] - statusicon: smarter show/hide on statusicon click (plugin will now correctly handle the situation where the player window is always hidden and the playlist window should be shown/hidden) trunkWed, 04 Apr 2007 11:49:12 -0700, by giacomo
-
[svn] - patches from upstream TTA author. see http://boards.nenolod.net/viewtopic.php?t=375 trunkWed, 04 Apr 2007 10:52:15 -0700, by nenolod
-
[svn] - aosd: added support to detect whether a composite manager is running (either standard with _NET_WM_CM_Sn or xcompmgr) trunkWed, 04 Apr 2007 07:48:53 -0700, by giacomo
-
[svn] rootvis: do not call cleanup routines if the plugin was not initted trunkMon, 02 Apr 2007 13:54:59 -0700, by giacomo
-
[svn] aosd: added compile option in configure for composite support; this way, if support is compiled in, we can safely check if the composite module is loaded trunkMon, 02 Apr 2007 04:03:06 -0700, by giacomo
-
[svn] - aosd: beta4, ghosd source was rewritten to support argb visual (x composite extension) as an option, this allows to have real transparency in the OSD trunkSat, 31 Mar 2007 17:44:23 -0700, by giacomo
-
[svn] - for security reasons, do not try all of the players (only check extension) trunkSat, 31 Mar 2007 06:40:00 -0700, by nenolod
-
[svn] - Added option to save output files to original file directory trunkFri, 30 Mar 2007 06:37:26 -0700, by mf0102
-
[svn] - flac: when bitrate update is disabled, always display VBR instead of a useless value trunkFri, 30 Mar 2007 01:52:06 -0700, by giacomo
-
[svn] Fix MOD title read by not permanently byteswapping the stream in the PSM loader. Patch by Joseph Jezak <josejx@gentoo.org>. trunkThu, 29 Mar 2007 03:14:36 -0700, by chainsaw
-
[svn] - now do_setpos() takes relative position as the argument and works even if cuesheets are included in large playlist. may close #869. trunkMon, 26 Mar 2007 14:44:46 -0700, by yaz
-
[svn] - add a starting point for xmms-rootvis port. giacomo will need to trunkMon, 26 Mar 2007 01:19:26 -0700, by nenolod
-
[svn] - aosd: use XMapRaised in place of XMapWindow to ensure that the osd window is raised with some window managers trunkSun, 25 Mar 2007 09:26:39 -0700, by giacomo
-
[svn] - non-utf string had been used for file name in window title of File Info window. patch by M.H. trunkSat, 24 Mar 2007 23:15:05 -0700, by yaz
-
[svn] - now wma can handle wide characters in metadata. trunkSat, 24 Mar 2007 09:29:41 -0700, by yaz
-
[svn] - aosd: added an option to enable/disable utf8 text conversion done by the plugin trunkFri, 23 Mar 2007 06:46:04 -0700, by giacomo
-
[svn] - aosd: use str_to_utf8 (I'll probably add an option to disable the utf8 conversion attempt as well) trunkWed, 21 Mar 2007 14:14:06 -0700, by giacomo
-
[svn] aosd: use g_locale_to_utf8 for osd strings (needs testing) trunkWed, 21 Mar 2007 07:24:33 -0700, by giacomo
-
[svn] - statusicon: use function/define names that do not collide with gtk >= 2.10 internals (paranoia) trunkWed, 21 Mar 2007 07:15:43 -0700, by giacomo
-
[svn] - alsa: handle errors on snd_pcm_wait (xrun, supend) trunkWed, 21 Mar 2007 05:18:25 -0700, by giacomo
-
[svn] - aosd: use a single ghosd object for all of the osd showups; this will be a lot gentler to XLib and should definitely help with stability trunkTue, 20 Mar 2007 18:55:57 -0700, by giacomo
-
[svn] alsa output plugin: use snd_pcm_wait in place of raw polls to handle device readyness; this allows to use alsa plugins such as jackplug; requires testing trunkMon, 19 Mar 2007 13:18:28 -0700, by giacomo
-
[svn] statusicon: do not behave strangely (or crash) when the plugin is loaded/unloaded multiple times trunkSun, 18 Mar 2007 16:21:10 -0700, by giacomo
-
[svn] - aosd: beta3, fixes for handling X display open/close trunkSun, 18 Mar 2007 11:13:45 -0700, by giacomo
-
[svn] - clear up some configure bugs, pointed out by freebsd port patches trunkSat, 17 Mar 2007 00:58:49 -0700, by nenolod
-
[svn] - These two lines probably shouldn't be in here as it is doubtful they do anything helpful trunkSat, 17 Mar 2007 00:30:46 -0700, by nazca
-
[svn] - Slight tweak ... smbc_init returns 0 on sucess, not fail trunkSat, 17 Mar 2007 00:25:24 -0700, by nazca
-
[svn] - in C++, using __null/NULL is improper. 0 should be used instead. trunkFri, 16 Mar 2007 21:13:22 -0700, by nenolod
-
[svn] - guard some potentially improper double delete [] usage trunkFri, 16 Mar 2007 21:08:34 -0700, by nenolod
-
[svn] - last commit wasn't obviously related wit changes here; revert stuff that is still being tested trunkFri, 16 Mar 2007 18:58:10 -0700, by giacomo
-
[svn] - prevent skin list overlap when it's first populated and user quickly switchs to other tabs in the prefswin trunkFri, 16 Mar 2007 18:47:24 -0700, by giacomo
-
[svn] - ffmpeg: prevent it from crashing when probing remote sources trunkFri, 16 Mar 2007 13:05:14 -0700, by giacomo
-
[svn] - add mseek support to wav.c (without libsndfile version) too. trunkThu, 15 Mar 2007 22:36:55 -0700, by yaz