Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add check for readdir for DT_UNKNOWN | Matthias P. Braendli | 2014-06-20 | 1 | -2/+2 |
| | |||||
* | Make mot-encoder C++, removes memory leaks | Matthias P. Braendli | 2014-06-16 | 3 | -137/+138 |
| | |||||
* | Update Makefile.am accordingly | Matthias P. Braendli | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | change pkg-config to fdk-aac-dabplus.pc | Matthias P. Braendli | 2014-06-16 | 3 | -4/+4 |
| | |||||
* | Indentation and code formatting | Matthias P. Braendli | 2014-06-16 | 3 | -11/+13 |
| | |||||
* | fifo silence bug fix | Sergio | 2014-06-16 | 3 | -1/+11 |
| | |||||
* | Merge pull request #2 from sergione76/master | Matthias P. Braendli | 2014-06-13 | 3 | -3/+26 |
|\ | | | | | Add option to ignore EOF fifo and generate silence | ||||
| * | Added option to ignore EOF fifo and generates silence | Sergio | 2014-06-13 | 3 | -3/+26 |
|/ | |||||
* | libAACenc set correct granuleLength in TNS | Matthias P. Braendli | 2014-06-02 | 1 | -0/+1 |
| | |||||
* | Correct handling of AOT definition | Matthias P. Braendli | 2014-06-02 | 1 | -11/+16 |
| | |||||
* | Prepare bugfix release v0.4.2v0.4.2 | Matthias P. Braendli | 2014-05-16 | 3 | -1/+19 |
| | |||||
* | Fix INTERNAL ERROR and add AOT options | Matthias P. Braendli | 2014-05-16 | 1 | -20/+42 |
| | |||||
* | Prepare release v0.4.1v0.4.1 | Matthias P. Braendli | 2014-05-14 | 2 | -1/+5 |
| | |||||
* | make sure dls-encoder does a toggle | Matthias P. Braendli | 2014-05-14 | 1 | -1/+8 |
| | |||||
* | make sure padlen is initialised | Matthias P. Braendli | 2014-05-14 | 1 | -1/+1 |
| | |||||
* | Add dls-only encoder for testing purposes | Matthias P. Braendli | 2014-04-25 | 2 | -0/+453 |
| | |||||
* | Don't insert stale PAD data when the read returns 0 | Matthias P. Braendli | 2014-04-25 | 1 | -2/+5 |
| | |||||
* | Make the file output actually work | Matthias P. Braendli | 2014-04-25 | 1 | -22/+31 |
| | |||||
* | Prepare for v0.4.0v0.4.0 | Matthias P. Braendli | 2014-04-25 | 3 | -22/+38 |
| | |||||
* | Always print underruns and overruns | Matthias P. Braendli | 2014-04-25 | 1 | -9/+20 |
| | |||||
* | merge file and alsa encoders into dabplus-enc | Matthias P. Braendli | 2014-04-25 | 7 | -714/+333 |
| | | | | There was a lot of redundant code between the two | ||||
* | use new message format for file encoder too | Matthias P. Braendli | 2014-04-25 | 2 | -5/+18 |
| | |||||
* | Use new zmq message format version 1 | Matthias P. Braendli | 2014-04-25 | 3 | -3/+46 |
| | |||||
* | replace dots by level in dabplus-enc-alsa-zmq | Matthias P. Braendli | 2014-04-25 | 1 | -50/+39 |
| | |||||
* | remove s from getopt | Matthias P. Braendli | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | dabplus-enc-file: replace little dots by nice level indicator | Matthias P. Braendli | 2014-04-25 | 4 | -14/+78 |
| | |||||
* | remove old piece of commented code | Matthias P. Braendli | 2014-04-22 | 1 | -43/+0 |
| | |||||
* | add -s to getopt_long | Matthias P. Braendli | 2014-04-21 | 2 | -2/+2 |
| | |||||
* | Add option to suppress the little dots | Matthias P. Braendli | 2014-04-21 | 2 | -24/+40 |
| | |||||
* | Add ZMQ CURVE auth support | Matthias P. Braendli | 2014-04-19 | 5 | -4/+139 |
| | |||||
* | Accelerate slideshow transfer | Stefan Poeschel | 2014-03-29 | 1 | -31/+23 |
| | | | | | | | This patch skips the transmission of Content-Type, which gives more bits to the transmission of slide content. Signed-off-by: Matthias P. Braendli <matthias.braendli@mpb.li> | ||||
* | Prepare release 0.3.0 with MOT slideshow and DLS supportv0.3.0 | Matthias P. Braendli | 2014-03-29 | 3 | -7/+27 |
| | |||||
* | Fix README.md syntax | Matthias P. Braendli | 2014-03-27 | 1 | -0/+1 |
| | |||||
* | Add a check to mot-encoder for allowed padlen values | Matthias P. Braendli | 2014-03-25 | 1 | -23/+34 |
| | |||||
* | Write DSE at start of AU | Matthias P. Braendli | 2014-03-25 | 1 | -28/+36 |
| | | | | To respect the ETSI standard for XPAD in DAB+ | ||||
* | Merge pull request #1 from sergione76/master | Matthias P. Braendli | 2014-03-25 | 1 | -30/+49 |
|\ | | | | | | | | | Fix DataGroup Length Indicator bug It's inserted in the same X-PAD field of the first MOT segment | ||||
| * | DataGroup Length Indicator bug fix (it's inserted in the same X-PAD field of ↵ | Sergio | 2014-03-25 | 1 | -30/+49 |
|/ | | | | the first MOT segment) | ||||
* | Prepare release v0.2.2v0.2.2 | Matthias P. Braendli | 2014-03-19 | 2 | -5/+19 |
| | |||||
* | Add ZeroMQ dependency to readme | Matthias P. Braendli | 2014-03-19 | 1 | -2/+3 |
| | |||||
* | Remove dabplus-enc-file | Matthias P. Braendli | 2014-03-19 | 3 | -447/+7 |
| | |||||
* | Add file output support to dabplus-enc-file-zmq | Matthias P. Braendli | 2014-03-19 | 1 | -15/+57 |
| | |||||
* | Improve alsa fault detection | Matthias P. Braendli | 2014-03-19 | 3 | -14/+39 |
| | |||||
* | Fix dabplus-enc-alsa-zmq 48k samplerate | Matthias P. Braendli | 2014-03-19 | 1 | -3/+16 |
| | |||||
* | Verify that output file can be opened | Matthias P. Braendli | 2014-03-17 | 1 | -0/+4 |
| | |||||
* | Support libasound2 1.0.25 | Matthias P. Braendli | 2014-03-14 | 2 | -2/+2 |
| | | | | Because it's the one that is in debian stable right now | ||||
* | Print some newlines from time to time | Matthias P. Braendli | 2014-03-13 | 1 | -5/+44 |
| | | | | | For some reason, my terminal emulator (KDE's Konsole) lags after the encoder has been running for some time. | ||||
* | Include little mot-encoder info in README.md | Matthias P. Braendli | 2014-03-13 | 1 | -2/+4 |
| | |||||
* | Add snd-aloop scenario | Matthias P. Braendli | 2014-03-13 | 1 | -3/+26 |
| | |||||
* | remove c++11 deprecation warning | Matthias P. Braendli | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | Prepare v0.2.1v0.2.1 | Matthias P. Braendli | 2014-03-10 | 2 | -1/+6 |
| |