/[rdesktop]/jpeg/rdesktop/trunk/rdpsnd_sgi.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_sgi.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: 7468 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_sgi.c
File length: 7468 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_sgi.c
File length: 7468 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_sgi.c
File length: 7468 byte(s)
Diff to previous 1372
reduce CPU usage in libao and sgi sound driver


Revision 1372 - (view) (annotate) - [select for diffs]
Modified Mon Jan 8 04:47:06 2007 UTC (17 years, 3 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 7410 byte(s)
Diff to previous 1365
prefix BOOL with RD_


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_sgi.c
File length: 7401 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_sgi.c
File length: 7396 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_sgi.c
File length: 7390 byte(s)
Diff to previous 1355
Fix audio_driver initialisation to avoid problem with uninitialised
variables and reduce the memory leakage.


Revision 1355 - (view) (annotate) - [select for diffs]
Modified Sun Dec 24 15:24:17 2006 UTC (17 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 7362 byte(s)
Diff to previous 1351
fix SGI output driver


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_sgi.c
File length: 7300 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_sgi.c
File length: 7176 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_sgi.c
File length: 6935 byte(s)
Diff to previous 1304
Restructure driver registration structures a bit so it is easier to add
new fields (and also reduce some memory usage/leaks).


Revision 1304 - (view) (annotate) - [select for diffs]
Modified Fri Oct 27 12:29:05 2006 UTC (17 years, 6 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 7072 byte(s)
Diff to previous 1302
Fix some remaining references to rdpsnd_send_completion().


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_sgi.c
File length: 7288 byte(s)
Diff to previous 1279
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 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_sgi.c
File length: 7416 byte(s)
Diff to previous 1260
make it possible for the driver to switch resampling on and off
dynamically. this will be needed for the OSS 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_sgi.c
File length: 7383 byte(s)
Diff to previous 1256
unify audio-byteswapping as a dsp-function


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_sgi.c
File length: 7884 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_sgi.c
File length: 7790 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_sgi.c
File length: 7120 byte(s)
Diff to previous 1032
unify queue-handling in rdpsnd.c (remove private copies from all
drivers)


Revision 1032 - (view) (annotate) - [select for diffs]
Modified Fri Dec 16 07:48:02 2005 UTC (18 years, 4 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 7869 byte(s)
Diff to previous 963
Applied patch from Jeremy Meng <void.foo@gmail.com>:

1. Update contact email.
2. Remove debug messages
3. Give the operating system a little break during sound playing.


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_sgi.c
File length: 7842 byte(s)
Diff to previous 912
Added missing c-basic-offset:s and license headers


Revision 912 - (view) (annotate) - [select for diffs]
Modified Sun Jun 26 22:36:44 2005 UTC (18 years, 10 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 7817 byte(s)
Diff to previous 909
bugfix from Jeremy Meng <voidfoo@cwazy.co.uk>


Revision 909 - (view) (annotate) - [select for diffs]
Modified Tue Jun 7 11:10:13 2005 UTC (18 years, 10 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 7801 byte(s)
Diff to previous 897
Indent fixes


Revision 897 - (view) (annotate) - [select for diffs]
Modified Sat Apr 30 09:13:13 2005 UTC (19 years ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 7800 byte(s)
Diff to previous 865
SGI sound fixes from Jeremy Meng <voidfoo@cwazy.co.uk>


Revision 865 - (view) (annotate) - [select for diffs]
Modified Tue Mar 15 11:25:50 2005 UTC (19 years, 1 month ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 8330 byte(s)
Diff to previous 784
remove C++-style comments


Revision 784 - (view) (annotate) - [select for diffs]
Modified Fri Oct 15 18:04:16 2004 UTC (19 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 8318 byte(s)
Diff to previous 746
correct author in rdpsnd_sgi


Revision 746 - (view) (annotate) - [select for diffs]
Modified Mon Aug 9 13:03:32 2004 UTC (19 years, 8 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 8322 byte(s)
Diff to previous 744
Indent fixes.


Revision 744 - (view) (annotate) - [select for diffs]
Added Mon Aug 9 11:39:49 2004 UTC (19 years, 8 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sgi.c
File length: 8454 byte(s)
SGI sound support from Jeremy Meng <voidfoo@cwazy.co.uk>


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