/
MichaelAgarkov
/
reactos
ОбзорДокументацияВойти
/
MichaelAgarkov
/
reactos
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность

Репозиторий помещен в архив 03 апреля 2026. Вся функциональность доступна только для чтения.

ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
reactos/
sdk/lib/
..
3rdparty

[FECLIENT] Import from Wine-10.0 (#8301)

5 месяцев назад
ansi_sync_hacks

[ANSI-SYNC-HACKS][NFSD] Small library to sync ANSI code (#8800)

4 месяца назад
apisets

[APISETS] Use ucrtbase as the lord intended instead of msvcrt

2 года назад
atl

[PSDK] Add minwinbase.h

год назад
cmlib

[CMLIB] Fix GCC13 print formatting '%lu' warning (#7408)

2 года назад
comsupp

[COMSUPP] Relicense as BSD.

4 года назад
conutils

[CONUTILS] Improve library build interface; avoid using winuser.h; fix x64 build warnings

4 месяца назад
cportlib

[CPORTLIB:PC98] Refactor serial support code (#8558)

5 месяцев назад
cpprt

[CPPRT] Add cpprt for GCC, tool

2 года назад
crt

[CRT/GCC] Fix infinite recursion in memset/memcpy/memmove at -O2

5 месяцев назад
cryptlib

[NTDLL][ADVAPI32][ADVAPI32_APITEST][CRYPTLIB] Add hash API exports for NT6+ and apitests with small fixes

2 года назад
debugsup

[REACTOS] *.spec: Fix some function/parameter types (#3154)

6 лет назад
delayimp

[SDK:DELAYIMP] Simplify code following commit 5840b21 (#7784)

5 месяцев назад
dmilib

[DMILIB][UDMIHELP] Favor pragma once (#5472)

3 года назад
dnslib

[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces

5 лет назад
drivers

[MMIXER] Further imrovements to volume control support (follow-up of 376708b) Add more improvements and fixes to volume control implementation. - Don't allocate and don't use an array for storing volume level values. Also, get rid from some stuff, which is not used any more (some fields of MIXERVOLUME_DATA structure and MMixerGetVOlumeControlIndex() function). - Use the following formulas to properly convert the volume level values from the logical units range (0 - 65535) to the hardware Decibel (DB) range (defined by audio miniport driver): <decibels> = <units> * <range_in_db> / <range_in_units> + <minimal_level> (for setting the new value) and <units> = (<decibels> - <mimimal_level> + 1) * <range_in_db> / <range_in_units> (for getting the previous value), where <decibels> is a DB hardware value, <units> is logical units value, <rang_in_db> is the hardware range (DB), <range_in_units> is range in the logical units and <minimal_level> is the most minimum volume level value defined by an audio miniport driver. - I've created this formula myself basing on my calculations and investigations (with some help from Hermes Belusca-Maito), so it's tested and confirmed to be working for all possible values range (at least for our official Intel AC97 driver, and, as tested later, Realtek HD audio). - Do this in both cases when setting the new and when getting the previous volume value as well. - Fallback to default values range -96 - 0 DB in case either the volume level property is not supported by audio miniport driver, or the values range is empty (SignedMinimum is equal to SignedMaximum and both of them typically have a 0 (zero) value). Realtek HD audio codec is one of such a drivers, so this fixes the volume control on real hardware too (tested on Asus-F5R notebook with Realtek ALC660 audio controller). Moreover, the volume values set by user are even properly saved (aren't lost) after reboot (unlike with Intel AC97 in VirtualBox or SoundBlaster in VMware)! Realtek probably uses another mechanism to write/read the value(s) to/from Registry, which is handled by the miniport (codec) driver instead. This fixes some remaining bugs when changing the volume level, so now 1) min/max position of the volume bar can be reached correctly and 2) left/right balance sliders are now behaving properly (they don't affect position of each other anymore when moving them manually). CORE-19189, CORE-19190

7 месяцев назад
dxguid

[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces

5 лет назад
epsapi

[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces

5 лет назад
evtlib

[EVTLIB] Fix size of event log record

2 года назад
fast486

[REACTOS] Fix build with VS 17.14.2 / CL 19.44.35207.1

год назад
fslib

[VFATLIB][FMIFS][CHKDSK] Chkdsk fixes and improvements (#8810)

4 месяца назад
gcc-compat

[STDC++COMPAT] Add rand_s for GCC 13 and pre-NT6 builds

5 месяцев назад
gcc_ssp

[GCC_SSP] Turn the GCC stack protector lib into a normal library

6 месяцев назад
inflib

[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces

5 лет назад
ioevent

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
lsalib

[LSALIB][SECURE32][LSASRV] Improve the check for trusted/untrusted callers

2 года назад
nt

[SDK:NT] Remove Win32-isms.

7 лет назад
pathcch

[SDK][KERNELBASE][PATHCCH] Compile a collection of PathCch libraries (#8085)

год назад
poguid

[SDK] Swap initguid and wdm headers

год назад
pseh

[PSEH] Fix x64 ABI compliance and register clobbering in exception filters (#8700)

5 месяцев назад
rossym

[FREELDR][ROSSYM(_NEW)] Remove last vestigial references to "NTOSAPI".

2 года назад
rossym_new

[FREELDR][ROSSYM(_NEW)] Remove last vestigial references to "NTOSAPI".

2 года назад
rtl

[KERNEL32_VISTA][NTDLL_VISTA] add required functions for winhttp

4 месяца назад
runtmchk

[REACTOS] Finally get some ARM64 applications building (#4517)

4 года назад
scrnsave

[SDK:SCRNSAVE] Implement mouse move threshold.

3 года назад
skiplist

[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces

5 лет назад
smlib

[SMSS] Improve comments/code/some DPRINTs. Reorganize smss.h header.

4 года назад
strmiids

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
tdilib

[FORMATTING] Remove trailing whitespace. Addendum to 34593d9.

5 лет назад
tzlib

[TZLIB] QueryTimeZoneData(): Don't fail if the optional values "Display", "Std", "Dlt" are missing (or too long to be captured). However fail if the timezone information is missing.

6 лет назад
ucrt

[UCRT] Fix GCC/Clang SIMD compilation

год назад
udmihelp

[DMILIB][UDMIHELP] Favor pragma once (#5472)

3 года назад
uuid

[SDK][UUID] Add notification object interfaces

5 месяцев назад
vcruntime

[VCRUNTIME] Implement _chkesp / _chkesp_failed

6 месяцев назад
wdmguid

Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.

9 лет назад
wine2ros

[IMM32][NETAPI32][SDK] Reduce Wine dependency (#7912)

год назад
CMakeLists.txt

[ANSI-SYNC-HACKS][NFSD] Small library to sync ANSI code (#8800)

4 месяца назад