summaryrefslogtreecommitdiff
path: root/orkaudio/filters
AgeCommit message (Collapse)Author
2006-04-08Improved robustness of filters (sanity checks for each incoming audio chunk)Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@210 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-15Added sanity checks on incoming RTP timestampsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@180 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-10Rtp Mixer plugin is now installed in /usr/lib/orkaudio/pluginsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@171 09dcff7a-b715-0410-9601-b79a96267cd0
2006-02-09Make sure silence between two chunks cannot be more than 60 seconds (based ↵Henri Herscher
on RTP timestamp). If the case, drop the chunk. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@162 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-26Set all projects to link against Multithreaded DLL runtime + Set all ↵Henri Herscher
projects to disable inline function expansion. Those two things are critical to boost shared pointer not crashing the app (most likely heap separation problem). git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@140 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-26Postbuild copy of dll to plugins directoryHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@136 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-24Cleaned up commentsHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@130 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-24rtpmixer DSO now copied to plugins directory after buildHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@128 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-23Filter plugins now build under Linux (added Makefile.am files).Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@127 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-21*** empty log message ***Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@123 09dcff7a-b715-0410-9601-b79a96267cd0
2006-01-20VoIP mixing and decoding does now happen in the batch processing thread ↵Henri Herscher
instead of immediately. Additionally, the system now supports filter plugins such as codecs. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@120 09dcff7a-b715-0410-9601-b79a96267cd0