| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge libao2/Makefile into top-level Makefile. | diego | 2008-04-23 | 1 | -11/+0 |
* | reset() should not senselessly close and reopen | reimar | 2008-04-07 | 1 | -23/+1 |
* | AUDIO_DRAIN makes no sense directly after opening | reimar | 2008-04-07 | 1 | -2/+2 |
* | Introduce a separate definition for Mac OS X coreaudio support. | diego | 2008-03-15 | 1 | -1/+1 |
* | Merge two #ifdefs. | diego | 2008-03-01 | 1 | -4/+1 |
* | cosmetics: reindent, detabify | diego | 2008-03-01 | 1 | -44/+44 |
* | Remove duplicate extern declaration. | diego | 2008-03-01 | 1 | -1/+0 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 | 2 | -7/+6 |
* | Remove pointless #ifdefs around extern declarations. | diego | 2008-02-20 | 1 | -38/+0 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -1/+1 |
* | ao_functions_t should be const, part 1 | reimar | 2008-02-01 | 2 | -6/+6 |
* | Remove unused variable. | reimar | 2008-01-30 | 1 | -1/+1 |
* | Fix get_space calculation to always leave some space, esp. for the currently ... | reimar | 2008-01-30 | 1 | -1/+3 |
* | Change code to also work with different outburst sizes | reimar | 2008-01-30 | 1 | -2/+2 |
* | Reduce number of UnqueueBuffer calls | reimar | 2008-01-30 | 1 | -3/+9 |
* | alSourceRewindv seems to be broken in particular in Creatives Windows-Impleme... | reimar | 2008-01-30 | 1 | -1/+1 |
* | Write functions used by send_mpeg_*_packet may _not_ modify data | reimar | 2008-01-12 | 1 | -2/+2 |
* | Make code slightly less confusing to me | reimar | 2008-01-11 | 1 | -3/+3 |
* | Slightly deobfuscate | reimar | 2008-01-11 | 1 | -2/+3 |
* | Another small simplification. Slightly worse performance in the case | reimar | 2008-01-11 | 1 | -3/+3 |
* | Slightly simplify read_buffer code | reimar | 2008-01-11 | 1 | -6/+6 |
* | Simplify: use memset | reimar | 2008-01-11 | 1 | -4/+3 |
* | Fix indentation | reimar | 2008-01-11 | 1 | -2/+2 |
* | Remove useless cast | reimar | 2008-01-11 | 1 | -1/+1 |
* | when :card isn't specified by the user search the first available card | nicodvb | 2008-01-02 | 1 | -1/+16 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 | 1 | -0/+3 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 | 1 | -1/+1 |
* | Grammar fix. | ulion | 2007-12-22 | 1 | -1/+1 |
* | Add copyright info for s/pdif code from VideoLAN. | ulion | 2007-12-22 | 1 | -0/+4 |
* | pa_stream_write reportedly needs locking of the main loop | reimar | 2007-12-15 | 1 | -1/+3 |
* | Fix indentation | reimar | 2007-12-15 | 1 | -4/+4 |
* | Remove pointless pa_stream_trigger call | reimar | 2007-12-15 | 1 | -10/+0 |
* | Documentation for waitop function | reimar | 2007-12-15 | 1 | -0/+6 |
* | SYS_AMIGAOS4 --> __AMIGAOS4__ | diego | 2007-12-11 | 1 | -1/+1 |
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 | 1 | -0/+10 |
* | Remove useless variable aoIsCreated since we took good care of init failure. | ulion | 2007-12-08 | 1 | -6/+3 |
* | Add cleanup codes for init() failure to prevent leak. | ulion | 2007-12-04 | 1 | -20/+61 |
* | Fix ao_null with float samples | uau | 2007-12-01 | 1 | -1/+1 |
* | ao_null: Make duration of "buffered" audio constant | uau | 2007-12-01 | 1 | -5/+5 |
* | Make outburst and buffersize depend on channel count. | reimar | 2007-11-30 | 1 | -2/+2 |
* | Support dump AF_FORMAT_AC3 format. | ulion | 2007-11-21 | 1 | -0/+3 |
* | Remove an useless conditional suggested by Emanuele Giaquinta. | ulion | 2007-11-13 | 1 | -2/+0 |
* | Remove useless definition. | ulion | 2007-11-11 | 1 | -4/+0 |
* | Indent fix for last change. | ulion | 2007-11-11 | 1 | -5/+5 |
* | Support mute when passthrough to digital output. | ulion | 2007-11-11 | 1 | -3/+16 |
* | Fix dead lock when changing and restoring stream format for digital output, | ulion | 2007-11-10 | 1 | -31/+14 |
* | Add include to fix warning: | ulion | 2007-11-05 | 1 | -0/+1 |
* | Remove idiotic check that would always be false | reimar | 2007-11-03 | 1 | -1/+1 |
* | Change parsing to allow host == NULL and sink != NULL | reimar | 2007-11-03 | 1 | -4/+6 |
* | Simplify argument "parsing" | reimar | 2007-11-03 | 1 | -4/+2 |
* | Make sink variable local, it is only used in one place | reimar | 2007-11-03 | 1 | -3/+1 |
* | Add missing ao_pulse.c | reimar | 2007-10-18 | 1 | -0/+382 |
* | Replace Polyp- by PulseAudio output. | reimar | 2007-10-18 | 2 | -328/+4 |
* | bugfix for ao_macosx last dts passthrough patch, patch by Ulion, ulion2002 gm... | nplourde | 2007-10-13 | 1 | -1/+1 |
* | Add support for AC-3/DTS passthrough. | nplourde | 2007-10-11 | 1 | -48/+778 |
* | cosmetics: misc typo fixes | diego | 2007-09-25 | 1 | -1/+1 |
* | ao_alsa: Fix get_space() return values larger than buffersize | uau | 2007-09-24 | 1 | -2/+2 |
* | ao_mpegpes does not support S16_LE format, do not claim it does! | reimar | 2007-09-16 | 1 | -2/+1 |
* | warning fix: | diego | 2007-09-09 | 1 | -2/+1 |
* | v4l2 audio/video outputs for linux 2.6.22+ kernels (outputs formerly known as... | ben | 2007-07-29 | 2 | -0/+165 |
* | Somewhat hackish fix for A-V desync with ao_oss and frame stepping: | reimar | 2007-07-19 | 1 | -0/+9 |
* | ISO8859-1 --> UTF-8 | diego | 2007-07-09 | 4 | -7/+7 |
* | Do not use leading underscores in multiple inclusion guards, they are reserved. | diego | 2007-07-02 | 1 | -2/+2 |
* | Fix r23353, it broke ao_sun on non-BSD due to accidentially removing | reimar | 2007-06-23 | 1 | -0/+1 |
* | Do not use fast_memcpy for small size copy, esp. when the size is constant | reimar | 2007-06-05 | 1 | -3/+3 |
* | Replace implicit use of fast_memcpy via macro by explicit use to allow | reimar | 2007-06-05 | 4 | -12/+12 |
* | Remove some unused variables, patch by timwoj ieee org. | diego | 2007-05-28 | 1 | -4/+2 |
* | Move common ioctl outside of ifdef | reimar | 2007-05-20 | 1 | -2/+1 |
* | Clean up some unused code and #ifdef mess in ao_sun.c | reimar | 2007-05-20 | 1 | -5/+1 |
* | Implement flushing of audio data. Fixes bug #754. | reimar | 2007-05-20 | 1 | -7/+9 |
* | Remove unused code, if it is ever needed it can be recovered from history | reimar | 2007-05-20 | 1 | -36/+0 |
* | Mono audio should be supported by NAS, too. | reimar | 2007-04-19 | 1 | -1/+1 |
* | cosmetics: Fix indentation, reorder some lines for consistency. | diego | 2007-03-13 | 1 | -4/+4 |
* | Give more descriptive names to the source and library variables and split | diego | 2007-03-13 | 1 | -2/+2 |
* | When setting the non-audio bit for hwac3 output, just try to set the | cladisch | 2007-02-09 | 1 | -54/+42 |
* | Fix a few gcc warnings, approved by Diego and Reimar. | rathann | 2007-02-05 | 1 | -1/+1 |
* | Support for AOPLAY_FINAL_CHUNK in ao_sdl.c | reimar | 2007-02-04 | 1 | -0/+1 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 | 1 | -3/+3 |
* | Amiga OS 4 needs a large sample size. | diego | 2006-12-23 | 1 | -1/+1 |
* | OpenAL volume control | reimar | 2006-12-10 | 1 | -0/+14 |
* | Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene... | reimar | 2006-12-10 | 1 | -1/+7 |
* | Fix a compiler warning | reimar | 2006-12-10 | 1 | -1/+1 |
* | Set frequency and correct frequency getting | reimar | 2006-12-10 | 1 | -4/+7 |
* | Remove a disabled and completely outdated sample rate mismatch warning. | reimar | 2006-12-10 | 1 | -4/+0 |
* | Improve OpenAL speaker positions a bit. | reimar | 2006-12-09 | 1 | -5/+6 |
* | Half-properly set up OpenAL position stuff | reimar | 2006-12-09 | 1 | -2/+13 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 2 | -2/+2 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 2 | -2/+4 |
* | adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patc... | nplourde | 2006-11-28 | 1 | -3/+26 |
* | Merge common parts of all Makefiles into one file included by all. | diego | 2006-11-26 | 1 | -29/+1 |
* | le2me_32 is no longer a macro on PPC, and in general does not have to | reimar | 2006-11-26 | 1 | -16/+7 |
* | Remove superfluous comment. | diego | 2006-11-25 | 1 | -3/+0 |
* | Unify dep/depend targets. | diego | 2006-11-20 | 1 | -3/+1 |
* | MSGTRs for ao_alsa.c | kraymer | 2006-11-08 | 1 | -60/+54 |
* | typo | diego | 2006-11-07 | 1 | -1/+1 |
* | Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out. | reimar | 2006-10-15 | 2 | -0/+2 |
* | slight overall verbosity reduction | diego | 2006-10-12 | 1 | -3/+3 |
* | Remove bogus #ifndef WORDS_BIGENDIAN. | diego | 2006-10-04 | 1 | -2/+0 |
* | When the hardware sample format is AC3, do not force using an hardcoded | cladisch | 2006-09-18 | 1 | -16/+61 |
* | When one of the PCM configuration function in init() fails, abort | cladisch | 2006-09-18 | 1 | -0/+6 |
* | disable multichannel mode, it never worked reliable | faust3 | 2006-09-15 | 1 | -0/+5 |
* | The FSF changed postal address. | diego | 2006-09-01 | 2 | -2/+2 |
* | fix buffering issues with short audio samples on macosx. patch by Chris Rocca... | nplourde | 2006-08-18 | 1 | -13/+23 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | diego | 2006-08-17 | 1 | -1/+1 |
* | Move mpeg aos to the end of the autodetection list. At least mpegpes | uau | 2006-08-16 | 1 | -8/+7 |
* | replace calls to perror() with calls to mp_msg() | ivo | 2006-08-11 | 1 | -7/+8 |
* | added audio output for ivtv cards | ben | 2006-07-28 | 2 | -1/+169 |
* | if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default,... | nicodvb | 2006-07-28 | 1 | -9/+1 |
* | include sys/poll.h only when HAVE_DVB[_HEAD] is set | nicodvb | 2006-07-28 | 1 | -1/+1 |
* | Unify include paths in the build system, part I. | diego | 2006-07-27 | 1 | -10/+1 |
* | split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de... | nicodvb | 2006-07-26 | 1 | -8/+138 |
* | use mpeg packetizer helpers for sending lpcm packets | ben | 2006-07-23 | 1 | -1/+20 |
* | use new mpeg_packetizer helpers | ben | 2006-07-22 | 1 | -4/+6 |
* | OPTFLAGS already includes EXTRA_INC. | diego | 2006-07-12 | 1 | -1/+0 |
* | Use only one global config.mak file. | diego | 2006-07-12 | 1 | -2/+2 |
* | Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org. | diego | 2006-07-09 | 1 | -2/+1 |
* | two variables are made static, one of them additionaly modified to const char... | reynaldo | 2006-07-09 | 1 | -2/+2 |
* | make prefix const. Patch by Stefan Huehner, stefan AT huehner-org | reynaldo | 2006-07-09 | 1 | -1/+1 |
* | modifies function declarations without parameters from () | reynaldo | 2006-07-06 | 9 | -50/+50 |
* | rm unnecesary casts from void* - part 4 | reynaldo | 2006-07-03 | 3 | -5/+5 |
* | Respect AOPLAY_FINAL_CHUNK | pacman | 2006-06-28 | 1 | -2/+7 |
* | respect AOPLAY_FINAL_CHUNK and do not discard samples read from buffer | reimar | 2006-06-25 | 1 | -3/+10 |
* | remove unused variable | reimar | 2006-06-25 | 1 | -1/+0 |
* | Rewrite audio EOF handling logic fixing some problems that could cause | uau | 2006-06-16 | 1 | -0/+2 |
* | Remove now obsolete .cvsignore files. | diego | 2006-06-02 | 1 | -3/+0 |
* | Only set the default output filename when it was not passed on the command | diego | 2006-05-14 | 1 | -3/+4 |
* | Fix: | rathann | 2006-05-13 | 1 | -0/+1 |
* | Move setting the output filename after the suboption parsing, otherwise it | diego | 2006-05-13 | 1 | -2/+4 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 | 1 | -2/+1 |
* | -ao pcm:fast suboption for faster-than-realtime dumping | reimar | 2006-04-14 | 1 | -1/+3 |
* | Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did | cladisch | 2006-03-31 | 1 | -0/+6 |
* | Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ... | reynaldo | 2006-03-30 | 2 | -3/+3 |
* | printf --> mp_msg | diego | 2006-03-24 | 1 | -4/+4 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 | 1 | -8/+7 |
* | To avoid a bug in ALSA's rate plugin that causes spurious overruns, try | cladisch | 2006-03-13 | 1 | -0/+12 |
* | Do not try to count hardware sound cards because there might be none | cladisch | 2006-03-13 | 1 | -8/+1 |
* | Output error messages from the ALSA library through mp_msg() instead of | cladisch | 2006-02-27 | 1 | -0/+22 |
* | Show the actual ALSA version instead of the version mplayer was compiled | cladisch | 2006-02-27 | 1 | -0/+4 |
* | include stdlib.h and stdio.h, they tend to be useful :-) | reimar | 2006-02-18 | 1 | -0/+2 |
* | fix compilation without openal | aurel | 2006-02-16 | 1 | -0/+4 |
* | OpenAL audio support, actual output is mono-only (no positioning yet). | reimar | 2006-02-16 | 3 | -0/+199 |
* | Fix the error handling in the play() function: add a handler for EINTR, | cladisch | 2006-02-13 | 1 | -24/+15 |
* | This changes the software parameters to be more compatible with the | cladisch | 2006-02-13 | 1 | -51/+45 |
* | Using non-blocking writes makes sense when the program wants to do other | cladisch | 2006-02-13 | 1 | -49/+5 |
* | Remove the now superfluous mmap suboption. | cladisch | 2006-02-13 | 1 | -5/+0 |
* | After removing play_mmap(), the play() function just unconditionally | cladisch | 2006-02-13 | 1 | -11/+1 |
* | This patch removes mmap support because it doesn't have any benefit. | cladisch | 2006-02-13 | 1 | -151/+8 |
* | Small fixes: make all global variables static, remove some unused | cladisch | 2006-02-10 | 1 | -15/+9 |
* | Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it | cladisch | 2006-02-10 | 1 | -13/+0 |
* | Simplify get_delay(): we don't need to get the complete PCM status but | cladisch | 2006-02-10 | 1 | -25/+10 |
* | Fix get_space(): we don't need to differentiate between the various PCM | cladisch | 2006-02-10 | 1 | -55/+3 |
* | This adds support for more sample formats (U32, float BE, mu/A-law). | cladisch | 2006-02-10 | 1 | -0/+15 |
* | This replaces the hardcoded numbers for the sample format widths with a | cladisch | 2006-02-10 | 1 | -31/+3 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 12 | -62/+62 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 | 1 | -2/+2 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 | 1 | -2/+2 |
* | - move our setenv() fallback implementation to osdep | al | 2005-12-26 | 1 | -16/+0 |
* | use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias L... | wanderer | 2005-12-15 | 1 | -0/+11 |
* | fix | rathann | 2005-12-05 | 1 | -1/+1 |
* | Link was a bit dated (but still working :-)) | ranma | 2005-11-29 | 1 | -1/+1 |
* | -aop is long obsolete. | diego | 2005-11-28 | 1 | -1/+1 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-19 | 1 | -1/+1 |
* | DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -... | joey | 2005-11-11 | 1 | -2/+3 |
* | Allow setting the mixer per instance so one can fallback between | albeu | 2005-11-10 | 1 | -11/+25 |
* | ao_macosx is a native audio output driver and should thus have priority | diego | 2005-10-11 | 1 | -3/+3 |
* | General bug fixes, like missing includes, formats that were incorrectly | reimar | 2005-10-04 | 1 | -29/+133 |
* | reordered bps calculation | henry | 2005-08-25 | 1 | -34/+33 |
* | set the nearest number of channels, return(0) upon errors | henry | 2005-08-25 | 1 | -2/+4 |
* | |