]> git.alsa-project.org Git - alsa-plugins.git/history - pulse
Release v1.2.12
[alsa-plugins.git] / pulse /
2024-06-10 SASANO Takayoshiuse EPIPE and EBADF when ESTRPIPE and EBADFD unsupported
2020-12-28 Igor V. Kovalenkopulse: pcm - handle reading pulse stream hole
2019-10-18 Takashi Iwaipulse: Add DEVICE parameter
2018-04-16 Jaroslav Kyselaconfigure: change --with-alsaaddondir to --with-alsagco...
2018-04-05 Jaroslav Kyselaconfigure: add --with-alsaaddondir, add default config...
2017-11-14 Jaroslav KyselaChange FSF address (Franklin Street)
2017-07-15 Kui Wangpulse: prevent double-free when pulse_hw_constraint...
2015-05-18 Alex Wigginspulse: Add 24 bit data formats to Pulse plugin.
2013-02-26 Sander Jansenpulse: pulse_pcm_poll_revents should return 0 on success
2012-11-20 Rémi Denis-Courmontpcm_pulse: set prebuf parameter according to software...
2012-08-20 Andrew Eikumpulse: Support 24-bit formats
2012-01-23 Jaroslav KyselaAdded missing configuration files for the pulse plugin
2011-09-27 Chris RankinSet CLOEXEC flag for pipes in PulseAudio plugins
2011-09-20 Colin Guthriepulse: Install a PulseAudio config snippet into alsa...
2011-08-26 Takashi Iwaipulse - Define a dummy PA_CHECK_VERSION() when not...
2011-08-23 Takashi Iwaipulse - only underrun if no more data has been written
2011-07-27 Takashi Iwaipulse: Set PA_CONTEXT_NOAUTOSPAWN when fallback is...
2011-07-26 Takashi Iwaipulse: Add fallback option
2011-04-26 David HenningssonPulse: Fix snd_pcm_avail returning 0 in some cases
2010-07-09 Takashi Iwaipulse: Add handle_underrun option
2010-06-24 David Henningssonpulse: Fix invalid buffer pointer return value
2009-08-04 Lennart Poetteringpulse: immediately trigger EIO when connection is dropped
2009-08-04 Lennart Poetteringpulse: rework object destruction paths a bit
2009-08-04 Lennart Poetteringpulse: unify stream/context state checks
2009-08-04 Lennart Poetteringpulse: get rid of redundant state variable
2009-08-04 Lennart Poetteringpulse: move a couple of PCM related functions from...
2009-08-04 Lennart Poetteringpulse: replace manual mainloop by pa_mainloop_iterate()
2009-08-03 Lennart Poetteringpulse: call pa_threaded_mainloop_wait() to handle spuri...
2009-08-03 Lennart Poetteringpulse: unify destruction of snd_pulse_t
2009-08-03 Lennart Poetteringpulse: use PA_CONTEXT_IS_GOOD where applicable
2009-08-03 Lennart Poetteringpulse: get rid of a number of assert()s
2009-06-18 Troy Mourealsa-plugins/pulse: Implement 'pause'.
2009-02-17 Takashi Iwaipulse: Add numid check in ctl plugin
2008-11-21 Diego E. 'Flameeye... Mark as static the functions not used outside their...
2008-11-21 Diego E. 'Flameeye... Check for --no-undefined linker flag and use it.
2008-10-15 Takashi Iwaipulse - Fix capture problem
2008-09-26 Lennart Poetteringpulse - Fix destruction logic on failed construction
2008-09-26 Lennart Poetteringpulse - Fix destruction order on failure
2008-09-26 Lennart Poetteringpulse - fix minor memory leak
2008-09-26 Lennart Poetteringpulse - Start PA event loop after we have created the...
2008-09-03 Lennart PoetteringA bag of clean-ups for pcm_ctl.c
2008-09-03 Lennart PoetteringRemove our own poll handler implementation entirely
2008-09-03 Lennart PoetteringDon't implement our own poll handlers, we can use the...
2008-09-03 Lennart PoetteringAdd const to our snd_pcm_ioplug_callback_t instances
2008-09-03 Lennart PoetteringUse S32/FLOAT32 only where available in the PA libs
2008-09-03 Lennart PoetteringUse PA_STREAM_EARLY_REQUESTS if available
2008-09-03 Lennart PoetteringMake sure we always have a sensible channel mapping
2008-09-03 Lennart PoetteringAdjust buffering metrics to match what PA internally...
2008-09-03 Lennart PoetteringSave a byte of memory
2008-09-03 Lennart PoetteringSplit out O_NONBLOCK setting into seperate function
2008-09-03 Lennart PoetteringA bag of minor clean-ups for pulse.c
2008-09-03 Lennart PoetteringDrop our own implementation of the poll() callbacks
2008-09-03 Lennart PoetteringMake pulse_ext_callback const
2008-09-03 Lennart PoetteringA bag of minor clean ups for ctl_pulse.c
2008-09-03 Lennart PoetteringRework hardware parameter selection
2008-09-03 Lennart PoetteringRemove fix for bug 0003470
2008-09-03 Lennart PoetteringAdd more error checking
2008-09-03 Lennart PoetteringGet rid of pulse_poll_revents()
2008-09-03 Lennart PoetteringAdd trailing NUL character to snprintf output
2008-09-03 Lennart PoetteringSupport S32 sample types
2008-09-03 Lennart Poetteringuse SNDERR instead of fprintf to print error messages
2008-09-03 Lennart PoetteringCall pa_context_disconnect() explicitly
2008-09-03 Lennart PoetteringDon't modify the SIGPIPE handler
2008-09-03 Lennart PoetteringMake pulse_new() a proper C function
2008-09-03 Lennart PoetteringAdd Emacs-style /*-*- linux-c -*-*/ header comment
2008-09-03 Lennart PoetteringReindent to Linux kernel style
2008-07-20 Lennart Poetteringsend both an uncork and a trigger in _start()
2008-07-16 Takashi Iwaipulse - Returns errors instead of assert()
2008-06-06 Sjoerd Simonspulse - Change to hook load_if_running
2008-06-06 Sjoerd SimonsPulseaudio alsa configure hook
2008-06-06 Takashi IwaiVarious plugins don't support "hint" sections
2008-06-06 Takashi Iwaipulse - Remove another assert
2008-06-06 Takashi Iwaipulse - Fix useless assert
2007-12-14 Takashi IwaiPulseAudio plugin: report XRUN state back to application
2007-11-26 Takashi IwaiUse different buffer metrics in the PulseAudio plugin
2007-11-13 Takashi Iwaipulse - Add minmax condition for period_bytes and periods
2007-11-12 Takashi IwaiFix wrong assert in pulse plugin
2007-10-29 Takashi IwaiFix unexpected assert with pulse plugin
2007-06-04 Takashi IwaiAdd -no-undefined option to LDFLAGS
2007-05-03 Takashi IwaiAdd plugin directory configure option
2007-03-07 Pierre OssmanImprove parameter constraints in alsa-pulse
2006-08-28 Pierre OssmanRemove stray Polypaudio strings
2006-07-12 Pierre OssmanFollow Polypaudio/PulseAudio name change