Sat, 01 Sep 2007 06:02:34 +0300 |
Matti Hamalainen |
Use g_strdup().
|
Sat, 01 Sep 2007 06:02:20 +0300 |
Matti Hamalainen |
Always #define HAVE_MEMSET when building Audacious version of SID plugin.
|
Sat, 01 Sep 2007 06:01:53 +0300 |
Matti Hamalainen |
Fix indentation.
|
Sat, 01 Sep 2007 06:01:34 +0300 |
Matti Hamalainen |
Useless use of if() with g_free().
|
Sat, 01 Sep 2007 05:23:31 +0300 |
Matti Hamalainen |
Some cleanups; Removed useless heap allocations, use a small static buffer
|
Sat, 01 Sep 2007 01:00:13 +0100 |
Tony Vroon |
Correct title generation, use that tuple builder.
|
Fri, 31 Aug 2007 23:48:45 +0100 |
Tony Vroon |
It compiles, no segfault... So where is my title?
|
Fri, 31 Aug 2007 22:48:53 +0200 |
Sascha Hlusiak |
Include global hotkey plugin in build system (src/hotkey)
|
Fri, 31 Aug 2007 17:06:54 +0900 |
VDR dai (audacious) |
update Japanese translation
|
Fri, 31 Aug 2007 01:27:14 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 31 Aug 2007 01:27:02 -0500 |
William Pitcock |
audacious-plugins: -single-module on OSX.
|
Thu, 30 Aug 2007 23:38:01 +0100 |
Tony Vroon |
Tuple builder for modplug. Someone do me a favour and fix getinfo to do something like the one in console.
|
Thu, 30 Aug 2007 18:55:36 +0200 |
mf0102 |
i'm currently "update-po"ing like a madman with a Chainsaw ;-)
|
Tue, 28 Aug 2007 21:23:06 +0300 |
Cristi Magherusan |
Patch from Daniel Patriche, who continued the romanian translation for the plugins.
|
Tue, 28 Aug 2007 17:53:45 +0200 |
mf0102 |
continued German translation
|
Mon, 27 Aug 2007 16:41:38 +0300 |
Cristi Magherusan |
started the romanian translation
|
Sun, 26 Aug 2007 22:46:54 +0200 |
mf0102 |
merge
|
Sun, 26 Aug 2007 22:46:35 +0200 |
mf0102 |
merge
|
Sun, 26 Aug 2007 22:45:35 +0200 |
mf0102 |
- continued German translation
|
Mon, 27 Aug 2007 01:59:23 +0930 |
Kieran Clancy |
xspf: Store playlist title when saving playlist
|
Sun, 26 Aug 2007 15:27:31 +0200 |
mf0102 |
merge
|
Sun, 26 Aug 2007 15:26:39 +0200 |
mf0102 |
-continued German translation
|
Sun, 26 Aug 2007 21:12:45 +0930 |
Kieran Clancy |
xspf: When loading playlist, read title from xml if set
|
Sat, 25 Aug 2007 20:22:42 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sat, 25 Aug 2007 20:22:33 -0500 |
William Pitcock |
wavpack: Implement InputPlugin::probe_for_tuple.
|
Sat, 25 Aug 2007 22:57:25 +0200 |
mf0102 |
- made the MP3 FileWriter output plugin less braindead
|
Sat, 25 Aug 2007 15:43:58 +0200 |
mf0102 |
updated POTFILES.in massively, it was TOTALLY outdated
|
Fri, 24 Aug 2007 21:06:08 +0300 |
Cristi Magherusan |
fixed build system, now MTP support gets compiled if one has libmtp installed
|
Fri, 24 Aug 2007 20:38:41 +0300 |
Cristi Magherusan |
fixed filename
|
Thu, 23 Aug 2007 20:32:48 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Thu, 23 Aug 2007 20:32:41 -0500 |
William Pitcock |
wavpack fixes
|
Thu, 23 Aug 2007 23:19:11 +0100 |
Tony Vroon |
Actually read string-based metadata for tuplez.
|
Thu, 23 Aug 2007 18:26:44 +0300 |
Cristi Magherusan |
now i'm free'ing the metadata struct
|
Thu, 23 Aug 2007 16:47:45 +0300 |
Cristi Magherusan |
switched to uploading tracks instead of files, added disconnect option, other misc. fixes
|
Thu, 23 Aug 2007 03:20:10 +0200 |
Giacomo Lozito |
fixed lock in sid playback when doing fast song switching
|
Wed, 22 Aug 2007 23:52:25 +0100 |
Tony Vroon |
Report the title properly, as in all the other plugins in the tree. Poor ignored and unloved plugin...
|
Thu, 23 Aug 2007 00:02:43 +0200 |
Giacomo Lozito |
reverted a local change on xspf that wasn't supposed to be committed
|
Thu, 23 Aug 2007 00:00:49 +0200 |
Giacomo Lozito |
wav-sndfile.c, added missing playback->set_pb_ready(playback)
|
Thu, 23 Aug 2007 03:03:41 +0900 |
Yoshiki Yazawa |
now xspf plugin try to load non well formed xspf file. closes #969.
|
Wed, 22 Aug 2007 12:49:14 +0100 |
Tony Vroon |
Report lossless/lossy quality and the filename as the title. This plugin still shows mutex-related lockups for me though.
|
Tue, 21 Aug 2007 17:11:59 +0900 |
Yoshiki Yazawa |
replace tuple_formatter_process_string() with tuple_formatter_make_title_string() except that for streamings.
|
Tue, 21 Aug 2007 15:09:22 +0900 |
Yoshiki Yazawa |
now mp4 plugin fills album and length correctly.
|
Sun, 19 Aug 2007 17:20:31 +0300 |
Calin Crisan ccrisan |
Fixed some dos/windows eols
|
Sun, 19 Aug 2007 19:38:11 +0900 |
Yoshiki Yazawa |
- make use of tuple_formatter_make_title_string().
|
Sat, 18 Aug 2007 14:18:34 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sat, 18 Aug 2007 14:18:15 -0500 |
William Pitcock |
Sync with audacious Mk.
|
Sat, 18 Aug 2007 01:03:35 +0200 |
Giacomo Lozito |
Replaced asprintf with gstring (which is probably more portable anyway).
|
Fri, 17 Aug 2007 23:40:59 +0100 |
Tony Vroon |
Format and subformat detection. Needs some asprintf love. Or something.
|
Fri, 17 Aug 2007 11:58:12 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 17 Aug 2007 11:40:30 -0500 |
William Pitcock |
Support Wavpack ".exe" executables, by using the Wavpack decoder to validate.
|
Fri, 17 Aug 2007 00:12:43 +0300 |
Cristi Magherusan |
made it enabled by default if having libmtp, fixes Chainsaw's bug and adds some improvements
|
Thu, 16 Aug 2007 15:52:26 +0200 |
mf0102 |
removed NSFE playlist option (which was marked TODO)
|
Thu, 16 Aug 2007 14:47:14 +0200 |
mf0102 |
made SPC playback reverb a configuration option till the problem can be
|
Thu, 16 Aug 2007 18:22:00 +0300 |
Cristi Magherusan |
some fixes, more debug info
|
Thu, 16 Aug 2007 03:45:58 +0300 |
Cristi Magherusan |
it can play manually added DAAP URI's like daap://localhost:3689/1.mp3
|
Thu, 16 Aug 2007 03:29:09 +0300 |
Cristi Magherusan |
merge
|
Thu, 16 Aug 2007 03:26:27 +0300 |
Cristi Magherusan |
handling device disconnected errors
|
Tue, 14 Aug 2007 23:33:33 +0300 |
Cristi Magherusan |
the pending uploads are cancelled on exit, so it doesnt lock anymore while cleaning up
|
Tue, 14 Aug 2007 22:55:17 +0300 |
Cristi Magherusan |
fixed the upload
|
Tue, 14 Aug 2007 00:14:43 +0300 |
Cristi Magherusan |
URI-fication
|