summaryrefslogtreecommitdiff
path: root/src/audio_out
AgeCommit message (Expand)Author
2008-09-17Mingw+MSys: NLS support, --enable-stdcall-fixupCarlo Bramini
2008-11-20Fix using of the pointers, leak fixes in configfile.František Dvořák
2008-11-05Simpler code, no gaps during playback in DirectX(2) audio outputmringwal@vs22.inf.ethz.ch
2008-10-17Replace configure test for PulseAudio version by cpp testMatthias Ringwald
2008-06-14Replacement JACK pluginEd Wildgoose
2008-06-12Fix up reporting of supported formats by the ALSA & OSS output plugins.Darren Salt
2008-05-09Use size_t to keep the value returned by strlen().Diego 'Flameeyes' Pettenò
2008-05-07Avoid memset() on newly allocated memory areas.Diego 'Flameeyes' Pettenò
2008-05-07Use asprintf() rather than malloc() + sprintf().Diego 'Flameeyes' Pettenò
2008-05-07xine_xmalloc() deprecation: replace its use with static and non-zero size.Diego 'Flameeyes' Pettenò
2008-04-14Make sure that muting/unmuting the audio without setting the volume does not ...Diego 'Flameeyes' Pettenò
2008-04-11Test for pulseaudio 0.9.7 to determine which muting method to use.Darren Salt
2008-04-11Remove an unnecessary volume scale conversion.Darren Salt
2008-04-04Updated PulseAudio driver (fixup)Lennart Poettering
2008-04-01Updated PulseAudio driverLennart Poettering
2008-03-12Cope with NetBSD, which apparently doesn't have SNDCTL_DSP_GETODELAY.Darren Salt
2008-02-15Don't unlock unconditionally the mainloop on failure.Diego 'Flameeyes' Pettenò
2008-01-01Avoid potential install-time mislinkage against libxine.so.2.Darren Salt
2007-12-10Simplify Pulse plugin reverting some of today's changes and going back from t...Diego 'Flameeyes' Pettenò
2007-12-10Backport the PulseAudio plugin from 1.2 branch.Diego 'Flameeyes' Pettenò
2007-12-02Fixed ALSA close function to not discard all data that had been written but n...Matthias Kretz
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-06-09Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.Darren Salt
2007-06-08Add two missing alloca.h includes and clean up one other.Darren Salt
2007-06-04handle unplugged devices in audio_alsa_out (return -1) and in audio_out close...Matthias Kretz
2007-04-07Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly.Darren Salt
2007-04-06Remove executable status from all files which shouldn't have it.Darren Salt
2007-04-06Remove a redundant comment.Diego 'Flameeyes' Pettenò
2007-04-06Use xineplug_LTLIBRARIES wherever possible.Diego 'Flameeyes' Pettenò
2007-04-05Fixed current audio sync, delay was always 0.Thibaut Mattern
2007-04-04Use size_t for samples and seconds data in Sun audio plugin.Pascal S. de Kloe
2007-04-04Check for audio_info_t.output_muted member, rather than assuming it's not ava...Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-04-01Try to improve response when the plugin can't connect to PulseAudio. Unfortun...Diego 'Flameeyes' Pettenò
2007-03-31Set the volume of the stream to 100% by default.Diego 'Flameeyes' Pettenò
2007-03-31Lock/Unlock on opening.Diego 'Flameeyes' Pettenò
2007-03-31Implement AO_PROP_MUTE_VOL (both set and get), and cleanup the setter and get...Diego 'Flameeyes' Pettenò
2007-03-31Add a mutex on all PulseAudio operations, PA is thread-safe by itself, but xi...Diego 'Flameeyes' Pettenò
2007-03-22Fix crosscompile to use build and host definition from autoconf, rather than ...Diego 'Flameeyes' Pettenò
2007-03-19Don't assume that CoreAudio output is Big Endian (it is not on newer Mac base...Diego 'Flameeyes' Pettenò
2007-03-17Use the Native Endian variants for 16 and 32 bit samples.Diego 'Flameeyes' Pettenò
2007-03-17Clean up configure checks for OSS support. Check for the various soundcard.h ...Diego 'Flameeyes' Pettenò
2007-03-16Fix FreeBSD PR 91728 (problem with ioctl() request parameter being unsigned l...Diego 'Flameeyes' Pettenò
2007-03-10Don't use Solaris workarounds on other OSes (namely NetBSD). Patch by Sergey ...Diego 'Flameeyes' Pettenò
2007-03-09Use OSS 3.0 API, and retain compatibility with older versions. Patch by Alber...Diego 'Flameeyes' Pettenò
2007-02-25alsa patches from Julian Scheel and Matthias KretzMiguel Freitas
2007-02-25Fix race condition in alsa audio out driver.Miguel Freitas