summaryrefslogtreecommitdiffstats
path: root/src/dabplus-enc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update usage screenMatthias P. Braendli2016-01-101-2/+4
|
* Fix VLC queue fill and increase queue sizeMatthias P. Braendli2016-01-101-1/+1
|
* Add VLC variant with drift compensationMatthias P. Braendli2016-01-101-15/+54
|
* Create VLCInputDirect classMatthias P. Braendli2016-01-101-1/+1
|
* Rename option vlc_gain to vlc-gain, same for vlc-cache, reorderMatthias P. Braendli2015-12-301-10/+10
|
* Simplify prepare_aac_encoder()Matthias P. Braendli2015-12-271-15/+11
|
* Fix inverted descriptions in usageMatthias P. Braendli2015-12-021-2/+2
|
* Merge patch from Francesco for VLC inputMatthias P. Braendli2015-12-021-2/+14
| | | | Adds cache control and compressor
* PAD: check PAD lenStefan Pöschel2015-07-131-0/+5
|
* Add ability to connect the encoder to several ZMQ endpointsMatthias P. Braendli2015-06-051-32/+47
|
* MOT encoder protocol change: transmit used PAD bytesStefan Pöschel2015-04-181-4/+4
|
* PAD: use announced PAD len for bufferStefan Pöschel2015-04-181-1/+2
|
* VLC can write ICY Text into a file for mot-encoderMatthias P. Braendli2015-04-121-7/+19
|
* Fix usage screen about VLCMatthias P. Braendli2015-04-121-2/+2
|
* Fix printf warningsStefan Pöschel2015-04-101-1/+1
|
* Move VLC error messageMatthias P. Braendli2015-03-291-1/+1
|
* Fix libvlc error handlingMatthias P. Braendli2015-03-291-0/+1
|
* The -c option should also work for libvlc inputMatthias Braendli2015-03-231-1/+1
|
* Fix -V optionMatthias P. Braendli2015-03-111-1/+1
|
* Revert useless changesMatthias P. Braendli2015-03-111-1/+1
| | | | This reverts commit b46963cc7e82dcb8c6509139f9176458db7c9d91.
* Fix -V optionMatthias P. Braendli2015-03-111-1/+1
|
* Add libvlc inputMatthias P. Braendli2015-03-111-2/+58
| | | | | Be careful about sample rate conversion, VLC only wants to use the ugly resampler on some machines.
* Fix level indication in monoMatthias P. Braendli2014-12-221-11/+22
|
* 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
|
* 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
|
* Fix crash with bitrates above 144kbpsMatthias P. Braendli2014-10-011-3/+5
| | | | The output buffer was not allocated big enough.
* Include config.hMatthias P. Braendli2014-07-071-0/+1
|
* Add JACK input supportMatthias P. Braendli2014-06-261-8/+39
|
* Indentation and code formattingMatthias P. Braendli2014-06-161-7/+9
|
* fifo silence bug fixSergio2014-06-161-1/+2
|
* Added option to ignore EOF fifo and generates silenceSergio2014-06-131-2/+13
|
* Correct handling of AOT definitionMatthias P. Braendli2014-06-021-11/+16
|
* Fix INTERNAL ERROR and add AOT optionsMatthias P. Braendli2014-05-161-20/+42
|
* make sure padlen is initialisedMatthias P. Braendli2014-05-141-1/+1
|
* Don't insert stale PAD data when the read returns 0Matthias P. Braendli2014-04-251-2/+5
|
* Make the file output actually workMatthias P. Braendli2014-04-251-22/+31
|
* Always print underruns and overrunsMatthias P. Braendli2014-04-251-9/+20
|
* merge file and alsa encoders into dabplus-encMatthias P. Braendli2014-04-251-0/+716
There was a lot of redundant code between the two