aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* Replace deprecated jack_client_new with jack_client_open.Gravatar reimar2009-01-04
* Move several of the ao_nas int-to-string maps into .rodataGravatar reimar2009-01-01
* 100l, reorder check for AC3 format to avoid a possible memleakGravatar reimar2008-12-15
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Gravatar diego2008-10-13
* Replace numeric constants by their defines.Gravatar cehoyos2008-10-09
* Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.Gravatar ranma2008-10-04
* Make alsa resume after suspend to disk (would say 'file descriptor is in bad ...Gravatar ranma2008-10-04
* Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* Replace casual GPL notice by proper license header.Gravatar diego2008-09-06
* Fix 'cast from pointer to integer of different size' on 64bit architectures. ...Gravatar ranma2008-08-24
* Handle AOPLAY_FINAL_CHUNKGravatar ranma2008-08-24
* fix compiler warningsGravatar ranma2008-08-23
* Work correctly with very small files where less than outburst is to be played.Gravatar diego2008-08-15
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
* 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.Gravatar diego2008-08-14
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.Gravatar diego2008-08-06
* Rename all preprocessor directives related to Apple / Mac OS X.Gravatar diego2008-08-06
* Rename some audio-output-related preprocessor directives.Gravatar diego2008-08-05
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Set HAVE_DVB in configure when HAVE_DVB_HEAD is definedGravatar diego2008-08-02
* cosmetics: typo fixesGravatar diego2008-08-02
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Our ALSA code needs alloca, so check for it in configure and include alloca.hGravatar reimar2008-07-17
* Add verbose messages about trying and searching for audio output drivers.Gravatar corey2008-06-22
* Use standard license header, merge changelog into license header and TODO.Gravatar diego2008-06-06
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Avoid dependency on newer pulseaudio version.Gravatar reimar2008-05-07
* Remove a comment that makes no longer sense (since quite some time actually)Gravatar reimar2008-05-01
* Support 32 bit float and integer formats in ao_pcm.cGravatar reimar2008-05-01
* Add support for 32 bit format to ao_pulse.Gravatar reimar2008-05-01
* Make ao_pulse fall back to s16le format instead of just failing.Gravatar reimar2008-05-01
* Merge libao2/Makefile into top-level Makefile.Gravatar diego2008-04-23
* reset() should not senselessly close and reopenGravatar reimar2008-04-07
* AUDIO_DRAIN makes no sense directly after openingGravatar reimar2008-04-07
* Introduce a separate definition for Mac OS X coreaudio support.Gravatar diego2008-03-15
* Merge two #ifdefs.Gravatar diego2008-03-01
* cosmetics: reindent, detabifyGravatar diego2008-03-01
* Remove duplicate extern declaration.Gravatar diego2008-03-01
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* typo fix: inited --> initializedGravatar diego2008-02-14
* ao_functions_t should be const, part 1Gravatar reimar2008-02-01
* Remove unused variable.Gravatar reimar2008-01-30
* Fix get_space calculation to always leave some space, esp. for the currently ...Gravatar reimar2008-01-30
* Change code to also work with different outburst sizesGravatar reimar2008-01-30
* Reduce number of UnqueueBuffer callsGravatar reimar2008-01-30
* alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme...Gravatar reimar2008-01-30
* Write functions used by send_mpeg_*_packet may _not_ modify dataGravatar reimar2008-01-12