summaryrefslogtreecommitdiffstats
path: root/src/dabplus-enc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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