aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
...
* Use only one global config.mak file.Gravatar diego2006-07-12
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* two variables are made static, one of them additionaly modified to const char...Gravatar reynaldo2006-07-09
* make prefix const. Patch by Stefan Huehner, stefan AT huehner-orgGravatar reynaldo2006-07-09
* modifies function declarations without parameters from ()Gravatar reynaldo2006-07-06
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* Respect AOPLAY_FINAL_CHUNKGravatar pacman2006-06-28
* respect AOPLAY_FINAL_CHUNK and do not discard samples read from bufferGravatar reimar2006-06-25
* remove unused variableGravatar reimar2006-06-25
* Rewrite audio EOF handling logic fixing some problems that could causeGravatar uau2006-06-16
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Only set the default output filename when it was not passed on the commandGravatar diego2006-05-14
* Fix:Gravatar rathann2006-05-13
* Move setting the output filename after the suboption parsing, otherwise itGravatar diego2006-05-13
* Get ride of the several if(identify) messy lines and rearangment of some of t...Gravatar reynaldo2006-04-24
* -ao pcm:fast suboption for faster-than-realtime dumpingGravatar reimar2006-04-14
* Add workarounds for old prerelease versions of alsa-lib 0.9.0 that didGravatar cladisch2006-03-31
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...Gravatar reynaldo2006-03-30
* printf --> mp_msgGravatar diego2006-03-24
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* To avoid a bug in ALSA's rate plugin that causes spurious overruns, tryGravatar cladisch2006-03-13
* Do not try to count hardware sound cards because there might be noneGravatar cladisch2006-03-13
* Output error messages from the ALSA library through mp_msg() instead ofGravatar cladisch2006-02-27
* Show the actual ALSA version instead of the version mplayer was compiledGravatar cladisch2006-02-27
* include stdlib.h and stdio.h, they tend to be useful :-)Gravatar reimar2006-02-18
* fix compilation without openalGravatar aurel2006-02-16
* OpenAL audio support, actual output is mono-only (no positioning yet).Gravatar reimar2006-02-16
* Fix the error handling in the play() function: add a handler for EINTR,Gravatar cladisch2006-02-13
* This changes the software parameters to be more compatible with theGravatar cladisch2006-02-13
* Using non-blocking writes makes sense when the program wants to do otherGravatar cladisch2006-02-13
* Remove the now superfluous mmap suboption.Gravatar cladisch2006-02-13
* After removing play_mmap(), the play() function just unconditionallyGravatar cladisch2006-02-13
* This patch removes mmap support because it doesn't have any benefit.Gravatar cladisch2006-02-13
* Small fixes: make all global variables static, remove some unusedGravatar cladisch2006-02-10
* Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does itGravatar cladisch2006-02-10
* Simplify get_delay(): we don't need to get the complete PCM status butGravatar cladisch2006-02-10
* Fix get_space(): we don't need to differentiate between the various PCMGravatar cladisch2006-02-10
* This adds support for more sample formats (U32, float BE, mu/A-law).Gravatar cladisch2006-02-10
* This replaces the hardcoded numbers for the sample format widths with aGravatar cladisch2006-02-10
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* - move our setenv() fallback implementation to osdepGravatar al2005-12-26
* use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias L...Gravatar wanderer2005-12-15
* fixGravatar rathann2005-12-05
* Link was a bit dated (but still working :-))Gravatar ranma2005-11-29
* -aop is long obsolete.Gravatar diego2005-11-28
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-19
* DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -...Gravatar joey2005-11-11
* Allow setting the mixer per instance so one can fallback betweenGravatar albeu2005-11-10