aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare release v1.2.0HEADv1.2.0nextmasterMatthias 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
|
* 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
|
* Fix DAB insertion of SCF-CRCMatthias P. Braendli2016-04-303-4/+20
|
* 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
|
* Prepare release v1.0.1v1.0.1Matthias P. Braendli2016-03-292-1/+5
|
* Fix libtoolame-dab PAD insertionMatthias P. Braendli2016-03-293-8/+22
|
* Prepare v1.0.0v1.0.0Matthias P. Braendli2016-03-264-15/+27
|
* Fix PTHREAD configureMatthias P. Braendli2016-03-071-1/+6
|
* Update ax_pthread m4 scriptMatthias P. Braendli2016-03-071-192/+345
|
* Travis CI: add bootstrapMatthias P. Braendli2016-03-071-0/+1
|
* cannot memcpy from a std::dequeMatthias P. Braendli2016-03-071-2/+6
|
* Set nch and dab_extension properly in toolameMatthias P. Braendli2016-03-071-4/+4
|
* Remove channelswap and input_select from toolameMatthias P. Braendli2016-03-072-4/+0
|
* Fix zmq output frame sizes for DABMatthias P. Braendli2016-03-061-18/+39
|
* Enable CRC in libtoolame-dabMatthias P. Braendli2016-03-061-1/+1
|
* 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
| |
* | Update READMEMatthias P. Braendli2016-02-261-2/+2
| |
* | Make ALSA input conditionalMatthias P. Braendli2016-02-268-22/+104
| |
* | Clarify licence situationMatthias P. Braendli2016-02-212-4/+28
| |
* | Fix compilation with libvlcMatthias P. Braendli2016-02-181-2/+2
| |
* | Compile libtoolame-dab as C99Matthias P. Braendli2016-02-181-1/+1
| |
* | Fix usage screenMatthias P. Braendli2016-02-181-2/+2
| |
* | Set CFLAGS instead of CXXFLAGS for libtoolame-dabMatthias P. Braendli2016-02-181-1/+1
| |
* | Remove debugging print in toolame.cMatthias P. Braendli2016-02-181-4/+0
| |
* | Fix argument parsing for dabmode and dabpsyMatthias P. Braendli2016-02-181-2/+2
| |
* | Properly initialise toolame encoderMatthias P. Braendli2016-02-181-0/+12
| |
* | Fix whitespace in encode_newMatthias P. Braendli2016-02-181-343/+343
| |
* | Set DAB psy modelMatthias P. Braendli2016-02-171-0/+4
| |
* | Compile libtoolame-dab with -DNEWENCODEMatthias P. Braendli2016-02-171-1/+1
| |