spu: add a guard for "runaway" channels
[pcsx_rearmed.git] / plugins / dfsound / spu.c
2023-11-21 notazspu: add a guard for "runaway" channels
2023-11-21 notazapply cdrom volume in spu
2023-11-16 notazspu: patch up more savestate issues
2023-11-02 notazspu: implement some more irq details
2023-11-02 notazMerge pull request #789 from pcercuei/unai-gouraud
2023-11-01 notazspu: maybe better mute
2023-11-01 notazcdrom: implement xa buffering somewhat
2023-11-01 notazspu: sync on koff
2023-10-14 notazspu: implement irq on dma
2023-10-11 notazspu: rearrange struct to reduce padding
2023-10-08 notazspu: make fmod work in threaded mode
2023-10-08 notazspu: try to clean up the interpolation mess
2023-10-08 notazspu: adjust fmod to match nocash description
2023-10-01 notazpatch up some savestate issues
2023-09-27 notazspu: try to improve timing
2023-08-25 notazspu: adjust irqs again
2023-08-25 notazspu: rm bunch of unused functions
2023-08-17 notazspu: add forgotten prevflags checking
2023-08-17 notazspu: clear on init
2023-08-10 notazspu: some cdda/xa reverb support
2023-07-24 notaztry to fix win32 build
2023-07-24 notazMerge pull request #728 from pcercuei/libretro-wiiu-v4
2023-07-23 Paul CercueilSupport compiling without pthreads
2023-07-09 notazMerge pull request #724 from StormedBubbles/guncon_framing
2023-07-06 notazlibretro: disable spu thread by default, with option...
2023-07-06 notazspu: fix some threading issues
2023-07-04 notazspu: irq adjustments according to MiSTer
2022-11-03 notazMerge pull request #705 from pcercuei/lightrec-disable...
2022-11-03 notazspu: fix a wrong assumption
2022-09-10 notazspu: fix wrong volume shift
2022-09-08 notazspu: cleanup some irq hacks
2022-09-08 notazspu: sync on xa playback start
2022-09-04 notazspu: support master volume
2022-09-04 notazspu: rename dwChannelOn to something more suitable
2022-09-04 notazspu: remove some strange rounding
2021-12-21 AutechreMerge pull request #587 from notaz/libretro_drc_fixes2
2021-12-14 notazfix some issues and warnings seen on ctr build
2021-10-23 gameblablaMerge pull request #569 from gameblabla/gte_stalling_li...
2021-10-23 gameblablaMerge pull request #571 from gameblabla/cdrom_audio_fix...
2021-10-14 AutechreMerge pull request #572 from gameblabla/cd_volume_fix_lib
2021-10-13 gameblablaFix CD Volume issue in Star Wars Dark Forces
2021-08-25 gameblablaMerge pull request #543 from gameblabla/hle_fies_corrup...
2021-08-22 gameblablaMerge pull request #547 from gameblabla/blues_clues_fix...
2021-08-21 AutechreMerge pull request #544 from gameblabla/gpu_hle_rewrite...
2021-08-21 AutechreMerge pull request #542 from gameblabla/mdec_fix
2021-08-21 AutechreMerge pull request #541 from gameblabla/spu_fix_libretro
2021-08-21 gameblablaFixes Diablo 1 SPU bug properly and remove Diablo hack.
2021-08-16 AutechreMerge pull request #536 from gameblabla/cdrom_fixes
2020-08-04 negativeExponentSync to latest upstream
2020-02-24 TwinaphexMerge pull request #389 from notaz/master
2019-07-29 retro-wertzHLE: Merge HLE BIOS improvements from upstream
2019-03-28 Hugo HromicMerge remote-tracking branch 'notaz/master'
2019-03-13 retro-wertzmerge remote-tracking branch 'notaz/master'
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
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-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-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
2012-12-02 twinaphexMerge git://github.com/notaz/pcsx_rearmed
2012-12-02 notazimprove ARM feature detection
2012-07-30 notazallow multiple sound drivers to be compiled
next