summaryrefslogtreecommitdiffstats
path: root/libao2
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated jack_client_new with jack_client_open.reimar2009-01-041-2/+10
* Move several of the ao_nas int-to-string maps into .rodatareimar2009-01-011-8/+8
* 100l, reorder check for AC3 format to avoid a possible memleakreimar2008-12-151-3/+3
* Get rid of pointless 'extern' keywords.diego2008-12-033-4/+4
* Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.diego2008-10-131-1/+1
* Replace numeric constants by their defines.cehoyos2008-10-091-4/+4
* Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.ranma2008-10-041-1/+1
* Make alsa resume after suspend to disk (would say 'file descriptor is in bad ...ranma2008-10-041-0/+4
* Replace casual GPL notices by proper license headers.diego2008-09-074-18/+69
* Replace casual GPL notice by proper license header.diego2008-09-061-3/+19
* Fix 'cast from pointer to integer of different size' on 64bit architectures. ...ranma2008-08-241-1/+1
* Handle AOPLAY_FINAL_CHUNKranma2008-08-241-33/+20
* fix compiler warningsranma2008-08-231-8/+10
* Work correctly with very small files where less than outburst is to be played.diego2008-08-151-0/+23
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.diego2008-08-141-1/+1
* 100l: Rename missed preprocessor directives from a HAVE_ prefix to CONFIG_.diego2008-08-141-9/+9
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-061-1/+1
* Rename all preprocessor directives related to Apple / Mac OS X.diego2008-08-061-1/+1
* Rename some audio-output-related preprocessor directives.diego2008-08-052-6/+6
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-4/+4
* Set HAVE_DVB in configure when HAVE_DVB_HEAD is defineddiego2008-08-021-4/+0
* cosmetics: typo fixesdiego2008-08-021-1/+1
* Start unifying names of internal preprocessor directives.diego2008-07-301-8/+8
* Our ALSA code needs alloca, so check for it in configure and include alloca.hreimar2008-07-171-0/+1
* Add verbose messages about trying and searching for audio output drivers.corey2008-06-221-0/+12
* Use standard license header, merge changelog into license header and TODO.diego2008-06-061-27/+21
* cosmetics: Remove pointless parentheses from return statements.diego2008-05-164-37/+37
* Use standard license headers with standard formatting.diego2008-05-145-53/+65
* Avoid dependency on newer pulseaudio version.reimar2008-05-071-0/+4
* Remove a comment that makes no longer sense (since quite some time actually)reimar2008-05-011-4/+0
* Support 32 bit float and integer formats in ao_pcm.creimar2008-05-011-1/+12
* Add support for 32 bit format to ao_pulse.reimar2008-05-011-0/+2
* Make ao_pulse fall back to s16le format instead of just failing.reimar2008-05-011-4/+5
* Merge libao2/Makefile into top-level Makefile.diego2008-04-231-11/+0
* reset() should not senselessly close and reopenreimar2008-04-071-23/+1
* AUDIO_DRAIN makes no sense directly after openingreimar2008-04-071-2/+2
* Introduce a separate definition for Mac OS X coreaudio support.diego2008-03-151-1/+1
* Merge two #ifdefs.diego2008-03-011-4/+1
* cosmetics: reindent, detabifydiego2008-03-011-44/+44
* Remove duplicate extern declaration.diego2008-03-011-1/+0
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-222-7/+6
* Remove pointless #ifdefs around extern declarations.diego2008-02-201-38/+0
* typo fix: inited --> initializeddiego2008-02-141-1/+1
* ao_functions_t should be const, part 1reimar2008-02-012-6/+6
* Remove unused variable.reimar2008-01-301-1/+1
* Fix get_space calculation to always leave some space, esp. for the currently ...reimar2008-01-301-1/+3
* Change code to also work with different outburst sizesreimar2008-01-301-2/+2
* Reduce number of UnqueueBuffer callsreimar2008-01-301-3/+9
* alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme...reimar2008-01-301-1/+1
* Write functions used by send_mpeg_*_packet may _not_ modify datareimar2008-01-121-2/+2
* Make code slightly less confusing to mereimar2008-01-111-3/+3
* Slightly deobfuscatereimar2008-01-111-2/+3
* Another small simplification. Slightly worse performance in the casereimar2008-01-111-3/+3
* Slightly simplify read_buffer codereimar2008-01-111-6/+6
* Simplify: use memsetreimar2008-01-111-4/+3
* Fix indentationreimar2008-01-111-2/+2
* Remove useless castreimar2008-01-111-1/+1
* when :card isn't specified by the user search the first available cardnicodvb2008-01-021-1/+16
* Add multiple inclusion guards to all header files that lack them.diego2008-01-011-0/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* Grammar fix.ulion2007-12-221-1/+1
* Add copyright info for s/pdif code from VideoLAN.ulion2007-12-221-0/+4
* pa_stream_write reportedly needs locking of the main loopreimar2007-12-151-1/+3
* Fix indentationreimar2007-12-151-4/+4
* Remove pointless pa_stream_trigger callreimar2007-12-151-10/+0
* Documentation for waitop functionreimar2007-12-151-0/+6
* SYS_AMIGAOS4 --> __AMIGAOS4__diego2007-12-111-1/+1
* Fix all current known multi-channel wrong order problems by addingulion2007-12-101-0/+10
* Remove useless variable aoIsCreated since we took good care of init failure.ulion2007-12-081-6/+3
* Add cleanup codes for init() failure to prevent leak.ulion2007-12-041-20/+61
* Fix ao_null with float samplesuau2007-12-011-1/+1
* ao_null: Make duration of "buffered" audio constantuau2007-12-011-5/+5
* Make outburst and buffersize depend on channel count.reimar2007-11-301-2/+2
* Support dump AF_FORMAT_AC3 format.ulion2007-11-211-0/+3
* Remove an useless conditional suggested by Emanuele Giaquinta.ulion2007-11-131-2/+0
* Remove useless definition.ulion2007-11-111-4/+0
* Indent fix for last change.ulion2007-11-111-5/+5
* Support mute when passthrough to digital output.ulion2007-11-111-3/+16
* Fix dead lock when changing and restoring stream format for digital output,ulion2007-11-101-31/+14
* Add include to fix warning:ulion2007-11-051-0/+1
* Remove idiotic check that would always be falsereimar2007-11-031-1/+1
* Change parsing to allow host == NULL and sink != NULLreimar2007-11-031-4/+6
* Simplify argument "parsing"reimar2007-11-031-4/+2
* Make sink variable local, it is only used in one placereimar2007-11-031-3/+1
* Add missing ao_pulse.creimar2007-10-181-0/+382
* Replace Polyp- by PulseAudio output.reimar2007-10-182-328/+4
* bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gm...nplourde2007-10-131-1/+1
* Add support for AC-3/DTS passthrough.nplourde2007-10-111-48/+778
* cosmetics: misc typo fixesdiego2007-09-251-1/+1
* ao_alsa: Fix get_space() return values larger than buffersizeuau2007-09-241-2/+2
* ao_mpegpes does not support S16_LE format, do not claim it does!reimar2007-09-161-2/+1
* warning fix:diego2007-09-091-2/+1
* v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as...ben2007-07-292-0/+165
* Somewhat hackish fix for A-V desync with ao_oss and frame stepping:reimar2007-07-191-0/+9
* ISO8859-1 --> UTF-8diego2007-07-094-7/+7
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* Fix r23353, it broke ao_sun on non-BSD due to accidentially removingreimar2007-06-231-0/+1
* Do not use fast_memcpy for small size copy, esp. when the size is constantreimar2007-06-051-3/+3
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-054-12/+12
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-4/+2
* Move common ioctl outside of ifdefreimar2007-05-201-2/+1
* Clean up some unused code and #ifdef mess in ao_sun.creimar2007-05-201-5/+1
* Implement flushing of audio data. Fixes bug #754.reimar2007-05-201-7/+9
* Remove unused code, if it is ever needed it can be recovered from historyreimar2007-05-201-36/+0
* Mono audio should be supported by NAS, too.reimar2007-04-191-1/+1
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-4/+4
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-2/+2
* When setting the non-audio bit for hwac3 output, just try to set thecladisch2007-02-091-54/+42
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-051-1/+1
* Support for AOPLAY_FINAL_CHUNK in ao_sdl.creimar2007-02-041-0/+1
* Fix FSF address and otherwise broken license headers.diego2007-01-221-3/+3
* Amiga OS 4 needs a large sample size.diego2006-12-231-1/+1
* OpenAL volume controlreimar2006-12-101-0/+14
* Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene...reimar2006-12-101-1/+7
* Fix a compiler warningreimar2006-12-101-1/+1
* Set frequency and correct frequency gettingreimar2006-12-101-4/+7
* Remove a disabled and completely outdated sample rate mismatch warning.reimar2006-12-101-4/+0
* Improve OpenAL speaker positions a bit.reimar2006-12-091-5/+6
* Half-properly set up OpenAL position stuffreimar2006-12-091-2/+13
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-072-2/+2
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-292-2/+4
* adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patc...nplourde2006-11-281-3/+26
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-29/+1
* le2me_32 is no longer a macro on PPC, and in general does not have toreimar2006-11-261-16/+7
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* MSGTRs for ao_alsa.ckraymer2006-11-081-60/+54
* typodiego2006-11-071-1/+1
* Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.reimar2006-10-152-0/+2
* slight overall verbosity reductiondiego2006-10-121-3/+3
* Remove bogus #ifndef WORDS_BIGENDIAN.diego2006-10-041-2/+0
* When the hardware sample format is AC3, do not force using an hardcodedcladisch2006-09-181-16/+61
* When one of the PCM configuration function in init() fails, abortcladisch2006-09-181-0/+6
* disable multichannel mode, it never worked reliablefaust32006-09-151-0/+5
* The FSF changed postal address.diego2006-09-012-2/+2
* fix buffering issues with short audio samples on macosx. patch by Chris Rocca...nplourde2006-08-181-13/+23
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* Move mpeg aos to the end of the autodetection list. At least mpegpesuau2006-08-161-8/+7
* replace calls to perror() with calls to mp_msg()ivo2006-08-111-7/+8
* added audio output for ivtv cardsben2006-07-282-1/+169
* if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default,...nicodvb2006-07-281-9/+1
* include sys/poll.h only when HAVE_DVB[_HEAD] is setnicodvb2006-07-281-1/+1
* Unify include paths in the build system, part I.diego2006-07-271-10/+1
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de...nicodvb2006-07-261-8/+138
* use mpeg packetizer helpers for sending lpcm packetsben2006-07-231-1/+20
* use new mpeg_packetizer helpersben2006-07-221-4/+6
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+0
* Use only one global config.mak file.diego2006-07-121-2/+2
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-2/+1
* two variables are made static, one of them additionaly modified to const char...reynaldo2006-07-091-2/+2
* make prefix const. Patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-091-1/+1
* modifies function declarations without parameters from ()reynaldo2006-07-069-50/+50
* rm unnecesary casts from void* - part 4reynaldo2006-07-033-5/+5
* Respect AOPLAY_FINAL_CHUNKpacman2006-06-281-2/+7
* respect AOPLAY_FINAL_CHUNK and do not discard samples read from bufferreimar2006-06-251-3/+10
* remove unused variablereimar2006-06-251-1/+0
* Rewrite audio EOF handling logic fixing some problems that could causeuau2006-06-161-0/+2
* Remove now obsolete .cvsignore files.diego2006-06-021-3/+0
* Only set the default output filename when it was not passed on the commanddiego2006-05-141-3/+4
* Fix:rathann2006-05-131-0/+1
* Move setting the output filename after the suboption parsing, otherwise itdiego2006-05-131-2/+4
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+1
* -ao pcm:fast suboption for faster-than-realtime dumpingreimar2006-04-141-1/+3
* Add workarounds for old prerelease versions of alsa-lib 0.9.0 that didcladisch2006-03-311-0/+6
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-302-3/+3
* printf --> mp_msgdiego2006-03-241-4/+4
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-8/+7
* To avoid a bug in ALSA's rate plugin that causes spurious overruns, trycladisch2006-03-131-0/+12
* Do not try to count hardware sound cards because there might be nonecladisch2006-03-131-8/+1
* Output error messages from the ALSA library through mp_msg() instead ofcladisch2006-02-271-0/+22
* Show the actual ALSA version instead of the version mplayer was compiledcladisch2006-02-271-0/+4
* include stdlib.h and stdio.h, they tend to be useful :-)reimar2006-02-181-0/+2
* fix compilation without openalaurel2006-02-161-0/+4
* OpenAL audio support, actual output is mono-only (no positioning yet).reimar2006-02-163-0/+199
* Fix the error handling in the play() function: add a handler for EINTR,cladisch2006-02-131-24/+15