aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* VLC can write ICY Text into a file for mot-encoderMatthias P. Braendli2015-04-123-7/+38
* Fix usage screen about VLCMatthias P. Braendli2015-04-121-2/+2
* (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-102-3/+3
* VLC: Add additional state check at startupMatthias P. Braendli2015-03-301-1/+19
* VLC: change callback usageMatthias P. Braendli2015-03-302-19/+12
* Allow only opening, buffering and playing VLC statesMatthias P. Braendli2015-03-291-1/+4
* Move VLC error messageMatthias P. Braendli2015-03-291-1/+1
* Fix libvlc error handlingMatthias P. Braendli2015-03-292-4/+8
* Do not copy libVLC data if size absurdMatthias P. Braendli2015-03-231-6/+7
* Fix compilation errorMatthias P. Braendli2015-03-232-1/+3
* The -c option should also work for libvlc inputMatthias Braendli2015-03-233-3/+4
* Replace copy loop by std::copyMatthias P. Braendli2015-03-211-3/+2
* Replace assert by warningMatthias P. Braendli2015-03-211-1/+6
* Add VLC exit handlerMatthias P. Braendli2015-03-172-20/+59
* Add limit on maximal buffer for VLCMatthias P. Braendli2015-03-121-3/+13
* Fix -V optionMatthias P. Braendli2015-03-111-1/+1
* Revert useless changesMatthias P. Braendli2015-03-111-1/+1
* Fix -V optionMatthias P. Braendli2015-03-111-1/+1
* Add libvlc inputMatthias P. Braendli2015-03-113-2/+329
* Fix level indication in monoMatthias P. Braendli2014-12-223-17/+25
* Usage screen: use .dabp extension in exampleMatthias P. Braendli2014-12-221-1/+1
* 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-271-9/+64
* mot-encoder: refactor databaseMatthias P. Braendli2014-11-271-13/+11
* Reindent longopts tableMatthias P. Braendli2014-11-031-22/+22
* Cleanup bootup screenMatthias P. Braendli2014-11-031-2/+13
* Enable afterburner by default and deprecate -aMatthias P. Braendli2014-11-031-4/+11
* Add silence timeout and document return valueMatthias P. Braendli2014-11-031-4/+47
* Correct old commentMatthias P. Braendli2014-11-031-2/+2
* Backport mstorjo's changes to wavreader.cMatthias P. Braendli2014-10-031-5/+35
* Fix crash with bitrates above 144kbpsMatthias P. Braendli2014-10-012-3/+7
* 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