aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add TODO fileMatthias P. Braendli2017-10-181-0/+19
|
* Add -R option to restart input on faultMatthias P. Braendli2017-10-076-113/+191
|
* 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
| | | | | 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 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
|
* Enable compilation warnings, and switch toolame-dab to using doubleMatthias P. Braendli2017-10-046-8/+97
|
* 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
| | | | This optimizations saves four bytes if no X-PAD is present.
* Refactor PAD file processingStefan Pöschel2017-08-071-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 onceStefan Pöschel2017-08-071-11/+11
|
* MP2: fix PAD with only F-PADStefan Pöschel2017-08-072-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 confusionStefan Pöschel2017-08-071-8/+8
|
* Add a --decoder option for loopback testingMatthias P. Braendli2017-07-246-10/+255
|
* Add wav file writerMatthias P. Braendli2017-07-243-11/+94
|
* Rename wavreader to wavfileMatthias P. Braendli2017-07-246-10/+7
|
* 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-244-8/+4
|
* Improve usage screen, remove experimental mentionMatthias P. Braendli2017-07-242-9/+11
|
* Switch Travis to GCC 6Matthias P. Braendli2017-07-241-7/+9
|
* 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
|
* Describe libvlc file input in READMEMatthias P. Braendli2017-05-311-0/+6
|
* Fix PAD insertion for MP2 Mono 56-96 kbpsStefan Pöschel2017-05-251-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::stoiMatthias P. Braendli2017-03-151-6/+6
|
* Add AAC bandwidth optionMatthias P. Braendli2017-03-151-3/+22
|
* Prepare v2.1.0v2.1.0Matthias P. Braendli2017-03-102-1/+6
|
* Remove not existing file from EXTRA_DISTMatthias P. Braendli2017-03-101-1/+0
|
* Improve VLC samplerate conversion by asking float samplesMatthias P. Braendli2017-02-242-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_DISTMatthias P. Braendli2017-02-191-0/+2
|
* Reorder VLC transcode optionsMatthias P. Braendli2017-02-191-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 stdoutMatthias P. Braendli2017-02-101-5/+5
|
* Properly handle drift compensation expansionMatthias P. Braendli2017-01-271-13/+18
|
* Improve drift compensation qualityMatthias P. Braendli2017-01-271-6/+47
|
* Prepare v2.0.1v2.0.1Matthias P. Braendli2017-01-272-1/+7
|
* Clarify AAC options in usage screenMatthias P. Braendli2017-01-271-2/+2
|
* libtoolame-dab: move glopts to toolame.cMatthias P. Braendli2017-01-062-1/+3
|
* Increase max buffer size for drift compensationMatthias P. Braendli2016-12-091-1/+1
| | | | | Some audio codecs decode in a more bursty way than others, making permanent overrun-underrun events.
* Increase libvlc startup buffer timeoutMatthias P. Braendli2016-12-091-1/+1
| | | | Some streams need additional time at startup before they output data
* Add autoconf check for DAB+ support in FDK-AACMatthias P. Braendli2016-10-181-0/+14
|
* Update README to remove mot-encoder thingsMatthias P. Braendli2016-09-231-60/+4
|
* Prepare release v2.0.0v2.0.0Matthias P. Braendli2016-09-161-0/+7
|
* Remove NOTICE and Android.mk from EXTRA_DISTMatthias P. Braendli2016-09-161-2/+0
|
* Remove charset.h and utf8 from Makefile.amMatthias P. Braendli2016-09-161-5/+0
|
* Update fec.h includeMatthias P. Braendli2016-09-161-1/+1
|
* Travis: Add fdk-aac dependencyMatthias P. Braendli2016-09-161-5/+4
|
* Remove libfec dependencyMatthias P. Braendli2016-09-1614-15/+1148
|