convert-repo [Sun, 28 Feb 2010 09:56:32 +0000] rev 4405
update tags
Ryan C. Gordon <icculus@icculus.org> [Thu, 19 Apr 2007 07:12:30 +0000] rev 4404
First shot at GTK+ video target for the OLPC laptops. Seriously incomplete,
but it's enough to get some bits to a window...
Ryan C. Gordon <icculus@icculus.org> [Thu, 19 Apr 2007 07:10:05 +0000] rev 4403
Branching for some One Laptop Per Child experiments.
Ryan C. Gordon <icculus@icculus.org> [Fri, 12 Feb 2010 16:59:34 +0000] rev 4402
Fixed channel swizzling for ALSA target with 6-channel output.
Fixes Bugzilla #942.
Ryan C. Gordon <icculus@icculus.org> [Fri, 05 Feb 2010 19:20:49 +0000] rev 4401
Fixed uninitialized variable in FreeBSD joystick.
Patch by Marcus von Appen.
Ryan C. Gordon <icculus@icculus.org> [Sun, 24 Jan 2010 20:08:14 +0000] rev 4400
PulseAudio: get the window title for the context name if it wasn't set already.
Will still fall back to get_progname() if it can't figure out the title.
Ryan C. Gordon <icculus@icculus.org> [Sun, 24 Jan 2010 17:54:57 +0000] rev 4399
Patched to compile on Visual C++.
Ryan C. Gordon <icculus@icculus.org> [Sun, 24 Jan 2010 08:35:09 +0000] rev 4398
1.2: let PulseAudio hook into SDL_WM_SetCaption().
This lets Pulse's system-wide list of currently playing sources have accurate
names for SDL applications.
DO NOT MERGE WITH 1.3...we'll design a more formal API there.
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 Jan 2010 05:19:32 +0000] rev 4397
Reverted accidental commit.
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 Jan 2010 05:17:59 +0000] rev 4396
1.2 pulseaudio: make some function pointers static.