This is an automated email from the git hooks/post-receive script. rlaboiss-guest pushed a commit to branch master in repository praat.
commit 1768ef435ec267e3341e0084d57a29b4b7ae60a7 Merge: d9a1c7f 6a637f2 Author: Rafael Laboissiere <[email protected]> Date: Wed Aug 6 10:07:20 2014 -0300 Merge tag 'upstream/5.3.82' Upstream version 5.3.82 EEG/EEG.cpp | 593 +- EEG/EEG.h | 32 +- EEG/EEGWindow.cpp | 30 +- EEG/EEGWindow.h | 6 +- EEG/EEG_def.h | 32 +- EEG/ERP.cpp | 53 +- EEG/ERP.h | 27 +- EEG/ERPTier.cpp | 275 +- EEG/ERPTier.h | 27 +- EEG/ERPTier_def.h | 28 +- EEG/ERPWindow.cpp | 91 +- EEG/ERPWindow.h | 12 +- EEG/ERPWindow_prefs.h | 3 +- EEG/ERP_def.h | 15 +- EEG/praat_EEG.cpp | 235 +- LPC/Cepstrogram.cpp | 19 +- LPC/Cepstrogram.h | 2 +- LPC/Cepstrum.cpp | 20 +- LPC/LPC.cpp | 4 +- LPC/Sound_and_LPC_robust.cpp | 4 +- LPC/Sound_and_LPC_robust.h | 2 +- LPC/manual_LPC.cpp | 75 +- LPC/praat_LPC_init.cpp | 43 +- artsynth/Art_Speaker.cpp | 4 +- artsynth/Delta.cpp | 10 +- contrib/ola/KNN.cpp | 2 +- dwsys/Eigen.cpp | 4 +- dwsys/Graphics_extensions.cpp | 24 +- dwsys/Graphics_extensions.h | 6 +- dwsys/NUM2.cpp | 13 +- dwsys/NUM2.h | 3 +- dwsys/SVD.cpp | 30 +- dwtest/KlattGrid_test.praat | 524 +- dwtest/test_Table_extractMahalanobisWhere.praat | 31 + dwtools/DTW.cpp | 2 +- dwtools/DataModeler.cpp | 1884 ++++++ dwtools/DataModeler.h | 209 + dwtools/DataModeler_def.h | 46 + dwtools/EEG_extensions.cpp | 80 +- dwtools/EditDistanceTable.cpp | 88 +- dwtools/EditDistanceTable_def.h | 10 +- dwtools/GaussianMixture.cpp | 8 +- dwtools/ICA.cpp | 37 +- dwtools/ICA.h | 14 +- dwtools/KlattGrid.cpp | 114 +- dwtools/KlattGrid.h | 11 +- dwtools/Ltas_extensions.cpp | 2 +- dwtools/Ltas_extensions.h | 2 +- dwtools/MDS.cpp | 6 +- dwtools/Makefile | 9 +- dwtools/Polynomial.cpp | 10 +- dwtools/SSCP.cpp | 60 +- dwtools/SSCP.h | 6 +- dwtools/Sound_extensions.cpp | 8 +- dwtools/SpeechSynthesizer_and_TextGrid.cpp | 8 +- dwtools/TableOfReal_and_Permutation.cpp | 5 +- dwtools/Table_extensions.cpp | 542 +- dwtools/Table_extensions.h | 24 +- dwtools/TextGrid_extensions.cpp | 9 +- dwtools/manual_BSS.cpp | 74 +- dwtools/manual_DataModeler.cpp | 59 + dwtools/manual_HMM.cpp | 10 +- dwtools/manual_KlattGrid.cpp | 28 +- dwtools/manual_MDS.cpp | 32 +- dwtools/manual_dwtools.cpp | 674 +- dwtools/octave-workspace | Bin 0 -> 43 bytes dwtools/praat_BSS_init.cpp | 34 +- dwtools/praat_DataModeler_init.cpp | 1401 ++++ dwtools/praat_David_init.cpp | 297 +- dwtools/praat_KlattGrid_init.cpp | 160 +- external/flac/READ_ME.TXT | 23 +- external/flac/flac_md5.c | 22 +- external/glpk/glplpx02.c | 1 + external/portaudio/Makefile | 4 +- external/portaudio/READ_ME.TXT | 41 +- external/portaudio/pa_allocation.h | 8 +- external/portaudio/pa_asio.cpp | 4251 ++++++++++++ external/portaudio/pa_asio.h | 150 + external/portaudio/pa_converters.c | 130 +- external/portaudio/pa_cpuload.c | 6 +- external/portaudio/pa_debugprint.c | 64 +- external/portaudio/pa_dither.c | 31 +- external/portaudio/pa_dither.h | 18 +- external/portaudio/pa_endianness.h | 30 +- external/portaudio/pa_front.c | 75 +- external/portaudio/pa_hostapi.h | 143 +- external/portaudio/pa_jack.c | 1769 +++++ external/portaudio/{pa_trace.h => pa_jack.h} | 68 +- external/portaudio/pa_linux_alsa.c | 2037 ++++-- external/portaudio/pa_linux_alsa.h | 20 +- external/portaudio/pa_linux_asihpi.c | 2893 +++++++++ external/portaudio/pa_mac_core.c | 1116 +++- external/portaudio/pa_mac_core.h | 64 +- external/portaudio/pa_mac_core_blocking.c | 36 +- external/portaudio/pa_mac_core_blocking.h | 2 +- external/portaudio/pa_mac_core_internal.h | 44 +- external/portaudio/pa_mac_core_utilities.c | 391 +- external/portaudio/pa_mac_core_utilities.h | 37 +- external/portaudio/pa_memorybarrier.h | 128 + external/portaudio/pa_process.c | 267 +- external/portaudio/pa_process.h | 18 +- external/portaudio/pa_ringbuffer.c | 206 +- external/portaudio/pa_ringbuffer.h | 126 +- external/portaudio/pa_stream.c | 10 +- external/portaudio/pa_stream.h | 8 +- external/portaudio/pa_trace.c | 147 +- external/portaudio/pa_trace.h | 50 +- external/portaudio/pa_unix_hostapis.c | 14 +- external/portaudio/pa_unix_oss.c | 214 +- external/portaudio/pa_unix_util.c | 70 +- external/portaudio/pa_util.h | 8 +- external/portaudio/pa_win_coinitialize.c | 144 + external/portaudio/pa_win_coinitialize.h | 94 + external/portaudio/pa_win_ds.c | 1544 +++-- external/portaudio/pa_win_ds.h | 31 +- external/portaudio/pa_win_ds_dynlink.c | 47 +- external/portaudio/pa_win_ds_dynlink.h | 15 +- external/portaudio/pa_win_hostapis.c | 27 +- external/portaudio/pa_win_util.c | 32 +- external/portaudio/pa_win_wasapi.h | 391 ++ external/portaudio/pa_win_waveformat.c | 47 +- external/portaudio/pa_win_waveformat.h | 23 +- external/portaudio/pa_win_wdmks.c | 6805 +++++++++++++++----- external/portaudio/pa_win_wdmks.h | 106 + external/portaudio/pa_win_wdmks_utils.c | 308 + external/portaudio/pa_win_wmme.c | 819 ++- external/portaudio/pa_win_wmme.h | 13 +- external/portaudio/pa_x86_plain_converters.c | 1218 ++++ .../{pa_trace.h => pa_x86_plain_converters.h} | 41 +- external/portaudio/portaudio.h | 147 +- fon/AmplitudeTier.cpp | 4 +- fon/AmplitudeTierEditor.cpp | 10 +- fon/AmplitudeTierEditor.h | 4 +- fon/DurationTierEditor.cpp | 10 +- fon/DurationTierEditor.h | 4 +- fon/Formant.cpp | 12 +- fon/Formant.h | 2 +- fon/FormantGrid.cpp | 7 +- fon/FormantGrid.h | 4 +- fon/FormantGridEditor.cpp | 175 +- fon/FormantGridEditor.h | 1 + fon/FormantTier.cpp | 6 +- fon/FunctionEditor.cpp | 305 +- fon/FunctionEditor.h | 4 +- fon/LongSound.cpp | 25 +- fon/ManipulationEditor.cpp | 15 +- fon/Matrix.cpp | 97 +- fon/Matrix.h | 64 +- fon/Movie.cpp | 37 +- fon/Movie.h | 10 +- fon/MovieWindow.cpp | 109 +- fon/MovieWindow.h | 10 +- fon/Movie_def.h | 5 - fon/ParamCurve.cpp | 10 +- fon/Photo.cpp | 344 +- fon/Photo.h | 5 +- fon/Photo_def.h | 10 +- fon/Pitch.cpp | 44 +- fon/Pitch.h | 12 +- fon/PitchEditor.cpp | 10 +- fon/Pitch_Intensity.cpp | 6 +- fon/Pitch_to_PitchTier.cpp | 10 +- fon/Pitch_to_PointProcess.cpp | 6 +- fon/PointEditor.cpp | 4 +- fon/PointProcess.cpp | 4 +- fon/PointProcess_and_Sound.cpp | 4 +- fon/Polygon.cpp | 30 +- fon/Praat_tests.cpp | 34 +- fon/Praat_tests_enums.h | 9 +- fon/RealTier.cpp | 105 +- fon/RealTierEditor.cpp | 8 +- fon/RealTier_def.h | 3 +- fon/Sampled.cpp | 94 +- fon/Sampled.h | 45 +- fon/SampledXY.cpp | 28 +- fon/SampledXY.h | 36 +- fon/SampledXY_def.h | 7 +- fon/Sampled_def.h | 10 +- fon/Sound.cpp | 22 +- fon/Sound.h | 8 +- fon/SoundEditor.cpp | 32 +- fon/SoundRecorder.cpp | 36 +- fon/SoundRecorder.h | 4 +- fon/Sound_and_Spectrogram.cpp | 10 +- fon/Sound_audio.cpp | 17 +- fon/Sound_files.cpp | 18 +- fon/Sound_to_Cochleagram.cpp | 4 +- fon/Sound_to_Formant.cpp | 6 +- fon/Sound_to_Intensity.cpp | 4 +- fon/Sound_to_Pitch kopie.cpp | 566 ++ fon/Sound_to_Pitch.cpp | 559 +- fon/Sound_to_PointProcess.cpp | 10 +- fon/SpectrumTier.h | 4 +- fon/Spectrum_and_Spectrogram.cpp | 4 +- fon/Spectrum_to_Excitation.cpp | 7 +- fon/Spectrum_to_Excitation.h | 4 +- fon/TextGrid.cpp | 375 +- fon/TextGrid.h | 12 +- fon/TextGridEditor.cpp | 85 +- fon/TextGridEditor.h | 13 +- fon/TextGrid_Sound.cpp | 122 +- fon/TextGrid_Sound.h | 4 +- fon/TextGrid_def.h | 14 +- fon/TimeSoundAnalysisEditor.cpp | 11 +- fon/TimeSoundEditor.cpp | 20 +- fon/Vector.cpp | 22 +- fon/manual_Fon.cpp | 43 +- fon/manual_Manual.cpp | 40 +- fon/manual_Picture.cpp | 125 +- fon/manual_Sampling.cpp | 18 +- fon/manual_Script.cpp | 1628 ++--- fon/manual_annotation.cpp | 14 +- fon/manual_formant.cpp | 8 +- fon/manual_glossary.cpp | 58 +- fon/manual_references.cpp | 24 +- fon/manual_sound.cpp | 32 +- fon/manual_soundFiles.cpp | 2 +- fon/manual_spectrum.cpp | 64 +- fon/manual_tutorials.cpp | 271 +- fon/manual_voice.cpp | 8 +- fon/praat_Fon.cpp | 68 +- fon/praat_Sound_init.cpp | 926 +-- fon/praat_TextGrid_init.cpp | 780 ++- gram/Makefile | 5 +- gram/OTGrammar.cpp | 364 +- gram/OTGrammar.h | 8 +- gram/OTGrammar_enums.h | 21 +- gram/OTGrammar_ex_metrics.cpp | 5 +- gram/OTMulti.cpp | 44 +- gram/OTMulti.h | 6 +- ...ammar_ex_metrics.cpp => OTMulti_ex_metrics.cpp} | 195 +- gram/manual_gram.cpp | 8 +- gram/praat_gram.cpp | 1347 ++-- kar/longchar.cpp | 4 +- main/palias | 66 + main/praat.exe.manifest | 7 +- main/{praat_mac.plist => praat_carbon.plist} | 14 +- main/{praat_mac.plist => praat_cocoa.plist} | 20 +- makefile | 2 +- makefiles/makefile.defs.linux.alsa | 6 +- makefiles/makefile.defs.linux.silent | 6 +- makefiles/makefile.defs.linuxc.alsa | 23 + makefiles/makefile.defs.linuxs.alsa | 23 + makefiles/makefile.defs.mingw32 | 6 +- makefiles/makefile.defs.mingw32-490 | 24 + makefiles/makefile.defs.mingw32c | 6 +- makefiles/makefile.defs.mingw64 | 6 +- makefiles/makefile.defs.mingw64-490 | 24 + makefiles/makefile.defs.mingw64c | 6 +- num/NUM.cpp | 3 +- num/NUM.h | 26 +- num/NUMrandom.cpp | 453 +- stat/Distributions.cpp | 34 +- stat/Distributions.h | 5 +- stat/Distributions_and_Strings.cpp | 4 +- stat/Regression.cpp | 11 +- stat/Regression.h | 8 +- stat/Table.cpp | 18 +- stat/Table.h | 6 +- stat/TableOfReal.cpp | 2 +- stat/praat_Stat.cpp | 708 +- sys/ButtonEditor.cpp | 12 +- sys/Collection.cpp | 12 +- sys/DataEditor.cpp | 10 +- sys/DataEditor.h | 2 +- sys/DemoEditor.cpp | 22 +- sys/Editor.cpp | 113 +- sys/Editor.h | 3 +- sys/Formula.cpp | 343 +- sys/Formula.h | 2 +- sys/Graphics.cpp | 75 +- sys/Graphics.h | 59 +- sys/GraphicsP.h | 74 +- sys/GraphicsPostscript.cpp | 13 +- sys/GraphicsScreen.cpp | 346 +- sys/Graphics_colour.cpp | 171 +- sys/Graphics_enums.h | 20 +- sys/Graphics_image.cpp | 151 +- sys/Graphics_linesAndAreas.cpp | 284 +- sys/Graphics_mouse.cpp | 2 +- sys/Graphics_record.cpp | 43 +- sys/Graphics_text.cpp | 319 +- sys/Gui.cpp | 2 +- sys/Gui.h | 29 +- sys/GuiButton.cpp | 3 + sys/GuiCheckButton.cpp | 6 +- sys/GuiDialog.cpp | 16 +- sys/GuiDrawingArea.cpp | 58 +- sys/GuiFileSelect.cpp | 7 +- sys/GuiList.cpp | 21 +- sys/GuiMenu.cpp | 112 +- sys/GuiMenuItem.cpp | 22 +- sys/GuiOptionMenu.cpp | 24 +- sys/GuiRadioButton.cpp | 37 +- sys/GuiScale.cpp | 26 + sys/GuiScrollBar.cpp | 48 + sys/GuiScrolledWindow.cpp | 44 +- sys/GuiShell.cpp | 2 +- sys/GuiText.cpp | 19 +- sys/GuiWindow.cpp | 93 +- sys/HyperPage.cpp | 60 +- sys/HyperPage.h | 3 +- sys/Interpreter.cpp | 242 +- sys/Interpreter.h | 6 +- sys/ManPages.cpp | 5 +- sys/Manual.cpp | 73 +- sys/MelderThread.h | 173 + sys/Picture.cpp | 58 +- sys/Picture.h | 4 +- sys/Printer.cpp | 100 +- sys/ScriptEditor.cpp | 74 +- sys/Strings.cpp | 2 +- sys/TextEditor.cpp | 36 +- sys/Thing.h | 5 +- sys/Ui.cpp | 41 +- sys/Ui.h | 1 + sys/UiFile.cpp | 18 +- sys/UiPause.cpp | 14 + sys/abcio.cpp | 4 +- sys/melder.cpp | 63 +- sys/melder.h | 52 +- sys/melder_audio.cpp | 489 +- sys/melder_audiofiles.cpp | 65 +- sys/melder_debug.cpp | 15 +- sys/melder_error.cpp | 5 + sys/melder_files.cpp | 16 +- sys/melder_ftoa.cpp | 11 +- sys/melder_info.cpp | 213 +- sys/melder_time.cpp | 57 +- sys/motifEmulator.cpp | 30 +- sys/praat.cpp | 294 +- sys/praat.h | 69 +- sys/praatP.h | 3 +- sys/praat_actions.cpp | 19 +- sys/praat_logo.cpp | 34 +- sys/praat_menuCommands.cpp | 10 +- sys/praat_objectMenus.cpp | 52 +- sys/praat_picture.cpp | 669 +- sys/praat_script.cpp | 229 +- sys/praat_script.h | 5 +- sys/praat_version.h | 10 +- sys/sendpraat.c | 12 +- test/fon/TextGrid.praat | 139 + test/fon/data.praat | 376 +- test/script/procedures.praat | 62 + test/sys/graphics.praat | Bin 8090 -> 8026 bytes test/sys/paul.png | Bin 0 -> 61068 bytes test/sys/procedures2.praat | 10 - 348 files changed, 39970 insertions(+), 12861 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
