aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/portaudio
Commit message (Expand)AuthorAgeFilesLines
* Adds license headers to source files in src/native/.Lyubomir Marinov2010-05-152-0/+8
* - Add changelogs to debian package. Damian Minkov2010-04-222-0/+44
* Commits Werner's fixes to PortAudio as a patch in order to make the details o...Lyubomir Marinov2010-04-221-0/+71
* Commits my understanding of a patch provided on the dev mailing list by Admin...Lyubomir Marinov2010-04-212-3/+41
* - Add FreeBSD detection in build.xml and build FreeBSD neomedia.jar;Sebastien Vincent2010-01-312-12/+16
* Optimizes the playback of audio when using PortAudio (i.e. the Renderer and w...Lyubomir Marinov2010-01-202-389/+408
* Fix delay on closing portaudio DataSource. If portaudio binary is missing thi...Damian Minkov2010-01-191-2/+2
* Make sure we clean the connected streams if any, prevents segfaults when usin...Damian Minkov2010-01-041-5/+34
* Add some clearing code when closing portaudio stream.Damian Minkov2009-12-191-10/+24
* Update portaudio for macosx.Damian Minkov2009-12-191-1/+1
* Stop building media bundler. Remove media bundle from starting in client and ...Damian Minkov2009-12-181-0/+6
* Removes unused defines from the C header of PortAudio.Lyubomir Marinov2009-12-101-32/+0
* Fixed a typo in the spelling of UNSPECIFIED.Romain Kuntz2009-12-101-2/+2
* Commits the 64-bit Windows binaries and fixes contributed by Sebastien Vincen...Lyubomir Marinov2009-12-091-5/+24
* Second big move of packages. Created jmfext in order to keep jmf requirenment...Damian Minkov2009-11-245-350/+350
* Copy all missing stuff in neomedia from media.Damian Minkov2009-11-244-349/+355
* Adds echo cancel and noise suppression implementation and options in media co...Damian Minkov2009-11-172-80/+434
* Remove jack dependencies for linux binary.Damian Minkov2009-10-302-3/+3
* Readme for the compile procedures.Damian Minkov2009-10-301-3/+28
* - Statically link portaudio with fixes to avoid crashes (for amd64). Removing...Damian Minkov2009-10-302-25/+78
* Disable framesPerBuffer workaround to test linux32 fix inside portaudio. Retu...Damian Minkov2009-10-271-10/+7
* Reverts a change which wasn't supposed to be a part of 6188.Lyubomir Marinov2009-10-271-1/+1
* Makes it easier to compile the native counterpart of the PortAudio support wi...Lyubomir Marinov2009-10-271-3/+3
* Portaudio binary for windows.Damian Minkov2009-10-231-0/+8
* Trying to fix linux32 binary, add functions to get device latency. Change in ...Damian Minkov2009-10-223-6/+71
* Update configuration form to be displayed correctly and to choose default sys...Damian Minkov2009-10-161-1/+1
* Add getting default input or output device for portaudio.Damian Minkov2009-10-162-0/+30
* Fix portaudio for Macosx now run on minimum 10.3 and both libraries are stati...Damian Minkov2009-10-151-0/+13
* In the native part of the PortAudio support, takes into account blocking mode...Lyubomir Marinov2009-10-111-23/+36
* Add functions to query portaudio for host api info. Add some javadocs.Damian Minkov2009-10-092-0/+107
* Some portaudio fixes. Add to configuration panel option to select portaudio a...Damian Minkov2009-10-092-3/+116
* Mostly cleanup of code for the sake of readability while testing PortAudio.Lyubomir Marinov2009-09-182-53/+54
* Ongoing work on portaudio datasource and renderer.Damian Minkov2009-09-183-0/+564