aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* 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
* Remove an useless conditional suggested by Emanuele Giaquinta.Gravatar ulion2007-11-13
* Remove useless definition.Gravatar ulion2007-11-11
* Indent fix for last change.Gravatar ulion2007-11-11
* Support mute when passthrough to digital output.Gravatar ulion2007-11-11
* Fix dead lock when changing and restoring stream format for digital output,Gravatar ulion2007-11-10
* Add include to fix warning:Gravatar ulion2007-11-05
* Remove idiotic check that would always be falseGravatar reimar2007-11-03
* Change parsing to allow host == NULL and sink != NULLGravatar reimar2007-11-03
* Simplify argument "parsing"Gravatar reimar2007-11-03
* Make sink variable local, it is only used in one placeGravatar reimar2007-11-03
* Add missing ao_pulse.cGravatar reimar2007-10-18
* Replace Polyp- by PulseAudio output.Gravatar reimar2007-10-18
* bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gm...Gravatar nplourde2007-10-13
* Add support for AC-3/DTS passthrough.Gravatar nplourde2007-10-11
* cosmetics: misc typo fixesGravatar diego2007-09-25
* ao_alsa: Fix get_space() return values larger than buffersizeGravatar uau2007-09-24
* ao_mpegpes does not support S16_LE format, do not claim it does!Gravatar reimar2007-09-16
* warning fix:Gravatar diego2007-09-09
* v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as...Gravatar ben2007-07-29
* Somewhat hackish fix for A-V desync with ao_oss and frame stepping:Gravatar reimar2007-07-19
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Fix r23353, it broke ao_sun on non-BSD due to accidentially removingGravatar reimar2007-06-23
* Do not use fast_memcpy for small size copy, esp. when the size is constantGravatar reimar2007-06-05
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05