2009-05-06 |
William Pitcock |
Backed out changeset c6e2ae89a6a7
|
2009-05-06 |
William Pitcock |
define NEON_DEBUG for the moment
|
2009-05-06 |
William Pitcock |
Backed out changeset 617cd51dfee5
|
2009-05-06 |
William Pitcock |
skins: make_mainwin_title(): give me my damn playlist position back.
|
2009-05-06 |
William Pitcock |
neon: Fix crashes on buffer underrun due to NEON_READER_ERROR. (closes #57)
|
2009-05-06 |
John Lindgren |
Sanity check to work around a WMA decoding error.
|
2009-05-06 |
John Lindgren |
Show right-click menu on blank areas of playlist (closes #15)
|
2009-05-05 |
William Pitcock |
arts: removed
|
2009-05-05 |
John Lindgren |
Some minor changes; shuffle works again for CDs.
|
2009-05-05 |
John Lindgren |
Remove non-existant CD tracks from playlist. Sorry, Luis, I guess you were outvoted.
|
2009-05-04 |
John Lindgren |
Add type hint to CD Audio preferences window.
|
2009-05-04 |
Tony Vroon |
Tone down debugging message, no need to print this publically.
|
2009-05-04 |
John Lindgren |
Finish fixing hang-ups; remove confusing and broken "rescan"; handle no-disk more gracefully.
|
2009-05-04 |
Kiyoshi Aman |
stdio no longer exists; rename relevant heading accordingly.
|
2009-05-04 |
Tony Vroon |
Warning fix from Mark Loeser <halcy0n@gentoo.org>.
|
2009-05-03 |
Tony Vroon |
Flip signedness around to squelch ~15 warnings.
|
2009-05-03 |
Tony Vroon |
Remove debug g_print; the crasher has been identified.
|
2009-05-03 |
John Lindgren |
Show "Add CD" command on playlist "Add" menu (closes #41)
|
2009-05-02 |
John Lindgren |
Set up a hook_call for showing the main menu, since it's implemented in a plugin now (fixes #38).
|
2009-05-01 |
William Pitcock |
scrobbler: add support for custom audioscrobbler servers. (closes #23)
|
2009-04-30 |
John Lindgren |
Clean up some of the roll-up code so that it no longer causes problems with metacity/xfwm4. (How? I don't know.)
|
2009-04-30 |
John Lindgren |
Link GIO plugin against libgio.
|
2009-04-30 |
William Pitcock |
gio: fix FD leak
|
2009-04-30 |
William Pitcock |
gio: getc() would infinite loop in a situation
|
2009-04-30 |
William Pitcock |
Added tag audacious-plugins-2.0-alpha2 for changeset 3be50bf1ee9b
|
2009-04-30 |
Michal Lipski |
ported OSS
|
2009-04-30 |
William Pitcock |
gio: do not register file:// twice by filtering it from the list
|
2009-04-30 |
William Pitcock |
gio: support gvfs
|
2009-04-30 |
William Pitcock |
vfstrace: add to build
|
2009-04-30 |
William Pitcock |
stdio: drop from the distribution, since gio is now functionally equivilant
|
2009-04-30 |
William Pitcock |
gio: fread()/fwrite(): return size / nmemb, not total bytes read/written.
|
2009-04-30 |
William Pitcock |
vfstrace: merge plugin
|
2009-04-30 |
Tony Vroon |
Add probe priority of 2, this should go before low-level audio driver such as ALSA. Closes bug #35 by Petr Písař.
|
2009-04-30 |
Tony Vroon |
Actually drop this include as it would never have worked, this was shadowing a system header or not including anything at all.
|
2009-04-30 |
Tony Vroon |
Change internal strings.h include to audstrings, to coincide with core changes by John Wehle for bug #49.
|
2009-04-30 |
Tony Vroon |
Basque translation by Iñaki dooteo Larrañaga Murgoitio.
|
2009-04-30 |
William Pitcock |
gio: make sure we return the number of bytes we pulled off the getc() stack.
|
2009-04-30 |
William Pitcock |
gio: if we ungetc(), then our position moves backwards by the number of ungetc()'d bytes.
|
2009-04-30 |
William Pitcock |
Backed out changeset 9816407adf4a
|
2009-04-30 |
William Pitcock |
wavpack: Take advantage of aud_vfs_fsize() and aud_vfs_is_streaming() APIs.
|
2009-04-30 |
Jussi Judin |
xspf: add XML entity encoding into xspf_add_node for string nodes.
|
2009-04-30 |
William Pitcock |
ungetc(): trash the stack of ungetc()'d chars if a seek is made
|
2009-04-30 |
William Pitcock |
madplug: Turn off MADPROBE_DEBUG.
|
2009-04-30 |
William Pitcock |
Introduce new GIO plugin to buildsystem. stdio is now deprecated.
|
2009-04-30 |
William Pitcock |
gio: handle ungetc() stack accesses larger than size (e.g. support size * nmemb as it should be)
|
2009-04-30 |
William Pitcock |
gio: remove debug statement
|
2009-04-30 |
William Pitcock |
Implement getc()/ungetc(), and fix seeking.
|
2009-04-30 |
William Pitcock |
gio: merge experimental GIO plugin. not everything is implemented yet (getc/ungetc).
|