Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing string include in AACDecoder | Matthias P. Braendli | 2017-12-11 | 1 | -0/+1 |
* | Whitespace | Matthias P. Braendli | 2017-11-26 | 1 | -1/+1 |
* | Allow to specify an ipc:// zmq output. | MaPePeR | 2017-11-23 | 1 | -2/+3 |
* | Properly initialise JACK input fault field | Matthias P. Braendli | 2017-11-18 | 1 | -2/+1 |
* | Add -R option to restart input on fault | Matthias P. Braendli | 2017-10-07 | 5 | -110/+186 |
* | Only create the input we actually need | Matthias P. Braendli | 2017-10-07 | 2 | -38/+10 |
* | Use queue for all inputs and unify interface | Matthias P. Braendli | 2017-10-07 | 10 | -123/+150 |
* | Move fault_detected() into common input interface | Matthias P. Braendli | 2017-10-07 | 6 | -28/+28 |
* | Make all inputs use the same interface | Matthias P. Braendli | 2017-10-07 | 10 | -272/+281 |
* | Reformat whitespace, replace stringstream by to_string | Matthias P. Braendli | 2017-10-05 | 1 | -17/+15 |
* | Clarify that -p enables PAD insertion in usage | Matthias P. Braendli | 2017-10-05 | 1 | -1/+1 |
* | Fix AOT selection in mono | Matthias P. Braendli | 2017-08-10 | 1 | -1/+2 |
* | AAC: skip PAD if only zero F-PAD | Stefan Pöschel | 2017-08-07 | 1 | -1/+14 |
* | Refactor PAD file processing | Stefan Pöschel | 2017-08-07 | 1 | -30/+21 |
* | Calc calculated_padlen only once | Stefan Pöschel | 2017-08-07 | 1 | -11/+11 |
* | MP2: fix PAD with only F-PAD | Stefan Pöschel | 2017-08-07 | 1 | -2/+2 |
* | Rename PAD read result var to prevent confusion | Stefan Pöschel | 2017-08-07 | 1 | -8/+8 |
* | Add a --decoder option for loopback testing | Matthias P. Braendli | 2017-07-24 | 5 | -10/+253 |
* | Add wav file writer | Matthias P. Braendli | 2017-07-24 | 2 | -10/+93 |
* | Rename wavreader to wavfile | Matthias P. Braendli | 2017-07-24 | 5 | -8/+5 |
* | Verify that exactly one input is defined | Matthias P. Braendli | 2017-07-24 | 1 | -1/+5 |
* | Use std::string for DAB channel mode | Matthias P. Braendli | 2017-07-24 | 1 | -4/+12 |
* | Replace mot-encoder by ODR-PadEnc | Matthias P. Braendli | 2017-07-24 | 3 | -7/+3 |
* | Improve usage screen, remove experimental mention | Matthias P. Braendli | 2017-07-24 | 1 | -8/+10 |
* | Add 24 kHz sampe rate (MP2) to usage | Stefan Pöschel | 2017-06-10 | 1 | -1/+1 |
* | Add missing include for VLCInput.cpp | Matthias P. Braendli | 2017-06-02 | 1 | -0/+1 |
* | Fix PAD insertion for MP2 Mono 56-96 kbps | Stefan Pöschel | 2017-05-25 | 1 | -4/+5 |
* | Replace atoi by std::stoi | Matthias P. Braendli | 2017-03-15 | 1 | -6/+6 |
* | Add AAC bandwidth option | Matthias P. Braendli | 2017-03-15 | 1 | -3/+22 |
* | Improve VLC samplerate conversion by asking float samples | Matthias P. Braendli | 2017-02-24 | 2 | -14/+36 |
* | Reorder VLC transcode options | Matthias P. Braendli | 2017-02-19 | 1 | -2/+2 |
* | Properly handle drift compensation expansion | Matthias P. Braendli | 2017-01-27 | 1 | -13/+18 |
* | Improve drift compensation quality | Matthias P. Braendli | 2017-01-27 | 1 | -6/+47 |
* | Clarify AAC options in usage screen | Matthias P. Braendli | 2017-01-27 | 1 | -2/+2 |
* | Increase max buffer size for drift compensation | Matthias P. Braendli | 2016-12-09 | 1 | -1/+1 |
* | Increase libvlc startup buffer timeout | Matthias P. Braendli | 2016-12-09 | 1 | -1/+1 |
* | Update fec.h include | Matthias P. Braendli | 2016-09-16 | 1 | -1/+1 |
* | Rename project to ODR-AudioEnc for consistency | Matthias P. Braendli | 2016-09-11 | 2 | -5/+5 |
* | Remove mot-encoder | Matthias P. Braendli | 2016-09-11 | 7 | -2921/+0 |
* | Remove some references to FDK | Matthias P. Braendli | 2016-09-10 | 2 | -8/+5 |
* | Link against external fdk, rename to odr-audioencoder | Matthias P. Braendli | 2016-09-10 | 1 | -4/+4 |
* | MOT encoder: slight fixes/refactoring/optimization | Stefan Pöschel | 2016-08-20 | 1 | -54/+45 |
* | MOT encoder: also try PNG when resizing | Stefan Pöschel | 2016-07-29 | 1 | -19/+39 |
* | VLC input: use ICY artist/title if available | Stefan Pöschel | 2016-07-24 | 2 | -12/+78 |
* | Improve Doxygen mainpage | Matthias P. Braendli | 2016-07-08 | 7 | -23/+31 |
* | Add doxygen configuration and target | Matthias P. Braendli | 2016-07-08 | 14 | -102/+267 |
* | Protect m_nowplaying with mutex | Matthias P. Braendli | 2016-07-08 | 2 | -2/+13 |
* | Make m_read return when thread not running anymore | Matthias P. Braendli | 2016-07-04 | 1 | -1/+1 |
* | MOT encoder: fix broken Slideshow by last commit | Stefan Pöschel | 2016-06-27 | 1 | -1/+1 |
* | MOT encoder: enable/fix all/extra warnings | Stefan Pöschel | 2016-06-26 | 1 | -9/+12 |