aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_oss.c
Commit message (Expand)AuthorAge
* audio: fix annyoing af_get_best_sample_formats() definitionGravatar wm42018-01-25
* Fix undefined preprocessor behaviorGravatar wm42018-01-18
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* ao_oss: fix a dumb calculationGravatar wm42017-07-21
* ao_oss: drop AF_FORMAT_S24 usageGravatar wm42017-07-07
* audio/out: require AO drivers to report period size and correct bufferGravatar wm42017-06-25
* build: simplify OSS checks and remove changes by "bugmen0t"Gravatar wm42017-06-22
* options: remove remaining deprecated audio device selection optionsGravatar wm42017-04-23
* ao_oss: fix mixer channel messageGravatar Kevin Mitchell2017-02-08
* ao_oss: use --audio-device if --oss-device isn't set.Gravatar Kevin Mitchell2017-02-08
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* audio/out: deprecate device sub-optionsGravatar wm42016-09-05
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* ao_oss: do not add an entry to audio-device-list if device file missingGravatar wm42016-06-29
* build: silence -Wunused-resultGravatar Niklas Haas2016-06-07
* ao_oss: use new sample format determination codeGravatar wm42015-09-10
* audio: fix format function consistency issuesGravatar wm42015-06-26
* audio: remove S8, U16, U24, U32 formatsGravatar wm42015-06-16
* Update license headersGravatar Marcin Kurczewski2015-04-13
* 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