Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-06Make resampling checks more robustjn/modern-sb-filterJohn Novak
2022-09-06Fix reading past the end of the input buffer in the linear interpolatorJohn Novak
2022-09-06Cleanup & improved loggingJohn Novak
2022-09-06Set the zero-order-hold target frequency before enabling the resamplerJohn Novak
2022-09-06Fix sb_filter_always_on default value (change to false)John Novak
2022-09-06Add linear interpolation upsampling method to the mixerJohn Novak
2022-09-06Add `modern` filter type to `sb_filter`John Novak
2022-09-06Refactor mixer to use resample_method and retire do_zoh_upsamplerJohn Novak
2022-09-06Add explanatory comments to the ResampleMethod enumJohn Novak
2022-09-06Introduce ResampleMethod & refactor enabling the ZOH upsamplerJohn Novak
2022-09-06Improve commentJohn Novak
2022-09-06Remove unused enumsJohn Novak
2022-09-06Use verb form for the do_* mixer flagsJohn Novak
2022-09-06Rename resampler to speex_resamplerJohn Novak
2022-09-06Hoist repeat-accessed first entries in discrete PC Speakerkcgen
2022-09-05Only process discrete PC Speaker entries if availablekcgen
2022-09-05Avoid binding non-existent Right Ctrl key on macOSkcgen
2022-09-05Clear the channel's resampler when disabling the channelkcgen
2022-09-05Improve mixer layoutJohn Novak
2022-09-05Remove channel sample rate display from the mixer's outputJohn Novak
2022-09-01Only use the first PC Speaker entry's index if availablekcgen
2022-08-31Check for positive C_OPENGL preprocessor value in sdlmainkcgen
2022-08-31Fix typo in ps1audio sample countkcgen
2022-08-30Update Polish (pl) translationFeralChild64
2022-08-30Store the default country in a top-level constexprkcgen
2022-08-30Improve keyboard layout logickcgen
2022-08-30Add detail to failed message resource lookupkcgen
2022-08-30Use cross-platform language lookup in setupkcgen
2022-08-30Handle wide-char during macOS language extractionkcgen
2022-08-30Lookup country-code using Windows locale API callDennis Lühring
2022-08-30Move OS-specific language function to cross sourceskcgen
2022-08-30Prefer codepages prior to the eurozone monetary union (<1999)kcgen
2022-08-30Debitu the remainder of keyboard layoutkcgen
2022-08-30Always switch to the new keyboard layout when loadedkcgen
2022-08-30Let the right-hand-side set the type in keyb layoutkcgen
2022-08-30reorder headers in keyboard layoutkcgen
2022-08-30Dedupe codepage file reading code into a lambda functionkcgen
2022-08-30Store the default 437 layout in a top-level constexprkcgen
2022-08-30Check the amount of data read from the layout filekcgen
2022-08-30Switch to on-demand CPX loading instead of pre-loadingkcgen
2022-08-30Read keyboard file and codepages using new reader functionskcgen
2022-08-30Add file builtin file IO support functions to keyboard layoutkcgen
2022-08-30Update Italian (it-it) translationKappa971
2022-08-29Drop LTO for arm64 M1 because it's slowerkcgen
2022-08-29Let Meson check the return-code from a system callkcgen
2022-08-29Avoid archiving single objectskcgen
2022-08-29Update CI release LTO settingskcgen
2022-08-28Exclude a debug-only const from Nuked OPLkcgen
2022-08-28Fix boolean typo in drive automount parserkcgen
2022-08-28Lower allowed warning limitskcgen