OSDN Git Service

[portaudio] Import pa_stable_v190700_20210406
[timidity41/timidity41.git] / timidity /
2021-05-05 Starg[filter] Use unpack macros in LPF12_2
2021-05-05 Starg[filter] Refactor SIMD filters
2021-05-05 Starg[optcode] Fix transpose macro
2021-05-04 Starg[optcode] Change transpose macros to accept arrays
2021-05-04 Starg[filter][optcode] Refactor SIMD code
2021-05-02 Starg[filter] Add AVX512 version of sample_filter_LPF24_batc...
2021-05-02 Starg[filter] Add AVX version of sample_filter_LPF24_batch...
2021-05-02 Starg[filter] Add batch processing of LPF24
2021-05-02 Starg[filter] Fix recalc_filter_LPW_BW_batch()
2021-05-01 Starg[decode] Add AVX512 version of FLAC decoder
2021-04-22 Starg[int_synth] Fix loading multiple files
2021-04-05 StargEnable 64 bit IO support on MinGW
2021-04-05 StargFix for GCC
2021-04-03 Starg[playmidi] Fix buffer overflow when more than 32 voices...
2021-04-03 Starg[optcode] Don't use member access on vector register...
2021-04-01 Starg[filter] Avoid storel and storeh
2021-04-01 Starg[filter] Don't use unsupported intrinsics
2021-03-25 Starg[cmake] Exclude filter.c from ICC IPO
2021-03-25 Starg[filter] Fix bug in buffer_filter_batch()
2021-03-25 Starg[filter] Fix AVX512 version
2021-03-24 StargIncrease MIX_VOICE_BATCH_SIZE to 32
2021-03-24 Starg[filter] Fix mask calculation
2021-03-23 Starg[filter] Remove MIX_VOICE_BATCH_SIZE check
2021-03-23 Starg[filter] Improve LPF vectorization
2021-03-23 Starg[optcode] Add MM_BLENDV_PS() / MM_BLENDV_PD() macros
2021-03-22 Starg[filter] Vectorize LPF_BW
2021-03-22 Starg[filter] Don't update values unnecessarily
2021-03-21 StargDisable use of SVML when compiling with clang
2021-03-21 StargSSE version of filter batch
2021-03-21 StargAVX512 version of HPF12_2
2021-03-20 StargBatch HPF12_2
2021-03-20 StargBatch voice filters
2021-03-20 Starg[envelope] Optimize reset_envelope2()
2021-03-20 StargAdd more options to --voice-hpf
2021-03-19 Starg[resample] Fix buffer overrun
2021-03-15 Starg[cmake] Workaround for ICE caused by ICC IPO
2021-03-15 Starg[ecw] Add stub for ECW functions
2021-03-07 Starg[filter] Optimize LPF12_2 for AVX
2021-03-06 Starg[resample] Small optimization
2021-03-01 Starg[resample] Minor fixes
2021-02-28 Starg[resample] Prefer VEX to EVEX
2021-02-28 Starg[resample] Add resample_lagrange_int32_multi()
2021-02-28 Starg[resample] WIP: Add Avx2 and AVX512 versions of resampl...
2021-02-28 Starg[resample] Fix AVX2 linear resamplers
2021-02-28 Starg[resample] WIP: Add resample_voice_linear_int32_optimize()
2021-02-27 StargSmall optimization for lagrange interpolation
2021-02-27 Starg[optcode] Add macros for AVX512
2021-02-27 StargEnable USE_PERMUTEX2
2021-02-21 StargWIP: Add AVX512 version of resample_lagrange_multi()
2021-02-21 StargOptimize AVX2 version of resample_linear_multi()
2021-02-21 Starg[WIP] Add AVX512 version of resample_linear_multi()
2021-02-19 StargSupport for AVX512
2021-02-19 StargImprove instruction set extension settings
2021-02-17 Starg[sfz] Add support for pitch envelope and filter envelop...
2021-02-16 Starg[decode] Let the auto-vectorizer do its job
2020-12-14 StargRemove duplicated definitions
2020-11-07 Starg[sfz] Change error msg
2020-10-10 Starg[dls] Fix DLSConnectionBlock::DestinationKind::EG1Decay...
2020-10-09 Starg[sfz] Add support for cutoff and resonance
2020-10-09 StargFix comment
2020-10-09 Starg[dls] Explicitly specify enumeration values in DLSConne...
2020-10-09 Starg[dls][sfz] Fix pan
2020-09-27 Starg[decode] Improve FLAC decoder
2020-09-27 StargMerge branch 'unkotim' into dev41
2020-09-27 StargImport UnkoTim237 unkotim unkotim237
2020-09-26 Starg[decode] Optimize FLAC decoder
2020-09-24 Starg[decode] Fix decoding of 24bit FLAC samples
2020-09-12 StargMerge UnkoTim236
2020-09-12 StargImport UnkoTim236 unkotim236
2020-09-05 Starg[sfz] Prevent the same warning from being printed multi...
2020-08-30 StargFix keyswitch
2020-08-30 Starg[sfz] Add support for keyswitch
2020-08-30 StargImplement keyswitch
2020-08-27 Starg[sfz] Add support for crossfade
2020-08-27 Starg[sfz] WIP: Add support for rt_decay
2020-08-27 Starg[sfz] Add support for trigger=release_key
2020-08-27 Starg[sfz] WIP: Add support for trigger=release
2020-08-23 StargFix resampling (commit 0906b657 somehow broke GUS patch...
2020-08-22 Starg[sfz] Remove loop if not necessary
2020-08-22 Starg[sfz] Add support for end
2020-08-22 Starg[sfz] Add support for loop_mode=one_shot
2020-08-22 Starg[sfz] Improve offset implementation
2020-08-22 StargAdd MODES_TRIGGER_RANDOM flag and remove enable_rand...
2020-08-22 Starg[mod2mid] Fix length calculation for antialiasing
2020-08-22 Starg[mod2mid] Stop down-sampling on large MOD samples
2020-08-20 StargExclude unused files from build
2020-08-17 StargFix warnings
2020-08-17 StargUse llabs() instead of abs()
2020-08-17 StargFix vst prototype
2020-08-09 Starg[wasapi] Pad 24 bit samples to 32 bits on exclusive...
2020-08-09 Starg[wdmks] WaveRT devices excpect 24 bit samples to be...
2020-08-09 Starg[wdmks] Fix typo
2020-08-03 StargMerge unkotim235
2020-08-03 StargImport UnkoTim235 unkotim235
2020-08-02 StargFix resample buffer overrun
2020-07-12 StargMerge branch 'unkotim' into dev41
2020-07-12 StargImport UnkoTim234 unkotim234
2020-07-11 Starg[wmme] Change verbosity level of a debug message
2020-07-11 StargFix sf3 implementation to support mixed sample compression
2020-07-11 Starg[portaudio] Do perform 16 bit to 32 bit conversion...
next