2015-01-12 |
notaz | some random improvements |
tree | commitdiff |
2015-01-12 |
notaz | spu: fix some skip accuracy issues |
tree | commitdiff |
2015-01-09 |
notaz | spu: don't block on audio |
tree | commitdiff |
2015-01-09 |
notaz | spu: support multiple pending buffers |
tree | commitdiff |
2015-01-05 |
notaz | spu: finish offload code to TI C64x DSP |
tree | commitdiff |
2015-01-04 |
notaz | spu: start offload code to TI C64x DSP |
tree | commitdiff |
2015-01-04 |
notaz | spu: threaded implementation |
tree | commitdiff |
2015-01-03 |
notaz | spu: get rid of bStop, clean up |
tree | commitdiff |
2015-01-03 |
notaz | spu: move more things to StartSound |
tree | commitdiff |
2015-01-03 |
notaz | spu: reduce use of globals |
tree | commitdiff |
2015-01-03 |
notaz | spu: handle stop better, split main func more |
tree | commitdiff |
2015-01-03 |
notaz | mingw build fixes |
tree | commitdiff |
2014-12-21 |
notaz | spu: fix first sample, don't play ahead |
tree | commitdiff |
2014-12-21 |
notaz | spu: avoid NULL pSpuIrq |
tree | commitdiff |
2014-12-20 |
notaz | spu: put globals into a structure |
tree | commitdiff |
2014-12-20 |
notaz | spu: remove some hacks |
tree | commitdiff |
2014-12-20 |
notaz | spu: rework synchronization |
tree | commitdiff |
2014-12-20 |
notaz | spu: add a schedule callback |
tree | commitdiff |
2014-12-20 |
notaz | spu: fix some fmod related breakage |
tree | commitdiff |
2013-04-01 |
notaz | asm: fix incorrect offsets |
tree | commitdiff |
2013-03-31 |
notaz | still adjusting asm for better as compatibility.. |
tree | commitdiff |
2013-03-25 |
notaz | asm: use a macro for functions |
tree | commitdiff |
2013-03-25 |
twinaphex | Don't compile in null sound driver for libretro and add |
tree | commitdiff |
2013-03-17 |
notaz | spu: change sync again |
tree | commitdiff |
2013-01-05 |
notaz | spu: fix decode offset |
tree | commitdiff |
2013-01-05 |
notaz | spu: stop at address 0 |
tree | commitdiff |
2013-01-05 |
notaz | spu: check buffer state less often |
tree | commitdiff |
2013-01-03 |
notaz | spu: also return on decoder irqs |
tree | commitdiff |
2013-01-02 |
notaz | spu: fix decode buffers |
tree | commitdiff |
2012-12-23 |
notaz | frontend: fix pulseaudio, detect it in configure script |
tree | commitdiff |
2012-12-02 |
notaz | improve ARM feature detection |
tree | commitdiff |
2012-11-24 |
notaz | spu: fix saving bug |
tree | commitdiff |
2012-11-24 |
notaz | fix some more 32/64bit incompatibilities |
tree | commitdiff |
2012-11-18 |
notaz | dfsound: add PulseAudio workaround |
tree | commitdiff |
2012-11-17 |
notaz | spu: stop at 0 volume |
tree | commitdiff |
2012-11-05 |
notaz | sort out 32/64bit savestate compat issues |
tree | commitdiff |
2012-07-30 |
notaz | allow multiple sound drivers to be compiled |
tree | commitdiff |
2012-07-30 |
notaz | spu: some cleanups |
tree | commitdiff |
2012-07-29 |
notaz | fix various fPIC issues |
tree | commitdiff |
2012-07-15 |
notaz | spu: rework irqs, again.. |
tree | commitdiff |
2012-07-15 |
notaz | spu: handle cd decode buffers too |
tree | commitdiff |
2012-07-15 |
notaz | spu: add decode buffer and reverb read handling |
tree | commitdiff |
2012-07-15 |
notaz | spu: rework irq handling and loop reloading |
tree | commitdiff |
2012-07-08 |
notaz | spu: get rid of iSPUIRQWait |
tree | commitdiff |
2012-07-08 |
notaz | spu: get rid of iSpuAsyncWait hack |
tree | commitdiff |
2012-07-08 |
notaz | spu: remove some hacks, to be reworked |
tree | commitdiff |
2012-07-08 |
notaz | spu: remove all threading code |
tree | commitdiff |
2012-07-08 |
notaz | spu: keep generating irqs while they are pending |
tree | commitdiff |
2011-10-30 |
notaz | spu: add asm mixing code for ARMv5 too |
tree | commitdiff |
2011-10-09 |
notaz | spu: fix gaussian interpolation |
tree | commitdiff |
2011-10-09 |
notaz | psxcounters: change spu update ~2ms |
tree | commitdiff |
2011-10-08 |
notaz | spu: make "simple" interpolation even more simple |
tree | commitdiff |
2011-10-08 |
notaz | spu/cdda: sync cdda to spu playback |
tree | commitdiff |
2011-09-23 |
notaz | support armv5 build |
tree | commitdiff |
2011-09-22 |
notaz | spu: handle loop write vs loop flag race (bIgnoreLoop... |
tree | commitdiff |
2011-09-22 |
notaz | spu: clean up unneeded code |
tree | commitdiff |
2011-09-22 |
notaz | spu: use last written loop value when starting |
tree | commitdiff |
2011-09-21 |
notaz | spu: get rid of pCurr -1, pass right chans to silent... |
tree | commitdiff |
2011-09-19 |
notaz | spu: fix a few mixing issues |
tree | commitdiff |
2011-09-19 |
notaz | spu: don't wait for irq on silent channels |
tree | commitdiff |
2011-08-01 |
notaz | spu: split out mixing, use NEON for that on ARM |
tree | commitdiff |
2011-08-01 |
notaz | spu: merge DrHell/shalma noise code |
tree | commitdiff |
2011-08-01 |
notaz | spu: change volume control, default it to 3/4 instead... |
tree | commitdiff |
2011-08-01 |
notaz | spu: some misc refactoring/cleanup |
tree | commitdiff |
2011-07-30 |
notaz | spu: some major reverb refactoring |
tree | commitdiff |
2011-07-29 |
notaz | spu: parametrize sample generation, interpolation |
tree | commitdiff |
2011-07-29 |
notaz | spu: do adsr on whole buffer |
tree | commitdiff |
2011-07-29 |
notaz | frontend: add chan display option, for fun mostly |
tree | commitdiff |
2011-07-29 |
notaz | spu: handle non-playing channel irqs |
tree | commitdiff |
2011-07-27 |
notaz | spu: simplify irq and flag handling |
tree | commitdiff |
2011-07-27 |
notaz | spu: some refactoring for upcoming optimization attempt |
tree | commitdiff |
2011-07-26 |
notaz | spu: remove adsr stop prevention hack |
tree | commitdiff |
2011-07-12 |
notaz | dfsound: merge shalma's suggestions |
tree | commitdiff |
2011-03-07 |
notaz | spu: fix valgrind errors |
tree | commitdiff |
2011-03-01 |
notaz | spu: drop unused mono code |
tree | commitdiff |
2011-03-01 |
notaz | spu: refactor adsr (simplify code) |
tree | commitdiff |
2011-02-28 |
notaz | spu: compact chan structure a bit |
tree | commitdiff |
2011-02-28 |
notaz | gte_neon: implement MVMVA, some fixes |
tree | commitdiff |
2011-02-10 |
notaz | frontend: enable SPUIRQWait by default |
tree | commitdiff |
2011-02-10 |
notaz | spu: handle channels better in 'IRQ wait' case |
tree | commitdiff |
2011-02-09 |
notaz | dfsound: backport fixes from pcsxr |
tree | commitdiff |
2011-02-04 |
notaz | spu: fix xa masking, was causing noise |
tree | commitdiff |
2011-01-29 |
notaz | spu: don't stop a channel by adsr if we have potential irq |
tree | commitdiff |
2011-01-29 |
notaz | spu: cleanup build a bit |
tree | commitdiff |
2011-01-23 |
notaz | spu: don't read config, we manage it in frontend |
tree | commitdiff |
2010-12-24 |
notaz | spu: kill voldiv on ARM too |
tree | commitdiff |
2010-12-14 |
notaz | spu: disable SPUIRQWait, it only seems to cause problems |
tree | commitdiff |
2010-11-18 |
notaz | build plugins in |
tree | commitdiff |
2010-11-16 |
notaz | remove stuff we won't need |
tree | commitdiff |
2010-11-16 |
PCSX* teams | pcsxr-1.9.92 pcsxr-1.9.92 |
tree | commitdiff |
|