aboutsummaryrefslogtreecommitdiffstats
path: root/src/EtiReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use ref instead of pointer for subchannel sourcesMatthias P. Braendli2016-12-261-1/+2
* Refactor flowgraph and puncturing rulesMatthias P. Braendli2016-12-251-4/+4
* Rework remotecontrolMatthias P. Braendli2016-10-071-3/+2
* Improve timestamp handlingMatthias P. Braendli2016-05-201-3/+2
* Replace quite a few 'new' with make_sharedMatthias P. Braendli2016-01-311-2/+1
* Keep tist offset across modulator restartsMatthias P. Braendli2015-09-181-1/+1
* Replace some loops with iterators to foreach loopsMatthias P. Braendli2015-08-011-14/+3
* Switch to C++11, remove boost::shared_ptrMatthias P. Braendli2015-08-011-2/+3
* EtiReader: remove unused varsMatthias P. Braendli2015-06-121-2/+4
* Simplify TIST offset handling, add offset to RCMatthias P. Braendli2015-06-121-7/+5
* Logging: use etiLog instead of stderrMatthias Braendli2015-06-021-4/+2
* Add validity check for eti_fcMatthias P. Braendli2015-04-101-0/+8
* Replace pointers by shared_ptr in all flowgraphMatthias P. Braendli2015-02-221-11/+8
* Interrupt UHD when FCT value is not contiguousMatthias P. Braendli2014-09-261-2/+4
* SFN: carry FCT along with timestampsMatthias P. Braendli2014-09-141-11/+8
* Replace CRC-DABMOD by ODR-DabModMatthias P. Braendli2014-02-071-4/+4
* fix some errors seen by cppcheckMatthias P. Braendli2014-01-201-4/+4
* crc-dabmod: much cleaner logging implementationMatthias P. Braendli (think)2012-09-131-3/+7
* added crc-dabmod patchMatthias (think)2012-07-111-5/+43
* added unmodified mmbtoolsMatthias (think)2012-07-111-0/+270