summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rename project to ODR-AudioEnc for consistencyMatthias P. Braendli2016-09-118-68/+61
|
* Remove mot-encoderMatthias P. Braendli2016-09-119-2945/+1
|
* Update gitignoreMatthias P. Braendli2016-09-101-4/+3
|
* Remove some references to FDKMatthias P. Braendli2016-09-105-34/+27
|
* Link against external fdk, rename to odr-audioencoderMatthias P. Braendli2016-09-103-244/+43
|
* Remove FDK-AACMatthias P. Braendli2016-09-10313-150648/+0
|
* Prepare release v1.2.0v1.2.0Matthias P. Braendli2016-09-022-2/+10
|
* MOT encoder: slight fixes/refactoring/optimizationStefan Pöschel2016-08-201-54/+45
| | | | | | Fixes - double sleepdelay when SLS/DLS used and no slides available - sending additional DLS before the first slide
* Merge 'gh/next' into nextMatthias P. Braendli2016-07-303-31/+117
|\
| * MOT encoder: also try PNG when resizingStefan Pöschel2016-07-291-19/+39
| | | | | | | | Fixes also a memleak when more than one JPG quality is tried
| * VLC input: use ICY artist/title if availableStefan Pöschel2016-07-242-12/+78
| |
* | Prepare release v1.1.0v1.1.0Matthias P. Braendli2016-07-302-1/+12
|/
* Improve Doxygen mainpageMatthias P. Braendli2016-07-088-23/+33
|
* Add doxygen configuration and targetMatthias P. Braendli2016-07-0819-119/+2602
|
* 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-262-10/+13
|