Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix initialisation of VLC arguments | Matthias P. Braendli | 2015-12-30 | 1 | -9/+32 |
| | |||||
* | Rename option vlc_gain to vlc-gain, same for vlc-cache, reorder | Matthias P. Braendli | 2015-12-30 | 1 | -10/+10 |
| | |||||
* | Fix two issues seen by static analysis | Matthias P. Braendli | 2015-12-30 | 2 | -1/+3 |
| | |||||
* | Allow mono wav files | Matthias P. Braendli | 2015-12-30 | 1 | -1/+1 |
| | |||||
* | Simplify prepare_aac_encoder() | Matthias P. Braendli | 2015-12-27 | 1 | -15/+11 |
| | |||||
* | Ensure m_mp init for VLC input | Matthias P. Braendli | 2015-12-27 | 1 | -1/+2 |
| | |||||
* | MOT encoder: save some bytes in MOT header ContentName | Stefan Pöschel | 2015-12-13 | 1 | -3/+3 |
| | |||||
* | MOT encoder: refactored MOT header generation | Stefan Pöschel | 2015-12-13 | 1 | -58/+117 |
| | | | | | The generated MOT header is exactly the same. However it is now much easier to see its content and to modify it. | ||||
* | Merge branch 'next' of github.com:Opendigitalradio/fdk-aac-dabplus into next | Stefan Pöschel | 2015-12-06 | 3 | -5/+29 |
|\ | |||||
| * | Fix inverted descriptions in usage | Matthias P. Braendli | 2015-12-02 | 1 | -2/+2 |
| | | |||||
| * | Merge patch from Francesco for VLC input | Matthias P. Braendli | 2015-12-02 | 3 | -5/+29 |
| | | | | | | | | Adds cache control and compressor | ||||
* | | MOT encoder: don't add black border to smaller slides (but emit warning) | Stefan Pöschel | 2015-12-06 | 1 | -25/+21 |
| | | |||||
* | | MOT encoder: fix MAXSLIDESIZE corner case | Stefan Pöschel | 2015-12-06 | 1 | -1/+1 |
| | | |||||
* | | MOT encoder: add quotes to file/dir names | Stefan Pöschel | 2015-12-06 | 1 | -16/+16 |
|/ | |||||
* | MOT encoder: refine max slide size according to TS 101 499 | Stefan Pöschel | 2015-11-30 | 1 | -2/+2 |
| | |||||
* | MOT encoder: display MOT header filename | Stefan Pöschel | 2015-11-29 | 1 | -0/+4 |
| | |||||
* | MOT encoder: fix possible odd target image size | Stefan Pöschel | 2015-11-29 | 1 | -6/+14 |
| | | | | | | | | The method MagickBorderImage adds the same amount of border on left/right resp. top/bottom side. Thus if the source image has an odd size (e.g. 201x200 px), the resulting size gets odd, too (here 319x240 px). To prevent this, the border is added by inserting the resized image centered into a black background of 320x240 px. | ||||
* | MOT encoder: display correct image size after adding black border | Stefan Pöschel | 2015-11-29 | 1 | -0/+3 |
| | |||||
* | MOT encoder: ensure JPEG files not to have progressive coding | Stefan Pöschel | 2015-11-29 | 1 | -3/+8 |
| | |||||
* | MOT encoder: strip unneeded information from image | Stefan Pöschel | 2015-11-27 | 1 | -0/+3 |
| | |||||
* | Update charset.h | Matthias P. Braendli | 2015-11-01 | 1 | -7/+6 |
| | | | | | This reflects the latest version of the specification, and restores the underscore character. | ||||
* | 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 | 1 | -32/+47 |
| | | |||||
* | | Move writing ICY Text to a separate async task | Matthias P. Braendli | 2015-05-22 | 2 | -4/+36 |
|/ | |||||
* | Autodetect VLC version | Matthias P. Braendli | 2015-05-04 | 1 | -4/+98 |
| | |||||
* | Replace boost by C++11 | Matthias P. Braendli | 2015-05-04 | 5 | -36/+40 |
| | | | | | std::thread doesn't support interruption like boost::thread, which was used in the ALSA input. Everything else should be equivalent. | ||||
* | Add BIG FAT utf8 WARNING to charset.h | Matthias P. Braendli | 2015-04-30 | 1 | -0/+10 |
| | |||||
* | Re-enable default conversion to EBU Latin based | Stefan Pöschel | 2015-04-28 | 1 | -15/+21 |
| | |||||
* | 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. | ||||
* | Convert slide filename extension to lower case | Matthias P. Braendli | 2015-04-23 | 1 | -0/+2 |
| | |||||
* | Autodetect ImageMagick availability | Matthias P. Braendli | 2015-04-23 | 1 | -2/+20 |
| | |||||
* | 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. |