summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* mot-encoder: always encode DLS, add --erase optionMatthias P. Braendli2014-06-201-27/+87
|
* Add check for readdir for DT_UNKNOWNMatthias P. Braendli2014-06-201-2/+2
|
* Make mot-encoder C++, removes memory leaksMatthias P. Braendli2014-06-163-137/+138
|
* Update Makefile.am accordinglyMatthias P. Braendli2014-06-161-1/+1
|
* change pkg-config to fdk-aac-dabplus.pcMatthias P. Braendli2014-06-163-4/+4
|
* Indentation and code formattingMatthias P. Braendli2014-06-163-11/+13
|
* fifo silence bug fixSergio2014-06-163-1/+11
|
* Merge pull request #2 from sergione76/masterMatthias P. Braendli2014-06-133-3/+26
|\ | | | | Add option to ignore EOF fifo and generate silence
| * Added option to ignore EOF fifo and generates silenceSergio2014-06-133-3/+26
|/
* libAACenc set correct granuleLength in TNSMatthias P. Braendli2014-06-021-0/+1
|
* Correct handling of AOT definitionMatthias P. Braendli2014-06-021-11/+16
|
* Prepare bugfix release v0.4.2v0.4.2Matthias P. Braendli2014-05-163-1/+19
|
* Fix INTERNAL ERROR and add AOT optionsMatthias P. Braendli2014-05-161-20/+42
|
* Prepare release v0.4.1v0.4.1Matthias P. Braendli2014-05-142-1/+5
|
* make sure dls-encoder does a toggleMatthias P. Braendli2014-05-141-1/+8
|
* make sure padlen is initialisedMatthias P. Braendli2014-05-141-1/+1
|
* Add dls-only encoder for testing purposesMatthias P. Braendli2014-04-252-0/+453
|
* Don't insert stale PAD data when the read returns 0Matthias P. Braendli2014-04-251-2/+5
|
* Make the file output actually workMatthias P. Braendli2014-04-251-22/+31
|
* Prepare for v0.4.0v0.4.0Matthias P. Braendli2014-04-253-22/+38
|
* Always print underruns and overrunsMatthias P. Braendli2014-04-251-9/+20
|
* merge file and alsa encoders into dabplus-encMatthias P. Braendli2014-04-257-714/+333
| | | | There was a lot of redundant code between the two
* use new message format for file encoder tooMatthias P. Braendli2014-04-252-5/+18
|
* Use new zmq message format version 1Matthias P. Braendli2014-04-253-3/+46
|
* replace dots by level in dabplus-enc-alsa-zmqMatthias P. Braendli2014-04-251-50/+39
|
* remove s from getoptMatthias P. Braendli2014-04-251-1/+1
|
* dabplus-enc-file: replace little dots by nice level indicatorMatthias P. Braendli2014-04-254-14/+78
|
* remove old piece of commented codeMatthias P. Braendli2014-04-221-43/+0
|
* add -s to getopt_longMatthias P. Braendli2014-04-212-2/+2
|
* Add option to suppress the little dotsMatthias P. Braendli2014-04-212-24/+40
|
* Add ZMQ CURVE auth supportMatthias P. Braendli2014-04-195-4/+139
|
* Accelerate slideshow transferStefan Poeschel2014-03-291-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.0Matthias P. Braendli2014-03-293-7/+27
|
* Fix README.md syntaxMatthias P. Braendli2014-03-271-0/+1
|
* Add a check to mot-encoder for allowed padlen valuesMatthias P. Braendli2014-03-251-23/+34
|
* Write DSE at start of AUMatthias P. Braendli2014-03-251-28/+36
| | | | To respect the ETSI standard for XPAD in DAB+
* Merge pull request #1 from sergione76/masterMatthias P. Braendli2014-03-251-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 ↵Sergio2014-03-251-30/+49
|/ | | | the first MOT segment)
* Prepare release v0.2.2v0.2.2Matthias P. Braendli2014-03-192-5/+19
|
* Add ZeroMQ dependency to readmeMatthias P. Braendli2014-03-191-2/+3
|
* Remove dabplus-enc-fileMatthias P. Braendli2014-03-193-447/+7
|
* Add file output support to dabplus-enc-file-zmqMatthias P. Braendli2014-03-191-15/+57
|
* Improve alsa fault detectionMatthias P. Braendli2014-03-193-14/+39
|
* Fix dabplus-enc-alsa-zmq 48k samplerateMatthias P. Braendli2014-03-191-3/+16
|
* Verify that output file can be openedMatthias P. Braendli2014-03-171-0/+4
|
* Support libasound2 1.0.25Matthias P. Braendli2014-03-142-2/+2
| | | | Because it's the one that is in debian stable right now
* Print some newlines from time to timeMatthias P. Braendli2014-03-131-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.mdMatthias P. Braendli2014-03-131-2/+4
|
* Add snd-aloop scenarioMatthias P. Braendli2014-03-131-3/+26
|
* remove c++11 deprecation warningMatthias P. Braendli2014-03-131-1/+1
|