Age | Commit message (Expand) | Author |
2008-06-12 | Fix up reporting of supported formats by the ALSA & OSS output plugins. | Darren Salt |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2007-12-02 | Fixed ALSA close function to not discard all data that had been written but n... | Matthias Kretz |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2007-06-08 | Add two missing alloca.h includes and clean up one other. | Darren Salt |
2007-06-04 | handle unplugged devices in audio_alsa_out (return -1) and in audio_out close... | Matthias Kretz |
2007-04-07 | Use CC_ATTRIBUTE_FORMAT; replace __attribute((format(printf, ...))) accordingly. | Darren Salt |
2007-04-05 | Fixed current audio sync, delay was always 0. | Thibaut Mattern |
2007-02-25 | alsa patches from Julian Scheel and Matthias Kretz | Miguel Freitas |
2007-02-25 | Fix race condition in alsa audio out driver. | Miguel Freitas |
2007-02-20 | Mark speaker arrangement array constant. | Diego 'Flameeyes' Pettenò |
2006-09-08 | fix switch from alsa/dmix 2.0 to 5.1 [bug #1226595] | Miguel Freitas |
2006-08-08 | fix segfault due bad vasprintf usage | Miguel Freitas |
2006-07-16 | malloc cleanups (based on a patch from Chris Brien). | Darren Salt |
2006-07-11 | Complete cleanup using pkg-config: no need to look for alsa/ or sys/, just in... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Implement visibility support, available on GCC 4.0 and later and on some 3.4 ... | Diego 'Flameeyes' Pettenò |
2006-05-03 | Make various arrays and structures (mainly xine_plugin_info) const. | Darren Salt |
2006-04-21 | Add printf format attributes. | Darren Salt |
2006-01-27 | Adapt the engine to the new list code. | Thibaut Mattern |
2006-01-25 | * Patch from SuSE to fix alsa after hardware suspend | Miguel Freitas |
2005-09-24 | - remove have_alsa_1_0_9 | Miguel Freitas |
2005-07-31 | s/HAS_ALSA/HAVE_ALSA/ | Darren Salt |
2005-07-31 | Summary: For alsa-lib version 1.0.9 or above, we can detect if the hardware c... | James Courtier-Dutton |
2004-12-27 | - and don't forget to set is_paused to 0 once we've resumed | Bastien Nocera |
2004-12-27 | - don't try to RESUME if we're not paused, fixes a spurious warning on exit | Bastien Nocera |
2004-12-22 | rename clashing snd_mixer_wait | Daniel Caujolle-Bert |
2004-12-20 | remove all local names beginning with double underscore, because C99 | Michael Roitzsch |
2004-12-12 | huge patch ahead: reorganizing config entries with automatic conversion | Michael Roitzsch |
2004-11-30 | Fix two errors in the volume <-> %age conversion functions: | Darren Salt |
2004-07-15 | - I shouldn't blindly commit... | Bastien Nocera |
2004-07-15 | - remove the "default" keyword for default sound devices, as this keyword | Bastien Nocera |
2004-07-14 | - change the default output device for stereo and surrounds to be "default" | Bastien Nocera |
2004-06-20 | this is supposedly a boolean | Michael Roitzsch |
2004-06-03 | close http://sourceforge.net/tracker/index.php?func=detail&aid=916089&group_i... | Miguel Freitas |
2004-05-23 | rename from AO_CAP_32BITS to AO_CAP_FLOAT32 | Michael Roitzsch |
2004-05-15 | Some more updates for 24bit sound. | James Courtier-Dutton |
2004-05-15 | Minor adjustments to start adding 24bit and 32bit-Float audio sample support. | James Courtier-Dutton |
2004-05-07 | extend help string for speaker arrangement | Michael Roitzsch |
2004-04-30 | Implement a more user friendly "Speaker arrangement" config item. | James Courtier-Dutton |
2004-04-14 | don't give up at first mixer init failure.patch from Ronald Wahl <patchman at... | Daniel Caujolle-Bert |
2004-04-11 | typo fixes from Frantisek | Michael Roitzsch |
2004-04-10 | improving config help strings | Michael Roitzsch |
2004-03-21 | Fix longstanding problem when using xine with alsa's dmix audio out plugin. | James Courtier-Dutton |
2004-03-20 | add a boolean "audio.alsa_hw_mixer" entry, on by default, to allow front-ends | Bastien Nocera |
2004-03-20 | Correct device names. | James Courtier-Dutton |
2004-03-19 | another try to fix mixer thread deadlock. Don't destroy mixer mutex too early... | Daniel Caujolle-Bert |
2004-03-18 | Fix wording of messages | Philipp Hahn |
2004-03-12 | big cleanup/fix of mute status/events. Bastien, can you check if the event th... | Daniel Caujolle-Bert |
2004-03-05 | forgot to uncomment the pthread_{cancel,join} portion | Daniel Caujolle-Bert |