Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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. | ||||
* | 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 |
| | | | | | 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 | ||||
* | 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 |
| | | | | | | Fixes - double sleepdelay when SLS/DLS used and no slides available - sending additional DLS before the first slide | ||||
* | MOT encoder: also try PNG when resizing | Stefan Pöschel | 2016-07-29 | 1 | -19/+39 |
| | | | | Fixes also a memleak when more than one JPG quality is tried | ||||
* | 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 |
| | |||||
* | Add blocking sample queue and adapt VLC input | Matthias P. Braendli | 2016-06-24 | 4 | -133/+141 |
| | |||||
* | DLS: use common toggle flag for both DL and DL Plus msgs/cmds | Stefan Pöschel | 2016-05-05 | 1 | -4/+1 |
| | |||||
* | DLS: add DL Plus support | Stefan Pöschel | 2016-04-24 | 6 | -58/+334 |
| | | | | | | - adds support for Dynamic Label Plus to mot-encoder through a new parameter block which prepends the DLS text within the regarding file - adds an option to add DL Plus data to the VLC input ICY text of dabplus-enc | ||||
* | Fix missing <thread> include | Stefan Pöschel | 2016-04-15 | 1 | -0/+1 |
| | | | | The missing include broke the build process on some systems (e.g. Travis CI). | ||||
* | Unify drift compensation code and use std::chrono | Matthias P. Braendli | 2016-04-01 | 1 | -63/+26 |
| | |||||
* | Fix libtoolame-dab buffer init in mono | Matthias P. Braendli | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Remove debugging printf | Matthias P. Braendli | 2016-04-01 | 1 | -2/+0 |
| | |||||
* | Fix silence detection in DAB mode | Matthias P. Braendli | 2016-04-01 | 1 | -3/+4 |
| | |||||
* | Fix libtoolame drift compensation | Matthias P. Braendli | 2016-04-01 | 1 | -6/+36 |
| | |||||
* | Fix usage of queue.pop returnvalue for drift compensation | Matthias P. Braendli | 2016-04-01 | 1 | -4/+6 |
| | |||||
* | Fix uninitialised m_wav in FileInput | Matthias P. Braendli | 2016-04-01 | 1 | -1/+2 |
| | |||||
* | Fix libtoolame-dab PAD insertion | Matthias P. Braendli | 2016-03-29 | 1 | -5/+14 |
| | |||||
* | cannot memcpy from a std::deque | Matthias P. Braendli | 2016-03-07 | 1 | -2/+6 |
| | |||||
* | Fix zmq output frame sizes for DAB | Matthias P. Braendli | 2016-03-06 | 1 | -18/+39 |
| | |||||
* | Merge branch 'next' into libtoolame | Matthias P. Braendli | 2016-03-04 | 3 | -9/+33 |
|\ | |||||
| * | Add -L option to give arbitrary options to VLC | Matthias P. Braendli | 2016-03-04 | 3 | -9/+33 |
| | | |||||
* | | Make ALSA input conditional | Matthias P. Braendli | 2016-02-26 | 5 | -14/+68 |
| | | |||||
* | | Clarify licence situation | Matthias P. Braendli | 2016-02-21 | 1 | -3/+5 |
| | | |||||
* | | Fix compilation with libvlc | Matthias P. Braendli | 2016-02-18 | 1 | -2/+2 |
| | | |||||
* | | Fix usage screen | Matthias P. Braendli | 2016-02-18 | 1 | -2/+2 |
| | | |||||
* | | Fix argument parsing for dabmode and dabpsy | Matthias P. Braendli | 2016-02-18 | 1 | -2/+2 |
| | | |||||
* | | Set DAB psy model | Matthias P. Braendli | 2016-02-17 | 1 | -0/+4 |
| | | |||||
* | | Many libtoolame-dab fixes, at least filesize is right now | Matthias P. Braendli | 2016-02-17 | 1 | -51/+108 |
| | | |||||
* | | Use libtoolame-dab in dabplus-enc | Matthias P. Braendli | 2016-02-15 | 2 | -97/+191 |
|/ | |||||
* | Also reset audio level without -l | Matthias P. Braendli | 2016-01-29 | 1 | -3/+3 |
| | | | | ZMQ output metadata also needs this. | ||||
* | Increase max_size for ogg streams | Matthias P. Braendli | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | Update usage screen | Matthias P. Braendli | 2016-01-10 | 1 | -2/+4 |
| | |||||
* | Enable VLC compressor only if required | Matthias P. Braendli | 2016-01-10 | 1 | -2/+10 |
| | |||||
* | Fix VLC queue fill and increase queue size | Matthias P. Braendli | 2016-01-10 | 3 | -7/+9 |
| |