index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
audio
/
out
/
ao_oss.c
Commit message (
Expand
)
Author
Age
*
build: simplify OSS checks and remove changes by "bugmen0t"
wm4
2017-06-22
*
options: remove remaining deprecated audio device selection options
wm4
2017-04-23
*
ao_oss: fix mixer channel message
Kevin Mitchell
2017-02-08
*
ao_oss: use --audio-device if --oss-device isn't set.
Kevin Mitchell
2017-02-08
*
options: remove deprecated sub-option handling for --vo and --ao
wm4
2016-11-25
*
audio/out: deprecate device sub-options
wm4
2016-09-05
*
options: deprecate suboptions for the remaining AO/VOs
wm4
2016-09-05
*
ao_oss: do not add an entry to audio-device-list if device file missing
wm4
2016-06-29
*
build: silence -Wunused-result
Niklas Haas
2016-06-07
*
ao_oss: use new sample format determination code
wm4
2015-09-10
*
audio: fix format function consistency issues
wm4
2015-06-26
*
audio: remove S8, U16, U24, U32 formats
wm4
2015-06-16
*
Update license headers
Marcin Kurczewski
2015-04-13
*
Do not call strerror()
wm4
2014-11-26
*
ao_oss: check whether setting samplerate succeeds
wm4
2014-11-21
*
audio/out: consistently use double return type for get_delay
wm4
2014-11-09
*
ao_oss: wait for events with poll()
wm4
2014-11-06
*
ao_oss: improve format negotiation, and hopefully fix pass-through
wm4
2014-09-24
*
ao_oss: unbreak
wm4
2014-09-23
*
audio: cleanup spdif format definitions
wm4
2014-09-23
*
audio: drop swapped-endian audio formats
wm4
2014-09-23
*
ao_oss: prevent hang when unpausing after device was lost
wm4
2014-09-17
*
ao_oss: move code around
wm4
2014-09-17
*
ao_oss: don't break playback when device can't be reopened
wm4
2014-09-15
*
ao_oss: audio_buf_info isn't state
wm4
2014-09-15
*
ao_oss: remove duplicate audio device open code
wm4
2014-09-15
*
ao_oss: assume audio format reinit is not needed with SNDCTL_DSP_RESET
wm4
2014-09-15
*
ao_oss: don't use SNDCTL_DSP_RESET when pausing on NetBSD
wm4
2014-09-15
*
ao_oss: fix incorrect comments using bytes instead of samples
wm4
2014-09-15
*
ao_oss: fix audio device leak on error
wm4
2014-09-11
*
ao_oss: use poll(), drop --disable-audio-select support
wm4
2014-09-11
*
ao_oss: minor simplification
wm4
2014-09-06
*
audio/out: remove old things
wm4
2014-09-06
*
build: include <strings.h> for strcasecmp()
wm4
2014-07-10
*
Add more const
wm4
2014-06-11
*
af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriate
Marcoen Hirschberg
2014-05-28
*
audio/out: make draining a separate operation
wm4
2014-03-09
*
audio/out: make ao struct opaque
wm4
2014-03-09
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
*
ao_oss: when falling back from unknown prefer larger format
bugmen0t
2013-12-04
*
ao_oss: add 24bit formats
bugmen0t
2013-12-04
*
ao_oss: add 6.1 and 7.1 speaker placement from FreeBSD
bugmen0t
2013-11-30
*
ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_t
wm4
2013-11-30
*
audio: drop "_NE"/"ne" suffix from audio formats
wm4
2013-11-15
*
audio/out: prepare for non-interleaved audio
wm4
2013-11-12
*
audio/out: reject non-interleaved formats
wm4
2013-11-12
*
ao: add ao_play_silence, use for ao_alsa and ao_oss
wm4
2013-11-10
*
ao: print requested audio format on init
wm4
2013-11-09
*
audio: replace af_fmt2str_short -> af_fmt_to_str
wm4
2013-11-07
[next]