freetel-svn-tracking.git
2014-04-18 bruceperensBegin to create the Linux evdev driver.
2014-04-18 bruceperensAdd first test program for Linux event interface. This...
2014-04-18 bruceperensAdd USB I/O. The program can now dump the HID descripto...
2014-04-17 drowe67first pass at fuzzy quantiser, getting good perf from...
2014-04-17 drowe67building up fuzzy codeword idea
2014-04-13 hobbes1069Commit patch for native serial PTT.
2014-04-07 drowe67fix tlspsense for new lsp bw exp
2014-04-07 drowe67fix c2validate for ber field
2014-04-06 bruceperensRemove spurious file.
2014-04-06 drowe67rate Fs simulation working Ok and graphs drawing OK...
2014-04-06 drowe67in the process of adding HF model to test_dqpsk2
2014-04-05 drowe67building up rate Fs dqpsk simulation with variable...
2014-04-03 drowe67asterisk driver bug fixes, Thanks Antonio
2014-04-03 drowe67asterisk 11 driver patch, Thanks Antonio
2014-04-02 drowe67soft muting based on BER from demod, acceptable speech...
2014-03-30 drowe67first pass at a Octave HF channelsimulator
2014-03-29 drowe67plotting SNR contributions from various sources
2014-03-28 bruceperensWrote HID lexical analyzer.
2014-03-25 drowe67patches to clean up warnings, thanks Tzafrir
2014-03-25 drowe67modified play testing for mono devices, compiles OK...
2014-03-25 bruceperensFix some too-large inlines.
2014-03-25 drowe67modified rec testing for mono devices
2014-03-25 bruceperensSize optimization: only use <iostream> where cin, cout...
2014-03-25 bruceperensFix initialization order bug.
2014-03-24 drowe67testing variable power, initial dpqsk single sample...
2014-03-24 drowe67added code to output error pattern files for initial...
2014-03-22 hobbes1069Nuke autoconf build from codec2.
2014-03-22 bruceperensMove all global variables into one file.
2014-03-22 bruceperensMore -Weffc++ changes.
2014-03-21 bruceperensIt turns out that even with -Wall you don't get -Wshado...
2014-03-21 bruceperensThe codec encode16() and modem modulate16() can now...
2014-03-21 bruceperensDoxygen revealed that I had set the ancestry of the...
2014-03-21 bruceperensMore Doxygen fixes.
2014-03-21 bruceperensDoxygen fix.
2014-03-21 bruceperensMore doxygen fixes.
2014-03-21 bruceperensDocumentation fixes.
2014-03-21 bruceperensFix many doxygen problems.
2014-03-20 bruceperensAdd arguments to --drivers output. Fix misstatement...
2014-03-20 bruceperensGet rid of -lpthread until I thread something.
2014-03-20 bruceperensPause audio input after open, just to be cautious.
2014-03-20 bruceperensFlush incoming audio at start time, to avoid overlong...
2014-03-20 bruceperensReduce the "overlong" delay. Hopefully this is the...
2014-03-20 bruceperensMore tuning so that more devices work correctly.
2014-03-19 bruceperensMake open-by-longname work.
2014-03-19 bruceperensTune output delay maximum to 3 frames.
2014-03-19 bruceperensWhen the audio input device does not respond to poll...
2014-03-19 bruceperensI seem to have the underrun issue solved.
2014-03-18 bruceperensAdd platform header.
2014-03-18 bruceperensAdd portable wrapper for poll().
2014-03-18 bruceperensFlush the event handler interface, and fix a compiler...
2014-03-18 bruceperensAdd PollType, so that we can support WSApoll on Windows.
2014-03-18 bruceperensFix unused argument complaints.
2014-03-18 bruceperensNo more timer-based operation.
2014-03-18 bruceperensAdd poll_fds().
2014-03-17 drowe67working up use cases
2014-03-16 drowe67Initial checkin of intelligent PTT microphone that...
2014-03-15 drowe67getting some reasonale results on HF channel with 7...
2014-03-14 bruceperensStart defining poll interface.
2014-03-14 bruceperensClean up, move "linux" facilities to "posix" where...
2014-03-13 bruceperensStill confused about ALSA buffer sizes and their effect...
2014-03-13 bruceperensBetter formatting of error messages from ALSA drivers.
2014-03-13 bruceperensPut pastable commands in error messages.
2014-03-13 bruceperensMore tuning of periods.
2014-03-13 bruceperensMore coding to handle frame duration periods in the...
2014-03-13 bruceperensUse period sizes in dealing with overruns and underruns.
2014-03-13 bruceperensUse the old-style parameter setting functions, so that...
2014-03-12 bruceperensRun no longer makes decisions about the data size of...
2014-03-12 bruceperensMake ALSA complaints mention the device name.
2014-03-12 bruceperensDrop delayed samples rather than reading them.
2014-03-12 bruceperensAudio input works.
2014-03-12 bruceperensAudio in is distorted, still debugging.
2014-03-12 bruceperensAudio coded, still debugging USB issues.
2014-03-12 bruceperensThe pipeline works, tone plays through it.
2014-03-11 bruceperensGeneral clean-up.
2014-03-11 bruceperensTurn on all warnings, and then fix whatever had warning...
2014-03-11 bruceperensProvide a platform default audio selection.
2014-03-11 bruceperensOops, -g and -i did the same function.
2014-03-11 bruceperensFill in audio_out_alsa
2014-03-09 bruceperensConnect ready() to ALSA. Fix pedantic bug in alsa.cpp .
2014-03-09 bruceperensOn Linux, warn about not being in the audio group,...
2014-03-09 bruceperensEnumerate devices, works for ALSA now.
2014-03-08 bruceperensAdd enumerators.
2014-03-08 bruceperensStart work on ALSA driver.
2014-03-08 bruceperensComplain when a driver doesn't exist or can't be opened.
2014-03-08 bruceperensExit if a driver isn't opened.
2014-03-07 bruceperensRemove conditional compilation switches for embedded...
2014-03-07 drowe671st pass at coherent phase est ready for testing
2014-03-07 bruceperensFix the driver_manager static initialization order...
2014-03-07 bruceperensSave 80K text size by using an ad-hoc altrernative...
2014-03-07 bruceperensNo more "using namespace std".
2014-03-06 bruceperensWrite no-op copy routines.
2014-03-06 bruceperensManage protocol framers.
2014-03-06 bruceperensDefine the framer.
2014-03-06 bruceperensAdd more fifos. Make the codec and modem indicate the...
2014-02-18 drowe67getting good results, compared to current DQPSK FreeDV...
2014-02-16 drowe67ldpc working, performance not that great, about to...
2014-02-15 drowe67added ldpc codec to QPSK test simulation
2014-02-12 drowe67moved path for doppler spreading files
2014-02-12 drowe67doppler spreading files from pathsim
2014-02-11 drowe67patch to stop tools-filter function crashing, thanks...
next