summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-07-05* Tape processor interface becomes usable and usedHenri Herscher
* Reporting and BatchProcessing become "standard" tape processors * Imediate processing kicks off the tape processor chain * Object now references Serializer * ConfigManager singleton not an ACE singleton anymore because ACE singletons are not unique across DLL boundaries. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@296 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-03Adapting to the LogManager change.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@295 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-03Reflecting the move of many files to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@294 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-03LogManager is now a home-made singleton as opposed to an ACE singleton. This ↵Henri Herscher
is because ACE singletons are not unique across DLL boundaries. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@293 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-03Now DLL importing/exporting AudioTape symbols.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@292 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-03Moving AudioTape.cpp and AudioTape.h to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@291 09dcff7a-b715-0410-9601-b79a96267cd0
2006-07-03undeleting AudioTape.cpp and AudioTape.hHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@290 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-30Moving AudioTape to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@289 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-30Newly added classes coming from OrkAudio now export symbols.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@288 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-30Moved more stuff to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@287 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-29DLL_IMPORT_EXPORT becomes DLL_IMPORT_EXPORT_ORKBASE, so that different DLLs ↵Henri Herscher
can both import and export symbols. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@286 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-29Moved DLL_IMPORT_EXPORT #define to OrkBase.hHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@285 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-22Now possible to specify a list of filters to load at the capture port level.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@283 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21ConfigManager now holds a reference to all plugin Configure functions.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@282 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Added #pragma warning( disable: 4786 ) to a few filesHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@281 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moved ConfigManager and LogManager stuff to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@280 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moving LogManager.cpp to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@279 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moving LogManager.h to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@278 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moving ConfigManager.h to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@277 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moving ConfigManager.cpp to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@276 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moving Config.cpp to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@275 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moving Config.h to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@274 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moving AudioCapturePlugin.h to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@273 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Config.cpp does not rely on LogManager anymore.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@272 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moved FileFormatEnum from AudioTape.cpp in OrkAudio to AudioCapture.cpp in ↵Henri Herscher
OrkBase git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@271 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-21Moved __cdecl defines to new file dll.hHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@270 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-20Forgot in 267: now supports tcpdump -i capture on multiple interfaces.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@268 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-20Changed the Filter interface so that filters can also receive capture ↵Henri Herscher
events, not just audio chunks. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@267 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-16Successfully moved MultiThreadedServer.cpp and MultiThreadedServer.h from ↵Henri Herscher
orkaudio to orkbasecxx so that it is accessible by all modules/plugins. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@262 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-16Moving stuff from orkaudio to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@261 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-16Moving stuff from orkaudio to orkbasecxxHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@260 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-14Applying changeset 255 from RB-0.5 to trunkHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@258 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-14Applying changeset 251 from RB-0.5 to trunkHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@257 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-08cleanupHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@250 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-08testHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@248 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-05RTP session capturePort is now allways aligned with ipAndPort so as to avoid ↵Henri Herscher
the possibility of having two concurrent RTP sessions for one OrkAudio capture port. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@246 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-03Added more logging around start, stop and RTP timestamps.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@245 09dcff7a-b715-0410-9601-b79a96267cd0
2006-06-03Start event was handled twice.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@244 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-26RTP timestamp corrective delta is now always applied because in some cases, ↵Henri Herscher
it produced garbled output on one side of the conversation. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@242 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-19all pcap handles are now formally closed.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@241 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-19Repeat file replay list now reset at every cycle.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@240 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-18Added pcap replay repeat capability.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@239 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-18Now checks for null pointer before trying to close and delete files in ↵Henri Herscher
exception handler (was crash prone) git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@237 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-18pcap directory replay now processes pcap files sequentially.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@236 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-18Non WIN32 platform does not try to sleep for a nanosecond between packets ↵Henri Herscher
anymore in replay mode. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@234 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-16Now closing capture file when an exception was thrown. Improved logging, in ↵Henri Herscher
particular, RTP payload type is now logged when relevant. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@233 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-15Recording duration is now based on the last time we got an RTP packet, not ↵Henri Herscher
the end of the possible timeout. git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@231 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-15Changed port timeout from 1 to 10 minutes.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@230 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-12Skinny messages now sanity checked.Henri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@228 09dcff7a-b715-0410-9601-b79a96267cd0
2006-05-05Default config.xml changesHenri Herscher
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@227 09dcff7a-b715-0410-9601-b79a96267cd0