log

age author description
2005-12-17 chainsaw [svn] Juggle some declarations around to reduce warnings. Also remove one debugging statement that triggers a warning. trunk
2005-12-17 chainsaw [svn] Do not discard pointer type qualifiers. trunk
2005-12-17 chainsaw [svn] GThreadify input plugin. trunk
2005-12-17 chainsaw [svn] Add musepack input plugin & hook into build system. trunk
2005-12-16 chainsaw [svn] How about a default timidity.cfg location that actually works? trunk
2005-12-16 chainsaw [svn] Sorry, but has anyone ever told you that you talk too much? trunk
2005-12-16 chainsaw [svn] GThreadify and fix includes. And although it compiles, let us not ship this. No playback at all. trunk
2005-12-14 nenolod [svn] possible DND fix for konqueror. (cleaned up version of fixed version of my cleanups... trunk
2005-12-14 nenolod [svn] path change trunk
2005-12-14 nenolod [svn] - attach -Iaudacious to libaudcore build crap. trunk
2005-12-14 nenolod [svn] Updated japanese translation, via dai. trunk
2005-12-14 nenolod [svn] Timidity support, via external contractor dai+audacious@cdr.jp. trunk
2005-12-14 nenolod [svn] Update header locations. trunk
2005-12-14 nenolod [svn] Very initial start on libaudcore. trunk
2005-12-14 nenolod [svn] - Add interface plugin type (buildsystem). trunk
2005-12-13 nenolod [svn] Vorbis UTF-8 tag conversion patch, via Takuo Kitame <kitame@debian.org>. trunk
2005-12-11 nenolod [svn] typo fix trunk
2005-12-11 chainsaw [svn] Mikmod is obsolete. Let it die. trunk
2005-12-10 chainsaw [svn] Use modplug instead of mikmod. Supports more formats & compressed files. trunk
2005-12-10 nenolod [svn] Ladspa host module for Audacious. trunk
2005-12-10 chainsaw [svn] Raise MAX_CODED_SUPERFRAME_SIZE to 16384 in accordance with ffmpeg CVS. trunk
2005-12-10 chainsaw [svn] Add quoting to make autotools happy. trunk
2005-12-10 nenolod [svn] Merge a cleaned up version of the patch included with #383. Audacious trunk
2005-12-10 nenolod [svn] Update translation templates c/o of laci. trunk
2005-12-09 nenolod [svn] Add missing lirc.m4. trunk
2005-12-09 nenolod [svn] - Remove generated files trunk
2005-12-08 chainsaw [svn] Update plugin descriptions in feature overview. trunk
2005-12-08 chainsaw [svn] Import sid plugin. Ported from XMMS by giacomo. trunk
2005-12-08 nenolod [svn] We shouldn't have to close the output plugin from here. I don't know why trunk
2005-12-08 nenolod [svn] revert changes -- broke the plugin :/ trunk
2005-12-08 nenolod [svn] Kill some warnings here -- the other warnings I can't kill yet, as I've trunk
2005-12-08 nenolod [svn] fix breakage trunk
2005-12-08 chainsaw [svn] Use a mutex, lower timeouts. Do not spin waiting for playback to start. trunk
2005-12-07 chainsaw [svn] Hook crossfade into build system. trunk
2005-12-07 chainsaw [svn] Remove last of the internal OSS support and default to ALSA. Squashed a few warnings but it is still messy. trunk
2005-12-07 chainsaw [svn] Still need to pry internal OSS from clenched fingers. In need of anti-warning love too, but it compiles. trunk
2005-12-06 chainsaw [svn] Made WMA support configurable, defaults to on. trunk
2005-12-04 chainsaw [svn] First attempt at porting the crossfade plugin; patches from bug #363 applied, GThreadified, includes fixed. Will most probably not compile as of yet. trunk
2005-12-04 chainsaw [svn] Last bit of cast rework by Stephen Bennett. trunk
2005-12-04 chainsaw [svn] Properly report Audacious instead of XMMS or BMP in all places. Patch by laci; closes bug #379. trunk
2005-12-04 chainsaw [svn] C++ warning fixes by external contractor Stephen Bennett. trunk
2005-12-04 chainsaw [svn] Create some proper headers and include them. No more implicit declarations. trunk
2005-12-04 chainsaw [svn] Initialize two variables before use and remove an unused one. Squashes 3 warnings. trunk
2005-12-04 chainsaw [svn] Do not discard pointer target type, and do not use deprecated g_basename function. trunk
2005-12-04 chainsaw [svn] Use GdkAtom instead of a regular Atom. 3 characters inserted cure 3 warnings; good return on investment... trunk
2005-12-03 chainsaw [svn] These fixme warnings are no longer relevant. trunk
2005-12-03 chainsaw [svn] Reduce code duplication and add a return statement. trunk
2005-12-03 chainsaw [svn] Add two missing casts and update the player buffer description from XMMS to Audacious. trunk
2005-12-03 chainsaw [svn] Avoid discarding pointer type qualifiers. trunk
2005-12-03 chainsaw [svn] Avoid discarding pointer type qualifiers by not using the result of gtk_entry_get_text directly. trunk
2005-12-02 chainsaw [svn] Add casts to callbacks in signal handlers to avoid warning. GCC would like a return statement too. trunk
2005-11-30 nenolod [svn] Convert UTF-16 (windows-1252) into something useful. Original patch by incomp@#audacious, trunk
2005-11-30 nenolod [svn] C99 compliance issues inside wma.c. trunk
2005-11-29 nenolod [svn] Fix AAC linkage for gcc4, which does not autolink against libstdc++. trunk
2005-11-27 nenolod [svn] Check for lrintf. Fixed by ahuillet. trunk
2005-11-27 nenolod [svn] Update translation template, and add new audacious messages to the POTFILES.in. trunk
2005-11-27 nenolod [svn] Revert unicode fixes, cause player to bomb out. trunk
2005-11-27 nenolod [svn] Don't use widget_draw_quick() in playlistwin_update_list(). trunk
2005-11-27 nenolod [svn] Add gdk_flush() to widget_draw_quick(). trunk
2005-11-27 nenolod [svn] - Implement widget_draw_quick(widget_t *) for doing an immediate draw trunk