Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of the device timer stuff | Chris Robinson | 2010-11-21 | 1 | -36/+1 |
| | |||||
* | Hide AL_EXTX_sample_buffer_object | Chris Robinson | 2010-11-21 | 1 | -4/+3 |
| | | | | | It hasn't been going anywhere, and it's current use is dubious. Leave the code in for now, but it may be removed later. | ||||
* | Increase the max number of source sends to 4, and decrease the default to 1 | Chris Robinson | 2010-11-06 | 1 | -1/+1 |
| | |||||
* | Duplicate stereo sources by default | Chris Robinson | 2010-09-22 | 1 | -0/+2 |
| | | | | | The mixer is smart enough now to handle proper volume adjustments depending on the number of output speakers | ||||
* | Implement AL_SOFT_buffer_sub_data using the current AL_EXT_buffer_sub_data spec | Chris Robinson | 2010-09-21 | 1 | -1/+3 |
| | | | | | | This extension can be useful for some applications, but a full EXT version may not be ready for some time. Using the SOFT moniker will help differentiate it in case changes need to be done for the EXT version. | ||||
* | Handle clicks by watching changes between updates | Chris Robinson | 2010-08-16 | 1 | -0/+3 |
| | |||||
* | Add a corrective, click-remval sample value offset | Chris Robinson | 2010-08-14 | 1 | -0/+3 |
| | | | | | | This will hopefully be more effective and rebust at removing clicks and pops, particularly from starts and stops in the middle of a sound. Based on an idea by Ben Davis. | ||||
* | Start the device when creating a context without specified attributes | Chris Robinson | 2010-08-12 | 1 | -45/+49 |
| | |||||
* | Update device parameters using a separate function | Chris Robinson | 2010-08-09 | 1 | -156/+158 |
| | |||||
* | Decrement context count when it's removed from the list | Chris Robinson | 2010-08-08 | 1 | -2/+2 |
| | |||||
* | Don't re-init and re-allocate some stuff when the device is left running | Chris Robinson | 2010-08-07 | 1 | -1/+5 |
| | |||||
* | Effectslot's Effectstate should never be NULL | Chris Robinson | 2010-08-06 | 1 | -2/+0 |
| | |||||
* | Enforce the device time to be a multiple of the reported resolution | Chris Robinson | 2010-08-01 | 1 | -0/+1 |
| | |||||
* | Add experimental device attributes for apps to query | Chris Robinson | 2010-07-30 | 1 | -0/+25 |
| | | | | | These will be part of the ALC_EXT_device_time extension. Behavior, values, etc, are all subject to change. | ||||
* | Store the time precision with the device | Chris Robinson | 2010-07-25 | 1 | -0/+2 |
| | |||||
* | Add a backend callback to get the device time | Chris Robinson | 2010-07-24 | 1 | -1/+1 |
| | | | | | The method should monotonically count the number of nanoseconds the device has active contexts | ||||
* | Close the log file last during shutdown | Chris Robinson | 2010-07-22 | 1 | -4/+4 |
| | |||||
* | Keep count of the number of samples played | Chris Robinson | 2010-07-22 | 1 | -0/+9 |
| | |||||
* | Make sure the device is stopped if there was an error setting up the first ↵ | Chris Robinson | 2010-07-21 | 1 | -0/+4 |
| | | | | context | ||||
* | Make sure the log file is set before initializing the rest of the lib | Chris Robinson | 2010-06-08 | 1 | -6/+6 |
| | |||||
* | Make the Wave Writer backend optional | Chris Robinson | 2010-06-08 | 1 | -0/+2 |
| | |||||
* | Remove support for the old 'refresh' config option | Chris Robinson | 2010-06-06 | 1 | -5/+2 |
| | |||||
* | Make sure the effectslot map is properly initialized | Chris Robinson | 2010-06-06 | 1 | -0/+1 |
| | |||||
* | Use an array of active sources when mixing | Chris Robinson | 2010-06-06 | 1 | -1/+14 |
| | | | | Prevents iterating over all allocated sources during mixing updates | ||||
* | Allow prepending backend names with - to remove them from the available devices | Chris Robinson | 2010-06-05 | 1 | -8/+21 |
| | |||||
* | Improve locking when calling the backend capture API | Chris Robinson | 2010-06-05 | 1 | -15/+9 |
| | |||||
* | 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 |
| | | | | This device will mix and fully process contexts as normal | ||||
* | 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 |
| | | | | And do a lookup using a binary search instead of linear | ||||
* | 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 |
| | | | | Further, don't use it with mono/stereo output | ||||
* | 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 |
| | | | | All channels get the same scalar so channel balance (should be) maintained | ||||
* | 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 |
| |