summaryrefslogtreecommitdiff
path: root/orkaudio
AgeCommit message (Expand)Author
2006-08-22Added CapturePortFilters and TapeProcessors config parameters to the template...Henri Herscher
2006-08-21orkaudio 0.6 now builds under Linux.Henri Herscher
2006-08-01Applying changeset 311 from 0.5 to trunk.Henri Herscher
2006-08-01Applying changeset 309 from 0.5 to trunk:Henri Herscher
2006-08-01Applying changeset 305 from 0.5 to trunk:Henri Herscher
2006-08-01Applying changeset 304 from 0.5 to trunk:Henri Herscher
2006-08-01Applying changeset 303 from 0.5 to trunk:Henri Herscher
2006-08-01Applying changeset 284 from 0.5 to trunk:Henri Herscher
2006-08-01Applying changeset 269 from 0.5 to trunk:Henri Herscher
2006-08-01Applying changeset 266 from 0.5 to trunk:Henri Herscher
2006-08-01Applying changeset 265 from 0.5 to trunk:Henri Herscher
2006-08-01Applying changeset 0.5 264:Henri Herscher
2006-08-01Applying changeset 0.5 263:Henri Herscher
2006-07-26Added command line mcf file transcoding - Henri Herscher
2006-07-19RtpMixer.dll is not copied anymore to orkaudio/plugins after the build in rel...Henri Herscher
2006-07-11Fixed problem in Singleton initialization.Henri Herscher
2006-07-11Make sure the singleton cannot be instanciated twiceHenri Herscher
2006-07-07* Added EndMetadata capture eventHenri Herscher
2006-07-05* Tape processor interface becomes usable and usedHenri Herscher
2006-07-03Adapting to the LogManager change.Henri Herscher
2006-07-03Reflecting the move of many files to orkbasecxxHenri Herscher
2006-07-03Moving AudioTape.cpp and AudioTape.h to orkbasecxxHenri Herscher
2006-07-03undeleting AudioTape.cpp and AudioTape.hHenri Herscher
2006-06-30Moving AudioTape to orkbasecxxHenri Herscher
2006-06-30Moved more stuff to orkbasecxxHenri Herscher
2006-06-22Now possible to specify a list of filters to load at the capture port level.Henri Herscher
2006-06-21Added #pragma warning( disable: 4786 ) to a few filesHenri Herscher
2006-06-21Moved ConfigManager and LogManager stuff to orkbasecxxHenri Herscher
2006-06-21Config.cpp does not rely on LogManager anymore.Henri Herscher
2006-06-21Moved FileFormatEnum from AudioTape.cpp in OrkAudio to AudioCapture.cpp in Or...Henri Herscher
2006-06-21Moved __cdecl defines to new file dll.hHenri Herscher
2006-06-20Forgot in 267: now supports tcpdump -i capture on multiple interfaces.Henri Herscher
2006-06-20Changed the Filter interface so that filters can also receive capture events,...Henri Herscher
2006-06-16Successfully moved MultiThreadedServer.cpp and MultiThreadedServer.h from ork...Henri Herscher
2006-06-14Applying changeset 255 from RB-0.5 to trunkHenri Herscher
2006-06-14Applying changeset 251 from RB-0.5 to trunkHenri Herscher
2006-06-08cleanupHenri Herscher
2006-06-05RTP session capturePort is now allways aligned with ipAndPort so as to avoid ...Henri Herscher
2006-06-03Added more logging around start, stop and RTP timestamps.Henri Herscher
2006-06-03Start event was handled twice.Henri Herscher
2006-05-26RTP timestamp corrective delta is now always applied because in some cases, i...Henri Herscher
2006-05-19all pcap handles are now formally closed.Henri Herscher
2006-05-19Repeat file replay list now reset at every cycle.Henri Herscher
2006-05-18Added pcap replay repeat capability.Henri Herscher
2006-05-18Now checks for null pointer before trying to close and delete files in except...Henri Herscher
2006-05-18pcap directory replay now processes pcap files sequentially.Henri Herscher
2006-05-18Non WIN32 platform does not try to sleep for a nanosecond between packets any...Henri Herscher
2006-05-16Now closing capture file when an exception was thrown. Improved logging, in p...Henri Herscher
2006-05-15Recording duration is now based on the last time we got an RTP packet, not th...Henri Herscher
2006-05-15Changed port timeout from 1 to 10 minutes.Henri Herscher