| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a UIntMap for the Databuffers | Chris Robinson | 2010-06-03 | 1 | -2/+4 |
* | Add a Null Output device | Chris Robinson | 2010-05-28 | 1 | -0/+1 |
* | Update head dampening after a device reset | Chris Robinson | 2010-05-26 | 1 | -8/+10 |
* | Use the ALSOFT_LOGFILE env var to specify the output for AL_PRINT | Chris Robinson | 2010-05-21 | 1 | -1/+19 |
* | Use a map for the filter list | Chris Robinson | 2010-05-18 | 1 | -2/+5 |
* | Use a map for the effects list | Chris Robinson | 2010-05-18 | 1 | -2/+5 |
* | Add initial structural support for AL_EXT_loop_points | Chris Robinson | 2010-05-13 | 1 | -2/+2 |
* | Don't needlessly expose a variable for the backends | Chris Robinson | 2010-05-12 | 1 | -5/+5 |
* | Use a UIntMap for the effect slot list | Chris Robinson | 2010-05-12 | 1 | -4/+5 |
* | Rename a variable | Chris Robinson | 2010-05-11 | 1 | -5/+5 |
* | Look for the map insertion point using a binary search | Chris Robinson | 2010-05-10 | 1 | -4/+15 |
* | Use a map to store sources and buffers | Chris Robinson | 2010-05-01 | 1 | -6/+92 |
* | Combine AL and ALC function lists | Chris Robinson | 2010-04-28 | 1 | -0/+130 |
* | Add a couple missing values to the *GetEnumValue tables | Chris Robinson | 2010-04-25 | 1 | -0/+1 |
* | Make stereo duplication a property of the device | Chris Robinson | 2010-04-20 | 1 | -2/+0 |
* | Stop and start the backend device only if new attributes are being requested | Chris Robinson | 2010-04-17 | 1 | -15/+21 |
* | Store the panning LUT in the device | Chris Robinson | 2010-04-08 | 1 | -100/+1 |
* | Apply a scalar to the output downmix so channels don't get more than a 100% mix | Chris Robinson | 2010-04-08 | 1 | -0/+16 |
* | Set the device channel matrix when the device is reset | Chris Robinson | 2010-04-08 | 1 | -0/+82 |
* | Invert device channel map array | Chris Robinson | 2010-04-08 | 1 | -66/+66 |
* | Implement a skeleton Ring Modulator effect | Chris Robinson | 2010-04-08 | 1 | -0/+1 |
* | ALC_EXT_thread_local_context is now complete | Chris Robinson | 2010-03-29 | 1 | -2/+2 |
* | Remove a couple unnecessary lines | Chris Robinson | 2010-03-26 | 1 | -2/+0 |
* | Use unsigned types for mono and stereo source count hints | Chris Robinson | 2010-03-25 | 1 | -15/+14 |
* | Fix comparison check | Chris Robinson | 2010-03-24 | 1 | -1/+1 |
* | Fix alcGetEnumValue error handling | Chris Robinson | 2010-03-24 | 1 | -7/+7 |
* | Constify and properly type some variables and struct members | Chris Robinson | 2010-03-24 | 1 | -62/+67 |
* | Use a global handle to store the process-wide context | Chris Robinson | 2010-03-23 | 1 | -26/+8 |
* | Rename alcMakeCurrent to alcSetThreadContext | Chris Robinson | 2010-03-23 | 1 | -3/+3 |
* | Mark extension functions with AL_API/ALC_API | Chris Robinson | 2010-03-23 | 1 | -2/+2 |
* | Reduce some indentation | Chris Robinson | 2010-03-19 | 1 | -264/+254 |
* | Simplify removing the context handle from the device's context array | Chris Robinson | 2010-03-19 | 1 | -2/+1 |
* | Don't use deprecated macros | Chris Robinson | 2010-03-19 | 1 | -22/+22 |
* | Use size_t where appropriate | Chris Robinson | 2010-03-18 | 1 | -4/+4 |
* | Use a separate list for NULL-device extensions | Chris Robinson | 2010-03-17 | 1 | -2/+8 |
* | The enums are the same as with mcforamts, so advertise AL_EXT_MULAW too | Chris Robinson | 2010-03-17 | 1 | -2/+3 |
* | Rename some struct members for consistency | Chris Robinson | 2010-03-16 | 1 | -4/+4 |
* | Add support for AL_EXT_DOUBLE | Chris Robinson | 2010-03-13 | 1 | -2/+2 |
* | Add support for AL_EXT_MULAW_MCFORMATS | Chris Robinson | 2010-03-13 | 1 | -3/+3 |
* | Protect some capture calls with a mutex | Chris Robinson | 2010-03-09 | 1 | -0/+12 |
* | Build device lists only when needed | Chris Robinson | 2010-03-09 | 1 | -8/+0 |
* | Keep UpdateSize updated when apps request a frequency | Chris Robinson | 2010-02-24 | 1 | -0/+3 |
* | Constify some globals | Chris Robinson | 2010-02-15 | 1 | -6/+8 |
* | Avoid probing for devices on lib initialization | Chris Robinson | 2010-02-10 | 1 | -6/+17 |
* | Fix retrieval of the current global context when changing it | Chris Robinson | 2010-02-08 | 1 | -1/+6 |
* | al_print doesn't need to be inline | Chris Robinson | 2010-01-12 | 1 | -0/+24 |
* | Add helpful values to the resampler enum | Chris Robinson | 2010-01-11 | 1 | -3/+3 |
* | Add an option for point resampling | Chris Robinson | 2010-01-11 | 1 | -0/+7 |
* | Promote AL_EXT_source_distance_model to complete | Chris Robinson | 2010-01-09 | 1 | -1/+1 |
* | Make sure the device handle is valid when getting the device error | Chris Robinson | 2010-01-09 | 1 | -1/+1 |