| age |
author |
description |
| 21 hours ago |
John Lindgren |
Print newlines where expected in debug messages; silence madplug about non-MP3 streams.default tip |
| 21 hours ago |
John Lindgren |
neon: Destroy failed request to avoid null pointer dereference, AUDPLUG-167. |
| 2 days ago |
John Lindgren |
streambrowser: Don't use hardcoded paths in /tmp as this can be a security issue. |
| 2 days ago |
John Lindgren |
streambrowser: Run indent to get rid of mixed tabs/spaces. |
| 3 days ago |
John Lindgren |
Throw a fit if Scrobbler is enabled. |
| 3 days ago |
John Lindgren |
Warning fixes. |
| 3 days ago |
Tony Vroon |
scrobbler: Convert to global DEBUG mechanisms. |
| 4 days ago |
Tony Vroon |
pulse: Only use cached data for a positive delta under 2 seconds. Anything else could be a seek whilst paused. |
| 4 days ago |
Tony Vroon |
sid: Actually pause the output if xs_pause is called. |
| 4 days ago |
Tony Vroon |
Resolve twitchy pause syndrome by caching the output time and not recalculating while the steram is corked. This is one is for you pheand. |
| 4 days ago |
Michael Schwendt |
Set type hint on LADSPA dialogs. |
| 5 days ago |
Tony Vroon |
Fix printf format strings. |
| 5 days ago |
Tony Vroon |
Avoid implicit declaration by removing obsolete ifdef. |
| 5 days ago |
Tony Vroon |
Do not redefine DEBUG. |
| 5 days ago |
Tony Vroon |
Use AUDDBG convention instead of DEBUG. |
| 5 days ago |
Tony Vroon |
Use AUDDBG convention instead of DEBUG. |
| 5 days ago |
Tony Vroon |
Use AUDDBG convention instead of DEBUG. |
| 5 days ago |
Tony Vroon |
Use AUDDBG convention instead of debug(blah). |
| 5 days ago |
Tony Vroon |
Use global DEBUG instead of AUD_DEBUG. |
| 5 days ago |
Tony Vroon |
Hook up a --enable-debug option. |
| 6 days ago |
Tony Vroon |
Avoid calling get_paused when not playing as we will hit an assert. |
| 10 days ago |
John Lindgren |
skins: Don't try to follow sticky state since it does more harm than good with current window managers, AUDPLUG-178. |
| 11 days ago |
John Lindgren |
madplug: Ignore empty string in stream metadata, as noted on AUD-136. |
| 12 days ago |
John Lindgren |
alsa: Add optional workaround for drivers that hang up when snd_pcm_drop is called during a write. Seems to be needed on HDA w/ Dmix. |
| 12 days ago |
John Lindgren |
alsa: Fix pause-then-stop hangup caused by recent change. |
| 2 weeks ago |
John Lindgren |
alsa: Use ALSA's built-in waiting instead of polling at a fixed interval. This should resolve AUD-115, though unfortunately it brings back the PulseAudio lockup. |
| 2 weeks ago |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins |
| 2 weeks ago |
Matti Hamalainen |
neon: Coding style. |
| 2 weeks ago |
Matti Hamalainen |
neon: Use gboolean instead of stdbool.h bool, in line with other Audacious code. |
| 2 weeks ago |
Matti Hamalainen |
neon: g_free() MUST be used to free memory allocated by Glib functions! |
| 2 weeks ago |
Matti Hamalainen |
neon: Use g_snprintf() instead of snprintf(). |
| 2 weeks ago |
John Lindgren |
alsa: Mute volume when setting to 0%. |
| 2 weeks ago |
John Lindgren |
alsa: Make underrun diagnostics debug-only; they are prone to false positives and get annoying. |
| 2 weeks ago |
John Lindgren |
ffaudio: Add Apple Lossless/.m4a to the list of file types we support. |
| 2 weeks ago |
Petr P?sa? |
Updated Czech translation, AUDPLUG-174. |
| 2 weeks ago |
John Lindgren |
alsa: Minor correction to underrun diagnostics. |
| 2 weeks ago |
John Lindgren |
./configure should require Audacious 2.3 or later. Probably not worth retagging/packaging for the alpha. |
| 2 weeks ago |
Tony Vroon |
Added tag audacious-plugins-2.3-alpha1 for changeset 5b16d2b15a11 |
| 2 weeks ago |
Tony Vroon |
Set version to 2.3-alpha1.audacious-plugins-2.3-alpha1 |
| 2 weeks ago |
John Lindgren |
alsa: Some adjustments to make it more resilient to underruns, and diagnostics if it looks like underruns are going to happen in spite of our best efforts. |
| 2 weeks ago |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins |
| 2 weeks ago |
Matti Hamalainen |
sid: Remove lingering reference to xs_get_time(). |
| 3 weeks ago |
John Lindgren |
Fix some C99 violations. |
| 3 weeks ago |
John Lindgren |
skins: Fix an incompatible pointer warning. |
| 3 weeks ago |
Matti Hamalainen |
configure: Make libxml2 an hard requirement, as we need it for XSPF support, which is essential. |
| 3 weeks ago |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins |
| 5 weeks ago |
Matti Hamalainen |
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins |
| 5 weeks ago |
Matti Hamalainen |
sid: Cosmetic cleanups. |
| 3 weeks ago |
John Lindgren |
Backed out changeset db890f1bc0f9: I shouldn't be messing with the build system. |
| 3 weeks ago |
John Lindgren |
Enforce no undefined references (-z ref), define a set of core libraries in toplevel $LIBS. |
| 3 weeks ago |
John Lindgren |
pulse_audio: Implement gapless playback. Should work this time. |
| 3 weeks ago |
Tomasz Mon |
skins: Fix segfault when font name doesn't contain space. |
| 3 weeks ago |
John Lindgren |
skins: playlist_visible_prev should by default be TRUE to avoid a situation where it becomes impossible to show the player after upgrade, AUDPLUG-105. |
| 3 weeks ago |
John Lindgren |
skins: Fix main menu scrolling when shown near the corner of the screen, AUDPLUG-106. |
| 3 weeks ago |
Tony Vroon |
Do not supply a bare variable where a format string is expected. |
| 3 weeks ago |
Tony Vroon |
Do not supply a bare variable where a format string is expected. |
| 3 weeks ago |
Tony Vroon |
Do not supply a bare variable where a format string is expected. |
| 3 weeks ago |
John Lindgren |
xspf: ptrdiff_t != int. |
| 3 weeks ago |
John Lindgren |
filewriter: ptrdiff_t != int. |
| 3 weeks ago |
John Lindgren |
madplug: set_replaygain_info needs to be called after open_audio. Also fix skipping over ID3 tags that are longer than the data we have buffered, getting rid of a lost sync error. |