/[rdesktop]/jpeg/rdesktop/trunk/rdpsnd_sun.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_sun.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: 9881 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_sun.c
File length: 9881 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_sun.c
File length: 9881 byte(s)
Diff to previous 1471
update the copyright year


Revision 1471 - (view) (annotate) - [select for diffs]
Modified Fri Apr 25 11:17:21 2008 UTC (16 years ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 9876 byte(s)
Diff to previous 1470
Corrected last patch; rdpsnd_dsp_resample_set is not needed, since we perform the duplication ourselves.


Revision 1470 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 15:11:17 2008 UTC (16 years ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 9999 byte(s)
Diff to previous 1433
Workaround to support recording on Sun Ray x86 systems.


Revision 1433 - (view) (annotate) - [select for diffs]
Modified Fri Feb 8 10:40:56 2008 UTC (16 years, 2 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 9073 byte(s)
Diff to previous 1432
Properly store the current device settings for full duplex operation.


Revision 1432 - (view) (annotate) - [select for diffs]
Modified Fri Feb 8 10:36:28 2008 UTC (16 years, 2 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 9051 byte(s)
Diff to previous 1428
Fondle the device a bit more carefully when recording to guarantee that we
properly sync up with the data stream. This is crucial to get reliable
behaviour on multi-byte frames.


Revision 1428 - (view) (annotate) - [select for diffs]
Modified Tue Jan 22 10:42:55 2008 UTC (16 years, 3 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 8011 byte(s)
Diff to previous 1372
Record support for Sun audio backend. Also do some general improvements and
get it more in line with the OSS backend.


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_sun.c
File length: 6026 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_sun.c
File length: 6008 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_sun.c
File length: 6003 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_sun.c
File length: 5997 byte(s)
Diff to previous 1351
Fix audio_driver initialisation to avoid problem with uninitialised
variables and reduce the memory leakage.


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_sun.c
File length: 5978 byte(s)
Diff to previous 1347
Make code compile with C89 compilers again


Revision 1347 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 16:41:58 2006 UTC (17 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 5852 byte(s)
Diff to previous 1346
fix sun audio driver


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_sun.c
File length: 5852 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_sun.c
File length: 5534 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_sun.c
File length: 5673 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_sun.c
File length: 5790 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_sun.c
File length: 5921 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_sun.c
File length: 5888 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_sun.c
File length: 6370 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_sun.c
File length: 6274 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_sun.c
File length: 5710 byte(s)
Diff to previous 974
unify queue-handling in rdpsnd.c (remove private copies from all
drivers)


Revision 974 - (view) (annotate) - [select for diffs]
Modified Thu Aug 4 12:50:15 2005 UTC (18 years, 9 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6302 byte(s)
Diff to previous 963
Created a common xstrdup function.


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


Revision 794 - (view) (annotate) - [select for diffs]
Modified Wed Nov 3 10:05:02 2004 UTC (19 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6276 byte(s)
Diff to previous 772
strdup the audio-device


Revision 772 - (view) (annotate) - [select for diffs]
Modified Sat Sep 11 19:17:48 2004 UTC (19 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6268 byte(s)
Diff to previous 694
Correctly init the audio-info structure. Fixes playback-hangs on
OpenBSD after changing volume.


Revision 694 - (view) (annotate) - [select for diffs]
Modified Fri May 7 12:01:53 2004 UTC (19 years, 11 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6337 byte(s)
Diff to previous 561
use ifdef to see if we are big-endian


Revision 561 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 15:07:04 2003 UTC (20 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6324 byte(s)
Diff to previous 560
Use AUDIO_FLUSH on the BSDs


Revision 560 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 14:59:54 2003 UTC (20 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6256 byte(s)
Diff to previous 559
Use stropts.h on solaris


Revision 559 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 12:25:38 2003 UTC (20 years, 4 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6166 byte(s)
Diff to previous 538
Removed timezone stuff, due to too much portability problems...
Will solve this later
Portability "fix" for rdpsnd_sun.c on openbsd


Revision 538 - (view) (annotate) - [select for diffs]
Modified Fri Oct 31 09:38:25 2003 UTC (20 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6187 byte(s)
Diff to previous 514
Be more portable to platforms where I_FLUSH && FLUSHW are not defined


Revision 514 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 02:33:52 2003 UTC (20 years, 6 months ago) by matthewc
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6142 byte(s)
Diff to previous 510
AUDIO_CHANNELS_MONO/AUDIO_CHANNELS_STEREO not defined in some versions
of Solaris.


Revision 510 - (view) (annotate) - [select for diffs]
Modified Thu Oct 23 11:11:31 2003 UTC (20 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6180 byte(s)
Diff to previous 504
fix for oss-driver (too fast acks)
some g_ prefixes for globals


Revision 504 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 11:59:41 2003 UTC (20 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6154 byte(s)
Diff to previous 499
Make sure that g_dsp_busy is initialized to False


Revision 499 - (view) (annotate) - [select for diffs]
Modified Wed Oct 15 14:01:32 2003 UTC (20 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6146 byte(s)
Diff to previous 491
Fixed indentation


Revision 491 - (view) (annotate) - [select for diffs]
Modified Mon Oct 13 16:09:45 2003 UTC (20 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 6129 byte(s)
Diff to previous 477
Volume control for OSS & SUN
Ignore first 4 bytes of audio-packet (clicking noise)


Revision 477 - (view) (annotate) - [select for diffs]
Modified Sat Oct 4 12:24:56 2003 UTC (20 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 5486 byte(s)
Diff to previous 476
Updates to Sun audio support (from Michael Gernoth).


Revision 476 - (view) (annotate) - [select for diffs]
Added Sat Oct 4 00:03:24 2003 UTC (20 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_sun.c
File length: 4886 byte(s)
Add Sun audio support, fix a bug in the OSS driver.
(Michael Gernoth <michael@gernoth.net>)


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