Mercurial
Mercurial
>
icculus
>
SDL-audio-capture
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Quartz code should use F13, F14, and F15 keys instead of PrintScreen,
SDL-1.2
2007-02-14, by Ryan C. Gordon
Corrected wrong SDK path in build-scripts/fatbuild.sh.
SDL-1.2
2007-02-13, by Ryan C. Gordon
Free all the created cursors in test/testcursor.c.
SDL-1.2
2007-02-13, by Ryan C. Gordon
Digital Mars has stdint.h, so use the header on Windows with that compiler.
SDL-1.2
2007-02-12, by Ryan C. Gordon
Handle source data alignment correctly in Blit32to32SurfaceAlphaAltivec().
SDL-1.2
2007-02-12, by Ryan C. Gordon
Patched to compile on BeOS and old, old GCC releases.
SDL-1.2
2007-02-05, by Ryan C. Gordon
Actually, this is dumb, just simplify this for now.
SDL-1.2
2007-02-03, by Ryan C. Gordon
Moved otherwise-unused underscore-prepending code in dlopen backend into an
SDL-1.2
2007-02-03, by Ryan C. Gordon
Updated svn repository
SDL-1.2
2007-01-23, by Sam Lantinga
Add error message if not using SDL_LoadObject
SDL-1.2
2007-01-14, by Patrice Mandin
Disable TurboVeille screensaver if present
SDL-1.2
2007-01-11, by Patrice Mandin
Alpha sort the test list, add missing ones, remove removed ones
SDL-1.2
2007-01-04, by Patrice Mandin
Fix of HBITMAP leak in GAPI driver by Dmitry Yakimov.
SDL-1.2
2006-12-11, by Ryan C. Gordon
Merge r2921:2922 from SDL trunk to 1.2 branch: mingw alloca.h workaround.
SDL-1.2
2006-12-01, by Ryan C. Gordon
Wrapped some macro params in parentheses for alloca wrappers.
SDL-1.2
2006-11-29, by Ryan C. Gordon
From: Gabriel Gambetta
SDL-1.2
2006-11-21, by Ryan C. Gordon
Added sdl.pc to svn:ignore.
SDL-1.2
2006-11-21, by Ryan C. Gordon
Check video driver mouse cursor pointers before using them
SDL-1.2
2006-11-19, by Patrice Mandin
X11 backend: tell app that mouse focus has been obtained when grabbing the
SDL-1.2
2006-11-13, by Ryan C. Gordon
Block fruity channel values in dspaudio, or the fragment size won't be a
SDL-1.2
2006-11-12, by Ryan C. Gordon
BeOS loadso code now reports failure correctly from SDL_LoadObject(), and uses
SDL-1.2
2006-11-07, by Ryan C. Gordon
Man, who let this moron near printf()?! :)
SDL-1.2
2006-11-07, by Ryan C. Gordon
Added a test program for loadso subsystem.
SDL-1.2
2006-11-07, by Ryan C. Gordon
Chopped out some code to match changes in revision #2793 to fix build...but
SDL-1.2
2006-11-07, by Ryan C. Gordon
Merged r2896:2897 from trunk (use dummy joystick if subsystem enabled and
SDL-1.2
2006-11-03, by Ryan C. Gordon
A few more AmigaOS things.
SDL-1.2
2006-10-29, by Ryan C. Gordon
Removed broken AmigaOS support.
SDL-1.2
2006-10-29, by Ryan C. Gordon
Added some newer binaries to svn:ignore.
SDL-1.2
2006-10-29, by Ryan C. Gordon
joyGetPosEx() was using the wrong variable for specifying a device; this is
SDL-1.2
2006-10-29, by Ryan C. Gordon
Closing minor memory leak in XME code.
SDL-1.2
2006-10-29, by Ryan C. Gordon
Fix for buffer overflow in audio code, when feeding a device that needs
SDL-1.2
2006-10-27, by Ryan C. Gordon
Also save/restore fpu register in vbl interrupt
SDL-1.2
2006-10-21, by Patrice Mandin
backport from 1.3
SDL-1.2
2006-10-01, by Sam Lantinga
1.2 backport: Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.
SDL-1.2
2006-10-01, by Ryan C. Gordon
Fixed bug #292
SDL-1.2
2006-09-24, by Sam Lantinga
Fixed formatting
SDL-1.2
2006-09-24, by Sam Lantinga
Fixed bug #286
SDL-1.2
2006-09-24, by Sam Lantinga
Fixed bug #281
SDL-1.2
2006-09-24, by Sam Lantinga
Fixed bug #316
SDL-1.2
2006-09-24, by Sam Lantinga
Fixed bug #321
SDL-1.2
2006-09-24, by Sam Lantinga
Fixed bug #270
SDL-1.2
2006-09-24, by Sam Lantinga
Bumped the version in subversion to 1.2.12
SDL-1.2
2006-09-24, by Sam Lantinga
Fixed bug #278
SDL-1.2
2006-09-24, by Sam Lantinga
Fixed bug #276
SDL-1.2
2006-09-24, by Sam Lantinga
(none)
SDL-1.2
2006-09-23, by Sam Lantinga
Fixed bug #304
SDL-1.2
2006-09-23, by Sam Lantinga
Fixed bug #294
SDL-1.2
2006-09-23, by Sam Lantinga
Forgot cpu boundaries
SDL-1.2
2006-09-16, by Patrice Mandin
Save/restore fpu registers if needed
SDL-1.2
2006-09-16, by Patrice Mandin
Add function to check FPU presence
SDL-1.2
2006-09-16, by Patrice Mandin
Only saved non preserved registers
SDL-1.2
2006-09-16, by Patrice Mandin
Only convert endianness if both src and dest are 16bits
SDL-1.2
2006-09-16, by Patrice Mandin
Update to reflect driver changes
SDL-1.2
2006-09-15, by Patrice Mandin
Use new keyboard mapping routines
SDL-1.2
2006-09-13, by Patrice Mandin
Factorize keyboard mapping between drivers
SDL-1.2
2006-09-13, by Patrice Mandin
Allow grabing mouse by locking its position
SDL-1.2
2006-09-12, by Patrice Mandin
Reenable xbios usage to get relative mouse motion
SDL-1.2
2006-09-12, by Patrice Mandin
Allow mouse to be locked when grabbed with GEM driver
SDL-1.2
2006-09-12, by Patrice Mandin
Disable MiNT thread usage and use hw access for updating DMA audio pointers
SDL-1.2
2006-09-12, by Patrice Mandin
Forgot to reshow mouse cursor when exiting grab/hide mode
SDL-1.2
2006-09-08, by Patrice Mandin
/me dumb, sizeof(keymap) != number of elements
SDL-1.2
2006-09-07, by Patrice Mandin
Use correct function to free allocated mem
SDL-1.2
2006-09-05, by Patrice Mandin
Removed some new 1.3 symbols from code backported to 1.2.
SDL-1.2
2006-09-03, by Ryan C. Gordon
Backport from 1.3: most of the audio drivers can now handle data
SDL-1.2
2006-09-01, by Ryan C. Gordon
Add teamtap support (4 joypads adapter on 1 port)
SDL-1.2
2006-08-02, by Patrice Mandin
Patched to compile. Fixes Bugzilla #285.
SDL-1.2
2006-07-24, by Ryan C. Gordon
Updated the snapshot build target to reflect the new source location
SDL-1.2
2006-07-10, by Sam Lantinga
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
SDL-1.2
2006-07-10, by Sam Lantinga
Removed distinction between "available" and "init" in audio backends, since
SDL-ryan-multiple-audio-device
2006-10-17, by Ryan C. Gordon
ALSA's availability test was wrong in multi-device land. If the ALSA libraries
SDL-ryan-multiple-audio-device
2006-10-17, by Ryan C. Gordon
I really don't want to update these last two audio backends...I added an
SDL-ryan-multiple-audio-device
2006-10-17, by Ryan C. Gordon
Added a FIXME.
SDL-ryan-multiple-audio-device
2006-10-17, by Ryan C. Gordon
Moved DirectSound audio target to SDL 1.3 API and did some house cleaning.
SDL-ryan-multiple-audio-device
2006-10-17, by Ryan C. Gordon
Moved windib (waveout) audio to 1.3 API and made other cleanups.
SDL-ryan-multiple-audio-device
2006-10-08, by Ryan C. Gordon
Some fixes that were discovered when trying to get OS/2 audio working again...
SDL-ryan-multiple-audio-device
2006-10-08, by Ryan C. Gordon
OS/2 audio code works in 1.3 now.
SDL-ryan-multiple-audio-device
2006-10-08, by Ryan C. Gordon
This file probably got corrupted by a pretty printer at some point...
SDL-ryan-multiple-audio-device
2006-10-08, by Ryan C. Gordon
BeOS audio now works in 1.3 branch.
SDL-ryan-multiple-audio-device
2006-10-08, by Ryan C. Gordon
Patched to build on pre-C99 compilers.
SDL-ryan-multiple-audio-device
2006-10-08, by Ryan C. Gordon
Patched to build on pre-C99 compilers.
SDL-ryan-multiple-audio-device
2006-10-08, by Ryan C. Gordon
Still more PAudio renames...
SDL-ryan-multiple-audio-device
2006-10-08, by Ryan C. Gordon
Whoops, changed that symbol name...
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Paudio driver moved to 1.3 API.
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Forgot to add NTO_Init()...
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Fixed some things to use SDL C runtime functions.
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Moved NTO audio driver to 1.3 API.
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Fixed duplicate include-once blockers.
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Moved mme audio driver to 1.3 API.
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Minor fixes in dsp driver.
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Dynamic loading for NAS audio driver.
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Minor ALSA dynamic loading fix.
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Look for NAS libraries in normal paths (where Ubuntu installs them).
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Minor NAS tweak.
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Moved NAS audio driver to 1.3 API.
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Moved more audio drivers to 1.3 API (all 5 MiNT backends, BSD, IRIX...), and
SDL-ryan-multiple-audio-device
2006-10-07, by Ryan C. Gordon
Updated a bunch of audio backends to 1.3 API (Dreamcast, OS/2, ALSA, and
SDL-ryan-multiple-audio-device
2006-10-06, by Ryan C. Gordon
Mangled ALSA dynamic loading...static loading will still work if you have the
SDL-ryan-multiple-audio-device
2006-10-06, by Ryan C. Gordon
Patched to compile.
SDL-ryan-multiple-audio-device
2006-10-06, by Ryan C. Gordon
Moved AudioBootstrap section in converted drivers to bottom of source, so I
SDL-ryan-multiple-audio-device
2006-10-06, by Ryan C. Gordon
Updated esd audio driver for 1.3 API.
SDL-ryan-multiple-audio-device
2006-10-06, by Ryan C. Gordon
One more minor cleanup in arts driver.
SDL-ryan-multiple-audio-device
2006-10-06, by Ryan C. Gordon
Removed duplicate state from arts driver.
SDL-ryan-multiple-audio-device
2006-10-06, by Ryan C. Gordon
Updated arts driver for 1.3 audio API.
SDL-ryan-multiple-audio-device
2006-10-06, by Ryan C. Gordon
Removed some prototypes for non-existant functions in dummy audio driver.
SDL-ryan-multiple-audio-device
2006-10-06, by Ryan C. Gordon
Multiple audio device code is now working for dsp and dma targets.
SDL-ryan-multiple-audio-device
2006-10-05, by Ryan C. Gordon
Cleaning out SDL_audiodev.c and related references ...
SDL-ryan-multiple-audio-device
2006-10-05, by Ryan C. Gordon
Another s/video/audio typo.
SDL-ryan-multiple-audio-device
2006-10-05, by Ryan C. Gordon
DART allegedly does up to quad output.
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Removed some FIXMEs that'll probably never actually need fixing.
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Disk audio can now use device name for target filename.
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Removed an if (), which lets this code section be a little less cluttered...
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Removed ESD cruft from the core...now the driver will use esound if there's
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Moving more out of core and into drivers...
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Removed AmigaOS audio driver from 1.3; it hasn't compiled for years, and it
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Changed wording on test output.
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Fixed CoreAudio specific device open.
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Audio bootstraps can now specify that a driver is only to be used if
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Cut-and-paste typo fix.
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
Bunch of 1.3 audio cleanups to remove FIXMEs, get driver specific crap out of
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
More 1.3 audio work...moved dsp and dma drivers over to new model. Untested!
SDL-ryan-multiple-audio-device
2006-10-04, by Ryan C. Gordon
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
tip