log src/audacious/output.c @ 4258:8157686b8115

age author description
Fri, 08 Feb 2008 22:21:56 +0300 Eugene Zagidullin added FMT_SIZEOF macro
Wed, 06 Feb 2008 22:42:32 +0300 Eugene Zagidullin adaptive scaler added, disabled hard limiter
Mon, 04 Feb 2008 06:11:37 +0300 Eugene Zagidullin Automated merge with ssh://hg.atheme.org//hg/audacious
Mon, 04 Feb 2008 05:47:58 +0300 Eugene Zagidullin RG improved. It f... works.
Mon, 04 Feb 2008 01:30:53 +0300 Eugene Zagidullin added FMT_FIXED32, an equivalent of mad_fixed_t, already supported by libSAD; some endianness-related changes
Sun, 03 Feb 2008 19:02:04 +0300 Eugene Zagidullin some endianness-related changes, corrected error handling
Sun, 03 Feb 2008 00:50:48 +0300 Eugene Zagidullin some endianness-related changes
Sat, 02 Feb 2008 01:53:15 +0300 Eugene Zagidullin initial Replay Gain support
Thu, 31 Jan 2008 14:15:12 +0300 Eugene Zagidullin set_replaygain_info added to PAPI
Thu, 31 Jan 2008 12:04:13 +0300 Eugene Zagidullin partially works...
Fri, 01 Feb 2008 13:15:05 -0600 William Pitcock Experimental patch to fix pulseaudio deficencies by sleeping 10000us.
Sat, 12 Jan 2008 06:39:56 -0600 William Pitcock Make sample rate conversion work with mono files. (Bugzilla #88)
Thu, 22 Nov 2007 17:34:46 +0100 Christian Birchinger Revert because it sets volume to 100% on playback start.
Mon, 19 Nov 2007 21:35:25 +0100 Jonathan Schleifer Multiple changes.
Fri, 19 Oct 2007 05:24:54 -0500 William Pitcock don't use semaphore/condvar messaging on Darwin because mach threads are high latency
Mon, 08 Oct 2007 01:43:58 -0500 William Pitcock Add InputPlayback::pass_audio() which replaces produce_audio().
Mon, 08 Oct 2007 01:36:41 -0500 William Pitcock make sndstretch work properly
Sat, 06 Oct 2007 20:35:52 -0500 William Pitcock Use a mutex/condvar/timed wait to allow tickless operation in the output loop.
Tue, 02 Oct 2007 21:21:50 -0500 William Pitcock sed s/bmp_cfg_db/cfg_db/.
Mon, 01 Oct 2007 14:16:52 -0500 William Pitcock kill printf debug
Mon, 01 Oct 2007 14:16:13 -0500 William Pitcock Instead of waiting 10ms, wait half the time of the period buffer.
Tue, 18 Sep 2007 13:39:21 -0500 William Pitcock equalizer -> flow API trunk
Tue, 18 Sep 2007 13:33:45 -0500 William Pitcock Vis -> Flow API. trunk
Tue, 18 Sep 2007 13:31:05 -0500 William Pitcock Add time to flow_execute() and friends. trunk
Tue, 18 Sep 2007 13:30:13 -0500 William Pitcock Remove effects handling code (it's processed in the flow now). trunk
Tue, 18 Sep 2007 13:21:08 -0500 William Pitcock effect processing -> flow manager API / attached to postproc_flow. trunk
Tue, 18 Sep 2007 13:13:20 -0500 William Pitcock software volumecontrol->flow manager API trunk
Tue, 18 Sep 2007 11:58:09 -0500 William Pitcock C99 initialisers trunk
Tue, 18 Sep 2007 10:47:14 -0500 William Pitcock Connect volumecontrol flow to the work pipeline. trunk
Tue, 11 Sep 2007 05:14:38 -0500 William Pitcock Get rid of "XMMS Multiple Effect Plugin support" hack. Effects processing is handled in produce_audio() now days. trunk