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).
|
2009-04-27 |
William Pitcock |
aac: report stream bitrate if available
|
2009-04-27 |
William Pitcock |
neon: unbreak compile
|
2009-04-27 |
William Pitcock |
neon: Add support for icy-br.
|
2009-04-27 |
William Pitcock |
crossfade-ng: probe_priority = 0
|
2009-04-26 |
John Lindgren |
Update the playback slider at the end of a seek (bug #31)
|
2009-04-26 |
John Lindgren |
Return bytes in the range 0x80-0xff as positive; negative values indicate an error (fixes bug #27).
|
2009-04-26 |
John Lindgren |
Update playlist manager on when playlists changed.
|
2009-04-26 |
William Pitcock |
crossfade-ng: do not force ourselves as default, kthx
|
2009-04-26 |
William Pitcock |
crossfade-ng: correctly workaround possible buffer starvation issues with streams
|
2009-04-25 |
William Pitcock |
Allow much larger buffer in the config GUI.
|
2009-04-24 |
William Pitcock |
output_method=1 (ugh. we need to kill more stuff, apparently)
|
2009-04-24 |
William Pitcock |
port to new API
|
2009-04-24 |
William Pitcock |
crossfade-ng: add TODO file for this
|
2009-04-24 |
William Pitcock |
Remove configure/gui side of the monitor system.
|
2009-04-24 |
William Pitcock |
Remove monitor GUI.
|
2009-04-24 |
William Pitcock |
crossfade-ng: remove more cruft, kill some warnings.
|
2009-04-24 |
William Pitcock |
crossfade-ng: Remove remaining TIMING_COMMENTS cruft.
|
2009-04-24 |
William Pitcock |
crossfade-ng: More sane defaults.
|
2009-04-24 |
William Pitcock |
Remove almost all of the no longer hooked up config options.
|
2009-04-24 |
William Pitcock |
crossfade-ng: legalese
|
2009-04-24 |
William Pitcock |
Connect crossfade-ng to buildsystem.
|
2009-04-24 |
William Pitcock |
Import work in progress xmms-crossfade rewrite.
|
2009-04-24 |
Tony Vroon |
Robust media change handling written by John Wehle, closes bug #46.
|
2009-04-20 |
William Pitcock |
Remove cruft.
|
2009-04-20 |
John Lindgren |
Fix stutter when resuming WMA audio playback.
|
2009-04-18 |
Tony Vroon |
Remove boolean has_xing, we only assigned it but never read it. Code analysis, unique ID CB4bbZ.
|
2009-04-18 |
Tony Vroon |
Do not assign the result of snd_card_next, we do not care about it. Code analysis, unique ID HQvjgU.
|
2009-04-18 |
Tony Vroon |
Change the flow of codec probing to avoid the possibility of a null pointer dereference. From code analysis, unique IDs mPqomY & 8B8oHC.
|
2009-04-18 |
Tony Vroon |
Comment out MPEG2/MPEG4 determination using the variable id. It is not used anywhere. Code analysis run, unique ID 6nYoHM.
|
2009-04-18 |
Tony Vroon |
There is no need to explicitly zero out sampleID here, it is a regular gulong that we will not be passing on. Code analysis run, unique ID CtYnR6.
|
2009-04-18 |
Tony Vroon |
There is no need to zero out bufferconsumed here, it will be overwritten a mere line later. Code analysis run, unique ID M8906q.
|
2009-04-18 |
Michal Lipski |
More OSS4 plugin changes
|
2009-04-17 |
Michal Lipski |
ported OSS4
|
2009-04-17 |
Andrew O. Shadoura |
ported EsounD plugin
|
2009-04-17 |
Andrew O. Shadoura |
ported icecast plugin,
|
2009-04-16 |
William Pitcock |
Added tag audacious-plugins-2.0-alpha1 for changeset c5fbafe09e1e
|
2009-04-16 |
William Pitcock |
Queued projectm fixes.
|
2009-04-14 |
William Pitcock |
add a debugging notice
|
2009-04-14 |
William Pitcock |
More cleanups.
|
2009-04-14 |
William Pitcock |
Copying structs is not a good idea. Lets use a pointer here.
|
2009-04-14 |
William Pitcock |
go back to the SDL version
|
2009-04-14 |
Tomasz Mon |
Add random skin on play to skins plugin preferences (bug #28)
|