summaryrefslogtreecommitdiff
path: root/libs/panners
AgeCommit message (Expand)Author
2014-01-30even though man alloca says to include <alloca.h>, it apparently isn't necess...Paul Davis
2014-01-29Merge branch 'master' into cairocanvasPaul Davis
2014-01-29move check for n_speakers so that we avoid needless workPaul Davis
2014-01-29fix vbap-speaker calculations to work with alloca()Robin Gareus
2014-01-27fix up the abomination caused by moving from variable length (multidimensiona...Paul Davis
2014-01-27replace standards-wobbling variable-length-arrays with alloca()Paul Davis
2014-01-23fix merge conflict with masterPaul Davis
2014-01-23change VBAP visual parameter name again :)3.5.308Robin Gareus
2014-01-23VBAP change visual parameter name. Diffusion -> SpreadRobin Gareus
2014-01-15merge with masterPaul Davis
2014-01-15stereo-panner: clamp width during processing to valid rangeRobin Gareus
2014-01-15prevent stackoverflow when pannable changes to fewer paramsRobin Gareus
2014-01-15fix invalid width when swiching to 2in2outRobin Gareus
2014-01-15VBAP GUI convention: top == front ^= azimuth == .5Robin Gareus
2014-01-14merge with masterPaul Davis
2014-01-15cont'd backend work on panner-linkingRobin Gareus
2014-01-14merge (with conflict fixes) with master (even against rgareus' recommendation)Paul Davis
2014-01-13fix botched merge of vbap changesPaul Davis
2014-01-13VBAP backend re-work (part one):Robin Gareus
2014-01-13swap channel VBAP channelRobin Gareus
2014-01-13VBAP rework (part III): fix position computation backend & GUIRobin Gareus
2014-01-13VBAP GUI depends on signal-position (not parameter changes)Robin Gareus
2014-01-13VBAP backend re-work (part two): speaker positioningRobin Gareus
2014-01-13VBAP backend re-work (part one):Robin Gareus
2014-01-12add export visibility macroPaul Davis
2014-01-12swap channel VBAP channelRobin Gareus
2014-01-11VBAP rework (part III): fix position computation backend & GUIRobin Gareus
2014-01-11VBAP GUI depends on signal-position (not parameter changes)Robin Gareus
2014-01-11VBAP backend re-work (part two): speaker positioningRobin Gareus
2014-01-11VBAP backend re-work (part one):Robin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-10fix merge errors with masterPaul Davis
2014-01-10add a fixed priority to panner modulesRobin Gareus
2014-01-09rework panning -- Squashed commit of the following:Robin Gareus
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to evoral, and make things workPaul Davis
2013-10-17include (probably) necessary stuff in panner compilation flagsPaul Davis
2013-09-06fix for unconditional use of #include <malloc.h> which doesn't work on OS XPaul Davis
2013-09-03'libs/panners' - Remove the temporary export specifiers that were only used f...John Emmas
2013-09-03'libs/panners' - Disable a compiler-specific warningJohn Emmas
2013-09-03'libs/panners' - Fix a typo in 'vbap/vbap.cc'John Emmas
2013-09-03'libs/panners' - Use 'std::vector' to implement arrays whose size is unknown ...John Emmas
2013-09-03'libs/panners' - Use 'alloca()' for a stack based array whose size is unknown...John Emmas
2013-09-02replace recently added attempt to use visibility macros with one based on gcc...Paul Davis
2013-09-02'libs/panners' - Streamline my previous API changes and include Tim's additio...John Emmas
2013-08-31'libs/panners' - Add a conventional 'C' API call type to test building with MSVCJohn Emmas
2013-08-30'libs/panners' - A small test (before going too far) to see if these changes ...John Emmas
2013-01-16add copyright commentsPaul Davis
2012-06-06Provide dialogs to edit pan values numerically, at least forCarl Hetherington