summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare v0.6.0v0.6.0Matthias P. Braendli2014-12-093-8/+14
|
* Show in usage screen when JACK disabledMatthias P. Braendli2014-12-091-10/+9
|
* Remove bytes_per_sample, replace by existing macroMatthias P. Braendli2014-12-091-3/+2
|
* mot-encoder: Add option to signal charsetMatthias P. Braendli2014-12-061-18/+70
|
* mot-encoder: add support for PNG slidesMatthias P. Braendli2014-11-272-17/+73
|
* mot-encoder: refactor databaseMatthias P. Braendli2014-11-271-13/+11
|
* Place DSE first in AUMatthias P. Braendli2014-11-211-7/+27
|
* Reindent longopts tableMatthias P. Braendli2014-11-031-22/+22
|
* Cleanup bootup screenMatthias P. Braendli2014-11-034-45/+52
|
* Enable afterburner by default and deprecate -aMatthias P. Braendli2014-11-032-8/+15
|
* Add silence timeout and document return valueMatthias P. Braendli2014-11-032-4/+57
|
* Correct old commentMatthias P. Braendli2014-11-031-2/+2
|
* Backport mstorjo's changes to wavreader.cMatthias P. Braendli2014-10-031-5/+35
| | | | | | | | | | These include commits: f825104 Add support for waveformatex files 16f75a5 Support reading sox style piped wav files 43cb942 Use skip instead of fseek cb19aa7 Allow reading wav files with a 0 bytes RIFF chunk 3951d0a Allow opening stdin when "-" is specified e7348e7 Support streamed wav files with a 0 bytes data chunk
* Fix crash with bitrates above 144kbpsMatthias P. Braendli2014-10-012-3/+7
| | | | The output buffer was not allocated big enough.
* Prepare v0.5.1v0.5.1Matthias P. Braendli2014-09-263-1/+15
|
* Add JACK scenario to READMEMatthias P. Braendli2014-09-221-1/+14
|
* 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
|
* 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
| | | | footprint = file name + file size + last modification time
* 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
| | | | | A slide receives a new TID only when it is completely new, re-transmitted images retain their TID. Une diapositive recoit un nouveau TID seulement quand elle est complètement nouvelle, les images re-transmises conservent leur TID.
* Update mot-encoder.cppluigi-liu2014-08-231-2/+3
| | | | | 1. apply the default sleepdelay between each slide 2. confine maximum DLS length to the specification. 3. avoid increasing constantly Transport ID
* Correct signedness of mot headerMatthias P. Braendli2014-07-251-2/+2
|
* Revert "Write DSE at start of AU"Matthias P. Braendli2014-07-251-36/+28
| | | | | | | | | This reverts commit 05e6de86461b4ab0c55880db0c83d7a7bd6c5bc1 which broke audio decoding for PURE One Elite receivers, but fixed slideshow and DLS decoding on PURE Sensia receivers. Slides and DLS are now not working on PURE Sensia, but at least audio is working again.
* 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
| | | | | If the input file is JPEG, the right resolution, and not too big, use it directly
* Add size limit for slides, automatic quality settingMatthias P. Braendli2014-07-201-9/+26
|
* Prepare v0.5.0v0.5.0Matthias P. Braendli2014-07-083-14/+51
|
* Include config.hMatthias P. Braendli2014-07-072-0/+2
|
* Remove dls-encoderMatthias P. Braendli2014-07-072-460/+0
|
* 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
|
* Change JackInput to char* to avoid crash when JACK compiled in but not usedMatthias P. Braendli2014-06-272-4/+4
|
* Add JACK input supportMatthias P. Braendli2014-06-266-13/+311
|
* mot-encoder: add --sleep optionMatthias P. Braendli2014-06-201-6/+10
|
* mot-encoder: always encode DLS, add --erase optionMatthias P. Braendli2014-06-201-27/+87
|
* Add check for readdir for DT_UNKNOWNMatthias P. Braendli2014-06-201-2/+2
|
* Make mot-encoder C++, removes memory leaksMatthias P. Braendli2014-06-163-137/+138
|
* Update Makefile.am accordinglyMatthias P. Braendli2014-06-161-1/+1
|