/[rdesktop]/jpeg/rdesktop/trunk/rdpsnd_oss.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_oss.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: 10282 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_oss.c
File length: 10282 byte(s)
Diff to previous 1481
Moving rdesktop trunk to correct location. 



Revision 1481 - (view) (annotate) - [select for diffs]
Modified Thu Oct 2 18:21:58 2008 UTC (15 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 10282 byte(s)
Diff to previous 1480
Reworked device opening, only open the device with the access that we
currently needs. Avoids transmitting recording data on playback with padsp.


Revision 1480 - (view) (annotate) - [select for diffs]
Modified Thu Oct 2 09:48:20 2008 UTC (15 years, 7 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 9656 byte(s)
Diff to previous 1475
Everything except oss_register can be static


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_oss.c
File length: 9551 byte(s)
Diff to previous 1382
update the copyright year


Revision 1382 - (view) (annotate) - [select for diffs]
Modified Thu Jan 18 05:42:11 2007 UTC (17 years, 3 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 9551 byte(s)
Diff to previous 1376
remove g++ errors and warnings


Revision 1376 - (view) (annotate) - [select for diffs]
Modified Wed Jan 10 09:15:15 2007 UTC (17 years, 3 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 9542 byte(s)
Diff to previous 1372
A bit more robust handling on read() or write() errors.


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_oss.c
File length: 9290 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_oss.c
File length: 9257 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_oss.c
File length: 9247 byte(s)
Diff to previous 1361
RD_ prefix and win32 compatibility for core files


Revision 1361 - (view) (annotate) - [select for diffs]
Modified Tue Jan 2 16:37:54 2007 UTC (17 years, 4 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 9241 byte(s)
Diff to previous 1356
Add capture support to the oss backend.


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_oss.c
File length: 7149 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_oss.c
File length: 7130 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_oss.c
File length: 7045 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_oss.c
File length: 6681 byte(s)
Diff to previous 1318
Restructure driver registration structures a bit so it is easier to add
new fields (and also reduce some memory usage/leaks).


Revision 1318 - (view) (annotate) - [select for diffs]
Modified Thu Nov 2 11:55:59 2006 UTC (17 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 6735 byte(s)
Diff to previous 1302
After closing g_dsp_fd, set g_dsp_busy to false. This prevents errors of type: ERROR: select: Bad file descriptor


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_oss.c
File length: 6738 byte(s)
Diff to previous 1286
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 1286 - (view) (annotate) - [select for diffs]
Modified Sun Oct 1 18:47:04 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 6357 byte(s)
Diff to previous 1279
use resampling in OSS driver when native samplerate is not available


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_oss.c
File length: 5804 byte(s)
Diff to previous 1275
make it possible for the driver to switch resampling on and off
dynamically. this will be needed for the OSS driver.


Revision 1275 - (view) (annotate) - [select for diffs]
Modified Sun Oct 1 11:08:09 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 5771 byte(s)
Diff to previous 1269
do not lose the first mixer event in oss


Revision 1269 - (view) (annotate) - [select for diffs]
Modified Mon Sep 18 10:17:24 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 5680 byte(s)
Diff to previous 1260
fall back to software volume control when the mixer ioctl fails on the
dsp fd


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_oss.c
File length: 5968 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_oss.c
File length: 5931 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_oss.c
File length: 5835 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_oss.c
File length: 5275 byte(s)
Diff to previous 1247
unify queue-handling in rdpsnd.c (remove private copies from all
drivers)


Revision 1247 - (view) (annotate) - [select for diffs]
Modified Wed Jul 12 09:57:05 2006 UTC (17 years, 9 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 5850 byte(s)
Diff to previous 1227
Fix high cpu-usage in OSS-driver


Revision 1227 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 07:37:24 2006 UTC (18 years ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 6413 byte(s)
Diff to previous 974
Make rdpsnd_oss work with Esound again, even with largefile enabled: build this compilation unit without largefile support.


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_oss.c
File length: 6255 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_oss.c
File length: 6254 byte(s)
Diff to previous 801
Added missing c-basic-offset:s and license headers


Revision 801 - (view) (annotate) - [select for diffs]
Modified Tue Nov 23 13:29:12 2004 UTC (19 years, 5 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 6228 byte(s)
Diff to previous 794
Indent fixes


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_oss.c
File length: 6224 byte(s)
Diff to previous 793
strdup the audio-device


Revision 793 - (view) (annotate) - [select for diffs]
Modified Wed Nov 3 09:57:48 2004 UTC (19 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 6216 byte(s)
Diff to previous 778
fix for uninitialized ioctl pointer.
This could be the cause for hangs with esddsp


Revision 778 - (view) (annotate) - [select for diffs]
Modified Sun Oct 3 20:19:51 2004 UTC (19 years, 7 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 6151 byte(s)
Diff to previous 761
changes to compile with g++


Revision 761 - (view) (annotate) - [select for diffs]
Modified Fri Sep 3 22:35:08 2004 UTC (19 years, 8 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 6142 byte(s)
Diff to previous 760
much better playback with non-broken oss-drivers
no change for broken drivers...


Revision 760 - (view) (annotate) - [select for diffs]
Modified Fri Sep 3 18:04:48 2004 UTC (19 years, 8 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 5106 byte(s)
Diff to previous 753
fix for esddsp, which does not implement the SNDCTL_DSP_CHANNELS ioctl


Revision 753 - (view) (annotate) - [select for diffs]
Modified Mon Aug 23 11:13:50 2004 UTC (19 years, 8 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 5094 byte(s)
Diff to previous 751
oss sound fixes


Revision 751 - (view) (annotate) - [select for diffs]
Modified Fri Aug 13 09:43:31 2004 UTC (19 years, 8 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 5092 byte(s)
Diff to previous 532
add $AUDIODEV support to oss-driver


Revision 532 - (view) (annotate) - [select for diffs]
Modified Wed Oct 29 14:14:46 2003 UTC (20 years, 6 months ago) by astrand
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 5031 byte(s)
Diff to previous 510
Indent fixes


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_oss.c
File length: 5055 byte(s)
Diff to previous 509
fix for oss-driver (too fast acks)
some g_ prefixes for globals


Revision 509 - (view) (annotate) - [select for diffs]
Modified Wed Oct 22 12:16:03 2003 UTC (20 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 4288 byte(s)
Diff to previous 504
Mixer fallback for broken sound-drivers


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_oss.c
File length: 3921 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_oss.c
File length: 3913 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_oss.c
File length: 3897 byte(s)
Diff to previous 476
Volume control for OSS & SUN
Ignore first 4 bytes of audio-packet (clicking noise)


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


Revision 475 - (view) (annotate) - [select for diffs]
Added Wed Oct 1 12:35:17 2003 UTC (20 years, 7 months ago) by matthewc
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_oss.c
File length: 3609 byte(s)
Initial sound support


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