aboutsummaryrefslogtreecommitdiffstats
path: root/src/mot-encoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-231-42/+56
* 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
* 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
* Fix corrupt Slideshow at 23 byte PADStefan Pöschel2015-04-141-1/+1
* 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
* Fix MOT encoder debug regressionStefan Pöschel2015-04-121-2/+2
* DLS refactoringStefan Pöschel2015-04-121-229/+102
* 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
* Corrections, improvements and style updatesMatthias P. Braendli2014-08-271-213/+224
* Disable DEBUG by defaultMatthias P. Braendli2014-08-271-1/+1
* Update fidx managementLuigi Yucheng LIU2014-08-271-80/+129
* Add file broadcasting modeLuigi Yucheng LIU2014-08-271-56/+96
* Add certain commentsLuigi Yucheng LIU2014-08-271-3/+3
* New fidx management based on slide footprintLuigi Yucheng LIU2014-08-271-28/+98
* Syntax error correctionLuigi Yucheng LIU2014-08-271-10/+11
* Update mot-encoder.cppLuigi Yucheng LIU2014-08-271-4/+9
* Update mot-encoder.cppLuigi Yucheng LIU2014-08-271-2/+4
* Improved management of Slideshow TIDLuigi Yucheng LIU2014-08-271-3/+17
* Update mot-encoder.cppluigi-liu2014-08-231-2/+3
* Correct signedness of mot headerMatthias P. Braendli2014-07-251-2/+2
* mot-encoder: fix transmission of DLS when slides are enabledMatthias P. Braendli2014-07-251-1/+9
* mot-encoder: send DLS between slides to update more oftenMatthias P. Braendli2014-07-211-4/+7
* mot-encoder: avoid useless recompression of JPEGsMatthias P. Braendli2014-07-211-56/+135
* Add size limit for slides, automatic quality settingMatthias P. Braendli2014-07-201-9/+26
* Prepare v0.5.0v0.5.0Matthias P. Braendli2014-07-081-13/+31
* Include config.hMatthias P. Braendli2014-07-071-0/+1
* mot-encoder: only close directory if slideshow is activeMatthias P. Braendli2014-07-061-2/+4
* mot-encoder remove unused variablesMatthias P. Braendli2014-07-031-3/+1
* mot-encoder Remove trailing line breaks from DLSMatthias P. Braendli2014-07-031-0/+11
* mot-encoder improve console outputMatthias P. Braendli2014-07-031-13/+13
* mot-encoder sorts slides in alphabetical orderMatthias P. Braendli2014-07-031-2/+13
* mot-encoder can encode slideshow- or DLS-onlyMatthias P. Braendli2014-07-031-57/+71