/[rdesktop]/jpeg/rdesktop/trunk/rdpsnd_alsa.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_alsa.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: 11267 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_alsa.c
File length: 11267 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_alsa.c
File length: 11267 byte(s)
Diff to previous 1375
update the copyright year


Revision 1375 - (view) (annotate) - [select for diffs]
Modified Wed Jan 10 09:00:56 2007 UTC (17 years, 3 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_alsa.c
File length: 11267 byte(s)
Diff to previous 1369
Rename BOOL to RD_BOOL to avoid conflict on Win32.


Revision 1369 - (view) (annotate) - [select for diffs]
Modified Thu Jan 4 23:36:13 2007 UTC (17 years, 3 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_alsa.c
File length: 11246 byte(s)
Diff to previous 1365
RD_ prefix


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_alsa.c
File length: 11237 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, 4 months ago) by jsorg71
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_alsa.c
File length: 11222 byte(s)
Diff to previous 1360
RD_ prefix and win32 compatibility for core files


Revision 1360 - (view) (annotate) - [select for diffs]
Modified Tue Jan 2 16:36:51 2007 UTC (17 years, 4 months ago) by ossman_
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_alsa.c
File length: 11219 byte(s)
Diff to previous 1356
Add capture support to the alsa 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_alsa.c
File length: 8398 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_alsa.c
File length: 8377 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_alsa.c
File length: 8242 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_alsa.c
File length: 6996 byte(s)
Diff to previous 1333
Restructure driver registration structures a bit so it is easier to add
new fields (and also reduce some memory usage/leaks).


Revision 1333 - (view) (annotate) - [select for diffs]
Modified Tue Nov 7 14:21:39 2006 UTC (17 years, 5 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_alsa.c
File length: 7144 byte(s)
Diff to previous 1325
remove call to snd_pcm_drop as this is done implicitly by snd_pcm_close
and causes an assert on old alsa-versions


Revision 1325 - (view) (annotate) - [select for diffs]
Modified Fri Nov 3 18:11:47 2006 UTC (17 years, 6 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_alsa.c
File length: 7172 byte(s)
Diff to previous 1302
set pcm_handle to NULL on close


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


Revision 1261 - (view) (annotate) - [select for diffs]
Modified Sun Sep 17 15:33:29 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_alsa.c
File length: 7134 byte(s)
Diff to previous 1260
use software volume for ALSA


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_alsa.c
File length: 7279 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_alsa.c
File length: 7241 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_alsa.c
File length: 7137 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_alsa.c
File length: 6603 byte(s)
Diff to previous 1253
unify queue-handling in rdpsnd.c (remove private copies from all
drivers)


Revision 1253 - (view) (annotate) - [select for diffs]
Added Sun Sep 17 10:00:55 2006 UTC (17 years, 7 months ago) by stargo
Original Path: sourceforge.net/trunk/rdesktop/rdpsnd_alsa.c
File length: 7608 byte(s)
add alsa-driver


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