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
|
Mon, 13 Aug 2007 23:26:26 +0300 |
Calin Crisan ccrisan |
Add CD menu entry is now created with the ui_plugin_menu functions
|
Mon, 13 Aug 2007 20:24:36 +0900 |
Yoshiki Yazawa |
make use of get_gentitle_format() and tuple_formatter_make_title_string()
|
Mon, 13 Aug 2007 06:08:08 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 13 Aug 2007 06:07:58 -0500 |
William Pitcock |
Backed out changeset 97914b65790a
|
Mon, 13 Aug 2007 19:58:07 +0900 |
Yoshiki Yazawa |
branch merge.
|
Mon, 13 Aug 2007 19:57:03 +0900 |
Yoshiki Yazawa |
- make use of tuple_formatter_make_title_string(). now madplug can show file name if metadata is not available.
|
Mon, 13 Aug 2007 02:42:21 -0500 |
William Pitcock |
[security] Add g_thread_exit() to curl_manage_request() to avoid a resource starvation DoS.
|
Sun, 12 Aug 2007 21:53:56 +0200 |
Christian Birchinger |
Register cue:// with uri_set_plugin
|
Sun, 12 Aug 2007 21:36:14 +0200 |
Christian Birchinger |
Register cdda:// with uri_set_plugin
|
Sun, 12 Aug 2007 21:16:48 +0200 |
Christian Birchinger |
Register tact:// with uri_set_plugin
|
Sun, 12 Aug 2007 20:44:02 +0200 |
Christian Birchinger |
Add an init function with a uri_set_plugin call
|
Sun, 12 Aug 2007 07:17:10 -0500 |
William Pitcock |
Port some changes over from XMMS that:
|
Sat, 11 Aug 2007 23:51:50 -0500 |
William Pitcock |
Improve ${codec} and ${quality} tuples.
|
Sat, 11 Aug 2007 23:48:14 -0500 |
William Pitcock |
fix musepack tag retrieval
|
Sat, 11 Aug 2007 23:56:22 +0200 |
Giacomo Lozito |
converted sid plugin to new tuple system
|
Sat, 11 Aug 2007 22:15:50 +0200 |
Giacomo Lozito |
fixed modplug, wasn't working properly with new threading model
|
Sat, 11 Aug 2007 18:10:34 +0300 |
Cristi Magherusan |
the label wasn't restored on failure
|
Sun, 12 Aug 2007 00:06:35 +0900 |
Yoshiki Yazawa |
use get_gentitle_format() to get format string so that presets and custom string can coexist.
|
Sat, 11 Aug 2007 17:57:19 +0300 |
Cristi Magherusan |
merge
|
Sat, 11 Aug 2007 17:56:51 +0300 |
Cristi Magherusan |
the menu item is now disabled during upload
|
Sat, 11 Aug 2007 14:56:15 +0100 |
Tony Vroon |
Add actual codec information to wav-sndfile tuple. Untested.
|
Sat, 11 Aug 2007 15:57:05 +0300 |
Cristi Magherusan |
merge
|
Sat, 11 Aug 2007 15:55:14 +0300 |
Cristi Magherusan |
lots of fixes
|
Sat, 11 Aug 2007 15:28:13 +0300 |
Calin Crisan ccrisan |
Fixed libcdio and libcddb autoconf detection
|
Sat, 11 Aug 2007 20:10:10 +0900 |
Yoshiki Yazawa |
tuple API update.
|
Sat, 11 Aug 2007 12:21:30 +0200 |
Giacomo Lozito |
use tuple_free(x) in place of mowgli_object_unref(x)
|
Sat, 11 Aug 2007 12:10:33 +0200 |
Tomasz Mon |
GTK_STOCK_SAVE can't be default, so don't use gtk_widget_grab_default() on it
|
Sat, 11 Aug 2007 14:29:58 +0900 |
Yoshiki Yazawa |
fix compile errors if DEBUG is defined.
|
Sat, 11 Aug 2007 14:27:41 +0900 |
Yoshiki Yazawa |
playlist entry doesn't have "track-name".
|
Sat, 11 Aug 2007 02:50:12 +0200 |
Giacomo Lozito |
do not assume that mtp_cleanup is only called after mtp_init (it's not true for general plugins); also, destroy the menuitem as it seems that it still holds a reference after being removed from its menushell
|
Fri, 10 Aug 2007 19:36:01 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 10 Aug 2007 19:35:53 -0500 |
William Pitcock |
hook up ${codec} and ${quality}
|
Sat, 11 Aug 2007 02:43:18 +0300 |
Cristi Magherusan |
remove the item from the menu when the plugin is disabled
|
Sat, 11 Aug 2007 02:22:54 +0300 |
Cristi Magherusan |
fixed linking
|
Sat, 11 Aug 2007 01:52:28 +0300 |
Cristi Magherusan |
MTP upload plugin
|
Fri, 10 Aug 2007 23:06:50 +0300 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
Fri, 10 Aug 2007 18:17:01 +0300 |
Cristi Magherusan |
merge
|
Fri, 10 Aug 2007 14:23:20 +0300 |
Cristi Magherusan |
merge
|
Fri, 10 Aug 2007 14:23:07 +0300 |
Cristi Magherusan |
nerge
|
Wed, 08 Aug 2007 22:08:39 +0300 |
Cristi Magherusan |
merge
|
Wed, 08 Aug 2007 22:06:42 +0300 |
Cristi Magherusan |
now it compiles
|
Mon, 06 Aug 2007 02:58:04 +0300 |
Cristi Magherusan |
merge
|
Mon, 06 Aug 2007 02:52:19 +0300 |
Cristi Magherusan |
merge
|
Fri, 10 Aug 2007 22:00:07 +0200 |
Giacomo Lozito |
updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
|
Fri, 10 Aug 2007 12:42:07 -0500 |
William Pitcock |
unref tuple resources
|
Fri, 10 Aug 2007 12:35:20 -0500 |
William Pitcock |
we're looking for the name of the codec here, not tag.year(), thanks.
|
Fri, 10 Aug 2007 10:27:13 -0500 |
William Pitcock |
xspf: update to new API
|
Fri, 10 Aug 2007 10:03:10 -0500 |
William Pitcock |
scrobbler: tuple API update
|
Fri, 10 Aug 2007 09:49:37 -0500 |
William Pitcock |
statusicon: new tuple API
|
Fri, 10 Aug 2007 09:47:23 -0500 |
William Pitcock |
filewriter: new tuple API
|
Fri, 10 Aug 2007 09:30:21 -0500 |
William Pitcock |
tta: new tuple API
|
Fri, 10 Aug 2007 09:22:25 -0500 |
William Pitcock |
timidity: new tuple API
|
Fri, 10 Aug 2007 09:19:44 -0500 |
William Pitcock |
mpc: convert, wma: fixes
|
Fri, 10 Aug 2007 09:06:16 -0500 |
William Pitcock |
aac: fixes
|
Fri, 10 Aug 2007 08:57:47 -0500 |
William Pitcock |
wavpack: update to new tuple API, use std::string more.
|
Fri, 10 Aug 2007 08:42:59 -0500 |
William Pitcock |
flacng: new tuple API
|
Fri, 10 Aug 2007 08:19:51 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 10 Aug 2007 08:19:40 -0500 |
William Pitcock |
vorbis: new tuple API
|
Fri, 10 Aug 2007 14:02:18 +0100 |
Tony Vroon |
Branch merge madness.
|
Fri, 10 Aug 2007 14:01:43 +0100 |
Tony Vroon |
Use tuple_new_from_filename in more plugins.
|
Fri, 10 Aug 2007 13:49:59 +0100 |
Tony Vroon |
Start using tuple_new_from_filename.
|
Fri, 10 Aug 2007 07:45:36 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 10 Aug 2007 07:45:29 -0500 |
William Pitcock |
madplug: tuple API changes
|
Fri, 10 Aug 2007 13:16:57 +0100 |
Tony Vroon |
Conversion of AAC to new tuple API, try one.
|
Fri, 10 Aug 2007 12:58:05 +0100 |
Tony Vroon |
Isn't that cute. But it's WRONG.
|
Fri, 10 Aug 2007 12:55:42 +0100 |
Tony Vroon |
New tuple API conversion for WMA, first try.
|
Fri, 10 Aug 2007 06:52:55 -0500 |
William Pitcock |
vtx: new tuple API
|
Fri, 10 Aug 2007 06:38:58 -0500 |
William Pitcock |
alac: new tuple API
|
Fri, 10 Aug 2007 06:32:51 -0500 |
William Pitcock |
update to new API
|
Fri, 10 Aug 2007 06:23:53 -0500 |
William Pitcock |
really this time
|
Fri, 10 Aug 2007 06:23:10 -0500 |
William Pitcock |
wav: update to new tuple API.
|
Fri, 10 Aug 2007 06:15:55 -0500 |
William Pitcock |
sexypsf: update to new tuple API
|
Fri, 10 Aug 2007 06:05:54 -0500 |
William Pitcock |
console: update to new tuple API
|
Fri, 10 Aug 2007 03:38:19 -0500 |
William Pitcock |
Fix hang problem on EOF.
|
Wed, 08 Aug 2007 20:25:13 +0200 |
Giacomo Lozito |
amidiplug: cannot warn user with a UI message anymore if something in playback fails, cause the play func is in a different thread
|
Wed, 08 Aug 2007 08:16:10 -0500 |
William Pitcock |
Added tag audacious-plugins-1.4.0-dr2 for changeset 5f892afeb8e1
|
Mon, 06 Aug 2007 14:01:24 +0200 |
Giacomo Lozito |
- amidi-plug 0.8 beta1; support for gthread and v3 plugin system; needs testing and refinements
audacious-plugins-1.4.0-dr2
|
Mon, 06 Aug 2007 03:20:01 +0200 |
Christian Birchinger |
Fix tuple report. (null)/filename.wav wasn't so great.
|
Mon, 06 Aug 2007 01:37:26 +0100 |
Tony Vroon |
playlist_get_songtime wanted a tuple, but was afraid to ask
|
Mon, 06 Aug 2007 01:36:42 +0200 |
Christian Birchinger |
Switched to new threading model
|
Mon, 06 Aug 2007 00:58:12 +0200 |
Christian Birchinger |
Switched to new threading model
|
Sun, 05 Aug 2007 19:50:25 +0200 |
Christian Birchinger |
Switched to new threading model, the core doesn't accept tone:// URLs though.
|
Sun, 05 Aug 2007 00:27:51 +0300 |
Cristi Magherusan |
merge
|
Sun, 05 Aug 2007 00:26:21 +0300 |
Cristi Magherusan |
DAAP plugin (work in progress)
|
Sat, 04 Aug 2007 22:27:08 +0200 |
Christian Birchinger |
Oopps removed the a NULL by accident
|
Sat, 04 Aug 2007 22:07:08 +0200 |
Christian Birchinger |
Use configured core sample rate frequency if available.
|
Sat, 04 Aug 2007 21:37:11 +0200 |
Christian Birchinger |
Switched to new threading model
|
Sat, 04 Aug 2007 18:51:04 +0200 |
Ralf Ertzinger |
- Branch merge
|
Sat, 04 Aug 2007 18:50:33 +0200 |
Ralf Ertzinger |
- Fix locking macros
|
Sat, 04 Aug 2007 16:30:43 +0200 |
Ralf Ertzinger |
- Introduce a mutex for test_info and lock appropriately
|
Sat, 04 Aug 2007 15:48:58 +0900 |
Yoshiki Yazawa |
make use of SIMPLE_INPUT_PLUGIN() as an example.
|
Fri, 03 Aug 2007 22:13:41 -0500 |
William Pitcock |
Unbreak WMA I/O.
|
Fri, 03 Aug 2007 22:09:40 -0500 |
William Pitcock |
pls: Write filename paths to disk, not URIs. Convert filename paths in PLS files to valid URIs.
|
Sat, 04 Aug 2007 03:53:11 +0200 |
Christian Birchinger |
Ported to new threading model
|
Fri, 03 Aug 2007 20:39:05 +0200 |
Ralf Ertzinger |
We do not need a playloop mutex any more
|
Fri, 03 Aug 2007 07:21:36 +0300 |
Cristi Magherusan |
added Discovery plugin type
|
Sat, 28 Jul 2007 14:45:30 +0300 |
Cristi Magherusan |
fixed crashes
|
Sat, 28 Jul 2007 01:30:34 +0300 |
Cristi Magherusan |
merge
|
Sat, 28 Jul 2007 01:26:17 +0300 |
Cristi Magherusan |
added an experimental GUI for Last.fm radio
|
Fri, 27 Jul 2007 16:20:15 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 27 Jul 2007 16:20:08 -0500 |
William Pitcock |
Fix WMA playback.
|
Sat, 28 Jul 2007 00:08:41 +0300 |
Calin Crisan ccrisan |
Fixed surprise eject segfault
|
Fri, 27 Jul 2007 23:03:20 +0300 |
Calin Crisan ccrisan |
Changed the cdda bitrate to 1411kbit/s in respect to the Red Book specifications
|
Fri, 27 Jul 2007 21:59:26 +0300 |
Calin Crisan ccrisan |
Fixed the play/stop indication; added a temporary workaround for including the last 3 seconds in playback
|
Fri, 27 Jul 2007 18:56:43 +0900 |
Yoshiki Yazawa |
update SFMT files to version 1.3. please let me know if it break on altivec box.
|
Fri, 27 Jul 2007 04:53:35 +0200 |
Christian Birchinger |
Check all known places for "sndstat" info.
|
Fri, 27 Jul 2007 04:01:50 +0200 |
Christian Birchinger |
Don't use VFS on such low level system stuff.
|
Fri, 27 Jul 2007 03:55:35 +0200 |
Christian Birchinger |
Give vfs_fopen() an URI.
|
Fri, 27 Jul 2007 00:02:44 +0200 |
Stany HENRY |
More and more translatable strings... ;-)
|
Thu, 26 Jul 2007 21:54:07 +0200 |
Christian Birchinger |
Removed g_thread_exit leftover.
|
Thu, 26 Jul 2007 21:07:10 +0200 |
Christian Birchinger |
Fixed various bugs i the wav (not wav-sndfile) plugin:
|
Thu, 26 Jul 2007 15:11:44 +0300 |
Calin Crisan ccrisan |
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
|
Thu, 26 Jul 2007 15:11:08 +0300 |
Calin Crisan ccrisan |
Some changes to the about box
|
Thu, 26 Jul 2007 15:06:20 +0300 |
Calin Crisan ccrisan |
Added an information box to cdaudio-ng
|
Thu, 26 Jul 2007 19:30:53 +0900 |
Yoshiki Yazawa |
- introduce target_time and simplify the flow of the watchdog thread. TRANSITION_GUARD_TIME is no longer needed.
|
Thu, 26 Jul 2007 10:33:07 +0100 |
Tony Vroon |
Obliterate old-style CD-Audio and make cdaudio-ng default to on.
|
Thu, 26 Jul 2007 12:13:04 +0300 |
Calin Crisan ccrisan |
Finally removed the old cdaudio plugin
|
Wed, 25 Jul 2007 16:48:53 -0500 |
William Pitcock |
Use InputPlayback.playing properly.
|
Wed, 25 Jul 2007 16:40:29 -0500 |
William Pitcock |
Division by 1000 is not necessary.
|
Wed, 25 Jul 2007 16:34:16 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Wed, 25 Jul 2007 16:34:07 -0500 |
William Pitcock |
vorbis: Use nominal bitrate instead of updating every time the bitrate changes. That behaviour is just braindead.
|
Wed, 25 Jul 2007 23:21:07 +0200 |
Stany HENRY |
Internationalization... (The first step of the "i18n" project could be ready for Audacious 1.4 release)
|
Wed, 25 Jul 2007 16:06:23 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Wed, 25 Jul 2007 16:06:17 -0500 |
William Pitcock |
wav-sndfile, wav: convert to new threading model
|
Wed, 25 Jul 2007 23:17:57 +0900 |
Yoshiki Yazawa |
- adapt tta for new threading model.
|
Wed, 25 Jul 2007 22:52:22 +0900 |
Yoshiki Yazawa |
- reduce guard time in initiating play to avoid stuttering start.
|
Wed, 25 Jul 2007 19:10:16 +0900 |
Yoshiki Yazawa |
make sure thread pointer to be NULL if corresponding thread doesn't exist.
|
Wed, 25 Jul 2007 18:53:09 +0900 |
Yoshiki Yazawa |
first attempt to adapt cuesheet to the new threading model.
|
Tue, 24 Jul 2007 22:02:17 +0200 |
mf0102 |
- Corrected some bugs
|
Tue, 24 Jul 2007 21:50:17 +0200 |
mf0102 |
- Fixed a bug that would crash Audacious when reloading plugins
|
Tue, 24 Jul 2007 16:22:41 +0300 |
Cristi Magherusan |
mowgli-fied the data that will be used by the GUI
|
Tue, 24 Jul 2007 03:34:09 +0300 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
Tue, 24 Jul 2007 03:33:13 +0300 |
Cristi Magherusan |
threadified the adjust and first metadata fetch, so now it should open a lot faster
|
Mon, 23 Jul 2007 19:20:21 -0500 |
William Pitcock |
musepack: new threading model
|
Mon, 23 Jul 2007 19:19:29 -0500 |
William Pitcock |
metronom: new threading model
|
Mon, 23 Jul 2007 17:55:01 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 23 Jul 2007 17:54:54 -0500 |
William Pitcock |
wavpack: new threading model
|
Mon, 23 Jul 2007 17:53:45 -0500 |
William Pitcock |
sexypsf: new threading model
|
Mon, 23 Jul 2007 17:52:11 -0500 |
William Pitcock |
vorbis: new threading model
|
Mon, 23 Jul 2007 17:49:40 -0500 |
William Pitcock |
modplug: new threading model
|
Tue, 24 Jul 2007 01:46:09 +0300 |
Calin Crisan ccrisan |
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
|
Tue, 24 Jul 2007 01:42:58 +0300 |
Calin Crisan ccrisan |
Converted to new threading model
|
Mon, 23 Jul 2007 17:44:21 -0500 |
William Pitcock |
console: new threading model
|
Mon, 23 Jul 2007 17:43:21 -0500 |
William Pitcock |
alac: new threading model
|
Mon, 23 Jul 2007 17:40:16 -0500 |
William Pitcock |
I'm an idiot.
|
Mon, 23 Jul 2007 17:38:15 -0500 |
William Pitcock |
aac: Convert to new threading model.
|
Mon, 23 Jul 2007 17:27:44 -0500 |
William Pitcock |
Kill g_thread_exit() this is now handled by monitor thread.
|
Mon, 23 Jul 2007 17:20:50 -0500 |
William Pitcock |
flacng: Update plugin for new threading model.
|
Mon, 23 Jul 2007 17:19:31 -0500 |
William Pitcock |
madplug: Update plugin for new threading model.
|
Tue, 24 Jul 2007 00:48:58 +0300 |
Calin Crisan ccrisan |
Titles are now built using tuples, with the preferred format
|
Mon, 23 Jul 2007 21:59:13 +0300 |
Calin Crisan ccrisan |
Setting a sane default configuration for the plugin
|
Mon, 23 Jul 2007 21:43:17 +0300 |
Calin Crisan ccrisan |
Set DAE the default and non-optional play method; Configuring the plugin no longer stops the playback;
|
Mon, 23 Jul 2007 01:01:18 +0300 |
Calin Crisan ccrisan |
Added libcddb autoconf dependency
|
Sun, 22 Jul 2007 20:42:28 +0000 |
Alex Maclean |
Bail out if libcdio isn't found.
|
Sun, 22 Jul 2007 17:36:12 +0300 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
Sun, 22 Jul 2007 17:34:21 +0300 |
Cristi Magherusan |
fixed some issues, hopefully it won't crash that much anymore
|
Sat, 21 Jul 2007 22:37:11 +0300 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
Sat, 21 Jul 2007 20:51:09 +0300 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
Sat, 21 Jul 2007 12:46:58 +0300 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
Sat, 21 Jul 2007 01:52:04 +0300 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
Sat, 21 Jul 2007 01:51:10 +0300 |
Cristi Magherusan |
renamed the oss4 plugin file
|
Sun, 22 Jul 2007 22:21:28 +0900 |
Yoshiki Yazawa |
- reduce the number of file open in loading.
|
Sun, 22 Jul 2007 04:28:20 +0900 |
Yoshiki Yazawa |
- make probing for tuple completely reuse fd.
|
Sat, 21 Jul 2007 12:20:08 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sat, 21 Jul 2007 12:20:00 -0500 |
William Pitcock |
madplug: Fix ID3v1 tuple building.
|
Sat, 21 Jul 2007 17:55:46 +0200 |
Stany HENRY |
Several "i18n" improvements.
|
Sat, 21 Jul 2007 10:26:23 -0500 |
William Pitcock |
Fix streaming.
|
Sat, 21 Jul 2007 10:24:22 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Sat, 21 Jul 2007 10:24:13 -0500 |
William Pitcock |
Fix CFLAGS detection for 1.1.2 stuff.
|
Sat, 21 Jul 2007 07:46:47 +0200 |
Stany HENRY |
Thank you for your help, Giacomo. ;-)
|
Fri, 20 Jul 2007 23:37:53 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 20 Jul 2007 23:37:48 -0500 |
William Pitcock |
From: Eduard Bloch <edi@gmx.de>
|
Sat, 21 Jul 2007 04:57:53 +0200 |
Stany HENRY |
I will be ready for Audacious 2...
|
Sat, 21 Jul 2007 04:05:35 +0200 |
Giacomo Lozito |
updated info boxes to make them translatable
|
Fri, 20 Jul 2007 20:33:46 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Fri, 20 Jul 2007 20:33:38 -0500 |
William Pitcock |
madplug: Support probe for tuple instruction.
|
Sat, 21 Jul 2007 04:15:34 +0300 |
Calin Crisan ccrisan |
Continuous playing in DAE mode works again
|
Sat, 21 Jul 2007 03:48:57 +0300 |
Calin Crisan ccrisan |
Ejecting the cd while playing no longer crashes the player.
|
Fri, 20 Jul 2007 14:43:09 -0500 |
William Pitcock |
Added tag audacious-plugins-1.4.0-dr1 for changeset 76c778a3a5fe
|
Fri, 20 Jul 2007 14:21:04 -0500 |
William Pitcock |
Remove old broken FLAC plugin. Use FLACng!
audacious-plugins-1.4.0-dr1
|
Fri, 20 Jul 2007 14:20:45 -0500 |
William Pitcock |
Remove autoconf wrangling for old libFLAC.
|
Fri, 20 Jul 2007 14:19:57 -0500 |
William Pitcock |
Autoconf flac-config wrangling magic for FLAC 1.1.2.
|
Fri, 20 Jul 2007 10:30:51 -0500 |
William Pitcock |
Added tag audacious-plugins-1.4.0-DR1 for changeset fbeb9446aa2e
|
Fri, 20 Jul 2007 10:30:28 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
audacious-plugins-1.4.0-DR1
|
Fri, 20 Jul 2007 10:30:22 -0500 |
William Pitcock |
Re-add rpath for madplug for now.
|
Fri, 20 Jul 2007 10:29:54 -0500 |
William Pitcock |
Add SHNplug.
|
Fri, 20 Jul 2007 05:39:56 +0200 |
Stany HENRY |
As usual, "i18n" modifications.
|
Fri, 20 Jul 2007 03:29:42 +0300 |
zither |
Added configure options for cddb
|
Thu, 19 Jul 2007 23:43:00 +0200 |
Stany HENRY |
Guess... Yes, "i18n" stuff.
|
Thu, 19 Jul 2007 20:59:31 +0100 |
Tony Vroon |
AdPlug database loading fix by Christian "Joker" Birchinger.
|
Thu, 19 Jul 2007 12:56:04 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Thu, 19 Jul 2007 12:55:56 -0500 |
William Pitcock |
Check to make sure thread isn't free'd().
|
Thu, 19 Jul 2007 15:25:19 +0200 |
Stany HENRY |
The "i18n" saga is still going on...
|
Thu, 19 Jul 2007 12:54:26 +0900 |
Yoshiki Yazawa |
branch merge.
|
Thu, 19 Jul 2007 12:52:08 +0900 |
Yoshiki Yazawa |
more adaptation for file:// scheme.
|
Thu, 19 Jul 2007 03:16:44 +0200 |
Stany HENRY |
"Don't touch debug stuff !" commit. ;-)
|
Thu, 19 Jul 2007 00:51:28 +0000 |
Alex Maclean |
Fix projectm linking.
|
Thu, 19 Jul 2007 00:50:01 +0000 |
Alex Maclean |
Automated merge with ssh://monkeh@hg.atheme-project.org//hg/audacious-plugins
|
Fri, 13 Jul 2007 02:00:46 +0000 |
Alex Maclean |
Backing out d8c1706faac4, segfaults.
|
Thu, 19 Jul 2007 01:15:59 +0200 |
Stany HENRY |
"amidi-plug" : "i18n project" (part 2)
|
Thu, 19 Jul 2007 00:36:28 +0200 |
Stany HENRY |
"amidi-plug" : "i18n project" (part 1)
|
Wed, 18 Jul 2007 23:04:11 +0200 |
Stany HENRY |
"Scrobbler" plugin and the wrath of "i18n project"... ;-)
|
Wed, 18 Jul 2007 22:32:55 +0200 |
Stany HENRY |
All strings are now translatable.
|
Wed, 18 Jul 2007 22:08:38 +0200 |
Stany HENRY |
"Audiocompress" is now translatable.
|
Wed, 18 Jul 2007 21:53:43 +0200 |
Stany HENRY |
"Ad-plug" is now translatable.
|
Wed, 18 Jul 2007 21:20:30 +0200 |
Stany HENRY |
All strings are now translatable.
|
Wed, 18 Jul 2007 20:38:40 +0200 |
Stany HENRY |
"About" window is now translatable.
|
Tue, 17 Jul 2007 13:15:16 +0900 |
Yoshiki Yazawa |
more adaptation for file:// scheme.
|
Tue, 17 Jul 2007 03:12:32 +0300 |
zither |
Added cddb support
|
Mon, 16 Jul 2007 13:17:12 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 16 Jul 2007 13:16:56 -0500 |
William Pitcock |
Make changes to replaygain settings enable the save button. Closes debian #421322.
|
Tue, 17 Jul 2007 01:14:36 +0900 |
Yoshiki Yazawa |
unescape url encoded filename where real filename is needed.
|
Mon, 16 Jul 2007 23:47:42 +0900 |
Yoshiki Yazawa |
adapt xspf for file:// scheme.
|
Mon, 16 Jul 2007 16:16:41 +0900 |
Yoshiki Yazawa |
file_name and file_path in a tuple should be unescaped.
|
Mon, 16 Jul 2007 00:24:09 +0200 |
Giacomo Lozito |
further improvements for amidi-plug with URIs
|
Sun, 15 Jul 2007 23:41:06 +0200 |
Giacomo Lozito |
updated amidi-plug to handle URIs in fileinfo and all-over in code
|
Mon, 16 Jul 2007 00:39:17 +0900 |
Yoshiki Yazawa |
- eliminate gdk_threads_*() based on giacomo's suggestion.
|
Sun, 15 Jul 2007 15:00:46 +0200 |
Ralf Ertzinger |
branch merge
|
Sun, 15 Jul 2007 15:00:10 +0200 |
Ralf Ertzinger |
- stop read_metadata from stomping on the wrong file descriptors
|
Sun, 15 Jul 2007 19:50:15 +0900 |
Yoshiki Yazawa |
disable unescape local file for now.
|
Sun, 15 Jul 2007 19:22:12 +0900 |
Yoshiki Yazawa |
make tta decode easy to be interrupted.
|
Sun, 15 Jul 2007 19:06:04 +0900 |
Yoshiki Yazawa |
- adapt filewriter for file:// scheme.
|
Sun, 15 Jul 2007 00:53:16 +0900 |
Yoshiki Yazawa |
make playlist_save_m3u() accept uri as a destination file. pointed out by Crazy_Hopper.
|
Sun, 15 Jul 2007 00:19:10 +0900 |
Yoshiki Yazawa |
add gdk_threads_*() guard around playlist_set_position() so that playlist advance work again. thanks to giacomo!
|
Sat, 14 Jul 2007 16:03:57 +0900 |
Yoshiki Yazawa |
clean up r1265 as Crazy_Hopper suggests.
|
Sat, 14 Jul 2007 15:30:36 +0900 |
Yoshiki Yazawa |
add workaround for that vfs_fopen doesn't accept filename.
|
Fri, 13 Jul 2007 21:31:17 +0200 |
Giacomo Lozito |
a bunch of paranoid checks for the return value of g_filename_from_uri
|
Fri, 13 Jul 2007 20:55:42 +0200 |
Giacomo Lozito |
wav-sndfile: in is_our_file, ensure that filename is not NULL before passing it to sf_open
|
Fri, 13 Jul 2007 12:21:37 -0500 |
William Pitcock |
The problem of not loading curl on Mach-based systems has been solved. MacOS's dyld gets confused when plugins refer to other code of the same name. Rename plugin binaries accordingly.
|
Fri, 13 Jul 2007 10:32:32 -0500 |
William Pitcock |
branch merge
|
Fri, 13 Jul 2007 08:04:43 -0500 |
William Pitcock |
MacOS target: Build modules with -fno-common.
|
Fri, 13 Jul 2007 16:34:54 +0200 |
Ralf Ertzinger |
- Fix endless looping on certain unparseable streams
|
Fri, 13 Jul 2007 14:36:28 +0200 |
Ralf Ertzinger |
- Fixes for flac_is_our_fd
|
Fri, 13 Jul 2007 13:28:18 +0200 |
Ralf Ertzinger |
- Fixes for flac_is_our_fd
|
Fri, 13 Jul 2007 13:13:00 +0200 |
Ralf Ertzinger |
branch merge
|
Thu, 12 Jul 2007 22:34:44 +0200 |
Ralf Ertzinger |
- Add flac_is_our_fd()
|
Fri, 13 Jul 2007 04:59:36 -0500 |
William Pitcock |
branch merge
|
Fri, 13 Jul 2007 04:50:42 -0500 |
William Pitcock |
Support MacOS target.
|
Fri, 13 Jul 2007 04:17:37 -0500 |
William Pitcock |
Fix m3u loading for real.
|
Fri, 13 Jul 2007 03:01:57 +0100 |
Tony Vroon |
Revert d8c1706faac4. Segfaults are bad, hmmkay?
|
Fri, 13 Jul 2007 01:25:58 +0000 |
Alex Maclean |
Supposedly fix m3u loading, waiting on core patch. Untested, moan at Crazy_Hopper if broken.
|
Fri, 13 Jul 2007 00:20:37 +0000 |
Alex Maclean |
Supposedly fix timidity config file URI. Untested. Yell at Crazy_Hopper, not me.
|
Thu, 12 Jul 2007 19:58:09 +0200 |
Ralf Ertzinger |
- Fix end-of-stream detection for 1.1.2
|
Thu, 12 Jul 2007 19:36:09 +0200 |
Ralf Ertzinger |
Branch merge
|
Thu, 12 Jul 2007 19:30:31 +0200 |
sun |
- Add FLAC 1.1.2 compatibility
|
Thu, 12 Jul 2007 19:42:32 +0300 |
Cristi Magherusan |
stripped down the config dialog, added an option for the save dmix volume
|
Thu, 12 Jul 2007 18:21:23 +0300 |
Cristi Magherusan |
now it saves VMIX volume between sessions
|
Thu, 12 Jul 2007 17:51:36 +0300 |
Cristi Magherusan |
made OSS report latest set volume when not having opened a vmix device;
|
Thu, 12 Jul 2007 14:59:38 +0900 |
Yoshiki Yazawa |
adapt wav-sndfile for file:// scheme.
|
Thu, 12 Jul 2007 02:08:10 +0300 |
Cristi Magherusan |
merge again
|
Thu, 12 Jul 2007 02:07:09 +0300 |
Cristi Magherusan |
merge
|
Thu, 12 Jul 2007 02:04:43 +0300 |
Cristi Magherusan |
fixed crashes when opening multiple tracks, optimized metadata thread
|
Thu, 12 Jul 2007 01:04:05 +0200 |
Giacomo Lozito |
aosd: added triggers for pause and unpause event
|
Thu, 12 Jul 2007 04:36:03 +0900 |
Yoshiki Yazawa |
- quick fix for link breakage to libaudid3tag.so when --prefix is specified.
|
Wed, 11 Jul 2007 07:55:13 -0500 |
nenolod |
More MacOS fixes.
|
Wed, 11 Jul 2007 05:49:16 -0500 |
nenolod |
tta: MacOS target fixes.
|
Wed, 11 Jul 2007 05:39:07 -0500 |
nenolod |
Fix typo.
|
Wed, 11 Jul 2007 05:36:57 -0500 |
nenolod |
Make DBus support optional.
|
Wed, 11 Jul 2007 04:35:57 +0300 |
Cristi Magherusan |
merge again
|
Wed, 11 Jul 2007 04:30:31 +0300 |
Cristi Magherusan |
improved the metadata algorithm, but couldnt get rid of the crashes yet
|
Wed, 11 Jul 2007 00:48:20 +0100 |
Tony Vroon |
Updates to the AAC reduced open patch by Christian "Joker" Birchinger.
|
Tue, 10 Jul 2007 23:04:17 +0100 |
Tony Vroon |
An experimental attempt to reduce the number of stream opens for AAC, by Christian @Joker" Birchinger. Tell him if it breaks.
|
Tue, 10 Jul 2007 14:21:15 +0900 |
Yoshiki Yazawa |
file->handle should be cleared on close, otherwise it can lead to double free.
|
Mon, 09 Jul 2007 08:09:21 -0500 |
William Pitcock |
Don't shadow system calls.
|
Mon, 09 Jul 2007 05:30:14 -0500 |
William Pitcock |
Add support for mimetypes.
|
Mon, 09 Jul 2007 05:06:47 -0500 |
William Pitcock |
Add MIME support.
|
Mon, 09 Jul 2007 05:03:05 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
Mon, 09 Jul 2007 05:02:56 -0500 |
William Pitcock |
Add mimetype integration.
|
Mon, 09 Jul 2007 17:54:57 +0900 |
Yoshiki Yazawa |
make fileinfo work again.
|
Sun, 08 Jul 2007 22:42:16 -0500 |
William Pitcock |
Prefix the station name with last.fm to denote that it's coming from last.fm.
|
Sun, 08 Jul 2007 22:40:38 -0500 |
William Pitcock |
Remove metadata debugging notices.
|
Sun, 08 Jul 2007 22:39:59 -0500 |
William Pitcock |
Fix more crashes and metadata.
|
Sun, 08 Jul 2007 22:25:12 -0500 |
William Pitcock |
Make things not crash.
|
Mon, 09 Jul 2007 05:01:16 +0300 |
Cristi Magherusan |
rendered the lastfm transport plugin stable again, preparing it for its GUI
|
Sun, 08 Jul 2007 22:26:25 +0300 |
Cristi Magherusan |
ignore the VMIX balance setting until it gets fixed by the OSS4 devs
|
Sat, 07 Jul 2007 05:43:49 +0300 |
Cristi Magherusan |
disabled OSS4 by default
|
Sat, 07 Jul 2007 05:02:14 +0300 |
Cristi Magherusan |
damn, I forgot to 'hg add' the sources
|
Sat, 07 Jul 2007 04:54:06 +0300 |
Cristi Magherusan |
OSS4 VMIX-enabled fork of the OSS3 output plugin (just bypasses the mixer
|
Fri, 06 Jul 2007 17:37:21 +0200 |
Giacomo Lozito |
Added title changes event for songchange plugin
trunk
|
Thu, 05 Jul 2007 01:48:27 -0500 |
William Pitcock |
Remove workarounds for non-VFS compliant plugins. URIs are now mandatory.
trunk
|
Thu, 05 Jul 2007 01:01:45 -0500 |
William Pitcock |
Remove references to default_const hack.
trunk
|
Thu, 05 Jul 2007 00:58:09 -0500 |
William Pitcock |
Remove fallback non-URI support hack for 1.3, it should not be in 1.4.
trunk
|
Wed, 04 Jul 2007 23:27:27 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
trunk
|
Wed, 04 Jul 2007 23:25:02 -0500 |
William Pitcock |
Use Audacious as player identifier instead of XMMS.
trunk
|
Wed, 04 Jul 2007 23:23:58 -0500 |
William Pitcock |
Use playlist_get_songtitle() instead of playlist_get_title().
trunk
|
Wed, 04 Jul 2007 10:43:33 +0200 |
mf0102 |
Fine-tune fadeout
|
Tue, 03 Jul 2007 12:15:45 +0200 |
mf0102 |
Fixed bug (no fadeout was applied at the end of a file)
|
Mon, 02 Jul 2007 23:02:43 +0200 |
michi |
Fixed hangs when outputting to FileWriter and improved readability in
|
Mon, 02 Jul 2007 15:55:58 +0200 |
michi |
Oops, forgot to remove something ...
|
Mon, 02 Jul 2007 15:53:49 +0200 |
michi |
First cleanups
|
Sun, 01 Jul 2007 18:11:44 +0300 |
Cristi Magherusan |
mowgli transition, and some fixes
|
Sun, 01 Jul 2007 07:01:48 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
trunk
|
Sun, 01 Jul 2007 07:01:39 -0500 |
William Pitcock |
Fix division by 32767, should be 32768.
trunk
|
Sun, 01 Jul 2007 02:30:41 +0200 |
Jonathan Schleifer |
Add #ifdef FILEWRITER_MP3 to filewriter/mp3.c
trunk
|
Sat, 23 Jun 2007 23:35:05 -0500 |
William Pitcock |
Licensing tweaks on plugins distribution. Plugin-specific licensing remains
trunk
|
Thu, 21 Jun 2007 17:55:58 +0300 |
calin crisan |
Branch merge
trunk
|
Thu, 21 Jun 2007 17:42:48 +0300 |
calin crisan |
Added drive speed limit
trunk
|
Thu, 21 Jun 2007 17:34:24 +0300 |
calin crisan |
Added enable/disable debug option
trunk
|
Thu, 21 Jun 2007 21:00:35 +0900 |
Yoshiki Yazawa |
fix for crash when the file pointed in a cuesheet does not exist. closes #978.
trunk
|
Thu, 21 Jun 2007 11:37:29 +0100 |
Tony Vroon |
Sync with upstream: revision 1.8, Sun Jun 17 20:05:40 2007 UTC
trunk
|
Thu, 21 Jun 2007 17:33:00 +0900 |
Yoshiki Yazawa |
more warning elimination.
trunk
|
Wed, 20 Jun 2007 22:27:48 +0300 |
zither |
Added cdaudio-ng.h; added a configure dialog
trunk
|
Mon, 18 Jun 2007 21:53:26 +0900 |
Yoshiki Yazawa |
- fix the bug that aac plugin had failed to get proper playtime length on AMD64.
trunk
|
Mon, 18 Jun 2007 15:15:32 +0900 |
Yoshiki Yazawa |
suppress warnings on AMD64.
trunk
|
Sat, 16 Jun 2007 17:06:39 +0900 |
Yoshiki Yazawa |
exclude unused variables to suppress warning.
trunk
|
Sat, 16 Jun 2007 16:59:53 +0900 |
Yoshiki Yazawa |
suppress warnings.
trunk
|
Thu, 14 Jun 2007 23:21:43 -0500 |
William Pitcock |
Possibly fix bug #850. Patch from P2E.
trunk
|
Thu, 14 Jun 2007 22:21:06 -0500 |
William Pitcock |
Note transition to mercurial, and give instructions about it.
trunk
|
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
|
Sat, 26 May 2007 08:49:57 -0700 |
mf0102 |
[svn] - Fix a little spelling error (It's not TiMiDIty just like it's not
trunk
|
Fri, 25 May 2007 02:50:20 -0700 |
giacomo |
[svn] - amidi-plug: small changes
trunk
|
Fri, 25 May 2007 02:47:52 -0700 |
giacomo |
[svn] - alarm: converted to v2 plugin system
trunk
|
Fri, 25 May 2007 02:45:58 -0700 |
giacomo |
[svn] - songchange: converted to v2 plugin system
trunk
|
Fri, 25 May 2007 02:43:45 -0700 |
giacomo |
[svn] - lirc: converted to v2 plugin system
trunk
|
Fri, 25 May 2007 02:41:52 -0700 |
giacomo |
[svn] - evdev-plug: converted to v2 plugin system
trunk
|
Fri, 25 May 2007 02:39:48 -0700 |
giacomo |
[svn] - statusicon: converted to v2 plugin system
trunk
|
Fri, 25 May 2007 02:37:51 -0700 |
giacomo |
[svn] - aosd: remove unused input.h inclusion
trunk
|
Fri, 25 May 2007 02:35:33 -0700 |
giacomo |
[svn] - aosd: converted to v2 plugin system
trunk
|
Fri, 25 May 2007 02:15:17 -0700 |
giacomo |
[svn] - filewriter: stop pretending to be a input plugin
trunk
|
Fri, 25 May 2007 02:07:04 -0700 |
giacomo |
[svn] - amidi-plug: remove g_free(description) in cleanup function to avoid crash on quit
trunk
|
Fri, 25 May 2007 01:55:15 -0700 |
yaz |
[svn] - remove g_free(description) in cleanup functions to avoid crash on quit.
trunk
|
Fri, 25 May 2007 00:42:15 -0700 |
yaz |
[svn] - build fix.
trunk
|
Thu, 24 May 2007 23:50:52 -0700 |
nenolod |
[svn] - voice_removal: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:47:20 -0700 |
nenolod |
[svn] - stereo: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:46:18 -0700 |
nenolod |
[svn] - ladspa: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:44:53 -0700 |
nenolod |
[svn] - echo: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:43:44 -0700 |
nenolod |
[svn] - audiocompress: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:41:51 -0700 |
nenolod |
[svn] - arts: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:40:51 -0700 |
nenolod |
[svn] - coreaudio: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:39:32 -0700 |
nenolod |
[svn] - jack: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:37:12 -0700 |
nenolod |
[svn] - pulse: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:35:49 -0700 |
nenolod |
[svn] - null: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:34:49 -0700 |
nenolod |
[svn] - sun: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:33:06 -0700 |
nenolod |
[svn] - cdaudio-ng (aka Zither's CD Audio Plugin): convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:30:47 -0700 |
nenolod |
[svn] - amidi-plug: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:25:59 -0700 |
nenolod |
[svn] - adplug: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:24:14 -0700 |
nenolod |
[svn] - timidity: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:22:37 -0700 |
nenolod |
[svn] - sid: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:21:29 -0700 |
nenolod |
[svn] - remove dead declarations
trunk
|
Thu, 24 May 2007 23:19:48 -0700 |
nenolod |
[svn] - flacng: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:18:05 -0700 |
nenolod |
[svn] - cdaudio: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:16:36 -0700 |
nenolod |
[svn] - sexypsf: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:14:57 -0700 |
nenolod |
[svn] - metronom: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:13:01 -0700 |
nenolod |
[svn] - cue: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:10:18 -0700 |
nenolod |
[svn] - tta: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:09:03 -0700 |
nenolod |
[svn] - vtx: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:07:22 -0700 |
nenolod |
[svn] - tonegen: convert to plugin API v2
trunk
|
Thu, 24 May 2007 23:06:58 -0700 |
nenolod |
[svn] - alsa: commit to plugin API v2
trunk
|
Thu, 24 May 2007 20:30:08 -0700 |
deitarion |
[svn] Switch pkg-config for cdaudio-ng from libcdio to libcdio_cdda (At the request of Crazy_Hopper)
trunk
|
Thu, 24 May 2007 20:06:47 -0700 |
deitarion |
[svn] Fixed a typo in the cdaudio-ng portion of configure.ac as discovered by Crazy_Hopper.
trunk
|
Thu, 24 May 2007 16:34:36 -0700 |
nenolod |
[svn] - modplug: transition to plugin API v2
trunk
|
Thu, 24 May 2007 16:32:36 -0700 |
nenolod |
[svn] - wavpack: transition to plugin API v2
trunk
|
Thu, 24 May 2007 16:30:56 -0700 |
nenolod |
[svn] - musepack: transition to plugin API v2
trunk
|
Thu, 24 May 2007 16:14:36 -0700 |
nenolod |
[svn] - vorbis: transition to plugin API v2
trunk
|
Thu, 24 May 2007 16:12:47 -0700 |
nenolod |
[svn] - esd: transition to plugin API v2
trunk
|
Thu, 24 May 2007 16:07:16 -0700 |
nenolod |
[svn] - filewriter: transition to plugin API v2
trunk
|
Thu, 24 May 2007 15:53:40 -0700 |
nenolod |
[svn] - conversion to yaz's style was not needed, just API v2 ;p
trunk
|
Thu, 24 May 2007 15:46:25 -0700 |
chainsaw |
[svn] Port to plugin API v2.
trunk
|
Thu, 24 May 2007 15:21:11 -0700 |
chainsaw |
[svn] Port to plugin API v2.
trunk
|
Thu, 24 May 2007 14:54:58 -0700 |
chainsaw |
[svn] Port to plugin API v2.
trunk
|
Thu, 24 May 2007 12:24:11 -0700 |
nenolod |
[svn] - update sndstretch to plugin API v2
trunk
|
Thu, 24 May 2007 12:22:58 -0700 |
nenolod |
[svn] - update FLAC plugin to plugin API v2
trunk
|
Thu, 24 May 2007 12:19:58 -0700 |
nenolod |
[svn] - update libconsole to plugin API v2
trunk
|
Thu, 24 May 2007 12:16:55 -0700 |
nenolod |
[svn] - update paranormal visualizer to plugin API v2
trunk
|
Thu, 24 May 2007 12:15:22 -0700 |
nenolod |
[svn] - update OSS plugin to plugin API v2
trunk
|
Thu, 24 May 2007 12:12:49 -0700 |
nenolod |
[svn] - convert scrobbler to plugin API v2
trunk
|
Thu, 24 May 2007 12:09:40 -0700 |
nenolod |
[svn] - convert madplug to plugin API v2
trunk
|
Thu, 24 May 2007 12:02:58 -0700 |
nenolod |
[svn] - update wav plugin to plugin API v2
trunk
|
Thu, 24 May 2007 03:35:01 -0700 |
nenolod |
[svn] - port to plugin2 API
trunk
|
Thu, 24 May 2007 02:12:43 -0700 |
nenolod |
[svn] - bump version of plugins and version requirements per plugin api v2
trunk
|
Thu, 24 May 2007 02:11:23 -0700 |
nenolod |
[svn] - remove xmms_session values per plugin api v2
trunk
|
Thu, 24 May 2007 02:07:53 -0700 |
nenolod |
[svn] - remove xmms_session value from GeneralPlugin structs per plugin api v2
trunk
|
Wed, 23 May 2007 22:40:57 -0700 |
yaz |
[svn] - get rid of warnings.
trunk
|
Wed, 23 May 2007 06:08:35 -0700 |
yaz |
[svn] - make build of cdaudio-ng configurable.
trunk
|
Wed, 23 May 2007 03:48:56 -0700 |
yaz |
[svn] - add support for reading id3v2 TXXX replaygain tag. patch by Eugene Zagidullin.
trunk
|
Tue, 22 May 2007 08:26:53 -0700 |
yaz |
[svn] - FILEWRITER_LIBS had been left blank if bash 3.0 was used for configure, since this version doesn't accept '+='.
trunk
|
Tue, 22 May 2007 05:24:09 -0700 |
giacomo |
[svn] - evdev-plug 0.2: do not intercept all event types, currently only pick types KEY and ABSOLUTE; there could be other event types that are worth intercepting, feedback needed about this
trunk
|
Tue, 22 May 2007 02:28:58 -0700 |
giacomo |
[svn] - statusicon: partial rewrite of si_ui_statusicon_cb_hook_tchange , nicer this way
trunk
|
Tue, 22 May 2007 01:56:51 -0700 |
giacomo |
[svn] - statusicon: strenghten checks before last strcmp in si_ui_statusicon_cb_hook_tchange
trunk
|
Mon, 21 May 2007 16:34:55 -0700 |
chainsaw |
[svn] Isn't that cute. But it's WRONG
trunk
|
Mon, 21 May 2007 16:32:42 -0700 |
chainsaw |
[svn] dnl CD-Audio New Generation; you need to add cdaudio-ng to INPUT_PLUGINS if CDIO_LIBS is set. Or something like that. Good luck.
trunk
|
Mon, 21 May 2007 16:18:14 -0700 |
chainsaw |
[svn] .so != .c and lack of sleep is not an excuse.
trunk
|
Mon, 21 May 2007 16:08:45 -0700 |
chainsaw |
[svn] This Makefile upsets it less. Needs LIBCDIO detection in configure.ac though.
trunk
|
Mon, 21 May 2007 15:28:07 -0700 |
zither |
[svn] Added cdaudio-ng
trunk
|
Mon, 21 May 2007 08:34:05 -0700 |
yaz |
[svn] - suppress warnings.
trunk
|
Sun, 20 May 2007 21:52:04 -0700 |
yaz |
[svn] - add a check for gcc version. now -fgnu89-inline is added only if gcc is 4.2.0 or more.
trunk
|
Sun, 20 May 2007 14:12:57 -0700 |
yaz |
[svn] - fix crash if Exclude does not exist.
trunk
|
Sun, 20 May 2007 12:05:48 -0700 |
yaz |
[svn] - get rid of all warnings gcc 4.2.0 emits with my build configuration.
trunk
|
Fri, 18 May 2007 10:42:29 -0700 |
kiyoshi |
[svn] I will murder someone if I have to fix the buildsystem again.
trunk
|
Fri, 18 May 2007 03:41:05 -0700 |
chainsaw |
[svn] Use proper integer types in the code, patch by Pavel Vymetalek <pvymetalek@seznam.cz>.
trunk
|
Wed, 16 May 2007 13:00:14 -0700 |
ertzing |
[svn]
trunk
|
Wed, 16 May 2007 04:10:36 -0700 |
ertzing |
[svn]
trunk
|
Tue, 15 May 2007 13:45:38 -0700 |
ertzing |
[svn]
trunk
|
Tue, 15 May 2007 13:38:05 -0700 |
ertzing |
[svn]
trunk
|
Tue, 15 May 2007 13:18:35 -0700 |
nenolod |
[svn] - upstream updates regarding handling of SPC700 instructions and runtime
trunk
|
Sat, 12 May 2007 17:06:13 -0700 |
majeru |
[svn] smarter polling and lots of other changes
trunk
|
Sat, 12 May 2007 15:03:26 -0700 |
magma |
[svn] Changed alarm and projectm plugins so they use auddrct now.
trunk
|
Sat, 12 May 2007 05:21:09 -0700 |
giacomo |
[svn] - lirc: works again with auddrct
trunk
|
Sat, 12 May 2007 04:29:22 -0700 |
majeru |
[svn] fixed player crash when trying to get file info
trunk
|