Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | This also changes the --fifo-silence option. Instead of inserting silence separately, it uses the drift compensation to do that. | |||||
* | 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 | |
| | ||||||
* | Enable compilation warnings, and switch toolame-dab to using double | Matthias P. Braendli | 2017-10-04 | 6 | -8/+97 | |
| | ||||||
* | 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 | |
| | | | | This optimizations saves four bytes if no X-PAD is present. | |||||
* | Refactor PAD file processing | Stefan Pöschel | 2017-08-07 | 1 | -30/+21 | |
| | | | | | | | - move PAD file processing to a singlelocation - only output PAD if read len matches - skip output if read len is zero - move AAC buffer descriptors to AAC part | |||||
* | 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 | 2 | -3/+3 | |
| | | | | | When the PAD contains only F-PAD (and no X-PAD), this lead to a crash in the MP2 encoder. | |||||
* | 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 | 6 | -10/+255 | |
| | ||||||
* | Add wav file writer | Matthias P. Braendli | 2017-07-24 | 3 | -11/+94 | |
| | ||||||
* | Rename wavreader to wavfile | Matthias P. Braendli | 2017-07-24 | 6 | -10/+7 | |
| | ||||||
* | 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 | 4 | -8/+4 | |
| | ||||||
* | Improve usage screen, remove experimental mention | Matthias P. Braendli | 2017-07-24 | 2 | -9/+11 | |
| | ||||||
* | Switch Travis to GCC 6 | Matthias P. Braendli | 2017-07-24 | 1 | -7/+9 | |
| | ||||||
* | 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 | |
| | ||||||
* | Describe libvlc file input in README | Matthias P. Braendli | 2017-05-31 | 1 | -0/+6 | |
| | ||||||
* | Fix PAD insertion for MP2 Mono 56-96 kbps | Stefan Pöschel | 2017-05-25 | 1 | -4/+5 | |
| | | | | | | Since merging toolame-dab into ODR-AudioEnc, for MP2 Mono services with a bitrate between 56 and 96 kbps, only two ScF-CRC bytes were aligned although there shall be four. | |||||
* | 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 | |
| | ||||||
* | Prepare v2.1.0v2.1.0 | Matthias P. Braendli | 2017-03-10 | 2 | -1/+6 | |
| | ||||||
* | Remove not existing file from EXTRA_DIST | Matthias P. Braendli | 2017-03-10 | 1 | -1/+0 | |
| | ||||||
* | Improve VLC samplerate conversion by asking float samples | Matthias P. Braendli | 2017-02-24 | 2 | -14/+36 | |
| | | | | | | | | Asking floats from VLC instead of signed 16-bit samples allows VLC to use the libsamplerate resampler instead of the ugly_resampler. Otherwise it might convert to s16l first, and refuse to use libsamplerate which is unable to work with that data format. | |||||
* | Add missing files in EXTRA_DIST | Matthias P. Braendli | 2017-02-19 | 1 | -0/+2 | |
| | ||||||
* | Reorder VLC transcode options | Matthias P. Braendli | 2017-02-19 | 1 | -2/+2 | |
| | | | | | | | It is hoped that converting to signed 16-bit after resampling is going to fix the issue that sometimes it choses to use the ugly_resampler instead of the libsamplerate-based one. The latter works with floats. | |||||
* | libtoolame-dab: print to stderr instead of stdout | Matthias P. Braendli | 2017-02-10 | 1 | -5/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | Prepare v2.0.1v2.0.1 | Matthias P. Braendli | 2017-01-27 | 2 | -1/+7 | |
| | ||||||
* | Clarify AAC options in usage screen | Matthias P. Braendli | 2017-01-27 | 1 | -2/+2 | |
| | ||||||
* | libtoolame-dab: move glopts to toolame.c | Matthias P. Braendli | 2017-01-06 | 2 | -1/+3 | |
| | ||||||
* | Increase max buffer size for drift compensation | Matthias P. Braendli | 2016-12-09 | 1 | -1/+1 | |
| | | | | | Some audio codecs decode in a more bursty way than others, making permanent overrun-underrun events. | |||||
* | Increase libvlc startup buffer timeout | Matthias P. Braendli | 2016-12-09 | 1 | -1/+1 | |
| | | | | Some streams need additional time at startup before they output data | |||||
* | Add autoconf check for DAB+ support in FDK-AAC | Matthias P. Braendli | 2016-10-18 | 1 | -0/+14 | |
| | ||||||
* | Update README to remove mot-encoder things | Matthias P. Braendli | 2016-09-23 | 1 | -60/+4 | |
| | ||||||
* | Prepare release v2.0.0v2.0.0 | Matthias P. Braendli | 2016-09-16 | 1 | -0/+7 | |
| | ||||||
* | Remove NOTICE and Android.mk from EXTRA_DIST | Matthias P. Braendli | 2016-09-16 | 1 | -2/+0 | |
| | ||||||
* | Remove charset.h and utf8 from Makefile.am | Matthias P. Braendli | 2016-09-16 | 1 | -5/+0 | |
| | ||||||
* | Update fec.h include | Matthias P. Braendli | 2016-09-16 | 1 | -1/+1 | |
| | ||||||
* | Travis: Add fdk-aac dependency | Matthias P. Braendli | 2016-09-16 | 1 | -5/+4 | |
| | ||||||
* | Remove libfec dependency | Matthias P. Braendli | 2016-09-16 | 14 | -15/+1148 | |
| | ||||||
* | Rename project to ODR-AudioEnc for consistency | Matthias P. Braendli | 2016-09-11 | 8 | -68/+61 | |
| | ||||||
* | Remove mot-encoder | Matthias P. Braendli | 2016-09-11 | 9 | -2945/+1 | |
| |