summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Prepare release v0.7.0v0.7.0Matthias P. Braendli2015-04-102-1/+8
|
* Mention VLC in README and reorganise scenariosMatthias P. Braendli2015-04-101-35/+36
| | | | | | | Reordered the scenarios according to their usefulness, and remove the scenario that used arecord, because of the known limitation on number of samples arecord outputs. Ecasound would be an alternative though.
* (Re)Create DLS data groups only if neededStefan Pöschel2015-04-101-3/+10
|
* Fix 128 char DLS null byte out-of-bounds writeStefan Pöschel2015-04-101-1/+1
|
* Fix trailing \n removalStefan Pöschel2015-04-101-1/+1
|
* Undo indent changesStefan Pöschel2015-04-101-2/+2
|
* Fix printf warningsStefan Pöschel2015-04-102-3/+3
|
* VLC: Add additional state check at startupMatthias P. Braendli2015-03-301-1/+19
|
* VLC: change callback usageMatthias P. Braendli2015-03-302-19/+12
|
* Allow only opening, buffering and playing VLC statesMatthias P. Braendli2015-03-291-1/+4
|
* Move VLC error messageMatthias P. Braendli2015-03-291-1/+1
|
* Fix libvlc error handlingMatthias P. Braendli2015-03-292-4/+8
|
* Do not copy libVLC data if size absurdMatthias P. Braendli2015-03-231-6/+7
|
* Fix compilation errorMatthias P. Braendli2015-03-232-1/+3
|
* The -c option should also work for libvlc inputMatthias Braendli2015-03-233-3/+4
|
* Replace copy loop by std::copyMatthias P. Braendli2015-03-211-3/+2
|
* Replace assert by warningMatthias P. Braendli2015-03-211-1/+6
|
* Compile dabplus-enc with -O2Matthias P. Braendli2015-03-211-1/+1
|
* Add VLC exit handlerMatthias P. Braendli2015-03-172-20/+59
|
* Add limit on maximal buffer for VLCMatthias P. Braendli2015-03-121-3/+13
|
* Fix -V optionMatthias P. Braendli2015-03-111-1/+1
|
* Revert useless changesMatthias P. Braendli2015-03-115-33/+6
| | | | This reverts commit b46963cc7e82dcb8c6509139f9176458db7c9d91.
* Fix -V optionMatthias P. Braendli2015-03-115-6/+33
|
* Add libvlc inputMatthias P. Braendli2015-03-115-3/+346
| | | | | Be careful about sample rate conversion, VLC only wants to use the ugly resampler on some machines.
* Correct typo about sample rate 24001Matthias P. Braendli2014-12-251-1/+1
|
* Merge remote-tracking branch 'coinchon/next' into nextMatthias P. Braendli2014-12-232-11/+104
|\
| * Added missing sampling frequencies for 960 transform. Clarified sfb table list.Mathias Coinchon2014-12-232-11/+104
| |
* | Fix bitenc for non-DABMatthias P. Braendli2014-12-231-2/+5
| |
* | Fix level indication in monoMatthias P. Braendli2014-12-223-17/+25
| |
* | Usage screen: use .dabp extension in exampleMatthias P. Braendli2014-12-221-1/+1
|/
* Prepare v0.6.0v0.6.0Matthias P. Braendli2014-12-093-8/+14
|
* Show in usage screen when JACK disabledMatthias P. Braendli2014-12-091-10/+9
|
* Remove bytes_per_sample, replace by existing macroMatthias P. Braendli2014-12-091-3/+2
|
* mot-encoder: Add option to signal charsetMatthias P. Braendli2014-12-061-18/+70
|
* mot-encoder: add support for PNG slidesMatthias P. Braendli2014-11-272-17/+73
|
* mot-encoder: refactor databaseMatthias P. Braendli2014-11-271-13/+11
|
* Place DSE first in AUMatthias P. Braendli2014-11-211-7/+27
|
* Reindent longopts tableMatthias P. Braendli2014-11-031-22/+22
|
* Cleanup bootup screenMatthias P. Braendli2014-11-034-45/+52
|
* Enable afterburner by default and deprecate -aMatthias P. Braendli2014-11-032-8/+15
|
* Add silence timeout and document return valueMatthias P. Braendli2014-11-032-4/+57
|
* Correct old commentMatthias P. Braendli2014-11-031-2/+2
|
* Backport mstorjo's changes to wavreader.cMatthias P. Braendli2014-10-031-5/+35
| | | | | | | | | | These include commits: f825104 Add support for waveformatex files 16f75a5 Support reading sox style piped wav files 43cb942 Use skip instead of fseek cb19aa7 Allow reading wav files with a 0 bytes RIFF chunk 3951d0a Allow opening stdin when "-" is specified e7348e7 Support streamed wav files with a 0 bytes data chunk
* Fix crash with bitrates above 144kbpsMatthias P. Braendli2014-10-012-3/+7
| | | | The output buffer was not allocated big enough.
* Prepare v0.5.1v0.5.1Matthias P. Braendli2014-09-263-1/+15
|
* Add JACK scenario to READMEMatthias P. Braendli2014-09-221-1/+14
|
* Bugfix on debugging information.Luigi Yucheng LIU2014-08-281-1/+1
| | | | Fixes bug that do call database.disp () without being in debug mode.
* Corrections, improvements and style updatesMatthias P. Braendli2014-08-271-213/+224
| | | | | | | | | | | | Change the way the database is done (use a deque, save fidx in the fingerprint, remove cursors, distinguish between history size and max fidx value) Rename -f to -R and update explanation Order slide tranmission by fidx Correct types in fingerprint_t Move some fingerprint logic into fingerprint_t Add additional sleep if DLS disabled and no slide available Fix intentation and code style
* Disable DEBUG by defaultMatthias P. Braendli2014-08-271-1/+1
|
* Update fidx managementLuigi Yucheng LIU2014-08-271-80/+129
|