2007-08-17 |
Giacomo Lozito |
Replaced asprintf with gstring (which is probably more portable anyway).
|
2007-08-17 |
Tony Vroon |
Format and subformat detection. Needs some asprintf love. Or something.
|
2007-08-17 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-08-17 |
William Pitcock |
Support Wavpack ".exe" executables, by using the Wavpack decoder to validate.
|
2007-08-16 |
Cristi Magherusan |
made it enabled by default if having libmtp, fixes Chainsaw's bug and adds some improvements
|
2007-08-16 |
mf0102 |
removed NSFE playlist option (which was marked TODO)
|
2007-08-16 |
mf0102 |
made SPC playback reverb a configuration option till the problem can be
|
2007-08-16 |
Cristi Magherusan |
some fixes, more debug info
|
2007-08-16 |
Cristi Magherusan |
it can play manually added DAAP URI's like daap://localhost:3689/1.mp3
|
2007-08-16 |
Cristi Magherusan |
merge
|
2007-08-16 |
Cristi Magherusan |
handling device disconnected errors
|
2007-08-14 |
Cristi Magherusan |
the pending uploads are cancelled on exit, so it doesnt lock anymore while cleaning up
|
2007-08-14 |
Cristi Magherusan |
fixed the upload
|
2007-08-13 |
Cristi Magherusan |
URI-fication
|
2007-08-13 |
Calin Crisan ccrisan |
Add CD menu entry is now created with the ui_plugin_menu functions
|
2007-08-13 |
Yoshiki Yazawa |
make use of get_gentitle_format() and tuple_formatter_make_title_string()
|
2007-08-13 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-08-13 |
William Pitcock |
Backed out changeset 97914b65790a
|
2007-08-13 |
Yoshiki Yazawa |
branch merge.
|
2007-08-13 |
Yoshiki Yazawa |
- make use of tuple_formatter_make_title_string(). now madplug can show file name if metadata is not available.
|
2007-08-13 |
William Pitcock |
[security] Add g_thread_exit() to curl_manage_request() to avoid a resource starvation DoS.
|
2007-08-12 |
Christian Birchinger |
Register cue:// with uri_set_plugin
|
2007-08-12 |
Christian Birchinger |
Register cdda:// with uri_set_plugin
|
2007-08-12 |
Christian Birchinger |
Register tact:// with uri_set_plugin
|
2007-08-12 |
Christian Birchinger |
Add an init function with a uri_set_plugin call
|
2007-08-12 |
William Pitcock |
Port some changes over from XMMS that:
|
2007-08-12 |
William Pitcock |
Improve ${codec} and ${quality} tuples.
|
2007-08-12 |
William Pitcock |
fix musepack tag retrieval
|
2007-08-11 |
Giacomo Lozito |
converted sid plugin to new tuple system
|
2007-08-11 |
Giacomo Lozito |
fixed modplug, wasn't working properly with new threading model
|
2007-08-11 |
Cristi Magherusan |
the label wasn't restored on failure
|
2007-08-11 |
Yoshiki Yazawa |
use get_gentitle_format() to get format string so that presets and custom string can coexist.
|
2007-08-11 |
Cristi Magherusan |
merge
|
2007-08-11 |
Cristi Magherusan |
the menu item is now disabled during upload
|
2007-08-11 |
Tony Vroon |
Add actual codec information to wav-sndfile tuple. Untested.
|
2007-08-11 |
Cristi Magherusan |
merge
|
2007-08-11 |
Cristi Magherusan |
lots of fixes
|
2007-08-11 |
Calin Crisan ccrisan |
Fixed libcdio and libcddb autoconf detection
|
2007-08-11 |
Yoshiki Yazawa |
tuple API update.
|
2007-08-11 |
Giacomo Lozito |
use tuple_free(x) in place of mowgli_object_unref(x)
|
2007-08-11 |
Tomasz Mon |
GTK_STOCK_SAVE can't be default, so don't use gtk_widget_grab_default() on it
|
2007-08-11 |
Yoshiki Yazawa |
fix compile errors if DEBUG is defined.
|
2007-08-11 |
Yoshiki Yazawa |
playlist entry doesn't have "track-name".
|
2007-08-11 |
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
|
2007-08-11 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-08-11 |
William Pitcock |
hook up ${codec} and ${quality}
|
2007-08-10 |
Cristi Magherusan |
remove the item from the menu when the plugin is disabled
|
2007-08-10 |
Cristi Magherusan |
fixed linking
|
2007-08-10 |
Cristi Magherusan |
MTP upload plugin
|
2007-08-10 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
2007-08-10 |
Cristi Magherusan |
merge
|
2007-08-10 |
Cristi Magherusan |
merge
|
2007-08-10 |
Cristi Magherusan |
nerge
|
2007-08-08 |
Cristi Magherusan |
merge
|
2007-08-08 |
Cristi Magherusan |
now it compiles
|
2007-08-05 |
Cristi Magherusan |
merge
|
2007-08-05 |
Cristi Magherusan |
merge
|
2007-08-10 |
Giacomo Lozito |
updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
|
2007-08-10 |
William Pitcock |
unref tuple resources
|
2007-08-10 |
William Pitcock |
we're looking for the name of the codec here, not tag.year(), thanks.
|
2007-08-10 |
William Pitcock |
xspf: update to new API
|
2007-08-10 |
William Pitcock |
scrobbler: tuple API update
|
2007-08-10 |
William Pitcock |
statusicon: new tuple API
|
2007-08-10 |
William Pitcock |
filewriter: new tuple API
|
2007-08-10 |
William Pitcock |
tta: new tuple API
|
2007-08-10 |
William Pitcock |
timidity: new tuple API
|
2007-08-10 |
William Pitcock |
mpc: convert, wma: fixes
|
2007-08-10 |
William Pitcock |
aac: fixes
|
2007-08-10 |
William Pitcock |
wavpack: update to new tuple API, use std::string more.
|
2007-08-10 |
William Pitcock |
flacng: new tuple API
|
2007-08-10 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-08-10 |
William Pitcock |
vorbis: new tuple API
|
2007-08-10 |
Tony Vroon |
Branch merge madness.
|
2007-08-10 |
Tony Vroon |
Use tuple_new_from_filename in more plugins.
|
2007-08-10 |
Tony Vroon |
Start using tuple_new_from_filename.
|
2007-08-10 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-08-10 |
William Pitcock |
madplug: tuple API changes
|
2007-08-10 |
Tony Vroon |
Conversion of AAC to new tuple API, try one.
|
2007-08-10 |
Tony Vroon |
Isn't that cute. But it's WRONG.
|
2007-08-10 |
Tony Vroon |
New tuple API conversion for WMA, first try.
|
2007-08-10 |
William Pitcock |
vtx: new tuple API
|
2007-08-10 |
William Pitcock |
alac: new tuple API
|
2007-08-10 |
William Pitcock |
update to new API
|
2007-08-10 |
William Pitcock |
really this time
|
2007-08-10 |
William Pitcock |
wav: update to new tuple API.
|
2007-08-10 |
William Pitcock |
sexypsf: update to new tuple API
|
2007-08-10 |
William Pitcock |
console: update to new tuple API
|
2007-08-10 |
William Pitcock |
Fix hang problem on EOF.
|
2007-08-08 |
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
|
2007-08-08 |
William Pitcock |
Added tag audacious-plugins-1.4.0-dr2 for changeset 5f892afeb8e1
|
2007-08-06 |
Giacomo Lozito |
- amidi-plug 0.8 beta1; support for gthread and v3 plugin system; needs testing and refinements
audacious-plugins-1.4.0-dr2
|
2007-08-06 |
Christian Birchinger |
Fix tuple report. (null)/filename.wav wasn't so great.
|
2007-08-06 |
Tony Vroon |
playlist_get_songtime wanted a tuple, but was afraid to ask
|
2007-08-05 |
Christian Birchinger |
Switched to new threading model
|
2007-08-05 |
Christian Birchinger |
Switched to new threading model
|
2007-08-05 |
Christian Birchinger |
Switched to new threading model, the core doesn't accept tone:// URLs though.
|
2007-08-04 |
Cristi Magherusan |
merge
|
2007-08-04 |
Cristi Magherusan |
DAAP plugin (work in progress)
|
2007-08-04 |
Christian Birchinger |
Oopps removed the a NULL by accident
|
2007-08-04 |
Christian Birchinger |
Use configured core sample rate frequency if available.
|
2007-08-04 |
Christian Birchinger |
Switched to new threading model
|
2007-08-04 |
Ralf Ertzinger |
- Branch merge
|
2007-08-04 |
Ralf Ertzinger |
- Fix locking macros
|
2007-08-04 |
Ralf Ertzinger |
- Introduce a mutex for test_info and lock appropriately
|
2007-08-04 |
Yoshiki Yazawa |
make use of SIMPLE_INPUT_PLUGIN() as an example.
|
2007-08-04 |
William Pitcock |
Unbreak WMA I/O.
|
2007-08-04 |
William Pitcock |
pls: Write filename paths to disk, not URIs. Convert filename paths in PLS files to valid URIs.
|
2007-08-04 |
Christian Birchinger |
Ported to new threading model
|
2007-08-03 |
Ralf Ertzinger |
We do not need a playloop mutex any more
|
2007-08-03 |
Cristi Magherusan |
added Discovery plugin type
|
2007-07-28 |
Cristi Magherusan |
fixed crashes
|
2007-07-27 |
Cristi Magherusan |
merge
|
2007-07-27 |
Cristi Magherusan |
added an experimental GUI for Last.fm radio
|
2007-07-27 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-07-27 |
William Pitcock |
Fix WMA playback.
|
2007-07-27 |
Calin Crisan ccrisan |
Fixed surprise eject segfault
|
2007-07-27 |
Calin Crisan ccrisan |
Changed the cdda bitrate to 1411kbit/s in respect to the Red Book specifications
|
2007-07-27 |
Calin Crisan ccrisan |
Fixed the play/stop indication; added a temporary workaround for including the last 3 seconds in playback
|
2007-07-27 |
Yoshiki Yazawa |
update SFMT files to version 1.3. please let me know if it break on altivec box.
|
2007-07-27 |
Christian Birchinger |
Check all known places for "sndstat" info.
|
2007-07-27 |
Christian Birchinger |
Don't use VFS on such low level system stuff.
|
2007-07-27 |
Christian Birchinger |
Give vfs_fopen() an URI.
|
2007-07-26 |
Stany HENRY |
More and more translatable strings... ;-)
|
2007-07-26 |
Christian Birchinger |
Removed g_thread_exit leftover.
|
2007-07-26 |
Christian Birchinger |
Fixed various bugs i the wav (not wav-sndfile) plugin:
|
2007-07-26 |
Calin Crisan ccrisan |
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
|
2007-07-26 |
Calin Crisan ccrisan |
Some changes to the about box
|
2007-07-26 |
Calin Crisan ccrisan |
Added an information box to cdaudio-ng
|
2007-07-26 |
Yoshiki Yazawa |
- introduce target_time and simplify the flow of the watchdog thread. TRANSITION_GUARD_TIME is no longer needed.
|
2007-07-26 |
Tony Vroon |
Obliterate old-style CD-Audio and make cdaudio-ng default to on.
|
2007-07-26 |
Calin Crisan ccrisan |
Finally removed the old cdaudio plugin
|
2007-07-25 |
William Pitcock |
Use InputPlayback.playing properly.
|
2007-07-25 |
William Pitcock |
Division by 1000 is not necessary.
|
2007-07-25 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-07-25 |
William Pitcock |
vorbis: Use nominal bitrate instead of updating every time the bitrate changes. That behaviour is just braindead.
|
2007-07-25 |
Stany HENRY |
Internationalization... (The first step of the "i18n" project could be ready for Audacious 1.4 release)
|
2007-07-25 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-07-25 |
William Pitcock |
wav-sndfile, wav: convert to new threading model
|
2007-07-25 |
Yoshiki Yazawa |
- adapt tta for new threading model.
|
2007-07-25 |
Yoshiki Yazawa |
- reduce guard time in initiating play to avoid stuttering start.
|
2007-07-25 |
Yoshiki Yazawa |
make sure thread pointer to be NULL if corresponding thread doesn't exist.
|
2007-07-25 |
Yoshiki Yazawa |
first attempt to adapt cuesheet to the new threading model.
|
2007-07-24 |
mf0102 |
- Corrected some bugs
|
2007-07-24 |
mf0102 |
- Fixed a bug that would crash Audacious when reloading plugins
|
2007-07-24 |
Cristi Magherusan |
mowgli-fied the data that will be used by the GUI
|
2007-07-24 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
2007-07-24 |
Cristi Magherusan |
threadified the adjust and first metadata fetch, so now it should open a lot faster
|
2007-07-24 |
William Pitcock |
musepack: new threading model
|
2007-07-24 |
William Pitcock |
metronom: new threading model
|
2007-07-23 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-07-23 |
William Pitcock |
wavpack: new threading model
|
2007-07-23 |
William Pitcock |
sexypsf: new threading model
|
2007-07-23 |
William Pitcock |
vorbis: new threading model
|
2007-07-23 |
William Pitcock |
modplug: new threading model
|
2007-07-23 |
Calin Crisan ccrisan |
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
|
2007-07-23 |
Calin Crisan ccrisan |
Converted to new threading model
|
2007-07-23 |
William Pitcock |
console: new threading model
|
2007-07-23 |
William Pitcock |
alac: new threading model
|
2007-07-23 |
William Pitcock |
I'm an idiot.
|
2007-07-23 |
William Pitcock |
aac: Convert to new threading model.
|
2007-07-23 |
William Pitcock |
Kill g_thread_exit() this is now handled by monitor thread.
|
2007-07-23 |
William Pitcock |
flacng: Update plugin for new threading model.
|
2007-07-23 |
William Pitcock |
madplug: Update plugin for new threading model.
|
2007-07-23 |
Calin Crisan ccrisan |
Titles are now built using tuples, with the preferred format
|
2007-07-23 |
Calin Crisan ccrisan |
Setting a sane default configuration for the plugin
|
2007-07-23 |
Calin Crisan ccrisan |
Set DAE the default and non-optional play method; Configuring the plugin no longer stops the playback;
|
2007-07-22 |
Calin Crisan ccrisan |
Added libcddb autoconf dependency
|
2007-07-22 |
Alex Maclean |
Bail out if libcdio isn't found.
|
2007-07-22 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
2007-07-22 |
Cristi Magherusan |
fixed some issues, hopefully it won't crash that much anymore
|
2007-07-21 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
2007-07-21 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
2007-07-21 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
2007-07-20 |
Cristi Magherusan |
Automated merge with ssh://majeru@hg.atheme.org//hg/audacious-plugins
|
2007-07-20 |
Cristi Magherusan |
renamed the oss4 plugin file
|
2007-07-22 |
Yoshiki Yazawa |
- reduce the number of file open in loading.
|
2007-07-21 |
Yoshiki Yazawa |
- make probing for tuple completely reuse fd.
|
2007-07-21 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-07-21 |
William Pitcock |
madplug: Fix ID3v1 tuple building.
|
2007-07-21 |
Stany HENRY |
Several "i18n" improvements.
|
2007-07-21 |
William Pitcock |
Fix streaming.
|
2007-07-21 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-07-21 |
William Pitcock |
Fix CFLAGS detection for 1.1.2 stuff.
|
2007-07-21 |
Stany HENRY |
Thank you for your help, Giacomo. ;-)
|
2007-07-21 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-07-21 |
William Pitcock |
From: Eduard Bloch <edi@gmx.de>
|
2007-07-21 |
Stany HENRY |
I will be ready for Audacious 2...
|
2007-07-21 |
Giacomo Lozito |
updated info boxes to make them translatable
|
2007-07-21 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
|
2007-07-21 |
William Pitcock |
madplug: Support probe for tuple instruction.
|
2007-07-21 |
Calin Crisan ccrisan |
Continuous playing in DAE mode works again
|
2007-07-21 |
Calin Crisan ccrisan |
Ejecting the cd while playing no longer crashes the player.
|