Mercurial > audlegacy-plugins
graph
-
[svn] - add tuple handling, but i don't think i'm doing it right... trunkTue, 01 May 2007 08:54:31 -0700, by nenolod
-
[svn] - use my version for now as r2126 does not work trunkTue, 01 May 2007 08:33:07 -0700, by nenolod
-
[svn] - remove support for hatena music as hatena ceased their musical profile service. trunkTue, 01 May 2007 07:03:49 -0700, by yaz
-
[svn] - provide full metadata from the file's tuple when performing the transcode trunkMon, 30 Apr 2007 22:03:19 -0700, by nenolod
-
[svn] - add check for cfg.stopaftersong at the end of cue. trunkMon, 30 Apr 2007 21:19:47 -0700, by yaz
-
[svn] - Out-Lame can now prepend the playlist position to the filename if the trunkSat, 28 Apr 2007 15:27:15 -0700, by mf0102
-
[svn] - replace almost all of outlame_write() with standard code from disk_writer in hope of fixing endianness problem. trunkFri, 27 Apr 2007 02:29:33 -0700, by yaz
-
[svn] - fix overflow when calculates bitrate with non-fast scan on a huge sized file. trunkThu, 26 Apr 2007 02:06:12 -0700, by yaz
-
[svn] - disable all use of puts() unless -DDEBUG is defined. trunkTue, 24 Apr 2007 02:53:37 -0700, by nenolod
-
[svn] got the metadata but couldnt make use of it yet trunkMon, 23 Apr 2007 16:24:55 -0700, by majeru
-
[svn] Fixed the embarassing situation i was in (writing a plugin and not being able to see/hear it work). trunkMon, 23 Apr 2007 14:24:01 -0700, by majeru
-
[svn] - build the lastfm VFS plugin if the scrobbler plugin is going to be built. trunkSun, 22 Apr 2007 04:31:31 -0700, by nenolod
-
[svn] Add lastfm:// transport, an abstract VFS class which derives from curl trunkSun, 22 Apr 2007 04:16:08 -0700, by nenolod
-
[svn] Sync with upstream. Subsong improvements for ADL, new JBM player. trunkWed, 18 Apr 2007 07:38:58 -0700, by chainsaw
-
[svn] - statusicon: added support for quit button in smallmenu; also, the field is being prepared for customizable smallmenu entries trunkMon, 16 Apr 2007 01:35:24 -0700, by giacomo
-
[svn] - merge some local changes which makes curl threading more reliable. trunkSun, 15 Apr 2007 12:23:05 -0700, by nenolod
-
[svn] - alsa: on volume changes, only use channel switches if the audio card supports separated ones trunkSun, 15 Apr 2007 11:33:11 -0700, by giacomo
-
[svn] A cast a day keeps the compiler warning at bay. trunkSat, 14 Apr 2007 18:09:55 -0700, by chainsaw
-
[svn] Hammer the WMA plugin into shape enough to bolt the following upstream commit on: "WMA decoder improvement, output closer to the dmo binary. trunkSat, 14 Apr 2007 17:38:32 -0700, by chainsaw
-
[svn] I said to indent it, not to break it, hmmkay? trunkSat, 14 Apr 2007 16:09:21 -0700, by chainsaw
-
[svn] Run indent -ts4 -nut -bli0 -cdw on this messy lot. Upstream is not consistent with whitespace anyway, no loss there. trunkSat, 14 Apr 2007 15:23:50 -0700, by chainsaw
-
[svn] Now in sync with AdPlug upstream, merging their commit: "Removed superfluous exit() call. This was detected as part of a GCC 4.3 trunkFri, 13 Apr 2007 09:27:41 -0700, by chainsaw
-
[svn] Upstream commit "Vastly enhanced generic Protracker player and modified loaders accordingly. trunkFri, 13 Apr 2007 09:09:50 -0700, by chainsaw
-
[svn] D00 Vibrato and Slides fix by Dennis Lindroos (from upstream CVS). trunkFri, 13 Apr 2007 08:07:32 -0700, by chainsaw
-
[svn] - curl: do NOT use signals with the new multi-thread layout, and take care of the url string value trunkFri, 13 Apr 2007 05:23:27 -0700, by giacomo
-
[svn] - add DEBUG_CURL to enable curl internal debugging messages trunkThu, 12 Apr 2007 14:55:59 -0700, by nenolod
-
[svn] - only create a new thread if handle->cancel is 0. trunkThu, 12 Apr 2007 14:04:26 -0700, by nenolod
-
[svn] - use a g_cond_wait() to ensure curl has started up before we try to read. trunkThu, 12 Apr 2007 13:22:28 -0700, by nenolod
-
[svn] - if handle->cancel = TRUE, immediately abort the fread operation. trunkThu, 12 Apr 2007 12:02:56 -0700, by nenolod
-
[svn] - fix curl.c:913: warning: implicit declaration of function 'strdup' trunkThu, 12 Apr 2007 11:29:07 -0700, by nenolod
-
[svn] - use unsigned char instead of gpointer for arithmetic to ensure that writes are 8-bit aligned. trunkThu, 12 Apr 2007 11:07:04 -0700, by nenolod
-
[svn] - initial import of flacng from audacious-flacng-0.012 trunkMon, 09 Apr 2007 10:55:23 -0700, by nenolod
-
[svn] - use C-style vectors instead of apple's stuff trunkMon, 09 Apr 2007 08:50:46 -0700, by nenolod
-
[svn] Spell internal & pseudorandom in a consistent way. Add missing altivec.h include in SFMT-alti.h; more work to be done as it still does not build. trunkMon, 09 Apr 2007 08:11:42 -0700, by chainsaw
-
[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