Age | Commit message (Expand) | Author |
2007-02-20 | Mark speaker arrangement array constant. | Diego 'Flameeyes' Pettenò |
2007-02-03 | Remove a debug output. | Diego 'Flameeyes' Pettenò |
2007-02-03 | Remove the state callbacks, it's simpler to just wait a bit for the connectio... | Diego 'Flameeyes' Pettenò |
2007-02-03 | Restructure the plugin a bit: create the mainloop and the context immediately... | Diego 'Flameeyes' Pettenò |
2007-02-02 | Replace assert() calls with _x_assert(). | Diego 'Flameeyes' Pettenò |
2007-02-02 | We don't need to lock anymore as we're using the threaded mainloop, that alre... | Diego 'Flameeyes' Pettenò |
2007-02-02 | Make use of threaded mainloop rather than calling it manually, this makes xin... | Diego 'Flameeyes' Pettenò |
2007-01-29 | Release stream and playback in ao_fusionsound_exit(). | Claudio Ciccani |
2006-12-27 | Link to libxine when needed. | Diego 'Flameeyes' Pettenò |
2006-12-25 | The alsa audio output plugin uses threads, so link it correctly. | Diego 'Flameeyes' Pettenò |
2006-12-19 | Mark string-type configuration items according to whether they're plain | Darren Salt |
2006-11-10 | Allow PulseAudio to receive 4.0, 4.1, 5.0 and 5.1 audio. | Diego 'Flameeyes' Pettenò |
2006-10-13 | Use __progname to pass the client name to pulseaudio, this way xine, Amarok a... | Diego 'Flameeyes' Pettenò |
2006-10-09 | Check for NULL pointers. | Claudio Ciccani |
2006-09-21 | Build fixes (other version of external libcdio workaround, typo in DX aout). | František Dvořák |
2006-09-08 | fix switch from alsa/dmix 2.0 to 5.1 [bug #1226595] | Miguel Freitas |
2006-09-08 | update latency querying to the new api | Miguel Freitas |
2006-09-02 | Complete removal of polypaudio. | Diego 'Flameeyes' Pettenò |
2006-09-02 | Remove polypaudio plugin, in favour of PulseAudio. | Diego 'Flameeyes' Pettenò |
2006-08-12 | JACK audio driver by Chris Cannam | Miguel Freitas |
2006-08-08 | fix segfault due bad vasprintf usage | Miguel Freitas |
2006-08-04 | Pass option directly to FusionSoundInit() (avoid using DirectFBSetOption() | Claudio Ciccani |
2006-07-16 | malloc cleanups (based on a patch from Chris Brien). | Darren Salt |
2006-07-11 | Start implementing a pulseaudio output plugin, based on the previous polypaud... | Diego 'Flameeyes' Pettenò |
2006-07-11 | Complete cleanup using pkg-config: no need to look for alsa/ or sys/, just in... | Diego 'Flameeyes' Pettenò |
2006-07-10 | Replace custom ALSA macro with a simpler PKG_CHECK_MODULES call, and assume r... | 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-06-18 | Misc warnings fixes. | Diego 'Flameeyes' Pettenò |
2006-06-14 | Retain the mixer volume so that we can return a sensible value when the audio... | Robin KAY |
2006-06-02 | Various static/const fixes from Gentoo. | Darren Salt |
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-03-16 | [coverity] | Thibaut Mattern |
2006-01-29 | Imported FusionSound audio driver. | Claudio Ciccani |
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-09-05 | *BUGFIX* | František Dvořák |
2005-08-29 | *BUGFIX* | František Dvořák |
2005-08-25 | *BUGFIX* | František Dvořák |
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 |
2005-03-18 | Mac OS X CoreAudio audio output driver now uses a 32k ringbuffer, rather than | Andre Pang |
2005-02-06 | **BUGFIX** | František Dvořák |
2005-02-04 | **BUGFIX** | František Dvořák |
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-19 | trying to properly close the polyaudio connection | Miguel Freitas |