aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* 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
* Remove some unused variables, patch by timwoj ieee org.Gravatar diego2007-05-28
* Move common ioctl outside of ifdefGravatar reimar2007-05-20
* Clean up some unused code and #ifdef mess in ao_sun.cGravatar reimar2007-05-20
* Implement flushing of audio data. Fixes bug #754.Gravatar reimar2007-05-20
* Remove unused code, if it is ever needed it can be recovered from historyGravatar reimar2007-05-20
* Mono audio should be supported by NAS, too.Gravatar reimar2007-04-19
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* When setting the non-audio bit for hwac3 output, just try to set theGravatar cladisch2007-02-09
* Fix a few gcc warnings, approved by Diego and Reimar.Gravatar rathann2007-02-05
* Support for AOPLAY_FINAL_CHUNK in ao_sdl.cGravatar reimar2007-02-04
* Fix FSF address and otherwise broken license headers.Gravatar diego2007-01-22
* Amiga OS 4 needs a large sample size.Gravatar diego2006-12-23
* OpenAL volume controlGravatar reimar2006-12-10
* Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene...Gravatar reimar2006-12-10
* Fix a compiler warningGravatar reimar2006-12-10
* Set frequency and correct frequency gettingGravatar reimar2006-12-10
* Remove a disabled and completely outdated sample rate mismatch warning.Gravatar reimar2006-12-10
* Improve OpenAL speaker positions a bit.Gravatar reimar2006-12-09
* Half-properly set up OpenAL position stuffGravatar reimar2006-12-09
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07