Wed, 09 Jan 2008 09:37:35 -0600 |
Jack Kelly |
If no plugins claim that they can support a file extension, try them all just to be sure. (Bugzilla #80)
|
Thu, 03 Jan 2008 17:24:55 +0100 |
mf0102 |
- fix a compilation warning
|
Wed, 19 Dec 2007 00:50:46 -0600 |
Jussi Judin |
Fix memory leak in input_stringify_disabled_list() (Bugzilla #25)
|
Wed, 19 Dec 2007 00:35:57 -0600 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
|
Wed, 19 Dec 2007 00:35:24 -0600 |
Jussi Judin |
Close file handles when no codec can be found for them. (Bugzilla #15).
|
Mon, 17 Dec 2007 21:56:17 +0900 |
Yoshiki Yazawa |
- introduce new API functions uri_to_display_basename() and uri_to_display_dirname(). each function derives utf8 encoded basename or dirname from given uri respectively.
|
Wed, 28 Nov 2007 16:55:02 +0100 |
Ralf Ertzinger |
- Branch merge
|
Wed, 28 Nov 2007 16:49:24 +0100 |
Ralf Ertzinger |
- Close dup()-ed file if ID3 file handling fails
|
Wed, 21 Nov 2007 00:46:54 +0900 |
Yoshiki Yazawa |
improve on-demand probing:
|
Mon, 19 Nov 2007 21:35:25 +0100 |
Jonathan Schleifer |
Multiple changes.
|
Sat, 17 Nov 2007 20:49:26 +0900 |
Yoshiki Yazawa |
- for input plugins which provide probe_for_tuple only, now input_do_check_file() calls probe_for_tuple regardless of cfg.use_pl_metadata.
|
Sat, 17 Nov 2007 17:07:46 +0900 |
Yoshiki Yazawa |
- revive on-demand metadata retrieving. in the combination with "Detect file formats on demand", now audacious can load large directory in a few seconds.
|
Tue, 11 Sep 2007 20:34:55 -0500 |
William Pitcock |
proberesult = use g_new0() for now still
trunk
|
Tue, 11 Sep 2007 20:33:30 -0500 |
William Pitcock |
Use GSlice for VisNode structs.
trunk
|
Sat, 08 Sep 2007 03:20:38 +0300 |
Matti Hamalainen |
Automated merge with file:/home/ccr/audacious/core
trunk
|
Fri, 07 Sep 2007 12:45:50 +0300 |
Matti Hamalainen |
Branch merge.
trunk
|
Mon, 03 Sep 2007 10:41:19 +0300 |
Matti Hamalainen |
Merge.
trunk
|
Sat, 01 Sep 2007 07:09:38 +0300 |
Matti Hamalainen |
Fixed to comply with the Tuple API changes.
trunk
|
Fri, 07 Sep 2007 07:23:00 -0500 |
William Pitcock |
Rework configuration and about calls.
trunk
|
Fri, 07 Sep 2007 03:20:28 -0500 |
William Pitcock |
Big plugin system changes (part 1 of who knows, it's still a big mess):
trunk
|
Sun, 02 Sep 2007 16:24:31 -0500 |
William Pitcock |
Remove input_get_song_info().
trunk
|
Sun, 12 Aug 2007 21:57:53 +0200 |
Christian Birchinger |
cue:// should get accepted before. Contact me if it breaks cue:// support somehow.
trunk
|
Sun, 12 Aug 2007 21:38:04 +0200 |
Christian Birchinger |
Remove hardcoded test because uri_get_plugin should take care of it now
trunk
|
Sun, 12 Aug 2007 21:12:54 +0200 |
Christian Birchinger |
Check for registered URI://s defined by uri_set_plugin
trunk
|
Sat, 11 Aug 2007 23:59:24 +0900 |
Yoshiki Yazawa |
rename xmms_get_gentitle_format() to get_gentitle_format().
trunk
|
Fri, 10 Aug 2007 05:22:35 -0500 |
William Pitcock |
audacious-core: convert to tuple-ng, remove titlestring API.
trunk
|
Sun, 05 Aug 2007 16:43:53 +0200 |
Tomasz Mon |
goodbye widgets directory
|
Wed, 01 Aug 2007 03:38:35 -0500 |
William Pitcock |
oops, using a C0X extension (break-from-if) probably isn't cool here.
trunk
|
Wed, 01 Aug 2007 03:36:57 -0500 |
William Pitcock |
Don't explicitly trust the mimetype, still do a probe.
trunk
|
Thu, 26 Jul 2007 14:25:23 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Thu, 26 Jul 2007 14:22:26 -0500 |
William Pitcock |
get_current_input_playback() cleanups.
trunk
|
Thu, 26 Jul 2007 12:10:34 +0300 |
Calin Crisan ccrisan |
Hardcoded a dummy path to use with cdaudio-ng plugin
trunk
|
Wed, 25 Jul 2007 15:46:06 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Wed, 25 Jul 2007 15:46:00 -0500 |
William Pitcock |
Remove mainwin_set_info_text() craq. Still some work to do.
trunk
|
Wed, 25 Jul 2007 18:49:27 +0900 |
Yoshiki Yazawa |
exclude cue:// from regular scheme check. it is temporal too.
trunk
|
Mon, 23 Jul 2007 01:01:43 +0100 |
Tony Vroon |
Treating cdda:// as a regular file is bad, hmmkay? This is just a hack and nenolod will improve on it later.
trunk
|
Sun, 22 Jul 2007 14:16:19 +0300 |
Cristi Magherusan |
Backed out changeset 4673533d7cc3
trunk
|
Sun, 22 Jul 2007 14:03:17 +0300 |
Cristi Magherusan |
made the decoder chooser aware of lastfm MP3 streams so that it will only try mad
trunk
|
Sun, 22 Jul 2007 12:08:08 +0900 |
Yoshiki Yazawa |
when mime match succeed, pr->ip should be obtained ip.
trunk
|
Fri, 20 Jul 2007 20:59:15 -0500 |
William Pitcock |
Initialize tuple.mtime.
trunk
|
Fri, 20 Jul 2007 20:09:08 -0500 |
William Pitcock |
Automated merge with ssh://hg.atheme.org//hg/audacious
trunk
|
Fri, 20 Jul 2007 19:42:24 -0500 |
William Pitcock |
Fix warnings.
trunk
|
Fri, 20 Jul 2007 19:37:11 -0500 |
William Pitcock |
Use ProbeResult (try 1)
trunk
|
Sat, 21 Jul 2007 00:44:07 +0200 |
Christian Birchinger |
Fixing typo
trunk
|
Fri, 20 Jul 2007 09:09:58 -0500 |
William Pitcock |
Invoke "Plugins are not derived work" clause provided by GPL3.
trunk audacious-1.4.0-DR1
|
Fri, 20 Jul 2007 08:59:47 -0500 |
William Pitcock |
GPL3 relicensing.
trunk
|
Fri, 20 Jul 2007 02:35:34 +0200 |
Christian Birchinger |
Added a fd NULL check to avoid probing on none-existing fds
|
Tue, 17 Jul 2007 00:31:43 +0900 |
Yoshiki Yazawa |
unescape url encoded filename where real filename is needed.
|
Fri, 13 Jul 2007 22:28:20 +0200 |
Tomasz Mon |
replace Playstatus with UiSkinnedPlaystatus
|
Mon, 09 Jul 2007 05:13:41 -0500 |
William Pitcock |
Use mimetype system to accelerate detection of network streams.
trunk
|
Tue, 08 May 2007 12:30:53 -0700 |
nenolod |
[svn] - remove unused function 'extname'
trunk
|
Mon, 09 Apr 2007 13:29:20 -0700 |
nenolod |
[svn] - remove the unplayable files dialog. it is more annoying than useful.
trunk
|
Mon, 26 Mar 2007 09:21:40 -0700 |
js |
[svn] Don't show a warning dialog when trying to add .{jpeg,jpg,txt} files.
trunk
|
Sat, 24 Feb 2007 13:36:36 -0800 |
mf0102 |
[svn] - Spring clean (removed one function)
trunk
|
Tue, 20 Feb 2007 16:17:08 -0800 |
nhjm449 |
[svn] - Make unplayable files dialog resizable and centered on the screen. (closes #802)
trunk
|
Mon, 12 Feb 2007 12:41:51 -0800 |
nenolod |
[svn] - only strip the subsong identifier if it is really a valid subsong identifier. closes #792.
trunk
|
Mon, 12 Feb 2007 07:18:47 -0800 |
giacomo |
[svn] - added set volume hook
trunk
|
Sun, 28 Jan 2007 22:19:02 -0800 |
iabervon |
[svn] Allow input plugin that implements get_volume to punt to the output plugin.
trunk
|
Sun, 28 Jan 2007 21:08:08 -0800 |
iabervon |
[svn] More input plugin API work
trunk
|
Sun, 28 Jan 2007 17:02:15 -0800 |
iabervon |
[svn] Change the input plugin API to use a struct for the currently-playing file.
trunk
|