2008-07-02 |
Aaron Wishnick |
The windowed sinc filter generation code seems to be working fine. The FIR filtering code is also now working reasonably well. Occasionally the FIR filter will pop, but setting the normalization factor lower seems to help this. I suspect the problem is in the fixed point multiply/add. I also have a hunch the zero stuffing/sample discarding code is not correct, and I'll look at that soon to get it sorted out.
gsoc2008_audio_resampling
|
2008-07-02 |
Aaron Wishnick |
Cleaned up some bugs, but the FIR filter is still distorting.
gsoc2008_audio_resampling
|
2008-06-22 |
Aaron Wishnick |
Fixed lots of bugs in FIR filtering. Fixed point code is closer to working, but there seems to be overflow in the FIR filter resulting in distortion.
gsoc2008_audio_resampling
|
2008-06-19 |
Aaron Wishnick |
IIR filtering now seems to work fine. Fixed point code also seems to be good.
gsoc2008_audio_resampling
|
2008-06-18 |
Aaron Wishnick |
Implemented a lot of fixed point code for the filters. The SDL_FixMpy functions currently don't work properly -- there are some issues with signed vs unsigned.
gsoc2008_audio_resampling
|
2008-06-18 |
Aaron Wishnick |
Began implementing IIR and FIR filters, and got zero stuffing and sample discarding working.
gsoc2008_audio_resampling
|
2008-06-18 |
Aaron Wishnick |
Added beginnings of resampling code.
gsoc2008_audio_resampling
|
2008-04-23 |
Sam Lantinga |
Creating GSoC 2008 code branches
gsoc2008_audio_resampling
|
2008-08-25 |
Edgar Simo |
Fixed haptic dummy driver not compiling with some compilers.
gsoc2008_force_feedback
|
2008-08-25 |
Edgar Simo |
Fix for mingw compilation of haptic subsystem by Alam.
gsoc2008_force_feedback
|
2008-08-25 |
Edgar Simo |
Fixed silly mistake because of coding too fast.
gsoc2008_force_feedback
|
2008-08-25 |
Sam Lantinga |
Yep, 0 is the correct value here
gsoc2008_force_feedback
|
2008-08-25 |
Sam Lantinga |
Fixed code for building with UNICODE and without C runtime
gsoc2008_force_feedback
|
2008-08-25 |
Edgar Simo |
* Fixed autotools never properly detecting directinput.
gsoc2008_force_feedback
|
2008-08-24 |
Edgar Simo |
Fixed linux implementation of SDL_HapticStopAll.
gsoc2008_force_feedback
|
2008-08-24 |
Edgar Simo |
Added SDL_HapticStopAll.
gsoc2008_force_feedback
|
2008-08-24 |
Edgar Simo |
Added support for pausing/unpausing haptic devices.
gsoc2008_force_feedback
|
2008-08-12 |
Edgar Simo |
More comments.
gsoc2008_force_feedback
|
2008-08-12 |
Edgar Simo |
Made LINUXEV required for haptic.
gsoc2008_force_feedback
|
2008-08-11 |
Edgar Simo |
Simplified some error messages.
gsoc2008_force_feedback
|
2008-08-11 |
Edgar Simo |
More comments.
gsoc2008_force_feedback
|
2008-08-11 |
Sam Lantinga |
Fixed force feedback detection of joystick devices
gsoc2008_force_feedback
|
2008-08-10 |
Edgar Simo |
Casting for warnings.
gsoc2008_force_feedback
|
2008-08-10 |
Edgar Simo |
Forgot some headers.
gsoc2008_force_feedback
|
2008-08-10 |
Edgar Simo |
First draft of darwin haptic<->joystick stuff.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Added testhaptic to test haptic devices.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Linux documentation was off, periodic does not imply all the individual effects.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Correctness patch my alam.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Fixed typo.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Exposed the darwin joystick hardware data to the haptic subsystem.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Removed TODO.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Updating documentation about NumEffects and NumPlaying.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Removed TODO.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Should remove warnings on compilation.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Proper axes support for darwin haptic.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Added SDL_HAPTIC_STATUS support to windows haptic port.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Forgot to declare instance.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Fixd outstanding typo.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
This should hopefully allow initailizing the joystick/haptic subsystems without calling SetVideoMode first.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Documenting special cases.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Forgot to alloc the hwdata when opening from joystick.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Forgot a return.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Made prototypes for all static functions.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Need DirectX version 7 or later.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Finished implementing the haptic<->joystick functions.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Moved the directinput joystick hwdata stuff into a seperate header file.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Implemented SDL_SYS_HapticMouse on windows.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Fixed another typo.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Fixed typo.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Check for capabilities at init.
gsoc2008_force_feedback
|
2008-08-06 |
Edgar Simo |
Enabled capabilities again.
gsoc2008_force_feedback
|
2008-08-05 |
Edgar Simo |
Added FFEFF_OBJECTOFFSETS to darwin port.
gsoc2008_force_feedback
|
2008-08-05 |
Edgar Simo |
CONVERT now checks for overflows.
gsoc2008_force_feedback
|
2008-08-05 |
Edgar Simo |
Using same syntax as the windows port for updating effects.
gsoc2008_force_feedback
|
2008-08-05 |
Edgar Simo |
Undocumented hack to get all force feedback devices.
gsoc2008_force_feedback
|
2008-08-05 |
Edgar Simo |
Some correctness, especially on axes.
gsoc2008_force_feedback
|
2008-08-05 |
Edgar Simo |
Make sure axes have force feedback actuators.
gsoc2008_force_feedback
|
2008-08-05 |
Edgar Simo |
Better handling of direction axes.
gsoc2008_force_feedback
|
2008-08-05 |
Edgar Simo |
Fixed mistake in CONVERT.
gsoc2008_force_feedback
|
2008-08-05 |
Edgar Simo |
Typo.
gsoc2008_force_feedback
|