freetel-svn-tracking.git
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...
2014-02-11 drowe67HF channel model and carrier power normalisation, but...
2014-02-11 drowe67included calcs of Es/No to noise variance
2014-02-11 drowe67getting correct BER courves with filter on AWGN
2014-02-09 drowe67working up simulation for various QPSK modulation schem...
2014-02-04 drowe67patch from Bertrik, thanks
2014-01-30 drowe67ldpc simulation working, but perf not that great in...
2014-01-22 bruceperensMove former function arguments to the class.
2014-01-22 bruceperensCreate a private class for the main loop.
2014-01-22 bruceperensFIFO works.
2014-01-22 bruceperensFIFO implemented but not tested.
2014-01-22 bruceperensContinue implementing the FIFO.
2014-01-22 bruceperensBuilding a FIFO for the codec to modem connection.
2014-01-22 bruceperensGet C++11 constant types from the std:: namespace rathe...
2014-01-22 bruceperensRefine the codec and modem API.
2014-01-22 bruceperensAdd all of the necessary methods to codec and modem...
2014-01-21 bruceperensTune the pause value.
2014-01-21 bruceperensSet real-time priority. The version in source/platform...
2014-01-21 bruceperensBuild the main loop.
2014-01-21 bruceperensMake more drivers work.
2014-01-21 bruceperensOops, some files weren't added to SVN previously. More...
2014-01-21 bruceperensAdd I/O ready indication. New tests for blank_panel.
2014-01-20 bruceperensTrivial text reformatting.
2014-01-20 bruceperensMore README, more work on drivers.
2014-01-19 bruceperensRefactor to base AudioInput and AudioOutput on AudioDevice.
2014-01-18 bruceperensRemove debugging function from tone driver.
2014-01-18 bruceperensThe tone test driver works correctly, tests written...
2014-01-18 bruceperensTest the tone class.
2014-01-18 bruceperensAdded a base file test, fixed CMakeLists.txt flag handl...
2014-01-17 bruceperensMake the first test, and fix destructor protection...
2014-01-17 bruceperensFill in documentation for Doxygen.
2014-01-17 bruceperensLet's try libevent instead of a POSIX event handler.
2014-01-17 bruceperensAdd framework for POSIX event handler.
2014-01-17 bruceperensMore refactoring, make operator << compile properly.
2014-01-17 bruceperensRefactor a base class containing parameter and name...
2014-01-16 bruceperensFormat index page in Doxygen, tweak license text.
2014-01-16 bruceperensCorrect library call for googletests.
2014-01-16 bruceperensRename freedv-test to freedv-gtest, as there will proba...
2014-01-16 bruceperensBuild the freedv-test executable, which runs the unit...
2014-01-16 bruceperensBuild googletest. Add license text. Delete generated...
2014-01-16 bruceperensAdd googletest as the C++ testing framework.
2014-01-16 bruceperensDoxygen top-level README.
2014-01-16 bruceperensDocument files for doxygen.
2014-01-16 bruceperensGenerate documentation using doxygen.
2014-01-16 bruceperensAdd all of the doxygen documentation, fix lots of code...
2014-01-16 bruceperensRename platform and GUI directories.
2014-01-16 bruceperensAdd event handling, write doxygen documentation into...
2014-01-09 drowe67first pass of integrating fdmdv modem with ldpc simulat...
2013-12-31 drowe67first pass at working separate decoder program, needs...
2013-12-31 drowe67separate enc/mod/dec
2013-12-30 drowe67improvements to LDPC dec sync state machine
2013-12-30 drowe67ldpc decode and sync working with no errors
next