Merge pull request #436 from negativeExponent/patch-1
[pcsx_rearmed.git] / plugins / dfsound /
2020-02-24 TwinaphexMerge pull request #389 from notaz/master
2019-07-29 retro-wertzHLE: Merge HLE BIOS improvements from upstream
2019-07-24 notazMerge pull request #137 from gameblabla/hle
2019-03-28 Hugo HromicMerge remote-tracking branch 'notaz/master'
2019-03-13 hizzlekizzleMerge pull request #244 from retro-wertz/sync_to_upstream
2019-03-13 retro-wertzmerge remote-tracking branch 'notaz/master'
2019-03-12 notazMerge pull request #123 from gameblabla/diablofix_hack
2019-03-07 gameblablaDiablo Music fix for PCSX Rearmed. (optional hack)
2019-03-07 TwinaphexMerge pull request #234 from notaz/master
2019-02-05 hizzlekizzleMerge pull request #217 from orbea/cue
2019-01-29 TwinaphexMerge pull request #218 from Sakitoshi/master
2019-01-24 Sakitoshiupdated gaussian interpolation filter
2017-09-01 meepingsnesromsMerge pull request #2 from libretro/master
2017-05-07 TwinaphexMerge pull request #120 from pjft/pjft-experimental
2017-05-03 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2017-05-02 notazuse pc-relative offsets for PIC too
2016-04-22 TwinaphexMerge pull request #33 from dankcushions/master
2016-04-22 dankcushionsMerge branch 'notaz-master'
2016-04-22 dankcushionsMerge branch 'master' of https://github.com/notaz/pcsx_...
2016-03-31 notazdon't use __ARM_ARCH_7A__
2015-02-06 TwinaphexMerge pull request #14 from notaz/for_libretro
2015-02-05 notazMerge branch 'upstream' into libretro
2015-02-05 notazlibretro: always use fixed samples per frame
2015-02-02 notazspu: c64x: fix cache handling, enable l2
2015-02-02 notazspu: fix some thread safety issues
2015-01-25 TwinaphexMerge pull request #12 from notaz/for_libretro
2015-01-25 notazMerge branch 'upstream' into libretro
2015-01-12 notazspu: put reverb on the thread too
2015-01-12 notazsome random improvements
2015-01-12 notazspu: fix some skip accuracy issues
2015-01-09 notazspu: don't block on audio
2015-01-09 notazspu: support multiple pending buffers
2015-01-05 notazspu: finish offload code to TI C64x DSP
2015-01-04 notazspu: start offload code to TI C64x DSP
2015-01-04 notazspu: threaded implementation
2015-01-03 notazspu: get rid of bStop, clean up
2015-01-03 notazspu: move more things to StartSound
2015-01-03 notazspu: reduce use of globals
2015-01-03 notazspu: handle stop better, split main func more
2015-01-03 notazmingw build fixes
2014-12-21 twinaphexMerge https://github.com/notaz/pcsx_rearmed
2014-12-21 notazspu: fix first sample, don't play ahead
2014-12-21 notazspu: avoid NULL pSpuIrq
2014-12-20 TwinaphexMerge pull request #11 from notaz/upstream_merge
2014-12-20 notazMerge branch 'libretro' into upstream
2014-12-20 notazspu: put globals into a structure
2014-12-20 notazspu: remove some hacks
2014-12-20 notazspu: rework synchronization
2014-12-20 notazspu: add a schedule callback
2014-12-20 notazspu: fix some fmod related breakage
2013-04-01 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-04-01 notazasm: fix incorrect offsets
2013-03-31 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-03-31 notazstill adjusting asm for better as compatibility..
2013-03-25 twinaphexMerge branch 'mainline'
2013-03-25 notazasm: use a macro for functions
2013-03-25 twinaphexDon't compile in null sound driver for libretro and add
2013-03-21 twinaphexDon't compile in null sound driver for libretro and add
2013-03-18 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-03-17 notazspu: change sync again
2013-01-10 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-01-05 notazspu: fix decode offset
2013-01-05 notazspu: stop at address 0
2013-01-05 notazspu: check buffer state less often
2013-01-04 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2013-01-03 notazspu: also return on decoder irqs
2013-01-02 notazspu: fix decode buffers
2012-12-24 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-12-23 notazfrontend: fix pulseaudio, detect it in configure script
2012-12-02 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-12-02 notazimprove ARM feature detection
2012-11-28 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-11-24 notazspu: fix saving bug
2012-11-24 notazfix some more 32/64bit incompatibilities
2012-11-18 notazdfsound: add PulseAudio workaround
2012-11-17 notazspu: stop at 0 volume
2012-11-05 notazsort out 32/64bit savestate compat issues
2012-07-30 notazallow multiple sound drivers to be compiled
2012-07-30 notazspu: some cleanups
2012-07-29 notazfix various fPIC issues
2012-07-15 notazspu: rework irqs, again..
2012-07-15 notazspu: handle cd decode buffers too
2012-07-15 notazspu: add decode buffer and reverb read handling
2012-07-15 notazspu: rework irq handling and loop reloading
2012-07-08 notazspu: get rid of iSPUIRQWait
2012-07-08 notazspu: get rid of iSpuAsyncWait hack
2012-07-08 notazspu: remove some hacks, to be reworked
2012-07-08 notazspu: remove all threading code
2012-07-08 notazspu: keep generating irqs while they are pending
2011-10-30 notazspu: add asm mixing code for ARMv5 too
2011-10-09 notazspu: fix gaussian interpolation
2011-10-09 notazpsxcounters: change spu update ~2ms
2011-10-08 notazspu: make "simple" interpolation even more simple
2011-10-08 notazspu/cdda: sync cdda to spu playback
2011-09-23 notazsupport armv5 build
2011-09-22 notazspu: handle loop write vs loop flag race (bIgnoreLoop...
2011-09-22 notazspu: clean up unneeded code
2011-09-22 notazspu: use last written loop value when starting
2011-09-21 notazspu: get rid of pCurr -1, pass right chans to silent...
2011-09-19 notazspu: fix a few mixing issues
next