aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* MOT encoder: refine max slide size according to TS 101 499Stefan Pöschel2015-11-301-2/+2
|
* MOT encoder: display MOT header filenameStefan Pöschel2015-11-291-0/+4
|
* MOT encoder: fix possible odd target image sizeStefan Pöschel2015-11-291-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 borderStefan Pöschel2015-11-291-0/+3
|
* MOT encoder: ensure JPEG files not to have progressive codingStefan Pöschel2015-11-291-3/+8
|
* MOT encoder: strip unneeded information from imageStefan Pöschel2015-11-271-0/+3
|
* Update charset.hMatthias P. Braendli2015-11-011-7/+6
| | | | | This reflects the latest version of the specification, and restores the underscore character.
* Merge remote-tracking branch 'basicmaster/next' into nextMatthias P. Braendli2015-07-241-6/+41
|\
| * DLS: added cmdline option to insert Remove Label cmd when replacing a textStefan Pöschel2015-07-211-6/+41
| |
* | Remove deprecated charsets from usage screenMatthias P. Braendli2015-07-241-3/+0
| |
* | Update EBU charset to new revisionMatthias P. Braendli2015-07-241-15/+17
|/
* MOT encoder: better queue type for PAD packetizerStefan Pöschel2015-07-141-5/+5
|
* MOT encoder: new PAD packetizerStefan Pöschel2015-07-141-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.
* Data Groups refactoring: prevent unnecessary copiesStefan Pöschel2015-06-051-28/+35
|
* Data Groups refactoring: DLS Data GroupStefan Pöschel2015-06-021-31/+23
|
* Data Groups refactoring: move CRC attachment to DATA_GROUPStefan Pöschel2015-06-021-16/+15
|
* Data Groups refactoring: MSC Data GroupStefan Pöschel2015-06-021-48/+32
|
* Data Groups refactoring: Data Group Length IndicatorStefan Pöschel2015-06-021-18/+69
|
* Add BIG FAT utf8 WARNING to charset.hMatthias P. Braendli2015-04-301-0/+10
|
* Re-enable default conversion to EBU Latin basedStefan Pöschel2015-04-281-15/+21
|
* Fix MAXDLS regressionStefan Pöschel2015-04-231-2/+3
|
* Add support for DLS text raw UCS-2 BE inputStefan Pöschel2015-04-231-5/+21
|
* Change default DLS text charset to UTF-8Stefan Pöschel2015-04-231-2/+2
|
* Make DLS conversion from (ATM only) UTF-8 to EBU Latin optionalStefan Pöschel2015-04-231-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 caseMatthias P. Braendli2015-04-231-0/+2
|
* Autodetect ImageMagick availabilityMatthias P. Braendli2015-04-231-2/+20
|
* mot-encoder: Add charset converter for EBU LatinMatthias P. Braendli2015-04-236-42/+1078
|
* MOT encoder protocol change: transmit used PAD bytesStefan Pöschel2015-04-181-3/+10
|
* Fix len of used X-PAD at DLSStefan Pöschel2015-04-181-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 bufferStefan Pöschel2015-04-181-1/+1
|
* MOT: use max segment lenStefan Pöschel2015-04-171-3/+6
|
* Fix out-of-bounds read at higher PAD lengthStefan Pöschel2015-04-141-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 PADStefan Pöschel2015-04-141-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 groupStefan Pöschel2015-04-131-6/+13
|
* Short X-PAD support (only DLS)Stefan Pöschel2015-04-121-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.
* Fix MOT encoder debug regressionStefan Pöschel2015-04-121-2/+2
|
* DLS refactoringStefan Pöschel2015-04-121-229/+102
| | | | | This should fix DLS at lower PAD sizes, where the DLS data group of a DL segment is distributed over more than one PAD.
* mot-encoder: don't keep DLS input file openMatthias P. Braendli2015-04-121-6/+4
|
* (Re)Create DLS data groups only if neededStefan Pöschel2015-04-101-3/+10
|
* Fix 128 char DLS null byte out-of-bounds writeStefan Pöschel2015-04-101-1/+1
|
* Fix trailing \n removalStefan Pöschel2015-04-101-1/+1
|
* Undo indent changesStefan Pöschel2015-04-101-2/+2
|
* Fix printf warningsStefan Pöschel2015-04-101-2/+2
|
* mot-encoder: Add option to signal charsetMatthias P. Braendli2014-12-061-18/+70
|
* mot-encoder: add support for PNG slidesMatthias P. Braendli2014-11-271-9/+64
|
* mot-encoder: refactor databaseMatthias P. Braendli2014-11-271-13/+11
|
* Bugfix on debugging information.Luigi Yucheng LIU2014-08-281-1/+1
| | | | Fixes bug that do call database.disp () without being in debug mode.
* Corrections, improvements and style updatesMatthias P. Braendli2014-08-271-213/+224
| | | | | | | | | | | | Change the way the database is done (use a deque, save fidx in the fingerprint, remove cursors, distinguish between history size and max fidx value) Rename -f to -R and update explanation Order slide tranmission by fidx Correct types in fingerprint_t Move some fingerprint logic into fingerprint_t Add additional sleep if DLS disabled and no slide available Fix intentation and code style
* Disable DEBUG by defaultMatthias P. Braendli2014-08-271-1/+1
|
* Update fidx managementLuigi Yucheng LIU2014-08-271-80/+129
|