summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
|
* Improve Doxygen mainpageMatthias P. Braendli2016-07-087-23/+31
|
* Add doxygen configuration and targetMatthias P. Braendli2016-07-0814-102/+267
|
* 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-261-9/+12
|
* Add blocking sample queue and adapt VLC inputMatthias P. Braendli2016-06-244-133/+141
|
* DLS: use common toggle flag for both DL and DL Plus msgs/cmdsStefan Pöschel2016-05-051-4/+1
|
* DLS: add DL Plus supportStefan Pöschel2016-04-246-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> includeStefan Pöschel2016-04-151-0/+1
| | | | The missing include broke the build process on some systems (e.g. Travis CI).
* Unify drift compensation code and use std::chronoMatthias P. Braendli2016-04-011-63/+26
|
* Fix libtoolame-dab buffer init in monoMatthias P. Braendli2016-04-011-1/+1
|
* Remove debugging printfMatthias P. Braendli2016-04-011-2/+0
|
* Fix silence detection in DAB modeMatthias P. Braendli2016-04-011-3/+4
|
* Fix libtoolame drift compensationMatthias P. Braendli2016-04-011-6/+36
|
* Fix usage of queue.pop returnvalue for drift compensationMatthias P. Braendli2016-04-011-4/+6
|
* Fix uninitialised m_wav in FileInputMatthias P. Braendli2016-04-011-1/+2
|
* Fix libtoolame-dab PAD insertionMatthias P. Braendli2016-03-291-5/+14
|
* cannot memcpy from a std::dequeMatthias P. Braendli2016-03-071-2/+6
|
* Fix zmq output frame sizes for DABMatthias P. Braendli2016-03-061-18/+39
|
* Merge branch 'next' into libtoolameMatthias P. Braendli2016-03-043-9/+33
|\
| * Add -L option to give arbitrary options to VLCMatthias P. Braendli2016-03-043-9/+33
| |
* | Make ALSA input conditionalMatthias P. Braendli2016-02-265-14/+68
| |
* | Clarify licence situationMatthias P. Braendli2016-02-211-3/+5
| |
* | Fix compilation with libvlcMatthias P. Braendli2016-02-181-2/+2
| |
* | Fix usage screenMatthias P. Braendli2016-02-181-2/+2
| |
* | Fix argument parsing for dabmode and dabpsyMatthias P. Braendli2016-02-181-2/+2
| |
* | Set DAB psy modelMatthias P. Braendli2016-02-171-0/+4
| |
* | Many libtoolame-dab fixes, at least filesize is right nowMatthias P. Braendli2016-02-171-51/+108
| |
* | Use libtoolame-dab in dabplus-encMatthias P. Braendli2016-02-152-97/+191
|/
* Also reset audio level without -lMatthias P. Braendli2016-01-291-3/+3
| | | | ZMQ output metadata also needs this.
* Increase max_size for ogg streamsMatthias P. Braendli2016-01-281-1/+1
|
* Update usage screenMatthias P. Braendli2016-01-101-2/+4
|
* Enable VLC compressor only if requiredMatthias P. Braendli2016-01-101-2/+10
|
* Fix VLC queue fill and increase queue sizeMatthias P. Braendli2016-01-103-7/+9
|
* Add VLC variant with drift compensationMatthias P. Braendli2016-01-103-15/+132
|
* Create VLCInputDirect classMatthias P. Braendli2016-01-103-11/+27
|
* Only show VLC options if verboseMatthias P. Braendli2015-12-301-5/+5
|
* Fix initialisation of VLC argumentsMatthias P. Braendli2015-12-301-9/+32
|
* Rename option vlc_gain to vlc-gain, same for vlc-cache, reorderMatthias P. Braendli2015-12-301-10/+10
|
* Fix two issues seen by static analysisMatthias P. Braendli2015-12-302-1/+3
|
* Allow mono wav filesMatthias P. Braendli2015-12-301-1/+1
|
* Simplify prepare_aac_encoder()Matthias P. Braendli2015-12-271-15/+11
|
* Ensure m_mp init for VLC inputMatthias P. Braendli2015-12-271-1/+2
|
* MOT encoder: save some bytes in MOT header ContentNameStefan Pöschel2015-12-131-3/+3
|
* MOT encoder: refactored MOT header generationStefan Pöschel2015-12-131-58/+117
| | | | | The generated MOT header is exactly the same. However it is now much easier to see its content and to modify it.
* Merge branch 'next' of github.com:Opendigitalradio/fdk-aac-dabplus into nextStefan Pöschel2015-12-063-5/+29
|\