aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/out/ao_oss.c
Commit message (Expand)AuthorAge
* 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
* audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* ao_oss: fix compilation on BSDGravatar wm42013-06-11
* ao_oss: remove duplicated format infoGravatar wm42013-06-07
* ao_oss: remove global variablesGravatar wm42013-06-07
* ao_oss: switch to new AO APIGravatar wm42013-06-07
* ao_oss: uncrustifyGravatar wm42013-06-07
* audio/out: channel map selectionGravatar wm42013-05-12
* audio/out: switch to channel mapGravatar wm42013-05-12
* audio: remove support for native alaw/mulaw/adpcm outputGravatar wm42012-12-11
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12