aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_oss.c
Commit message (Expand)AuthorAge
* Do not call strerror()Gravatar wm42014-11-26
* ao_oss: check whether setting samplerate succeedsGravatar wm42014-11-21
* audio/out: consistently use double return type for get_delayGravatar wm42014-11-09
* ao_oss: wait for events with poll()Gravatar wm42014-11-06
* ao_oss: improve format negotiation, and hopefully fix pass-throughGravatar wm42014-09-24
* ao_oss: unbreakGravatar wm42014-09-23
* audio: cleanup spdif format definitionsGravatar wm42014-09-23
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* ao_oss: prevent hang when unpausing after device was lostGravatar wm42014-09-17
* ao_oss: move code aroundGravatar wm42014-09-17
* ao_oss: don't break playback when device can't be reopenedGravatar wm42014-09-15
* ao_oss: audio_buf_info isn't stateGravatar wm42014-09-15
* ao_oss: remove duplicate audio device open codeGravatar wm42014-09-15
* ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESETGravatar wm42014-09-15
* ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSDGravatar wm42014-09-15
* ao_oss: fix incorrect comments using bytes instead of samplesGravatar wm42014-09-15
* ao_oss: fix audio device leak on errorGravatar wm42014-09-11
* ao_oss: use poll(), drop --disable-audio-select supportGravatar wm42014-09-11
* ao_oss: minor simplificationGravatar wm42014-09-06
* audio/out: remove old thingsGravatar wm42014-09-06
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* Add more constGravatar wm42014-06-11
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* audio/out: make draining a separate operationGravatar wm42014-03-09
* audio/out: make ao struct opaqueGravatar wm42014-03-09
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* ao_oss: when falling back from unknown prefer larger formatGravatar bugmen0t2013-12-04
* ao_oss: add 24bit formatsGravatar bugmen0t2013-12-04
* ao_oss: add 6.1 and 7.1 speaker placement from FreeBSDGravatar bugmen0t2013-11-30
* ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_tGravatar wm42013-11-30
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* audio/out: prepare for non-interleaved audioGravatar wm42013-11-12
* audio/out: reject non-interleaved formatsGravatar wm42013-11-12
* ao: add ao_play_silence, use for ao_alsa and ao_ossGravatar wm42013-11-10
* ao: print requested audio format on initGravatar wm42013-11-09
* audio: replace af_fmt2str_short -> af_fmt_to_strGravatar wm42013-11-07
* ao_oss: fix previous ao_oss commitGravatar wm42013-11-06
* ao_oss: hide warningGravatar wm42013-11-06
* ao_oss: don't enable -softvol by default on OSSv4Gravatar bugmen0t2013-11-06
* ao_oss: make no_persistent_volume volume work when seekingGravatar bugmen0t2013-11-06
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* audio/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* ao_oss: add support for SNDCTL_DSP_RESET and use it when pausingGravatar Paul B Mahol2013-09-23
* mixer: make struct opaqueGravatar wm42013-09-20
* Some more mp_msg conversionsGravatar wm42013-08-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* audio/out: remove options argument from init()Gravatar wm42013-07-22
* ao_oss: switch to new option APIGravatar wm42013-07-21
* options: remove --mixer and --mixer-channel, turn them into alsa/oss suboptsGravatar wm42013-07-21