Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix important EDI Timestamp issues | Matthias P. Braendli | 2017-01-18 | 3 | -74/+272 |
* | Rename set_utco to set_tai_utc_offset | Matthias P. Braendli | 2017-01-18 | 2 | -2/+2 |
* | Make UdpPacket copyable, add API to get buffer | Matthias P. Braendli | 2017-01-13 | 2 | -9/+8 |
* | Move fragments into interleaver instead of copying them | Matthias P. Braendli | 2016-12-24 | 3 | -28/+26 |
* | Directly create the outputs in shared_ptrs | Matthias P. Braendli | 2016-12-24 | 1 | -14/+13 |
* | Add EDI fragment interleaver | Matthias P. Braendli | 2016-12-23 | 8 | -16/+219 |
* | Modernise Simul and ZMQ class declarations | Matthias P. Braendli | 2016-12-23 | 1 | -29/+5 |
* | Create namespace for EDI | Matthias P. Braendli | 2016-12-23 | 10 | -19/+46 |
* | Remove useless creation of AFPacketiser and update some comments | Matthias P. Braendli | 2016-12-23 | 8 | -39/+34 |
* | Remove service linking active from RC | Matthias P. Braendli | 2016-11-28 | 8 | -204/+62 |
* | Merge branch 'next' into servicelinking | Matthias P. Braendli | 2016-11-12 | 58 | -4292/+1076 |
|\ | |||||
| * | Remove parser for old inputs | Matthias P. Braendli | 2016-11-07 | 1 | -310/+0 |
| * | Remove old src/dabInput files | Matthias P. Braendli | 2016-11-07 | 26 | -2845/+0 |
| * | Remove Dmb.{h,cpp} from compilation | Matthias P. Braendli | 2016-11-07 | 1 | -1/+0 |
| * | Merge rework of inputs into 'next' | Matthias P. Braendli | 2016-11-07 | 21 | -211/+1107 |
| |\ | |||||
| | * | Remove #if HAVE_{INPUT,FORMAT} in utils | Matthias P. Braendli | 2016-11-05 | 1 | -20/+0 |
| | * | Describe inputs a bit better in advanced.mux | Matthias P. Braendli | 2016-11-05 | 1 | -0/+3 |
| | * | Fix default PRBS polynomial | Matthias P. Braendli | 2016-11-05 | 1 | -1/+1 |
| | * | Merge branch 'next' into inputrework | Matthias P. Braendli | 2016-11-05 | 3 | -8/+21 |
| | |\ | |||||
| | * | | Add Packet File input | Matthias P. Braendli | 2016-11-05 | 3 | -35/+280 |
| | * | | Treat DMB input as data, update TODO accordingly | Matthias P. Braendli | 2016-11-04 | 1 | -1/+9 |
| | * | | Use RawFile for DAB+ and for data | Matthias P. Braendli | 2016-11-04 | 3 | -9/+6 |
| | * | | Change readFrame argument types | Matthias P. Braendli | 2016-11-04 | 10 | -25/+21 |
| | * | | Change check priorities of checkDabMpegFrame | Matthias P. Braendli | 2016-11-04 | 1 | -3/+3 |
| | * | | Do not throw a copy of the exception | Matthias P. Braendli | 2016-11-04 | 1 | -1/+1 |
| | * | | Add new UDP input | Matthias P. Braendli | 2016-11-04 | 6 | -13/+232 |
| | * | | Fix PRBS url parsing | Matthias P. Braendli | 2016-10-30 | 1 | -3/+9 |
| | * | | Add rudimentary file input | Matthias P. Braendli | 2016-10-30 | 11 | -51/+393 |
| | * | | Start reworking inputs, break all but Prbs and ZMQ | Matthias P. Braendli | 2016-10-30 | 10 | -125/+225 |
| * | | | Print dabOutputTCP connection drop | Matthias P. Braendli | 2016-11-07 | 1 | -0/+4 |
| * | | | Only initialise the socket in TcpSocket when necessary | Matthias P. Braendli | 2016-11-07 | 1 | -17/+16 |
| * | | | Add const for the TCPConnection in remove_if lambda | Matthias P. Braendli | 2016-11-07 | 1 | -1/+1 |
| | |/ | |/| | |||||
| * | | Do not use boost::optional for TcpSocket | Matthias P. Braendli | 2016-11-05 | 3 | -8/+21 |
| * | | Do not throw a copy of the exception | Matthias P. Braendli | 2016-11-05 | 1 | -1/+1 |
| |/ | |||||
| * | Make deleted TcpSocket constructors public | Matthias P. Braendli | 2016-10-30 | 1 | -2/+2 |
| * | Replace emerg log level by alert | Matthias P. Braendli | 2016-10-30 | 2 | -4/+4 |
| * | Make compilation possible with all formats disabled | Matthias P. Braendli | 2016-10-30 | 2 | -1/+10 |
| * | Remove condition about test input in config parser | Matthias P. Braendli | 2016-10-30 | 1 | -14/+13 |
| * | Avoid manual pointer management of the TCPDataDispatcher | Matthias P. Braendli | 2016-10-30 | 2 | -15/+2 |
| * | Remove dabInputTest | Matthias P. Braendli | 2016-10-30 | 6 | -167/+0 |
| * | Catch runtime_error in TCPDataDispatcher thread | Matthias P. Braendli | 2016-10-30 | 1 | -7/+13 |
| * | Remove bridge format and input | Matthias P. Braendli | 2016-10-30 | 8 | -822/+0 |
| * | Remove zmqinput-keygen warning | Matthias P. Braendli | 2016-10-30 | 1 | -0/+1 |
| * | Make DabInputBase::open take a reference | Matthias P. Braendli | 2016-10-30 | 5 | -6/+6 |
| * | Move hexparse to utils and add default PRBS poly | Matthias P. Braendli | 2016-10-30 | 4 | -35/+51 |
| * | Use modern data types in prbs | Matthias P. Braendli | 2016-10-30 | 2 | -43/+42 |
* | | Merge branch 'next' into servicelinking | Matthias P. Braendli | 2016-10-29 | 30 | -1377/+347 |
|\| | |||||
| * | Modernise PRBS generator and remove code for cmd line parser | Matthias P. Braendli | 2016-10-29 | 12 | -1203/+173 |
| * | Modernize a few bits and pieces | Matthias P. Braendli | 2016-10-29 | 6 | -13/+13 |
| * | Modernize ReedSolomon, use vector instead of raw buffer | Matthias P. Braendli | 2016-10-29 | 2 | -32/+43 |