Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve Doxygen mainpage | Matthias P. Braendli | 2016-07-08 | 1 | -14/+23 |
| | |||||
* | Add doxygen configuration and target | Matthias P. Braendli | 2016-07-08 | 1 | -4/+73 |
| | |||||
* | Add blocking sample queue and adapt VLC input | Matthias P. Braendli | 2016-06-24 | 1 | -34/+21 |
| | |||||
* | DLS: add DL Plus support | Stefan Pöschel | 2016-04-24 | 1 | -31/+37 |
| | | | | | | - 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 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 | 1 | -3/+10 |
|\ | |||||
| * | Add -L option to give arbitrary options to VLC | Matthias P. Braendli | 2016-03-04 | 1 | -3/+10 |
| | | |||||
* | | Make ALSA input conditional | Matthias P. Braendli | 2016-02-26 | 1 | -1/+22 |
| | | |||||
* | | 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 | 1 | -97/+190 |
|/ | |||||
* | 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 |
| | |||||
* | Fix VLC queue fill and increase queue size | Matthias P. Braendli | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | Add VLC variant with drift compensation | Matthias P. Braendli | 2016-01-10 | 1 | -15/+54 |
| | |||||
* | Create VLCInputDirect class | Matthias P. Braendli | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | Rename option vlc_gain to vlc-gain, same for vlc-cache, reorder | Matthias P. Braendli | 2015-12-30 | 1 | -10/+10 |
| | |||||
* | Simplify prepare_aac_encoder() | Matthias P. Braendli | 2015-12-27 | 1 | -15/+11 |
| | |||||
* | Fix inverted descriptions in usage | Matthias P. Braendli | 2015-12-02 | 1 | -2/+2 |
| | |||||
* | Merge patch from Francesco for VLC input | Matthias P. Braendli | 2015-12-02 | 1 | -2/+14 |
| | | | | Adds cache control and compressor | ||||
* | PAD: check PAD len | Stefan Pöschel | 2015-07-13 | 1 | -0/+5 |
| | |||||
* | Add ability to connect the encoder to several ZMQ endpoints | Matthias P. Braendli | 2015-06-05 | 1 | -32/+47 |
| | |||||
* | MOT encoder protocol change: transmit used PAD bytes | Stefan Pöschel | 2015-04-18 | 1 | -4/+4 |
| | |||||
* | PAD: use announced PAD len for buffer | Stefan Pöschel | 2015-04-18 | 1 | -1/+2 |
| | |||||
* | VLC can write ICY Text into a file for mot-encoder | Matthias P. Braendli | 2015-04-12 | 1 | -7/+19 |
| | |||||
* | Fix usage screen about VLC | Matthias P. Braendli | 2015-04-12 | 1 | -2/+2 |
| | |||||
* | Fix printf warnings | Stefan Pöschel | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Move VLC error message | Matthias P. Braendli | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | Fix libvlc error handling | Matthias P. Braendli | 2015-03-29 | 1 | -0/+1 |
| | |||||
* | The -c option should also work for libvlc input | Matthias Braendli | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Fix -V option | Matthias P. Braendli | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Revert useless changes | Matthias P. Braendli | 2015-03-11 | 1 | -1/+1 |
| | | | | This reverts commit b46963cc7e82dcb8c6509139f9176458db7c9d91. | ||||
* | Fix -V option | Matthias P. Braendli | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Add libvlc input | Matthias P. Braendli | 2015-03-11 | 1 | -2/+58 |
| | | | | | Be careful about sample rate conversion, VLC only wants to use the ugly resampler on some machines. | ||||
* | Fix level indication in mono | Matthias P. Braendli | 2014-12-22 | 1 | -11/+22 |
| | |||||
* | Usage screen: use .dabp extension in example | Matthias P. Braendli | 2014-12-22 | 1 | -1/+1 |
| |