aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/winmm.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a function to get the frame size from a formatChris Robinson2010-05-241-4/+2
|
* Build device lists only when neededChris Robinson2010-03-091-0/+3
|
* Probe physical devices separately from appending them to the device listChris Robinson2010-03-091-22/+44
|
* Store ALC errors with the device when possibleChris Robinson2009-12-281-2/+2
|
* Rename SetALCError for consistencyChris Robinson2009-10-071-2/+2
|
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-1/+2
| | | | Also keep all the fields in sync
* Fix compilation for WindowsChris Robinson2009-08-281-1/+1
|
* Rebuild device lists when retrieving themChris Robinson2009-08-271-15/+25
|
* Store a copy of the device name in the deviceChris Robinson2009-08-271-1/+2
|
* Store copies of the device names in the individual backendsChris Robinson2009-08-271-9/+21
|
* Add a method to deinitialize backendsChris Robinson2009-08-261-0/+4
|
* Remove unnecessary function parametersChris Robinson2009-08-131-5/+3
|
* Allow delaying playback start until context creation, and don't use ↵Chris Robinson2009-08-131-0/+2
| | | | | | | UpdateSize to store the buffer size This will make it possible to support the context attributes (frequency, refresh, etc) for some backends
* Define _WIN32_WINNT to 0x0500 when including windows.hChris Robinson2008-03-011-0/+1
| | | | VC7 appears to require that value, or higher, set and fails otherwise
* Remove FrameSize struct memberChris Robinson2008-02-141-5/+11
|
* Fix race condition when starting winmm message poll threadChris Robinson2008-02-031-9/+22
|
* Remove unnecessary Channels fieldChris Robinson2008-01-251-2/+2
|
* Add missing config.h includesChris Robinson2008-01-161-0/+2
|
* Store a persistant name string with the device structChris Robinson2007-12-141-2/+1
|
* Initial importChris Robinson2007-11-131-0/+421