summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Properly initialise JACK input fault fieldMatthias P. Braendli2017-11-181-2/+1
* Add -R option to restart input on faultMatthias P. Braendli2017-10-075-110/+186
* Only create the input we actually needMatthias P. Braendli2017-10-072-38/+10
* Use queue for all inputs and unify interfaceMatthias P. Braendli2017-10-0710-123/+150
* Move fault_detected() into common input interfaceMatthias P. Braendli2017-10-076-28/+28
* Make all inputs use the same interfaceMatthias P. Braendli2017-10-0710-272/+281
* Reformat whitespace, replace stringstream by to_stringMatthias P. Braendli2017-10-051-17/+15
* Clarify that -p enables PAD insertion in usageMatthias P. Braendli2017-10-051-1/+1
* Fix AOT selection in monoMatthias P. Braendli2017-08-101-1/+2
* AAC: skip PAD if only zero F-PADStefan Pöschel2017-08-071-1/+14
* Refactor PAD file processingStefan Pöschel2017-08-071-30/+21
* Calc calculated_padlen only onceStefan Pöschel2017-08-071-11/+11
* MP2: fix PAD with only F-PADStefan Pöschel2017-08-071-2/+2
* Rename PAD read result var to prevent confusionStefan Pöschel2017-08-071-8/+8
* Add a --decoder option for loopback testingMatthias P. Braendli2017-07-245-10/+253
* Add wav file writerMatthias P. Braendli2017-07-242-10/+93
* Rename wavreader to wavfileMatthias P. Braendli2017-07-245-8/+5
* Verify that exactly one input is definedMatthias P. Braendli2017-07-241-1/+5
* Use std::string for DAB channel modeMatthias P. Braendli2017-07-241-4/+12
* Replace mot-encoder by ODR-PadEncMatthias P. Braendli2017-07-243-7/+3
* Improve usage screen, remove experimental mentionMatthias P. Braendli2017-07-241-8/+10
* Add 24 kHz sampe rate (MP2) to usageStefan Pöschel2017-06-101-1/+1
* Add missing include for VLCInput.cppMatthias P. Braendli2017-06-021-0/+1
* Fix PAD insertion for MP2 Mono 56-96 kbpsStefan Pöschel2017-05-251-4/+5
* Replace atoi by std::stoiMatthias P. Braendli2017-03-151-6/+6
* Add AAC bandwidth optionMatthias P. Braendli2017-03-151-3/+22
* Improve VLC samplerate conversion by asking float samplesMatthias P. Braendli2017-02-242-14/+36
* Reorder VLC transcode optionsMatthias P. Braendli2017-02-191-2/+2
* Properly handle drift compensation expansionMatthias P. Braendli2017-01-271-13/+18
* Improve drift compensation qualityMatthias P. Braendli2017-01-271-6/+47
* Clarify AAC options in usage screenMatthias P. Braendli2017-01-271-2/+2
* Increase max buffer size for drift compensationMatthias P. Braendli2016-12-091-1/+1
* Increase libvlc startup buffer timeoutMatthias P. Braendli2016-12-091-1/+1
* Update fec.h includeMatthias P. Braendli2016-09-161-1/+1
* Rename project to ODR-AudioEnc for consistencyMatthias P. Braendli2016-09-112-5/+5
* Remove mot-encoderMatthias P. Braendli2016-09-117-2921/+0
* Remove some references to FDKMatthias P. Braendli2016-09-102-8/+5
* Link against external fdk, rename to odr-audioencoderMatthias P. Braendli2016-09-101-4/+4
* MOT encoder: slight fixes/refactoring/optimizationStefan Pöschel2016-08-201-54/+45
* MOT encoder: also try PNG when resizingStefan Pöschel2016-07-291-19/+39
* VLC input: use ICY artist/title if availableStefan Pöschel2016-07-242-12/+78
* Improve Doxygen mainpageMatthias P. Braendli2016-07-087-23/+31
* Add doxygen configuration and targetMatthias P. Braendli2016-07-0814-102/+267
* Protect m_nowplaying with mutexMatthias P. Braendli2016-07-082-2/+13
* Make m_read return when thread not running anymoreMatthias P. Braendli2016-07-041-1/+1
* MOT encoder: fix broken Slideshow by last commitStefan Pöschel2016-06-271-1/+1
* MOT encoder: enable/fix all/extra warningsStefan Pöschel2016-06-261-9/+12
* Add blocking sample queue and adapt VLC inputMatthias P. Braendli2016-06-244-133/+141
* DLS: use common toggle flag for both DL and DL Plus msgs/cmdsStefan Pöschel2016-05-051-4/+1
* DLS: add DL Plus supportStefan Pöschel2016-04-246-58/+334