index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
/
out
/
ao_openal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio: redo internal AO API
wm4
2020-06-01
1
-60
/
+30
*
audio: remove ao_driver.drain
wm4
2020-05-27
1
-11
/
+0
*
options: change option macros and all option declarations
wm4
2020-03-18
1
-3
/
+3
*
audio/out: rip out old unused app/softvolume reporting
wm4
2019-10-11
1
-2
/
+0
*
Revert "ao_openal: enable building on OSX"
Michael Hoang
2018-08-26
1
-14
/
+0
*
ao_openal: document the muted↔gain conversion
Jan Ekström
2018-04-15
1
-0
/
+3
*
ao/openal: Add option to set buffering characteristics
LAGonauta
2018-04-15
1
-23
/
+62
*
ao/openal: Add better sample format and channel layout selection
LAGonauta
2018-04-15
1
-139
/
+73
*
ao/openal: Add OpenAL Soft extension to get the correct latency
LAGonauta
2018-04-15
1
-1
/
+16
*
ao/openal: Add support for direct channels output
LAGonauta
2018-04-15
1
-0
/
+10
*
ao/openal: Add hardware mute support
LAGonauta
2018-04-15
1
-0
/
+12
*
ao/openal: Use only one source for audio output
LAGonauta
2018-04-15
1
-52
/
+153
*
audio: fix annyoing af_get_best_sample_formats() definition
wm4
2018-01-25
1
-1
/
+1
*
audio/out: require AO drivers to report period size and correct buffer
wm4
2017-06-25
1
-0
/
+1
*
ao_openal: change license to LGPL
wm4
2017-06-24
1
-7
/
+7
*
ao_openal: kill off device listing
wm4
2017-04-23
1
-41
/
+1
*
options: remove deprecated sub-option handling for --vo and --ao
wm4
2016-11-25
1
-1
/
+1
*
ao_openal: enable building on OSX
Josh de Kock
2016-09-21
1
-0
/
+14
*
options: simplify M_OPT_EXIT
wm4
2016-09-17
1
-1
/
+1
*
audio/out: deprecate device sub-options
wm4
2016-09-05
1
-1
/
+2
*
options: deprecate suboptions for the remaining AO/VOs
wm4
2016-09-05
1
-0
/
+1
*
ao_openal: wipe out global context on init error
Kevin Mitchell
2016-01-18
1
-0
/
+1
*
ao_openal: fix sign of speaker angle in comment
Kevin Mitchell
2015-11-18
1
-1
/
+1
*
ao_openal: fix virtual speaker positioning
Justas Lavišius
2015-11-18
1
-10
/
+10
*
ao_openal: accommodate more sample formats
Kevin Mitchell
2015-11-17
1
-7
/
+44
*
ao_openal: move uninit before init
Kevin Mitchell
2015-11-17
1
-12
/
+12
*
Update license headers
Marcin Kurczewski
2015-04-13
1
-5
/
+4
*
audio/out: consistently use double return type for get_delay
wm4
2014-11-09
1
-2
/
+2
*
ao_openal: implement device listing
wm4
2014-10-13
1
-1
/
+16
*
audio/out: remove old things
wm4
2014-09-06
1
-1
/
+2
*
audio/out: make draining a separate operation
wm4
2014-03-09
1
-9
/
+12
*
audio/out: make ao struct opaque
wm4
2014-03-09
1
-0
/
+1
*
m_option: add mp_log callback to OPT_STRING_VALIDATE options
wm4
2013-12-21
1
-5
/
+5
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-1
/
+1
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
1
-1
/
+1
*
ao_openal: support non-interleaved output
wm4
2013-11-12
1
-18
/
+11
*
audio/out: prepare for non-interleaved audio
wm4
2013-11-12
1
-4
/
+5
*
audio/out: remove useless info struct and redundant fields
wm4
2013-10-23
1
-6
/
+2
*
audio/out: do some mp_msg conversions
wm4
2013-08-22
1
-3
/
+3
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
1
-2
/
+2
*
audio/out: remove options argument from init()
wm4
2013-07-22
1
-1
/
+1
*
ao_openal: use new option API
wm4
2013-07-21
1
-42
/
+29
*
audio/out: remove ao->outburst/buffersize fields
wm4
2013-06-16
1
-2
/
+0
*
audio/out: don't require AOs to set ao->bps
wm4
2013-06-16
1
-1
/
+0
*
ao_openal: switch to new AO API
wm4
2013-06-04
1
-52
/
+66
*
ao_openal: uncrustify
wm4
2013-06-04
1
-172
/
+185
*
Replace calls to usec_sleep()
wm4
2013-05-26
1
-1
/
+1
*
audio/out: channel map selection
wm4
2013-05-12
1
-5
/
+5
*
ao_openal: use channel map instead of ALSA fixed layout
wm4
2013-05-12
1
-10
/
+31
*
audio/out: switch to channel map
wm4
2013-05-12
1
-20
/
+23
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
1
-4
/
+4
*
Rename directories, move files (step 1 of 2) (does not compile)
wm4
2012-11-12
1
-0
/
+280