summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release 1.0.16rc1v1.0.16rc1Jaroslav Kysela2008-01-211-1/+1
| | | | Patch-level: Merged
* PulseAudio plugin: report XRUN state back to applicationTakashi Iwai2007-12-141-1/+22
| | | | | | | | | | | From: Lennart Poettering <mznyfn@0pointer.de> It adds support to report back XRUN to the application if one happens. This is required to make some applications work on top of the pulse plugin. One being XMMS, which checks if a song finished to play by waiting for an XRUN (yes, I don't argue that XMMS shouldn't do that, but nonetheless it is a good thing if XRUNs are reported properly.)
* Use different buffer metrics in the PulseAudio pluginTakashi Iwai2007-11-261-3/+3
| | | | | | | | | | | | | | | | It increases the "pre-buffering level" (i.e. start threshold) to the full buffer size minus one period. This makes PA work a little bit more like normal audio devices, and makes a few drop outs go away for software which uses very small period sizes. It also increases the initial maximum buffer size, which allows a small overcommit. That's not really an issue, but cleaner nonetheless so I smuggled it into this patch. Also reported in the ALSA BTS: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3578 From: Lennart Poettering <mznyfn@0pointer.de>
* pulse - Add minmax condition for period_bytes and periodsTakashi Iwai2007-11-131-0/+7
| | | | | | | Added the minmax conditions for period_bytes and periods to pulse plugin. This fixes ALSA bug#2601. Patch from Mike Gorse <mgorse@mgorse.dhs.org>
* Fix wrong assert in pulse pluginTakashi Iwai2007-11-121-2/+10
| | | | | | assert(!pcm->stream) shouldn't be checked when the PCM state is SETUP, too (ALSA bug#3470). The original patch by Mike Gorse <mgorse@mgorse.dhs.org>
* Fix unexpected assert with pulse pluginTakashi Iwai2007-10-291-2/+5
| | | | | | | | | | This patch fixes the unexpected assert call at calling snd_pcm_hw_params in PREPARED state. Since multiple hw_params calls are allowed, the pulse plugin shouldn't call assert. Handled in ALSA bug#3470. From: Sean McNamara <smcnam@gmail.com>
* Added tag v1.0.15 for changeset 93d05f3418b2Jaroslav Kysela2007-10-151-0/+1
|
* release 1.0.15v1.0.15Jaroslav Kysela2007-10-151-1/+1
| | | | Patch-level: Merged
* Added tag v1.0.15rc1 for changeset 690ebe80ad89Jaroslav Kysela2007-08-301-0/+1
|
* release 1.0.15rc1v1.0.15rc1Jaroslav Kysela2007-08-301-1/+1
| | | | Patch-level: Merged
* Update speex rate converter codeTakashi Iwai2007-08-143-90/+191
| | | | | Take speex rate converter code from speex SVN tree, which includes the fix for the noises with simple conversion (signed / unsigned mismatch).
* Disable direct sinc tableTakashi Iwai2007-07-201-1/+4
| | | | | The direct sinc table can be noisy in some conditions (e.g. up-conversion from 11025 to 44100Hz). Disable it as a temporary solution for now.
* Fix the pop noise with samplerate pluginTakashi Iwai2007-07-131-1/+7
| | | | | A (temporary) fix for the pop noise at the beginning of playback with samplerate plugin.
* Add -no-undefined option to LDFLAGSTakashi Iwai2007-06-049-11/+11
| | | | Added -no-undefined option to LDFLAGS to make linking sure.
* Added tag v1.0.14 for changeset 213140a5ea7aJaroslav Kysela2007-05-311-0/+1
|
* release 1.0.14v1.0.14Jaroslav Kysela2007-05-311-1/+1
| | | | Patch-level: Merged
* Enable link with external libspeexTakashi Iwai2007-05-244-4/+79
| | | | | | | | - Add --with-speex configure option to specify the build of speex rate plugin. As default, it's linked to external library. If not available, defaults to builtin code. - Show build conditions at the end of configure script - Use AS_HELP_TEXT()
* Fix segfault of a52 pluginTakashi Iwai2007-05-231-0/+1
| | | | | | | Added the missing call of avcodec_init() to avoid setfault of a52 plugin with the latest svn revision of ffmpeg. From: Fabian van der Werf <fvanderwerf@gmail.com>
* Fix plugindir config settingTakashi Iwai2007-05-071-1/+2
| | | | | Fixed plugindir config setting when no option was given. Also fixed an obvious typo.
* Add plugin directory configure optionTakashi Iwai2007-05-0310-28/+47
| | | | | Added --with-plugindir configure option to specify the directory for plugin objects.
* Added tag v1.0.14rc4 for changeset 7147fb6d6612Jaroslav Kysela2007-05-021-0/+1
|
* Add missing header files for pphv1.0.14rc4Takashi Iwai2007-05-021-1/+1
|
* Added tag v1.0.14rc4 for changeset 01a4a861a39cJaroslav Kysela2007-05-021-0/+1
|
* release 1.0.14rc4Jaroslav Kysela2007-05-021-1/+1
| | | | Patch-level: Merged
* Add missing files for pphTakashi Iwai2007-03-232-0/+303
| | | | Added missing files for pph speex resampler plugin.
* Update version of speex resampler pluginTakashi Iwai2007-03-214-110/+197
| | | | | | | | From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> I'm attaching an updated version of my resampler plugin. It fixes a few minor issues and it adds support for fixed-point processing (just add -DFIXED_POINT to the build). Let me know if there's any problem.
* Add missing gcd.h to rate-lavc/Makefile.amTakashi Iwai2007-03-081-0/+2
| | | | Added missing gcd.h to rate-lavc/Makefile.am.
* Add documentation for speex rate pluginTakashi Iwai2007-03-072-1/+31
| | | | | | Added the documentation for speex rate plugin. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
* Improve parameter constraints in alsa-pulsePierre Ossman2007-03-071-16/+1
| | | | | | | | Remove parameter constraints where we actually have none. Also, restrict total buffer size to 4 MB as current versions of the PulseAudio server will refuse streams larger than that. Signed-off-by: Pierre Ossman <ossman@cendio.se>
* v1.0.14rc3Jaroslav Kysela2007-02-261-1/+0
|
* Added tag v1.0.14rc3 for changeset 056fbbe54729Jaroslav Kysela2007-02-261-0/+1
|
* pph - do not include <samplerate.h> in rate_speexrate.cv1.0.14rc3Jaroslav Kysela2007-02-261-1/+0
|
* Added tag v1.0.14rc3 for changeset 81f4b9426736Jaroslav Kysela2007-02-261-0/+1
|
* release 1.0.14rc3Jaroslav Kysela2007-02-261-1/+1
| | | | Patch-level: Merged
* Add rate resampler plugin based on speexTakashi Iwai2007-02-226-1/+1435
| | | | | | | Added another rate resampler plugin based on speex code. Light weight and much better quality. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
* Fix wrong implementation of input/output_frames in samplerate pluginTakashi Iwai2007-02-221-2/+2
| | | | | | | The libsamplerate rate plugin has wrong implementations of input_frames and output_frames callbacks. They have to be swapped. From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
* Add livavcodec resampler pluginTakashi Iwai2007-02-207-2/+378
| | | | | | | | | | Add a new pcm_rate plugin, "lavcrate", that uses the resampling filter from libavcodec. It should provide high performance and good output quality. Add a documentation file for lavcrate. Update autoconf and automake to build lavcrate. From: Nicholas Kain <njkain@gmail.com>
* Added tag v1.0.14rc2 for changeset 20a7340e62bdJaroslav Kysela2007-01-151-0/+1
|
* release 1.0.14rc2v1.0.14rc2Jaroslav Kysela2007-01-151-1/+1
| | | | Patch-level: Merged
* 1.0.14rc1aJaroslav Kysela2006-12-111-1/+2
|
* remove old 1.0.14rc1 versionJaroslav Kysela2006-12-111-1/+0
|
* Added tag v1.0.14rc1 for changeset 60e437c600432f71d33744f6312005313aad3226Jaroslav Kysela2006-12-111-0/+1
|
* release 1.0.14rc1v1.0.14rc1aJaroslav Kysela2006-12-111-0/+2
| | | | Patch-level: Merged
* remove previous v1.0.14rc1 tagJaroslav Kysela2006-12-111-1/+0
|
* Added tag v1.0.14rc1 for changeset 8ef2d7f695168af4320c022c45f907c3f0d13238Jaroslav Kysela2006-12-111-0/+1
|
* compile maemo only if DBUS is presentv1.0.14rc1Jaroslav Kysela2006-12-081-1/+4
|
* Added tag v1.0.14rc1 for changeset 008a29ed635ddb71017bc93ec8f37272217b519fJaroslav Kysela2006-12-071-0/+1
|
* release 1.0.14rc1Jaroslav Kysela2006-12-071-1/+1
| | | | Patch-level: Merged
* Alsa support for Maemo SDK (n770) - Remove compile warningsEduardo Valentin2006-11-074-17/+17
| | | | | | | | | | | | | | | | | Here is a patch to remove compile warnings. It must be applied after last patch set I sent. This patch simply changes signedness of some point from the code to match the correct sign used by dsp-protocol structures. All must use unsigned variables. It also changes the way the pthread_mutex is initialized. The warning about pthreads is also removed. I tested the compilation with: gcc (GCC) 4.1.2 20061028 (prerelease) (Debian 4.1.1-19) and sbox-arm-linux-gcc (GCC) 3.4.4 (release) (CodeSourcery ARM 2005q3-2) Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>
* Alsa support for Maemo SDK (n770): DocumentationEduardo Valentin2006-11-062-1/+184
| | | | | | This patch file adds a REAME file for alsa-dsp plugin. Signed-off-by: Eduardo Valentin <eduardo.valentin@indt.org.br>