Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt Travis CI config to reduced configure options | Matthias P. Braendli | 2016-11-05 | 1 | -2/+1 |
* | 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 | 2 | -2/+33 |
* | Fix default PRBS polynomial | Matthias P. Braendli | 2016-11-05 | 1 | -1/+1 |
* | Remove old input and format configure options | Matthias P. Braendli | 2016-11-05 | 1 | -87/+4 |
* | Merge branch 'next' into inputrework | Matthias P. Braendli | 2016-11-05 | 3 | -8/+21 |
|\ | |||||
| * | 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 |
* | | 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 | 2 | -5/+24 |
* | | 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 |
|/ | |||||
* | Make deleted TcpSocket constructors public | Matthias P. Braendli | 2016-10-30 | 1 | -2/+2 |
* | Add new Travis matrix entry | Matthias P. Braendli | 2016-10-30 | 1 | -0/+1 |
* | 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 |
* | Define Travis build matrix | Matthias P. Braendli | 2016-10-30 | 1 | -9/+6 |
* | Avoid manual pointer management of the TCPDataDispatcher | Matthias P. Braendli | 2016-10-30 | 2 | -15/+2 |
* | Remove dabInputTest | Matthias P. Braendli | 2016-10-30 | 7 | -177/+4 |
* | 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 | 9 | -829/+1 |
* | 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 | 5 | -37/+53 |
* | Use modern data types in prbs | Matthias P. Braendli | 2016-10-30 | 2 | -43/+42 |
* | Modernise PRBS generator and remove code for cmd line parser | Matthias P. Braendli | 2016-10-29 | 13 | -1209/+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 |
* | Replace NULL by nullptr | Matthias P. Braendli | 2016-10-28 | 19 | -66/+66 |
* | Force -std=c++11 in CXXFLAGS | Matthias P. Braendli | 2016-10-28 | 1 | -2/+2 |
* | Fix zmq epgm:// input and mpeg enryption | Matthias P. Braendli | 2016-10-15 | 2 | -64/+53 |
* | Fix telnet RC shutdown | Matthias P. Braendli | 2016-10-10 | 2 | -75/+121 |
* | Replace select() by poll() for TcpSocket accept | Matthias P. Braendli | 2016-10-10 | 1 | -10/+5 |
* | Fix TCP output display in startup summary | Matthias P. Braendli | 2016-10-10 | 1 | -0/+2 |
* | Replace m_running by m_active in RC | Matthias P. Braendli | 2016-10-10 | 2 | -15/+18 |
* | Fix dabOutputTCP shutdown using accept() with timeout | Matthias P. Braendli | 2016-10-10 | 3 | -1/+37 |
* | Simplify FIG allocation code in carousel | Matthias P. Braendli | 2016-10-10 | 2 | -27/+6 |
* | Print to log when a setting is changed through RC | Matthias P. Braendli | 2016-10-07 | 2 | -5/+18 |
* | Update gui README | Matthias P. Braendli | 2016-10-07 | 1 | -3/+6 |
* | Add ability to change RC settings from gui | Matthias P. Braendli | 2016-10-07 | 7 | -30/+81 |
* | Add RC readout in web gui | Matthias P. Braendli | 2016-10-07 | 3 | -3/+116 |
* | Add ZeroMQ RC | Matthias P. Braendli | 2016-10-07 | 6 | -63/+101 |
* | Rework remotecontrol | Matthias P. Braendli | 2016-10-07 | 7 | -243/+464 |