aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* 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
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patc...Gravatar nplourde2006-11-28
* Merge common parts of all Makefiles into one file included by all.Gravatar diego2006-11-26
* le2me_32 is no longer a macro on PPC, and in general does not have toGravatar reimar2006-11-26
* Remove superfluous comment.Gravatar diego2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* MSGTRs for ao_alsa.cGravatar kraymer2006-11-08
* typoGravatar diego2006-11-07
* Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.Gravatar reimar2006-10-15
* slight overall verbosity reductionGravatar diego2006-10-12
* Remove bogus #ifndef WORDS_BIGENDIAN.Gravatar diego2006-10-04
* When the hardware sample format is AC3, do not force using an hardcodedGravatar cladisch2006-09-18
* When one of the PCM configuration function in init() fails, abortGravatar cladisch2006-09-18
* disable multichannel mode, it never worked reliableGravatar faust32006-09-15
* The FSF changed postal address.Gravatar diego2006-09-01
* fix buffering issues with short audio samples on macosx. patch by Chris Rocca...Gravatar nplourde2006-08-18
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* Move mpeg aos to the end of the autodetection list. At least mpegpesGravatar uau2006-08-16
* replace calls to perror() with calls to mp_msg()Gravatar ivo2006-08-11
* added audio output for ivtv cardsGravatar ben2006-07-28
* if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default,...Gravatar nicodvb2006-07-28
* include sys/poll.h only when HAVE_DVB[_HEAD] is setGravatar nicodvb2006-07-28
* Unify include paths in the build system, part I.Gravatar diego2006-07-27
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de...Gravatar nicodvb2006-07-26
* use mpeg packetizer helpers for sending lpcm packetsGravatar ben2006-07-23
* use new mpeg_packetizer helpersGravatar ben2006-07-22
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12