Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add -Wno-narrowing flag to libfdk for GCC 5.2 | Matthias P. Braendli | 2015-07-30 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'basicmaster/next' into next | Matthias P. Braendli | 2015-07-24 | 1 | -6/+41 |
|\ | |||||
| * | DLS: added cmdline option to insert Remove Label cmd when replacing a text | Stefan Pöschel | 2015-07-21 | 1 | -6/+41 |
| | | |||||
* | | Remove deprecated charsets from usage screen | Matthias P. Braendli | 2015-07-24 | 1 | -3/+0 |
| | | |||||
* | | Update EBU charset to new revision | Matthias P. Braendli | 2015-07-24 | 1 | -15/+17 |
|/ | |||||
* | MOT encoder: better queue type for PAD packetizer | Stefan Pöschel | 2015-07-14 | 1 | -5/+5 |
| | |||||
* | MOT encoder: new PAD packetizer | Stefan Pöschel | 2015-07-14 | 1 | -217/+320 |
| | | | | | | | | | The new packetizer allows better utilization of available PAD and free selection of PAD len (within meaningful range). Slideshow is now also usable together with Short X-PAD. The new packetizer furthermore (in future) allows the in between insertion of Data Groups having a different type, in order to e.g. regularly retransmit a Dynamic Label text while a (larger) Slideshow slide is being sent. | ||||
* | PAD: check PAD len | Stefan Pöschel | 2015-07-13 | 1 | -0/+5 |
| | |||||
* | update zmq.hpp to support zmq 4.1.x | Matthias P. Braendli | 2015-07-03 | 1 | -3/+39 |
| | |||||
* | Merge remote-tracking branch 'basicmaster/next' into next | Matthias P. Braendli | 2015-06-14 | 1 | -93/+126 |
|\ | |||||
| * | Data Groups refactoring: prevent unnecessary copies | Stefan Pöschel | 2015-06-05 | 1 | -28/+35 |
| | | |||||
| * | Data Groups refactoring: DLS Data Group | Stefan Pöschel | 2015-06-02 | 1 | -31/+23 |
| | | |||||
| * | Data Groups refactoring: move CRC attachment to DATA_GROUP | Stefan Pöschel | 2015-06-02 | 1 | -16/+15 |
| | | |||||
| * | Data Groups refactoring: MSC Data Group | Stefan Pöschel | 2015-06-02 | 1 | -48/+32 |
| | | |||||
| * | Data Groups refactoring: Data Group Length Indicator | Stefan Pöschel | 2015-06-02 | 1 | -18/+69 |
| | | |||||
* | | Add ability to connect the encoder to several ZMQ endpoints | Matthias P. Braendli | 2015-06-05 | 2 | -32/+54 |
| | | |||||
* | | Move writing ICY Text to a separate async task | Matthias P. Braendli | 2015-05-22 | 2 | -4/+36 |
|/ | |||||
* | Prepare release v0.7.2v0.7.2 | Matthias P. Braendli | 2015-05-09 | 2 | -1/+8 |
| | |||||
* | Update README | Matthias P. Braendli | 2015-05-09 | 1 | -2/+4 |
| | |||||
* | Autodetect VLC version | Matthias P. Braendli | 2015-05-04 | 1 | -4/+98 |
| | |||||
* | Replace boost by C++11 | Matthias P. Braendli | 2015-05-04 | 10 | -301/+378 |
| | | | | | std::thread doesn't support interruption like boost::thread, which was used in the ALSA input. Everything else should be equivalent. | ||||
* | Switch autotools project to C++11 | Matthias P. Braendli | 2015-05-04 | 2 | -0/+167 |
| | |||||
* | Prepare release v.0.7.1v0.7.1 | Matthias P. Braendli | 2015-05-04 | 2 | -1/+9 |
| | |||||
* | Add missing files to Makefile.am | Matthias P. Braendli | 2015-05-04 | 1 | -1/+6 |
| | |||||
* | Add configure check for libfec | Matthias P. Braendli | 2015-05-03 | 1 | -0/+4 |
| | |||||
* | Remove system-specific Eclipse file | Stefan Pöschel | 2015-05-03 | 1 | -1450/+0 |
| | |||||
* | Add BIG FAT utf8 WARNING to charset.h | Matthias P. Braendli | 2015-04-30 | 1 | -0/+10 |
| | |||||
* | Change minor README esthetics | Matthias P. Braendli | 2015-04-30 | 1 | -4/+4 |
| | |||||
* | Fix PAD issue text in known limitations in README | Matthias P. Braendli | 2015-04-30 | 1 | -1/+1 |
| | |||||
* | Update charset information in README | Matthias P. Braendli | 2015-04-30 | 1 | -7/+11 |
| | |||||
* | Merge basicmaster's changes for charset encoding | Matthias P. Braendli | 2015-04-30 | 2 | -24/+66 |
|\ | |||||
| * | Re-enable default conversion to EBU Latin based | Stefan Pöschel | 2015-04-28 | 2 | -20/+28 |
| | | |||||
| * | Fix MAXDLS regression | Stefan Pöschel | 2015-04-23 | 1 | -2/+3 |
| | | |||||
| * | Add support for DLS text raw UCS-2 BE input | Stefan Pöschel | 2015-04-23 | 1 | -5/+21 |
| | | |||||
| * | Change default DLS text charset to UTF-8 | Stefan Pöschel | 2015-04-23 | 1 | -2/+2 |
| | | |||||
| * | Make DLS conversion from (ATM only) UTF-8 to EBU Latin optional | Stefan Pöschel | 2015-04-23 | 1 | -12/+29 |
| | | | | | | | | | | | | | | This (re-)introduces the ability to use DLS texts already having EBU Latin based charset (e.g. DAB retransmission of an FM station having RDS). The conversion from (ATM only) UTF-8 to EBU Latin based must now be enabled via parameter. If used, the charset parameter only affects the DLS text input. | ||||
* | | Add automake m4 files | Matthias P. Braendli | 2015-04-29 | 2 | -0/+357 |
|/ | |||||
* | Convert slide filename extension to lower case | Matthias P. Braendli | 2015-04-23 | 1 | -0/+2 |
| | |||||
* | Print configure summary | Matthias P. Braendli | 2015-04-23 | 1 | -0/+21 |
| | |||||
* | Update README | Matthias P. Braendli | 2015-04-23 | 1 | -2/+21 |
| | |||||
* | Autodetect ImageMagick availability | Matthias P. Braendli | 2015-04-23 | 2 | -3/+24 |
| | |||||
* | mot-encoder: Add charset converter for EBU Latin | Matthias P. Braendli | 2015-04-23 | 7 | -42/+1135 |
| | |||||
* | MOT encoder protocol change: transmit used PAD bytes | Stefan Pöschel | 2015-04-18 | 2 | -7/+14 |
| | |||||
* | Fix len of used X-PAD at DLS | Stefan Pöschel | 2015-04-18 | 1 | -4/+13 |
| | | | | | With the currently allowed PAD lengths, this did not lead to a problem, but this change avoids problems in the future. | ||||
* | PAD: use announced PAD len for buffer | Stefan Pöschel | 2015-04-18 | 2 | -2/+3 |
| | |||||
* | MOT: use max segment len | Stefan Pöschel | 2015-04-17 | 1 | -3/+6 |
| | |||||
* | Fix out-of-bounds read at higher PAD length | Stefan Pöschel | 2015-04-14 | 1 | -1/+3 |
| | | | | | | | If the MOT payload was smaller than the available space within the PAD of the first data group (e.g. MOT header), nonetheless the whole available space was filled up. Thereby an out-of-bounds read occured, outputting garbage to the unused remaining PAD space. | ||||
* | Fix corrupt Slideshow at 23 byte PAD | Stefan Pöschel | 2015-04-14 | 1 | -1/+1 |
| | | | | | Due to a bug, at 23 byte PAD size, 13 instead of 12 bytes of data were output in the first data group. This lead to invalid CRC at the receiver. | ||||
* | Fix continuity index at MOT data group | Stefan Pöschel | 2015-04-13 | 1 | -6/+13 |
| | |||||
* | Short X-PAD support (only DLS) | Stefan Pöschel | 2015-04-12 | 1 | -9/+18 |
| | | | | | | | Adds support for short X-PAD (having constant size of 4 bytes) to the MOT encoder. ATM this covers only DLS. Maybe in the future the support is extended to the Slideshow - although such low bandwith is inconvenient for the transmission of slides with usual size. |