Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include required type libraries if jack not being included | Nick Piggott | 2015-11-22 | 1 | -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 CMakeLists | Matthias P. Braendli | 2015-07-24 | 1 | -0/+39 |
| | |||||
* | Move some includes in the VLC input | Matthias P. Braendli | 2015-07-22 | 1 | -3/+3 |
| | |||||
* | Move JACK-specific includes into #ifdef | Matthias P. Braendli | 2015-07-22 | 1 | -0/+2 |
| | |||||
* | Update README | Matthias P. Braendli | 2015-07-22 | 1 | -4/+4 |
| | |||||
* | Add compile-time option for JACK input | Matthias P. Braendli | 2015-07-22 | 3 | -5/+32 |
| | |||||
* | Add compile-time option for libvlc input | Matthias P. Braendli | 2015-07-22 | 5 | -3/+35 |
| | |||||
* | Remove ICY Text writer warnings | Matthias P. Braendli | 2015-07-14 | 1 | -2/+8 |
| | |||||
* | Disable usage of inline functions, wrong usage | Matthias P. Braendli | 2015-07-14 | 1 | -1/+1 |
| | |||||
* | Merge basicmaster's PAD improvements | Matthias P. Braendli | 2015-07-14 | 4 | -6/+108 |
|\ | |||||
| * | Add write ICY text into file | Matthias Braendli | 2015-06-18 | 4 | -6/+108 |
| | | |||||
* | | PAD: removed upper limit of PAD len | Stefan Pöschel | 2015-07-13 | 1 | -2/+1 |
|/ | |||||
* | accept a list of ZMQ endpoints, separated by semicolons | Matthias P. Braendli | 2015-06-05 | 4 | -8/+34 |
| | |||||
* | Fix strtok_r usage | Matthias P. Braendli | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | Autodetect callback signature for VLC | Matthias P. Braendli | 2015-05-04 | 2 | -26/+95 |
| | |||||
* | Add some asserts in vlc_input | Matthias P. Braendli | 2015-04-23 | 1 | -0/+7 |
| | |||||
* | Show git version in usage screen | Matthias P. Braendli | 2015-04-23 | 3 | -6/+16 |
| | |||||
* | vlc_input: also check buffer size | Matthias P. Braendli | 2015-04-23 | 1 | -1/+1 |
| | |||||
* | MOT encoder protocol change: transmit used PAD bytes | Stefan Pöschel | 2015-04-18 | 1 | -11/+15 |
| | |||||
* | Give padding bytes back to audio | Stefan Pöschel | 2015-04-18 | 1 | -16/+5 |
| | |||||
* | Request PAD at single location | Stefan Pöschel | 2015-04-11 | 1 | -25/+21 |
| | |||||
* | Remove unneeded if | Stefan Pöschel | 2015-04-11 | 1 | -47/+47 |
| | |||||
* | VLC input: add support for mono | Matthias P. Braendli | 2015-04-10 | 3 | -4/+15 |
| | |||||
* | Fix overwritten data on multiple reads | Stefan Pöschel | 2015-04-10 | 1 | -1/+1 |
| | |||||
* | Change default sample rate to 48k | Matthias P. Braendli | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | Add startup timeout for libVLC state | Matthias P. Braendli | 2015-04-05 | 2 | -1/+23 |
| | |||||
* | Remove unused variable err | Matthias P. Braendli | 2015-03-29 | 1 | -1/+0 |
| | |||||
* | Allow only opening, buffering and playing VLC states | Matthias P. Braendli | 2015-03-29 | 1 | -1/+4 |
| | |||||
* | Fix memory leak in zmq output | Matthias P. Braendli | 2015-03-29 | 1 | -0/+3 |
| | |||||
* | Fix vlc input error handling | Matthias P. Braendli | 2015-03-29 | 4 | -12/+19 |
| | |||||
* | Fix file input | Matthias P. Braendli | 2015-03-20 | 1 | -0/+7 |
| | |||||
* | Increase vlc input max buffer | Matthias P. Braendli | 2015-03-13 | 1 | -1/+3 |
| | |||||
* | Remove NEWATAN compile flag | Matthias P. Braendli | 2015-03-13 | 1 | -1/+1 |
| | | | | | We have seen segmentation faults linked to the table implementation of atan2. | ||||
* | Update README and usage | Matthias P. Braendli | 2015-03-13 | 2 | -98/+108 |
| | |||||
* | Add stdio include to vlc_input.c | Matthias P. Braendli | 2015-03-13 | 1 | -0/+1 |
| | |||||
* | Add libvlc input | Matthias P. Braendli | 2015-03-13 | 6 | -16/+293 |
| | |||||
* | Do not disable assert | Matthias P. Braendli | 2015-03-13 | 2 | -2/+2 |
| | |||||
* | Add kludge for pipe input | Matthias P. Braendli | 2015-03-13 | 1 | -0/+7 |
| | |||||
* | Add peak audio information to zmq header | Matthias P. Braendli | 2015-01-26 | 2 | -2/+6 |
| | |||||
* | Merge pull request #3 from Landberg/patch-1 | Matthias P. Braendli | 2015-01-26 | 1 | -1/+1 |
|\ | | | | | Fixed missing header data in the zmq layer. | ||||
| * | Fixed missing header data in the zmq layer. | Fredrik Landberg | 2015-01-26 | 1 | -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 4 | Matthias P. Braendli | 2014-09-22 | 1 | -1/+9 |
| | | | | | Fix an undefined behaviour arising when a float infinite is casted to an int. | ||||
* | Add -L option to print level | Matthias P. Braendli | 2014-09-22 | 7 | -8/+107 |
| | |||||
* | Remove email address from 'program broken' error | Matthias P. Braendli | 2014-09-21 | 1 | -3/+2 |
| | |||||
* | Update README | Matthias P. Braendli | 2014-08-18 | 1 | -23/+28 |
| | |||||
* | Rename jack ports to be consistent with fdk-aac-dabplus | Matthias P. Braendli | 2014-08-18 | 1 | -2/+2 |
| | |||||
* | Switch to new ZMQ frame format | Matthias P. Braendli | 2014-08-15 | 2 | -1/+36 |
| | |||||
* | Port JACK patch to this toolame | Matthias P. Braendli | 2014-08-15 | 7 | -413/+656 |
| | |||||
* | Add header dependency to Makefile | Matthias P. Braendli | 2014-08-15 | 1 | -3/+37 |
| | |||||
* | Fix usage screen | Matthias P. Braendli | 2014-07-25 | 1 | -1/+1 |
| |