Tue, 12 Jun 2007 17:26:51 -0700 |
nazca |
[svn] - Bleh, squash the evil warning! Must compile without warnings!
trunk
|
Sat, 09 Jun 2007 06:16:03 -0700 |
nenolod |
[svn] - memory cleanups, purify-assisted.
trunk
|
Sat, 09 Jun 2007 06:10:17 -0700 |
nenolod |
[svn] - fix invalid write of size 4 (actuators.c:56)
trunk
|
Fri, 08 Jun 2007 15:02:31 -0700 |
nenolod |
[svn] - use g_random_double_ranged()
trunk
|
Fri, 08 Jun 2007 14:24:30 -0700 |
nenolod |
[svn] - possible crash fixes wrt global regs
trunk
|
Fri, 08 Jun 2007 11:19:25 -0700 |
nenolod |
[svn] - add general_evaluate which can run arbitrary VM code
trunk
|
Fri, 08 Jun 2007 10:58:23 -0700 |
nenolod |
[svn] - i forgot to commit something here
trunk
|
Fri, 08 Jun 2007 10:56:12 -0700 |
nenolod |
[svn] - libcalc (paranormal virtual evaluation machine): add rand() instruction, global registers (global_reg0-reg99).
trunk
|
Fri, 08 Jun 2007 08:51:30 -0700 |
nenolod |
[svn] - remove unneeded externs
trunk
|
Fri, 08 Jun 2007 07:33:14 -0700 |
yaz |
[svn] - move transport plugins into Transport subdirectory.
trunk
|
Fri, 08 Jun 2007 06:27:15 -0700 |
desowin |
[svn] - fix scrobble from queue
trunk
|
Fri, 08 Jun 2007 04:37:56 -0700 |
desowin |
[svn] - keep old passwords if user doesn't change them in configuration
trunk
|
Thu, 07 Jun 2007 08:28:08 -0700 |
nenolod |
[svn] - fix a possible allocation overflow issue. found while merging to 1.3 stable.
trunk
|
Thu, 07 Jun 2007 06:34:42 -0700 |
yaz |
[svn] - add check for string length before call g_convert(). it may close #962.
trunk
|
Thu, 07 Jun 2007 00:21:13 -0700 |
yaz |
[svn] - ditto. this is necessary too.
trunk
|
Thu, 07 Jun 2007 00:05:17 -0700 |
yaz |
[svn] - add playback->playing = 0 where buffer_playing = FALSE is done. without this, playback_get_time() would be confused and playback wouldn't advance in playlist.
trunk
|
Wed, 06 Jun 2007 22:58:18 -0700 |
yaz |
[svn] - handle metadata in better way.
trunk
|
Wed, 06 Jun 2007 22:34:54 -0700 |
yaz |
[svn] - add playback->playing code.
trunk
|
Wed, 06 Jun 2007 21:44:52 -0700 |
yaz |
[svn] - make wma plugin work again.
trunk
|
Wed, 06 Jun 2007 21:35:26 -0700 |
yaz |
[svn] - make aac plugin work again.
trunk
|
Mon, 04 Jun 2007 07:46:52 -0700 |
yaz |
[svn] - revise bitrate calculation with xing header. if number of bytes and number of frames are available in xing header, fast play time calculation yields almost appropriate duration upon a vbr file.
trunk
|
Sun, 03 Jun 2007 16:54:43 -0700 |
chainsaw |
[svn] Implicit declarations are bad, hmmkay?
trunk
|
Sun, 03 Jun 2007 11:20:23 -0700 |
yaz |
[svn] - add a check for file existence to fileinfo dialog. closes #941.
trunk
|
Sun, 03 Jun 2007 07:16:44 -0700 |
js |
[svn] Replace sprintf with snprintf.
trunk
|
Fri, 01 Jun 2007 16:03:58 -0700 |
js |
[svn] Revert r2480, thanks to FreeBSD.
trunk
|
Fri, 01 Jun 2007 15:48:43 -0700 |
js |
[svn] Same as r4658 in Audacious.
trunk
|
Thu, 31 May 2007 17:13:04 -0700 |
nenolod |
[svn] - avoid a memory leak with FD probing
trunk
|
Thu, 31 May 2007 10:33:46 -0700 |
giacomo |
[svn] - curl: allow user to customize connect timeout value using a connect_timeout entry in config file
trunk
|
Wed, 30 May 2007 09:13:31 -0700 |
chainsaw |
[svn] Updated turkish translation by Murat ªßenel, closes bug #959.
trunk
|
Tue, 29 May 2007 21:57:06 -0700 |
nenolod |
[svn] Fix handling of SPC efb register when echo instruction has been
trunk
|
Tue, 29 May 2007 03:58:22 -0700 |
yaz |
[svn] - fix for crash when file extension is not available.
trunk
|
Tue, 29 May 2007 00:59:45 -0700 |
nenolod |
[svn] - fix FD leakage. closes #954.
trunk
|
Mon, 28 May 2007 23:29:02 -0700 |
nenolod |
[svn] - fix registration of lastfm session ID
trunk
|
Mon, 28 May 2007 23:16:25 -0700 |
nenolod |
[svn] - expose lastfm internal data over mowgli's global storage subsystem so that plugins can manipulate lastfm listening indirectly
trunk
|
Mon, 28 May 2007 03:15:02 -0700 |
nenolod |
[svn] - mms: convert to plugin2 architecture
trunk
|
Mon, 28 May 2007 03:14:08 -0700 |
nenolod |
[svn] - lastfm: convert to plugin2 architecture
trunk
|
Mon, 28 May 2007 03:12:40 -0700 |
nenolod |
[svn] - curl, stdio: convert to plugin2 architecture
trunk
|
Mon, 28 May 2007 03:11:15 -0700 |
nenolod |
[svn] - xspf, m3u, pls: convert to plugin2 architecture
trunk
|
Mon, 28 May 2007 03:05:08 -0700 |
nenolod |
[svn] - rootvis: convert to plugin2 architecture
trunk
|
Mon, 28 May 2007 03:03:18 -0700 |
nenolod |
[svn] - rocklight: convert to plugin2 architecture.
trunk
|
Mon, 28 May 2007 03:01:41 -0700 |
nenolod |
[svn] - spectrum: convert to plugin2 architecture.
trunk
|
Mon, 28 May 2007 02:59:10 -0700 |
nenolod |
[svn] - blur_scope: convert to plugin2 architecture.
trunk
|
Mon, 28 May 2007 02:57:42 -0700 |
nenolod |
[svn] - rovascope: convert to plugin2 architecture.
trunk
|
Mon, 28 May 2007 02:56:10 -0700 |
nenolod |
[svn] - projectm: convert to plugin2 architecture. now SVN users have milkdrop back.
trunk
|
Sun, 27 May 2007 17:11:58 -0700 |
giacomo |
[svn] - added options in configure.ac to disable sse2 and altivec support (madplug) even if available on the system
trunk
|
Sun, 27 May 2007 14:30:06 -0700 |
ertzing |
[svn] Move effect plugin handling out of the output plugins
trunk
|
Sun, 27 May 2007 14:29:45 -0700 |
ertzing |
[svn] Move effect plugin handling out of the output plugins
trunk
|
Sun, 27 May 2007 14:28:52 -0700 |
ertzing |
[svn] Move effect plugin handling out of the output plugins
trunk
|
Sun, 27 May 2007 14:27:41 -0700 |
ertzing |
[svn] Move effect plugin handling out of the output plugins
trunk
|
Sun, 27 May 2007 14:26:32 -0700 |
ertzing |
[svn] Move effect plugin handling out of the output plugins
trunk
|
Sun, 27 May 2007 14:26:15 -0700 |
ertzing |
[svn] Move effect plugin handling out of the output plugins
trunk
|
Sun, 27 May 2007 14:25:46 -0700 |
ertzing |
[svn] Move effect plugin handling out of the output plugins
trunk
|
Sat, 26 May 2007 21:15:27 -0700 |
nenolod |
[svn] - fix crash on plugin shutdown
trunk
|
Sat, 26 May 2007 20:36:05 -0700 |
yaz |
[svn] - remove g_free(description) in cleanup functions to avoid crash on quit.
trunk
|
Sat, 26 May 2007 16:14:16 -0700 |
nenolod |
[svn] - clean up some debugging stuff
trunk
|
Sat, 26 May 2007 14:54:07 -0700 |
zither |
[svn] (Re)added the description
trunk
|
Sat, 26 May 2007 14:50:52 -0700 |
zither |
[svn] (Re)added the description
trunk
|
Sat, 26 May 2007 14:44:32 -0700 |
zither |
[svn] Added a lot of useful debug output
trunk
|
Sat, 26 May 2007 09:38:16 -0700 |
zither |
[svn] Removed Makefile.WRONG
trunk
|
Sat, 26 May 2007 09:21:13 -0700 |
zither |
[svn] Implemented DAE feature (enabled by default)
trunk
|