audacious-plugins

log

age author description
24 months ago William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
24 months ago William Pitcock gtkui: Handle the corner case where we don't receive the PLAYLIST_UPDATE_METADATA message when clearing the playlist and adding a new track.
24 months ago William Pitcock Remove DOS newlines...
24 months ago Michal Lipski Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
24 months ago Michal Lipski wavpack: Use libaudtag. Remove obsolete code. Cleanups.
24 months ago Tomasz Mon ffaudio: fix audtag usage (still not default)
24 months ago John Lindgren mpg123: Fill codec and bitrate fields in tuple.
24 months ago John Lindgren vorbis, mpg123: Use OutputAPI.
24 months ago Michal Lipski flacng: Set FIELD_GAIN_*_UNIT to 100 instead of 1000.
24 months ago Michal Lipski flacng: Port plugin to use set_gain_from_playlist and write_audio.
24 months ago William Pitcock gtkui: infoarea: Use streambrowser's icon if the currently playing track is a stream.
24 months ago William Pitcock Branch merge.
24 months ago William Pitcock Backed out changeset 170de893391f
24 months ago William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
24 months ago William Pitcock gtkui: infoarea: Signal cleanups.
24 months ago Michal Lipski gtkui: Move timer into infobar.
24 months ago William Pitcock gtkui: infoarea: fade out on playback stop.
24 months ago William Pitcock gtkui: Switch to a 12-band spectrum analyzer and give it some colors.
24 months ago William Pitcock gtkui: add cairo-based visualizer.
24 months ago William Pitcock gtkui: call g_markup_escape_text() on all text for the infobar.
24 months ago William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
24 months ago William Pitcock Add snazzy infobar, which will eventually have a visualizer.
24 months ago John Lindgren xspf: Save replay gain info.
24 months ago John Lindgren mpg123: Use set_gain_from_playlist.
24 months ago John Lindgren skins: Change playlist time format to match main window.
24 months ago Michal Lipski gtkui: Use glib cast macros.
24 months ago Michal Lipski gtkui: Introduce drag and drop. Patch from furugla:
2010-05-18 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
2010-05-18 William Pitcock icecast: remove due to multiple bugs and nobody giving a damn about fixing it.
2010-05-16 John Lindgren Tweaks to time display (00:01 is now 0:01; two hours is now 120:00).
2010-05-14 John Lindgren skins: Remove hidden config options. It's not fun trying to figure out why things stop working when they get corrupted, however that happens.
2010-05-14 William Pitcock mpg123: Fix corruption on EOF condition.
2010-05-14 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
2010-05-14 William Pitcock mpg123: move some variables deeper into the stack to avoid dataloss on unwinding due to optimization.
2010-05-14 John Lindgren skins: Add + and - to keybindings for volume control.
2010-05-14 William Pitcock Disable DEBUG printfs.
2010-05-14 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
2010-05-14 William Pitcock mpg123: Show what file we're probing.
2010-05-14 William Pitcock ffaudio: Call tag_tuple_write_to_file() directly, no boilerplate code needed.
2010-05-12 Michal Lipski Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
2010-05-12 Michal Lipski oss4: Add more debug informations.
2010-05-12 Tony Vroon HG is a bother.
2010-05-12 Tony Vroon mpg123: Negative values for samples are bad too. If we see them, do over.
2010-05-12 William Pitcock mpg123: nooping this has no effect because of the way the linker works.
2010-05-12 William Pitcock mpg123: store_id3_text() looks important, lets replace it with a noop.
2010-05-12 William Pitcock console: Fix subtunes.
2010-05-11 John Lindgren mpg123: Calculate average bitrate over periods of 1 second.
2010-05-11 John Lindgren Merge.
2010-05-11 John Lindgren mpg123: Fix pause, again. This is the correct fix. Trying to write audio while paused is an error in the plugin, and cannot be corrected in core. We are not going back to the 1.5 hack of unpausing to seek/stop.
2010-05-11 John Lindgren crossfade is now an effect plugin.
2010-05-11 John Lindgren aac: Calculate approximate bitrate and length of raw ADTS data. Closes: AUDPLUG-224.
2010-05-11 John Lindgren Correct MPEG naming confusion.
2010-05-10 William Pitcock Backed out changeset 9f2b485c409c
2010-05-10 Michal Lipski mpg123: Add GCond. Pause works again.
2010-05-10 Michal Lipski oss4: Add an option to enable/disable format conversions made by the OSS software.
2010-05-10 Michal Lipski oss4: Now it looks much better...
2010-05-10 Michal Lipski oss4: Properly display debug informations. Cleanups.
2010-05-10 Michal Lipski oss4: Set file descriptor to -1 after closing it.
2010-05-10 Michal Lipski oss4: Fix warning.
2010-05-10 Michal Lipski Automated merge with ssh://hg.atheme.org//hg/audacious-plugins