/[rdesktop]/jpeg/rdesktop/trunk/rdpsnd_libao.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /jpeg/rdesktop/trunk/rdpsnd_libao.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 1507 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 16:45:11 2009 UTC (14 years, 9 months ago) by dpavlin
File length: 4848 byte(s)
Diff to previous 1488
branch for integration of Daniel Jarboe <daniel.jarboe(at)gmail.com>
patches for jpeg

Revision 1488 - (view) (annotate) - [select for diffs]
Modified Fri May 15 08:18:08 2009 UTC (14 years, 11 months ago) by astrand
Original Path: sourceforge.net/rdesktop/trunk/rdpsnd_libao.c
File length: 4848 byte(s)
Diff to previous 1475
Moving rdesktop trunk to correct location. 



Revision 1475 - (view) (annotate) - [select for diffs]
Modified Fri Jul 11 03:51:23 2008 UTC (15 years, 9 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4848 byte(s)
Diff to previous 1422
update the copyright year


Revision 1422 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 13:57:31 2007 UTC (16 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4848 byte(s)
Diff to previous 1373
reduce CPU usage in libao and sgi sound driver


Revision 1373 - (view) (annotate) - [select for diffs]
Modified Mon Jan 8 12:38:34 2007 UTC (17 years, 3 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4799 byte(s)
Diff to previous 1365
some more RD_BOOL


Revision 1365 - (view) (annotate) - [select for diffs]
Modified Thu Jan 4 05:39:39 2007 UTC (17 years, 3 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4790 byte(s)
Diff to previous 1364
copyright year update


Revision 1364 - (view) (annotate) - [select for diffs]
Modified Thu Jan 4 04:55:56 2007 UTC (17 years, 3 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4785 byte(s)
Diff to previous 1356
RD_ prefix and win32 compatibility for core files


Revision 1356 - (view) (annotate) - [select for diffs]
Modified Tue Jan 2 11:39:56 2007 UTC (17 years, 4 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4782 byte(s)
Diff to previous 1354
Fix audio_driver initialisation to avoid problem with uninitialised
variables and reduce the memory leakage.


Revision 1354 - (view) (annotate) - [select for diffs]
Modified Sun Dec 24 15:23:00 2006 UTC (17 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4750 byte(s)
Diff to previous 1352
indent fixes


Revision 1352 - (view) (annotate) - [select for diffs]
Modified Sun Dec 24 15:16:45 2006 UTC (17 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4748 byte(s)
Diff to previous 1351
let libao output work again


Revision 1351 - (view) (annotate) - [select for diffs]
Modified Sun Dec 24 13:53:23 2006 UTC (17 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4609 byte(s)
Diff to previous 1346
Make code compile with C89 compilers again


Revision 1346 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 15:23:45 2006 UTC (17 years, 4 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4463 byte(s)
Diff to previous 1345
Abstract select() handling in rdpsnd so that backends can do their thing
more correctly.


Revision 1345 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 11:54:29 2006 UTC (17 years, 4 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4179 byte(s)
Diff to previous 1334
Restructure driver registration structures a bit so it is easier to add
new fields (and also reduce some memory usage/leaks).


Revision 1334 - (view) (annotate) - [select for diffs]
Modified Tue Nov 7 16:48:48 2006 UTC (17 years, 5 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4338 byte(s)
Diff to previous 1302
sometimes libao corrupts memory, so don't call ao_initialize and ao_shutdown
when it's not really needed


Revision 1302 - (view) (annotate) - [select for diffs]
Modified Thu Oct 26 09:47:17 2006 UTC (17 years, 6 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4648 byte(s)
Diff to previous 1295
Rewrite the queue management a bit so that blocks are not completed until
they have finished playing. This also makes the queue system mandatory for
all backends.


Revision 1295 - (view) (annotate) - [select for diffs]
Modified Sat Oct 14 22:12:47 2006 UTC (17 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4902 byte(s)
Diff to previous 1290
reset WAVEOUTLEN back to 16 as gui becomes unresponsive with higher values


Revision 1290 - (view) (annotate) - [select for diffs]
Modified Sun Oct 1 22:30:34 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4904 byte(s)
Diff to previous 1289
rename WAVEOUTBUF to WAVEOUTLEN and increase it to 1024 bytes


Revision 1289 - (view) (annotate) - [select for diffs]
Modified Sun Oct 1 22:27:11 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4903 byte(s)
Diff to previous 1279
make libao a bit more efficient on big endian


Revision 1279 - (view) (annotate) - [select for diffs]
Modified Sun Oct 1 14:03:43 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4901 byte(s)
Diff to previous 1276
make it possible for the driver to switch resampling on and off
dynamically. this will be needed for the OSS driver.


Revision 1276 - (view) (annotate) - [select for diffs]
Modified Sun Oct 1 12:16:50 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4866 byte(s)
Diff to previous 1268
move simple resample algorithm from rdpsnd_libao.c to rdpsnd_dsp.c to
provide a base for a better resample-algorithm


Revision 1268 - (view) (annotate) - [select for diffs]
Modified Mon Sep 18 09:34:34 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6318 byte(s)
Diff to previous 1267
do not segfault when no libao default-driver is defined


Revision 1267 - (view) (annotate) - [select for diffs]
Modified Mon Sep 18 09:28:42 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6148 byte(s)
Diff to previous 1266
indent fixes


Revision 1266 - (view) (annotate) - [select for diffs]
Modified Mon Sep 18 09:27:58 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6145 byte(s)
Diff to previous 1260
make it possible to select libao output driver


Revision 1260 - (view) (annotate) - [select for diffs]
Modified Sun Sep 17 15:25:10 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6025 byte(s)
Diff to previous 1258
unify audio-byteswapping as a dsp-function


Revision 1258 - (view) (annotate) - [select for diffs]
Modified Sun Sep 17 14:41:16 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 5986 byte(s)
Diff to previous 1256
add software volume control (currently only for libao but will be
used for alsa, too)


Revision 1256 - (view) (annotate) - [select for diffs]
Modified Sun Sep 17 11:42:22 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6064 byte(s)
Diff to previous 1255
fix SunCC errors/warnings and configure-variable-usage (LIBS/LDFLAGS)


Revision 1255 - (view) (annotate) - [select for diffs]
Modified Sun Sep 17 11:04:50 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 5950 byte(s)
Diff to previous 1254
allow multiple sound-drivers to be compiled in simultaneously and
make the runtime selectable


Revision 1254 - (view) (annotate) - [select for diffs]
Modified Sun Sep 17 10:32:18 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 5260 byte(s)
Diff to previous 1245
unify queue-handling in rdpsnd.c (remove private copies from all
drivers)


Revision 1245 - (view) (annotate) - [select for diffs]
Modified Sun Jul 9 23:41:07 2006 UTC (17 years, 9 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6251 byte(s)
Diff to previous 1045
declare local variables static and remove g_prefix.
this removes a clash with another global variable...


Revision 1045 - (view) (annotate) - [select for diffs]
Modified Wed Feb 8 13:35:35 2006 UTC (18 years, 2 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6246 byte(s)
Diff to previous 1043
reduce size of output-buffer to improve ui-performance


Revision 1043 - (view) (annotate) - [select for diffs]
Modified Tue Feb 7 16:21:31 2006 UTC (18 years, 2 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6246 byte(s)
Diff to previous 986
use signed char resample buffer instead of unsigned


Revision 986 - (view) (annotate) - [select for diffs]
Modified Wed Aug 24 11:31:58 2005 UTC (18 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6264 byte(s)
Diff to previous 979
Indent fix


Revision 979 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 11:49:47 2005 UTC (18 years, 8 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6262 byte(s)
Diff to previous 963
fix signedness-warning for ao_play


Revision 963 - (view) (annotate) - [select for diffs]
Modified Wed Aug 3 10:56:16 2005 UTC (18 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6255 byte(s)
Diff to previous 891
Added missing c-basic-offset:s and license headers


Revision 891 - (view) (annotate) - [select for diffs]
Modified Fri Apr 22 21:54:57 2005 UTC (19 years ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 6230 byte(s)
Diff to previous 841
much better sound synchronization using the provided timestamps


Revision 841 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 17:23:26 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 5091 byte(s)
Diff to previous 840
bugfix: correctly increment the out->p pointer


Revision 840 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 17:03:08 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4784 byte(s)
Diff to previous 838
add upsampling for mono-channels


Revision 838 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 12:29:19 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4803 byte(s)
Diff to previous 837
warn that volume changes are not supported with this output


Revision 837 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 12:16:22 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4740 byte(s)
Diff to previous 836
indent fixes


Revision 836 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 12:09:20 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4700 byte(s)
Diff to previous 835
#define size of resampling buffer


Revision 835 - (view) (annotate) - [select for diffs]
Modified Tue Mar 8 04:25:12 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4641 byte(s)
Diff to previous 833
add initial support for multiple windows samplerates


Revision 833 - (view) (annotate) - [select for diffs]
Added Tue Mar 8 03:33:36 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_libao.c
File length: 4353 byte(s)
basic libao output-driver. works on Mac OSX.
no volume control possible


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26