| Commit message (Expand) | Author | Age |
... | |
* | Fix: | rathann | 2006-05-13 |
* | Move setting the output filename after the suboption parsing, otherwise it | diego | 2006-05-13 |
* | Get ride of the several if(identify) messy lines and rearangment of some of t... | reynaldo | 2006-04-24 |
* | -ao pcm:fast suboption for faster-than-realtime dumping | reimar | 2006-04-14 |
* | Add workarounds for old prerelease versions of alsa-lib 0.9.0 that did | cladisch | 2006-03-31 |
* | Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ... | reynaldo | 2006-03-30 |
* | printf --> mp_msg | diego | 2006-03-24 |
* | Convert all if(verbose>X) to mp_msg_test calls. | diego | 2006-03-24 |
* | To avoid a bug in ALSA's rate plugin that causes spurious overruns, try | cladisch | 2006-03-13 |
* | Do not try to count hardware sound cards because there might be none | cladisch | 2006-03-13 |
* | Output error messages from the ALSA library through mp_msg() instead of | cladisch | 2006-02-27 |
* | Show the actual ALSA version instead of the version mplayer was compiled | cladisch | 2006-02-27 |
* | include stdlib.h and stdio.h, they tend to be useful :-) | reimar | 2006-02-18 |
* | fix compilation without openal | aurel | 2006-02-16 |
* | OpenAL audio support, actual output is mono-only (no positioning yet). | reimar | 2006-02-16 |
* | Fix the error handling in the play() function: add a handler for EINTR, | cladisch | 2006-02-13 |
* | This changes the software parameters to be more compatible with the | cladisch | 2006-02-13 |
* | Using non-blocking writes makes sense when the program wants to do other | cladisch | 2006-02-13 |
* | Remove the now superfluous mmap suboption. | cladisch | 2006-02-13 |
* | After removing play_mmap(), the play() function just unconditionally | cladisch | 2006-02-13 |
* | This patch removes mmap support because it doesn't have any benefit. | cladisch | 2006-02-13 |
* | Small fixes: make all global variables static, remove some unused | cladisch | 2006-02-10 |
* | Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does it | cladisch | 2006-02-10 |
* | Simplify get_delay(): we don't need to get the complete PCM status but | cladisch | 2006-02-10 |
* | Fix get_space(): we don't need to differentiate between the various PCM | cladisch | 2006-02-10 |
* | This adds support for more sample formats (U32, float BE, mu/A-law). | cladisch | 2006-02-10 |
* | This replaces the hardcoded numbers for the sample format widths with a | cladisch | 2006-02-10 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 |
* | Make clean/distclean behave uniformly in all directories. | diego | 2006-01-27 |
* | massive attack: mp_msg printf format fixes | rathann | 2006-01-12 |
* | - move our setenv() fallback implementation to osdep | al | 2005-12-26 |
* | use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias L... | wanderer | 2005-12-15 |
* | fix | rathann | 2005-12-05 |
* | Link was a bit dated (but still working :-)) | ranma | 2005-11-29 |
* | -aop is long obsolete. | diego | 2005-11-28 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-19 |
* | DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -... | joey | 2005-11-11 |
* | Allow setting the mixer per instance so one can fallback between | albeu | 2005-11-10 |
* | ao_macosx is a native audio output driver and should thus have priority | diego | 2005-10-11 |
* | General bug fixes, like missing includes, formats that were incorrectly | reimar | 2005-10-04 |
* | reordered bps calculation | henry | 2005-08-25 |
* | set the nearest number of channels, return(0) upon errors | henry | 2005-08-25 |
* | name suboption for jack to set client name | reimar | 2005-08-18 |
* | Set block_align in header, seems MatLab can not handle files without. | reimar | 2005-08-17 |
* | reset estimation also on too negative diff | reimar | 2005-07-28 |
* | improved audio delay estimation, supposed to help make the video smoother | reimar | 2005-07-26 |
* | remove delay when setting audio volume | nplourde | 2005-07-19 |
* | QUERY_FORMAT support | alex | 2005-07-03 |
* | avoid hang when playing more than one file | reimar | 2005-06-30 |
* | more general ao_macosx cleanup. Patch by Alexander Strange <astrange@ithinksw... | nplourde | 2005-06-29 |