OSDN Git Service

[filter] Vectorize LPF_BW
[timidity41/timidity41.git] / timidity /
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...
2020-07-04 StargFix buffer overrun
2020-06-14 StargMerge UnkoTim233
2020-06-14 StargImport UnkoTim233 unkotim233
2020-06-13 StargFix buffer overrun in read_user_config_file()
2020-05-31 StargFix for large files
2020-05-19 Starg[mpg123] Fix prototype of mpg123_read
2020-05-10 Starg[wasapi] Minor fixes
2020-04-20 StargMerge branch 'unkotim' into dev41
2020-04-20 StargImport UnkoTim232 unkotim232
2020-03-29 Starg[wasapi] Fix memory leak
2020-03-26 StargMerge branch 'unkotim' into dev41
2020-03-26 StargImport UnkoTim231 unkotim231
2020-03-25 Starg[flac][vorbis] Remove embedding file location; Fix...
2020-03-14 StargFix merge
2020-03-14 StargMerge UnkoTim230
2020-03-14 StargImport UnkoTim230 unkotim230
2020-03-07 StargImprove help text
2020-03-03 StargUpdate command help text
2020-03-03 StargFix -o option causing double-free
2020-03-03 Starg[vorbis] Add more command line options
2020-03-03 Starg[vorbis] Allow adding any kind of comments
2020-03-02 StargAdd command line option for loopStart - loopEnd
2020-03-02 Starg[vorbis] Implement tag embedding
2020-03-02 StargImplement loop expansion between loopStart-loopEnd...
2020-02-16 StargAdd GUI option to embed ogg loop
next