aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Always print underruns and overrunsMatthias P. Braendli2014-04-251-9/+20
|
* merge file and alsa encoders into dabplus-encMatthias P. Braendli2014-04-255-688/+316
| | | | There was a lot of redundant code between the two
* use new message format for file encoder tooMatthias P. Braendli2014-04-252-5/+18
|
* Use new zmq message format version 1Matthias P. Braendli2014-04-253-3/+46
|
* replace dots by level in dabplus-enc-alsa-zmqMatthias P. Braendli2014-04-251-50/+39
|
* remove s from getoptMatthias P. Braendli2014-04-251-1/+1
|
* dabplus-enc-file: replace little dots by nice level indicatorMatthias P. Braendli2014-04-253-13/+73
|
* remove old piece of commented codeMatthias P. Braendli2014-04-221-43/+0
|
* add -s to getopt_longMatthias P. Braendli2014-04-212-2/+2
|
* Add option to suppress the little dotsMatthias P. Braendli2014-04-212-24/+40
|
* Add ZMQ CURVE auth supportMatthias P. Braendli2014-04-194-4/+135
|
* Accelerate slideshow transferStefan Poeschel2014-03-291-31/+23
| | | | | | | This patch skips the transmission of Content-Type, which gives more bits to the transmission of slide content. Signed-off-by: Matthias P. Braendli <matthias.braendli@mpb.li>
* Add a check to mot-encoder for allowed padlen valuesMatthias P. Braendli2014-03-251-23/+34
|
* DataGroup Length Indicator bug fix (it's inserted in the same X-PAD field of ↵Sergio2014-03-251-30/+49
| | | | the first MOT segment)
* Remove dabplus-enc-fileMatthias P. Braendli2014-03-191-433/+0
|
* Add file output support to dabplus-enc-file-zmqMatthias P. Braendli2014-03-191-15/+57
|
* Improve alsa fault detectionMatthias P. Braendli2014-03-193-14/+39
|
* Fix dabplus-enc-alsa-zmq 48k samplerateMatthias P. Braendli2014-03-191-3/+16
|
* Verify that output file can be openedMatthias P. Braendli2014-03-171-0/+4
|
* Support libasound2 1.0.25Matthias P. Braendli2014-03-141-1/+1
| | | | Because it's the one that is in debian stable right now
* Print some newlines from time to timeMatthias P. Braendli2014-03-131-5/+44
| | | | | For some reason, my terminal emulator (KDE's Konsole) lags after the encoder has been running for some time.
* remove c++11 deprecation warningMatthias P. Braendli2014-03-131-1/+1
|
* rename AlsaDabplus.cpp to dabplus-enc-alsa-zmq.cppMatthias P. Braendli2014-03-101-0/+0
|
* Add version number to the programsMatthias P. Braendli2014-03-104-14/+43
|
* add pad length option to mot-encoderMatthias P. Braendli2014-03-101-2/+14
|
* add nice PAD data debugging outputMatthias P. Braendli2014-03-092-0/+4
|
* Fix mot-encoder typoMatthias P. Braendli2014-03-091-3/+3
|
* Add PAD to dabplus-enc-alsa-zmqMatthias P. Braendli2014-03-091-14/+101
|
* make mot-encoder recognise -t optionMatthias P. Braendli2014-03-091-4/+4
|
* add options to mot-encoder, cleanupMatthias P. Braendli2014-03-091-302/+479
|
* add -P option to dabplus-enc-file-zmqMatthias P. Braendli2014-03-091-4/+9
|
* tidy dabplus-enc-file-zmqMatthias P. Braendli2014-03-091-29/+27
|
* tidy dabplus-enc-fileMatthias P. Braendli2014-03-091-22/+23
|
* Move sources to src, rename all programsMatthias P. Braendli2014-03-096-0/+1999
|
* Add -D option and logic to enable ALSA drift compensationMatthias P. Braendli2014-03-091-59/+76
|
* Split AlsaInput into two variants (Threaded/Direct)Matthias P. Braendli2014-03-093-25/+81
|
* Get drift-canceling encoder to workMatthias P. Braendli2014-03-092-63/+119
|
* alsa input improvements, not workingMatthias P. Braendli2014-03-073-41/+69
|
* add 120ms delayMatthias P. Braendli2014-03-071-0/+14
|
* alsa-dabplus compilesMatthias P. Braendli2014-03-074-11/+132
|
* add first code bits of new alsa encoderMatthias P. Braendli2014-03-075-0/+1170