summaryrefslogtreecommitdiffstats
path: root/src/dabplus-enc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Link against external fdk, rename to odr-audioencoderMatthias P. Braendli2016-09-101-1307/+0
|
* Improve Doxygen mainpageMatthias P. Braendli2016-07-081-14/+23
|
* Add doxygen configuration and targetMatthias P. Braendli2016-07-081-4/+73
|
* Add blocking sample queue and adapt VLC inputMatthias P. Braendli2016-06-241-34/+21
|
* DLS: add DL Plus supportStefan Pöschel2016-04-241-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> 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 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-041-3/+10
|\
| * Add -L option to give arbitrary options to VLCMatthias P. Braendli2016-03-041-3/+10
| |
* | Make ALSA input conditionalMatthias P. Braendli2016-02-261-1/+22
| |
* | 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-151-97/+190
|/
* 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
|
* Fix VLC queue fill and increase queue sizeMatthias P. Braendli2016-01-101-1/+1
|
* Add VLC variant with drift compensationMatthias P. Braendli2016-01-101-15/+54
|
* Create VLCInputDirect classMatthias P. Braendli2016-01-101-1/+1
|
* Rename option vlc_gain to vlc-gain, same for vlc-cache, reorderMatthias P. Braendli2015-12-301-10/+10
|
* Simplify prepare_aac_encoder()Matthias P. Braendli2015-12-271-15/+11
|
* Fix inverted descriptions in usageMatthias P. Braendli2015-12-021-2/+2
|
* Merge patch from Francesco for VLC inputMatthias P. Braendli2015-12-021-2/+14
| | | | Adds cache control and compressor
* PAD: check PAD lenStefan Pöschel2015-07-131-0/+5
|
* Add ability to connect the encoder to several ZMQ endpointsMatthias P. Braendli2015-06-051-32/+47
|
* MOT encoder protocol change: transmit used PAD bytesStefan Pöschel2015-04-181-4/+4
|
* PAD: use announced PAD len for bufferStefan Pöschel2015-04-181-1/+2
|
* VLC can write ICY Text into a file for mot-encoderMatthias P. Braendli2015-04-121-7/+19
|
* Fix usage screen about VLCMatthias P. Braendli2015-04-121-2/+2
|
* Fix printf warningsStefan Pöschel2015-04-101-1/+1
|
* Move VLC error messageMatthias P. Braendli2015-03-291-1/+1
|
* Fix libvlc error handlingMatthias P. Braendli2015-03-291-0/+1
|
* The -c option should also work for libvlc inputMatthias Braendli2015-03-231-1/+1
|
* Fix -V optionMatthias P. Braendli2015-03-111-1/+1
|
* Revert useless changesMatthias P. Braendli2015-03-111-1/+1
| | | | This reverts commit b46963cc7e82dcb8c6509139f9176458db7c9d91.
* Fix -V optionMatthias P. Braendli2015-03-111-1/+1
|
* Add libvlc inputMatthias P. Braendli2015-03-111-2/+58
| | | | | Be careful about sample rate conversion, VLC only wants to use the ugly resampler on some machines.
* Fix level indication in monoMatthias P. Braendli2014-12-221-11/+22
|