Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add VLC exit handler | Matthias P. Braendli | 2015-03-17 | 2 | -20/+59 |
| | |||||
* | Add limit on maximal buffer for VLC | Matthias P. Braendli | 2015-03-12 | 1 | -3/+13 |
| | |||||
* | Fix -V option | Matthias P. Braendli | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Revert useless changes | Matthias P. Braendli | 2015-03-11 | 1 | -1/+1 |
| | | | | This reverts commit b46963cc7e82dcb8c6509139f9176458db7c9d91. | ||||
* | Fix -V option | Matthias P. Braendli | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Add libvlc input | Matthias P. Braendli | 2015-03-11 | 3 | -2/+329 |
| | | | | | Be careful about sample rate conversion, VLC only wants to use the ugly resampler on some machines. | ||||
* | Fix level indication in mono | Matthias P. Braendli | 2014-12-22 | 3 | -17/+25 |
| | |||||
* | Usage screen: use .dabp extension in example | Matthias P. Braendli | 2014-12-22 | 1 | -1/+1 |
| | |||||
* | Show in usage screen when JACK disabled | Matthias P. Braendli | 2014-12-09 | 1 | -10/+9 |
| | |||||
* | Remove bytes_per_sample, replace by existing macro | Matthias P. Braendli | 2014-12-09 | 1 | -3/+2 |
| | |||||
* | mot-encoder: Add option to signal charset | Matthias P. Braendli | 2014-12-06 | 1 | -18/+70 |
| | |||||
* | mot-encoder: add support for PNG slides | Matthias P. Braendli | 2014-11-27 | 1 | -9/+64 |
| | |||||
* | mot-encoder: refactor database | Matthias P. Braendli | 2014-11-27 | 1 | -13/+11 |
| | |||||
* | Reindent longopts table | Matthias P. Braendli | 2014-11-03 | 1 | -22/+22 |
| | |||||
* | Cleanup bootup screen | Matthias P. Braendli | 2014-11-03 | 1 | -2/+13 |
| | |||||
* | Enable afterburner by default and deprecate -a | Matthias P. Braendli | 2014-11-03 | 1 | -4/+11 |
| | |||||
* | Add silence timeout and document return value | Matthias P. Braendli | 2014-11-03 | 1 | -4/+47 |
| | |||||
* | Correct old comment | Matthias P. Braendli | 2014-11-03 | 1 | -2/+2 |
| | |||||
* | Backport mstorjo's changes to wavreader.c | Matthias P. Braendli | 2014-10-03 | 1 | -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 144kbps | Matthias P. Braendli | 2014-10-01 | 2 | -3/+7 |
| | | | | The output buffer was not allocated big enough. | ||||
* | Bugfix on debugging information. | Luigi Yucheng LIU | 2014-08-28 | 1 | -1/+1 |
| | | | | Fixes bug that do call database.disp () without being in debug mode. | ||||
* | Corrections, improvements and style updates | Matthias P. Braendli | 2014-08-27 | 1 | -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 default | Matthias P. Braendli | 2014-08-27 | 1 | -1/+1 |
| | |||||
* | Update fidx management | Luigi Yucheng LIU | 2014-08-27 | 1 | -80/+129 |
| | |||||
* | Add file broadcasting mode | Luigi Yucheng LIU | 2014-08-27 | 1 | -56/+96 |
| | |||||
* | Add certain comments | Luigi Yucheng LIU | 2014-08-27 | 1 | -3/+3 |
| | |||||
* | New fidx management based on slide footprint | Luigi Yucheng LIU | 2014-08-27 | 1 | -28/+98 |
| | | | | footprint = file name + file size + last modification time | ||||
* | Syntax error correction | Luigi Yucheng LIU | 2014-08-27 | 1 | -10/+11 |
| | |||||
* | Update mot-encoder.cpp | Luigi Yucheng LIU | 2014-08-27 | 1 | -4/+9 |
| | |||||
* | Update mot-encoder.cpp | Luigi Yucheng LIU | 2014-08-27 | 1 | -2/+4 |
| | |||||
* | Improved management of Slideshow TID | Luigi Yucheng LIU | 2014-08-27 | 1 | -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.cpp | luigi-liu | 2014-08-23 | 1 | -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 header | Matthias P. Braendli | 2014-07-25 | 1 | -2/+2 |
| | |||||
* | mot-encoder: fix transmission of DLS when slides are enabled | Matthias P. Braendli | 2014-07-25 | 1 | -1/+9 |
| | |||||
* | mot-encoder: send DLS between slides to update more often | Matthias P. Braendli | 2014-07-21 | 1 | -4/+7 |
| | |||||
* | mot-encoder: avoid useless recompression of JPEGs | Matthias P. Braendli | 2014-07-21 | 1 | -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 setting | Matthias P. Braendli | 2014-07-20 | 1 | -9/+26 |
| | |||||
* | Prepare v0.5.0v0.5.0 | Matthias P. Braendli | 2014-07-08 | 1 | -13/+31 |
| | |||||
* | Include config.h | Matthias P. Braendli | 2014-07-07 | 2 | -0/+2 |
| | |||||
* | Remove dls-encoder | Matthias P. Braendli | 2014-07-07 | 1 | -454/+0 |
| | |||||
* | mot-encoder: only close directory if slideshow is active | Matthias P. Braendli | 2014-07-06 | 1 | -2/+4 |
| | |||||
* | mot-encoder remove unused variables | Matthias P. Braendli | 2014-07-03 | 1 | -3/+1 |
| | |||||
* | mot-encoder Remove trailing line breaks from DLS | Matthias P. Braendli | 2014-07-03 | 1 | -0/+11 |
| | |||||
* | mot-encoder improve console output | Matthias P. Braendli | 2014-07-03 | 1 | -13/+13 |
| | |||||
* | mot-encoder sorts slides in alphabetical order | Matthias P. Braendli | 2014-07-03 | 1 | -2/+13 |
| | |||||
* | mot-encoder can encode slideshow- or DLS-only | Matthias P. Braendli | 2014-07-03 | 1 | -57/+71 |
| | |||||
* | Change JackInput to char* to avoid crash when JACK compiled in but not used | Matthias P. Braendli | 2014-06-27 | 2 | -4/+4 |
| | |||||
* | Add JACK input support | Matthias P. Braendli | 2014-06-26 | 3 | -8/+279 |
| | |||||
* | mot-encoder: add --sleep option | Matthias P. Braendli | 2014-06-20 | 1 | -6/+10 |
| | |||||
* | mot-encoder: always encode DLS, add --erase option | Matthias P. Braendli | 2014-06-20 | 1 | -27/+87 |
| |