summaryrefslogtreecommitdiffstats
path: root/audio/out/ao_oss.c
Commit message (Expand)AuthorAgeFilesLines
* ao_oss: fix mixer channel messageKevin Mitchell2017-02-081-1/+1
* ao_oss: use --audio-device if --oss-device isn't set.Kevin Mitchell2017-02-081-6/+10
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-1/+1
* audio/out: deprecate device sub-optionswm42016-09-051-1/+1
* options: deprecate suboptions for the remaining AO/VOswm42016-09-051-0/+1
* ao_oss: do not add an entry to audio-device-list if device file missingwm42016-06-291-0/+7
* build: silence -Wunused-resultNiklas Haas2016-06-071-1/+1
* ao_oss: use new sample format determination codewm42015-09-101-1/+2
* audio: fix format function consistency issueswm42015-06-261-5/+5
* audio: remove S8, U16, U24, U32 formatswm42015-06-161-20/+0
* Update license headersMarcin Kurczewski2015-04-131-6/+5
* Do not call strerror()wm42014-11-261-5/+8
* ao_oss: check whether setting samplerate succeedswm42014-11-211-2/+4
* audio/out: consistently use double return type for get_delaywm42014-11-091-4/+4
* ao_oss: wait for events with poll()wm42014-11-061-0/+13
* ao_oss: improve format negotiation, and hopefully fix pass-throughwm42014-09-241-45/+45
* ao_oss: unbreakwm42014-09-231-2/+2
* audio: cleanup spdif format definitionswm42014-09-231-13/+12
* audio: drop swapped-endian audio formatswm42014-09-231-25/+33
* ao_oss: prevent hang when unpausing after device was lostwm42014-09-171-0/+3
* ao_oss: move code aroundwm42014-09-171-26/+27
* ao_oss: don't break playback when device can't be reopenedwm42014-09-151-23/+42
* ao_oss: audio_buf_info isn't statewm42014-09-151-11/+11
* ao_oss: remove duplicate audio device open codewm42014-09-151-104/+108
* ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESETwm42014-09-151-3/+2
* ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSDwm42014-09-151-5/+10
* ao_oss: fix incorrect comments using bytes instead of sampleswm42014-09-151-3/+3
* ao_oss: fix audio device leak on errorwm42014-09-111-21/+25
* ao_oss: use poll(), drop --disable-audio-select supportwm42014-09-111-32/+17
* ao_oss: minor simplificationwm42014-09-061-3/+1
* audio/out: remove old thingswm42014-09-061-7/+6
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* Add more constwm42014-06-111-2/+2
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateMarcoen Hirschberg2014-05-281-1/+1
* audio/out: make draining a separate operationwm42014-03-091-8/+13
* audio/out: make ao struct opaquewm42014-03-091-0/+1
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* ao_oss: when falling back from unknown prefer larger formatbugmen0t2013-12-041-0/+16
* ao_oss: add 24bit formatsbugmen0t2013-12-041-0/+12
* ao_oss: add 6.1 and 7.1 speaker placement from FreeBSDbugmen0t2013-11-301-1/+15
* ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_twm42013-11-301-2/+3
* audio: drop "_NE"/"ne" suffix from audio formatswm42013-11-151-6/+6
* audio/out: prepare for non-interleaved audiowm42013-11-121-8/+8
* audio/out: reject non-interleaved formatswm42013-11-121-0/+2
* ao: add ao_play_silence, use for ao_alsa and ao_osswm42013-11-101-7/+4
* ao: print requested audio format on initwm42013-11-091-3/+0
* audio: replace af_fmt2str_short -> af_fmt_to_strwm42013-11-071-5/+5
* ao_oss: fix previous ao_oss commitwm42013-11-061-1/+0
* ao_oss: hide warningwm42013-11-061-2/+2
* ao_oss: don't enable -softvol by default on OSSv4bugmen0t2013-11-061-0/+4
* ao_oss: make no_persistent_volume volume work when seekingbugmen0t2013-11-061-0/+4
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-5/+5
* audio/out: remove useless info struct and redundant fieldswm42013-10-231-6/+3
* ao_oss: add support for SNDCTL_DSP_RESET and use it when pausingPaul B Mahol2013-09-231-0/+6
* mixer: make struct opaquewm42013-09-201-1/+0
* Some more mp_msg conversionswm42013-08-231-53/+37
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* audio/out: remove options argument from init()wm42013-07-221-1/+1
* ao_oss: switch to new option APIwm42013-07-211-31/+30
* options: remove --mixer and --mixer-channel, turn them into alsa/oss suboptswm42013-07-211-4/+3
* audio/out: remove ao->outburst/buffersize fieldswm42013-06-161-22/+25
* ao_oss: fix compilation on BSDwm42013-06-111-2/+3
* ao_oss: remove duplicated format infowm42013-06-071-50/+27
* ao_oss: remove global variableswm42013-06-071-80/+104
* ao_oss: switch to new AO APIwm42013-06-071-128/+117
* ao_oss: uncrustifywm42013-06-071-298/+334
* audio/out: channel map selectionwm42013-05-121-2/+6
* audio/out: switch to channel mapwm42013-05-121-15/+17
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-111-6/+0
* Rename directories, move files (step 2 of 2)wm42012-11-121-4/+4
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+560