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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1347 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 16:41:58 2006 UTC (17 years, 5 months ago) by stargo
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, 5 months ago) by ossman_
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, 5 months ago) by ossman_
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_
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_
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
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, 8 months ago) by stargo
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, 8 months ago) by stargo
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, 8 months ago) by stargo
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, 8 months ago) by stargo
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
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
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
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, 8 months ago) by stargo
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 (20 years ago) by stargo
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, 5 months ago) by stargo
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, 5 months ago) by stargo
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, 5 months ago) by stargo
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
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
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, 7 months ago) by stargo
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, 7 months ago) by stargo
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, 7 months ago) by astrand
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, 7 months ago) by stargo
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
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
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