summaryrefslogtreecommitdiff
path: root/src/audio_out
AgeCommit message (Expand)Author
2009-10-10Merge from 1.1.Darren Salt
2009-10-10Don't use deprecated JACK APIMatěj Laitl
2009-09-28Incorrect int-to-float conversion in the JACK output pluginRemco Bloemen
2009-08-26Garbled sound with multichannel audio (using sndio)Brad Smith
2009-08-05Merge from 1.1.Darren Salt
2009-05-28Fix a recently-added POSIX incompatibility.Marc Dequènes (Duck)
2009-04-06Minimal porting of sndio to 1.2.Darren Salt
2009-04-06Merge from 1.1.Darren Salt
2009-02-18Add support for new OpenBSD sound APIBrad Smith
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-17Merge from 1.1.Darren Salt
2009-01-17Avoid libtool running ldconfig (where not needed) at install time.Darren Salt
2009-01-12Merge from 1.1.Darren Salt
2009-01-12Fix build of directx VO plugin.František Dvořák
2008-12-28Merge from 1.1.Darren Salt
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
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-09-17Mingw+MSys: NLS support, --enable-stdcall-fixupCarlo Bramini
2008-10-17Replace configure test for PulseAudio version by cpp testMatthias Ringwald
2008-06-15Merge from 1.1.Darren Salt
2008-06-14Replacement JACK pluginEd Wildgoose
2008-06-12Fix up reporting of supported formats by the ALSA & OSS output plugins.Darren Salt
2008-05-23Merge from 1.1. VDR needs to be updated.Diego 'Flameeyes' Pettenò
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-15Merge from 1.1.Darren Salt
2008-04-14Make sure that muting/unmuting the audio without setting the volume does not ...Diego 'Flameeyes' Pettenò
2008-04-11Merge from 1.1.Darren Salt
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-04Merge from 1.1.Darren Salt
2008-04-04Updated PulseAudio driver (fixup)Lennart Poettering
2008-04-02Merge from 1.1.Darren Salt
2008-04-01Updated PulseAudio driverLennart Poettering
2008-03-12Merge from 1.1.Darren Salt
2008-03-12Cope with NetBSD, which apparently doesn't have SNDCTL_DSP_GETODELAY.Darren Salt
2008-02-29Merge from 1.1.Darren Salt
2008-02-15Don't unlock unconditionally the mainloop on failure.Diego 'Flameeyes' Pettenò
2008-01-19Introducing new features from FusionSound-1.1.0 (dolby surround).Claudio Ciccani
2008-01-02The file name is constant.Diego 'Flameeyes' Pettenò
2008-01-01Merge (with adjustment) from 1.1.Darren Salt
2008-01-01Avoid potential install-time mislinkage against libxine.so.2.Darren Salt
2007-12-23Make base_names array static and totally constant.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18As the error codepath is going to assert out anyway, don't do the extra malloc.Diego 'Flameeyes' Pettenò
2007-12-18Use asprintf instead of sprintf.Diego 'Flameeyes' Pettenò