aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* 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
* Make code slightly less confusing to meGravatar reimar2008-01-11
* Slightly deobfuscateGravatar reimar2008-01-11
* Another small simplification. Slightly worse performance in the caseGravatar reimar2008-01-11
* Slightly simplify read_buffer codeGravatar reimar2008-01-11
* Simplify: use memsetGravatar reimar2008-01-11
* Fix indentationGravatar reimar2008-01-11
* Remove useless castGravatar reimar2008-01-11
* when :card isn't specified by the user search the first available cardGravatar nicodvb2008-01-02
* Add multiple inclusion guards to all header files that lack them.Gravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Grammar fix.Gravatar ulion2007-12-22
* Add copyright info for s/pdif code from VideoLAN.Gravatar ulion2007-12-22
* pa_stream_write reportedly needs locking of the main loopGravatar reimar2007-12-15
* Fix indentationGravatar reimar2007-12-15
* Remove pointless pa_stream_trigger callGravatar reimar2007-12-15
* Documentation for waitop functionGravatar reimar2007-12-15
* SYS_AMIGAOS4 --> __AMIGAOS4__Gravatar diego2007-12-11
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* Remove useless variable aoIsCreated since we took good care of init failure.Gravatar ulion2007-12-08
* Add cleanup codes for init() failure to prevent leak.Gravatar ulion2007-12-04
* Fix ao_null with float samplesGravatar uau2007-12-01
* ao_null: Make duration of "buffered" audio constantGravatar uau2007-12-01
* Make outburst and buffersize depend on channel count.Gravatar reimar2007-11-30
* Support dump AF_FORMAT_AC3 format.Gravatar ulion2007-11-21