| Commit message (Expand) | Author | Age | Files | Lines |
* | ao_oss: use new sample format determination code | wm4 | 2015-09-10 | 1 | -1/+2 |
* | audio: fix format function consistency issues | wm4 | 2015-06-26 | 1 | -5/+5 |
* | audio: remove S8, U16, U24, U32 formats | wm4 | 2015-06-16 | 1 | -20/+0 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -6/+5 |
* | Do not call strerror() | wm4 | 2014-11-26 | 1 | -5/+8 |
* | ao_oss: check whether setting samplerate succeeds | wm4 | 2014-11-21 | 1 | -2/+4 |
* | audio/out: consistently use double return type for get_delay | wm4 | 2014-11-09 | 1 | -4/+4 |
* | ao_oss: wait for events with poll() | wm4 | 2014-11-06 | 1 | -0/+13 |
* | ao_oss: improve format negotiation, and hopefully fix pass-through | wm4 | 2014-09-24 | 1 | -45/+45 |
* | ao_oss: unbreak | wm4 | 2014-09-23 | 1 | -2/+2 |
* | audio: cleanup spdif format definitions | wm4 | 2014-09-23 | 1 | -13/+12 |
* | audio: drop swapped-endian audio formats | wm4 | 2014-09-23 | 1 | -25/+33 |
* | ao_oss: prevent hang when unpausing after device was lost | wm4 | 2014-09-17 | 1 | -0/+3 |
* | ao_oss: move code around | wm4 | 2014-09-17 | 1 | -26/+27 |
* | ao_oss: don't break playback when device can't be reopened | wm4 | 2014-09-15 | 1 | -23/+42 |
* | ao_oss: audio_buf_info isn't state | wm4 | 2014-09-15 | 1 | -11/+11 |
* | ao_oss: remove duplicate audio device open code | wm4 | 2014-09-15 | 1 | -104/+108 |
* | ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESET | wm4 | 2014-09-15 | 1 | -3/+2 |
* | ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSD | wm4 | 2014-09-15 | 1 | -5/+10 |
* | ao_oss: fix incorrect comments using bytes instead of samples | wm4 | 2014-09-15 | 1 | -3/+3 |
* | ao_oss: fix audio device leak on error | wm4 | 2014-09-11 | 1 | -21/+25 |
* | ao_oss: use poll(), drop --disable-audio-select support | wm4 | 2014-09-11 | 1 | -32/+17 |
* | ao_oss: minor simplification | wm4 | 2014-09-06 | 1 | -3/+1 |
* | audio/out: remove old things | wm4 | 2014-09-06 | 1 | -7/+6 |
* | build: include <strings.h> for strcasecmp() | wm4 | 2014-07-10 | 1 | -0/+1 |
* | Add more const | wm4 | 2014-06-11 | 1 | -2/+2 |
* | af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate | Marcoen Hirschberg | 2014-05-28 | 1 | -1/+1 |
* | audio/out: make draining a separate operation | wm4 | 2014-03-09 | 1 | -8/+13 |
* | audio/out: make ao struct opaque | wm4 | 2014-03-09 | 1 | -0/+1 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | ao_oss: when falling back from unknown prefer larger format | bugmen0t | 2013-12-04 | 1 | -0/+16 |
* | ao_oss: add 24bit formats | bugmen0t | 2013-12-04 | 1 | -0/+12 |
* | ao_oss: add 6.1 and 7.1 speaker placement from FreeBSD | bugmen0t | 2013-11-30 | 1 | -1/+15 |
* | ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_t | wm4 | 2013-11-30 | 1 | -2/+3 |
* | audio: drop "_NE"/"ne" suffix from audio formats | wm4 | 2013-11-15 | 1 | -6/+6 |
* | audio/out: prepare for non-interleaved audio | wm4 | 2013-11-12 | 1 | -8/+8 |
* | audio/out: reject non-interleaved formats | wm4 | 2013-11-12 | 1 | -0/+2 |
* | ao: add ao_play_silence, use for ao_alsa and ao_oss | wm4 | 2013-11-10 | 1 | -7/+4 |
* | ao: print requested audio format on init | wm4 | 2013-11-09 | 1 | -3/+0 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 1 | -5/+5 |
* | ao_oss: fix previous ao_oss commit | wm4 | 2013-11-06 | 1 | -1/+0 |
* | ao_oss: hide warning | wm4 | 2013-11-06 | 1 | -2/+2 |
* | ao_oss: don't enable -softvol by default on OSSv4 | bugmen0t | 2013-11-06 | 1 | -0/+4 |
* | ao_oss: make no_persistent_volume volume work when seeking | bugmen0t | 2013-11-06 | 1 | -0/+4 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -5/+5 |
* | audio/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -6/+3 |
* | ao_oss: add support for SNDCTL_DSP_RESET and use it when pausing | Paul B Mahol | 2013-09-23 | 1 | -0/+6 |
* | mixer: make struct opaque | wm4 | 2013-09-20 | 1 | -1/+0 |
* | Some more mp_msg conversions | wm4 | 2013-08-23 | 1 | -53/+37 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -2/+2 |
* | audio/out: remove options argument from init() | wm4 | 2013-07-22 | 1 | -1/+1 |
* | ao_oss: switch to new option API | wm4 | 2013-07-21 | 1 | -31/+30 |
* | options: remove --mixer and --mixer-channel, turn them into alsa/oss subopts | wm4 | 2013-07-21 | 1 | -4/+3 |
* | audio/out: remove ao->outburst/buffersize fields | wm4 | 2013-06-16 | 1 | -22/+25 |
* | ao_oss: fix compilation on BSD | wm4 | 2013-06-11 | 1 | -2/+3 |
* | ao_oss: remove duplicated format info | wm4 | 2013-06-07 | 1 | -50/+27 |
* | ao_oss: remove global variables | wm4 | 2013-06-07 | 1 | -80/+104 |
* | ao_oss: switch to new AO API | wm4 | 2013-06-07 | 1 | -128/+117 |
* | ao_oss: uncrustify | wm4 | 2013-06-07 | 1 | -298/+334 |
* | audio/out: channel map selection | wm4 | 2013-05-12 | 1 | -2/+6 |
* | audio/out: switch to channel map | wm4 | 2013-05-12 | 1 | -15/+17 |
* | audio: remove support for native alaw/mulaw/adpcm output | wm4 | 2012-12-11 | 1 | -6/+0 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -4/+4 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+560 |