aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include required type libraries if jack not being includedNick Piggott2015-11-221-0/+2
| | | | | | If jack libraries are not being compiled into toolame, then inclusion of stddef.h and sys/types.h libraries is required to get vlc_input.h to compile
* Add experimental CMakeListsMatthias P. Braendli2015-07-241-0/+39
|
* Move some includes in the VLC inputMatthias P. Braendli2015-07-221-3/+3
|
* Move JACK-specific includes into #ifdefMatthias P. Braendli2015-07-221-0/+2
|
* Update READMEMatthias P. Braendli2015-07-221-4/+4
|
* Add compile-time option for JACK inputMatthias P. Braendli2015-07-223-5/+32
|
* Add compile-time option for libvlc inputMatthias P. Braendli2015-07-225-3/+35
|
* Remove ICY Text writer warningsMatthias P. Braendli2015-07-141-2/+8
|
* Disable usage of inline functions, wrong usageMatthias P. Braendli2015-07-141-1/+1
|
* Merge basicmaster's PAD improvementsMatthias P. Braendli2015-07-144-6/+108
|\
| * Add write ICY text into fileMatthias Braendli2015-06-184-6/+108
| |
* | PAD: removed upper limit of PAD lenStefan Pöschel2015-07-131-2/+1
|/
* accept a list of ZMQ endpoints, separated by semicolonsMatthias P. Braendli2015-06-054-8/+34
|
* Fix strtok_r usageMatthias P. Braendli2015-05-041-1/+1
|
* Autodetect callback signature for VLCMatthias P. Braendli2015-05-042-26/+95
|
* Add some asserts in vlc_inputMatthias P. Braendli2015-04-231-0/+7
|
* Show git version in usage screenMatthias P. Braendli2015-04-233-6/+16
|
* vlc_input: also check buffer sizeMatthias P. Braendli2015-04-231-1/+1
|
* MOT encoder protocol change: transmit used PAD bytesStefan Pöschel2015-04-181-11/+15
|
* Give padding bytes back to audioStefan Pöschel2015-04-181-16/+5
|
* Request PAD at single locationStefan Pöschel2015-04-111-25/+21
|
* Remove unneeded ifStefan Pöschel2015-04-111-47/+47
|
* VLC input: add support for monoMatthias P. Braendli2015-04-103-4/+15
|
* Fix overwritten data on multiple readsStefan Pöschel2015-04-101-1/+1
|
* Change default sample rate to 48kMatthias P. Braendli2015-04-071-1/+1
|
* Add startup timeout for libVLC stateMatthias P. Braendli2015-04-052-1/+23
|
* Remove unused variable errMatthias P. Braendli2015-03-291-1/+0
|
* Allow only opening, buffering and playing VLC statesMatthias P. Braendli2015-03-291-1/+4
|
* Fix memory leak in zmq outputMatthias P. Braendli2015-03-291-0/+3
|
* Fix vlc input error handlingMatthias P. Braendli2015-03-294-12/+19
|
* Fix file inputMatthias P. Braendli2015-03-201-0/+7
|
* Increase vlc input max bufferMatthias P. Braendli2015-03-131-1/+3
|
* Remove NEWATAN compile flagMatthias P. Braendli2015-03-131-1/+1
| | | | | We have seen segmentation faults linked to the table implementation of atan2.
* Update README and usageMatthias P. Braendli2015-03-132-98/+108
|
* Add stdio include to vlc_input.cMatthias P. Braendli2015-03-131-0/+1
|
* Add libvlc inputMatthias P. Braendli2015-03-136-16/+293
|
* Do not disable assertMatthias P. Braendli2015-03-132-2/+2
|
* Add kludge for pipe inputMatthias P. Braendli2015-03-131-0/+7
|
* Add peak audio information to zmq headerMatthias P. Braendli2015-01-262-2/+6
|
* Merge pull request #3 from Landberg/patch-1Matthias P. Braendli2015-01-261-1/+1
|\ | | | | Fixed missing header data in the zmq layer.
| * Fixed missing header data in the zmq layer.Fredrik Landberg2015-01-261-1/+1
|/ | | | | The header information was missing due to using the wrong pointer in zmq_send. It also added 12 undefined bytes at the end of the payload. Because it is an optional header on the receiving end in the ODR-DabMux, I guess it goes fairly un-noticed, except possibly for the 12 extra bytes at the end. I don't use the ODR-DabMux at the moment, so I don't know if it causes any audible glitches.
* Repair PSY model 2 and 4Matthias P. Braendli2014-09-221-1/+9
| | | | | Fix an undefined behaviour arising when a float infinite is casted to an int.
* Add -L option to print levelMatthias P. Braendli2014-09-227-8/+107
|
* Remove email address from 'program broken' errorMatthias P. Braendli2014-09-211-3/+2
|
* Update READMEMatthias P. Braendli2014-08-181-23/+28
|
* Rename jack ports to be consistent with fdk-aac-dabplusMatthias P. Braendli2014-08-181-2/+2
|
* Switch to new ZMQ frame formatMatthias P. Braendli2014-08-152-1/+36
|
* Port JACK patch to this toolameMatthias P. Braendli2014-08-157-413/+656
|
* Add header dependency to MakefileMatthias P. Braendli2014-08-151-3/+37
|
* Fix usage screenMatthias P. Braendli2014-07-251-1/+1
|