freetel-svn-tracking.git
2014-04-21 rickb44Delete test file rgb
2014-04-21 drowe67added function for comparing gray and natural binary...
2014-04-21 rickb44TEST - enter schematic.pdf
2014-04-20 drowe67variable power simulation for energy modulation works...
2014-04-19 bruceperensMake sure "changed" is only set for real changes.
2014-04-19 bruceperensDebugged evdev.
2014-04-19 bruceperensAttribution.
2014-04-19 bruceperensImplement event capture.
2014-04-18 drowe67test for Tortise SVN
2014-04-18 bruceperensImplement event reading.
2014-04-18 bruceperensDon't enumerate disconnected ALSA devices.
2014-04-18 bruceperensButton enumeration works.
2014-04-18 bruceperensBuild evdev, add button capabilities mask.
2014-04-18 bruceperensOops, wasn't building global.o
2014-04-18 bruceperensAdd POSIX version of poll.
2014-04-18 bruceperensEvdev enumeration working.
2014-04-18 bruceperensComplete enumeration of evdev.
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.
next