/[rdesktop]/sourceforge.net/trunk/rdesktop/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 /sourceforge.net/trunk/rdesktop/rdpsnd_libao.c

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1487)

Revision 1290 - (view) (annotate) - [select for diffs]
Modified Sun Oct 1 22:30:34 2006 UTC (17 years, 7 months ago) by stargo
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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