OSDN Git Service

timidity41/timidity41.git
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 StargWorkaround for conflicting _m_prefetchw() definitions...
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[cmake] Enable IPO for ICC
2021-03-15 Starg[cmake] Add support for Intel C++ compiler
2021-03-15 Starg[ecw] Add stub for ECW functions
2021-03-10 StargFix linker options for GCC
2021-03-10 Starg[libunimod] Workaround for conflicting _mm_malloc()
2021-03-10 Starg[cmake] Fix variable type
2021-03-09 StargIncrease stack size to 16 MiB
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
2021-01-17 StargFix duplicated calls to StyledTextBuffer::Clear()
2020-12-28 StargFix w32g_uniq_playlist() to correctly update playlist_c...
2020-12-14 StargRemove duplicated definitions
2020-11-07 Starg[sfz] Change error msg
2020-11-03 StargChange the font of the main dialog
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 StargUse more usermode locks
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 StargUse SRW lock and condition variable for locking rc_queue
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-29 StargFix DlgDirOpen() sometimes not working
2020-08-29 StargRemove incorrect L prefix
2020-08-29 StargUse IFileDialog::SetClientGuid() instead of manually...
2020-08-29 StargUse IFileDialog
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-27 Starg[w32g_new_console] Fix selecting and scrolling
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
next